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.
JavaSpell provides a wrapper to the aspell command for Java and is pretty simple to use.
And this is how the output would look like:
Install by:
Jazzy looks pretty useful and this thread describes how to generate dictionaries for different languages: https://superuser.com/questions/137957/how-to-convert-aspell-dictionary-to-simple-list-of-words