As you type mode
As-you-type spell checking with full in-document highlighting for Java Web (JSP & JSF) and Java Desktop (Swing only) application developers. Highlight users spelling errors as they type, paste or edit text within your app. Spelling suggestions are provided in a right click context menu.
Dialog mode
The dialog user interface provides all the common spell checking features such as , add (to user dictionary), change, ignore, ignore all, undo, and smart suggestions.
Customization
With full API access, customizations can be made to behavior such as working with user dictionaries in a database format instead of the default text file format, altering the parser to check for offensive language or changing the way words are identified and their corresponding suggestions.
In addition, developers can use the core spell checker functionality through the RapidSpellChecker class, allowing usage without the GUI in console and server applications for example.