On Thu, 20 Jan 2011, Madhusudhan M. Reddy wrote:

Hello,
    Could any one please let me know the best way to integrate Aspell
into a Java/J2EE based application.

I don't think there are any Java libraries for interfacing with Aspell, there is a very old library I found at http://jaspell.sourceforge.net/javadocs/pt/tumba/spell/Aspell.html.

You probably will need to interface with Aspell directly using the C API.

Sorry I am really not familiar with the best way to interface with C via Java. A google search on the on "interfacing java C" points to the Java Native Interface as the way to go; however, in all likely hood you probably know more about Java than I do.

Sorry, I couldn't be more helpful.

Aspell Maintainer.




_______________________________________________
Aspell-user mailing list
Aspell-user@gnu.org
http://lists.gnu.org/mailman/listinfo/aspell-user

Reply via email to