Hi guys.. I found a spell checker open source (Hunspell) but I do not how to add it in my code
could any one learn me how and I would be happy.
Cheers,
Printable View
Hi guys.. I found a spell checker open source (Hunspell) but I do not how to add it in my code
could any one learn me how and I would be happy.
Cheers,
Read the doc for the code to see how to use it. It could require some import statements in your program and its class files need to be on the classpath both when you compile and when you execute the program.