public class Hunspell extends Object implements Closeable
| Modifier and Type | Method and Description |
|---|---|
void |
add(String word) |
void |
close() |
static Hunspell |
forDictionaryInResources(String language) |
static Hunspell |
forDictionaryInResources(String language,
String resourcePath) |
boolean |
spell(String word) |
String[] |
suggest(String word) |
public static Hunspell forDictionaryInResources(String language, String resourcePath)
public boolean spell(String word)
public void add(String word)
public void close()
close in interface Closeableclose in interface AutoCloseableCopyright © 2023 com.gitlab.dumonts. All rights reserved.