vote up 4 vote down star
1

What is the best Java spell checking API?

Free or purchased, must be royalty-free.

flag

42% accept rate

3 Answers

vote up 2 vote down

Sentry Spell Checker seems interesting. It supports dialog-based spell checking and as-you-type highlighting of misspelled words. It's a commercial product ($399 for the engine), but there are no royalty fees.

Jazzy is a simpler, open source alternative. It's been around for awhile, but doesn't seem to be under active development anymore. On the bright side, it is free (LGPL license).

I would look at Jazzy first to see if it fits your needs. There's a demo applet here where you can try it out.

link|flag
vote up 0 vote down

There are a couple other I have heard of, but I don't know if they are any good.

Rapidspell and JTextCheck

link|flag
vote up 0 vote down

Is there a spell checker that would allow the user dictionaries be saved in a db?
This will be used for a regular textarea from within a servlet.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.