public interface HunspellDictionary extends Closeable
Modifier and Type | Method and Description |
---|---|
void |
add(String word)
Add word to the run-time dictionary
|
boolean |
spell(String word)
Spellcheck the word
|
List<String> |
suggest(String word)
Search suggestions for the word
|