I find that c api are available for the aspell but i would like to use it in java code. I know there is JNI framework by which we can call the c library but i am not able to use it in aspell case,
Can anyone suggest some methods by which i can use the aspell spelling checker in the java program ? I need to work on opensource spell checker.
I tried with the google spell checker api but they are not currently available. I think google has stopped spell checker free service.
Providing links for available spell checkers for Java
Jazzy - http://sourceforge.net/projects/jazzy/
JaSpell - http://sourceforge.net/projects/jaspell/
JOrtho - http://sourceforge.net/projects/jortho/
Try them. post your experience.