public final class Hunspell extends Object
| Constructor and Description |
|---|
Hunspell() |
| Modifier and Type | Method and Description |
|---|---|
static HunspellDictionary |
forDictionaryInResources(String language) |
static HunspellDictionary |
forDictionaryInResources(String language,
String resourcePath) |
static HunspellDictionary |
getDictionary(Path dictionary,
Path affix) |
static void |
setHunspellDictionaryFactory(BiFunction<Path,Path,HunspellDictionary> factory) |
public static void setHunspellDictionaryFactory(BiFunction<Path,Path,HunspellDictionary> factory)
public static HunspellDictionary getDictionary(Path dictionary, Path affix)
public static HunspellDictionary forDictionaryInResources(String language, String resourcePath)
public static HunspellDictionary forDictionaryInResources(String language)