Package | Description |
---|---|
org.languagetool.rules.spelling.hunspell |
Modifier and Type | Class and Description |
---|---|
class |
DumontsHunspellDictionary |
Modifier and Type | Field and Description |
---|---|
protected HunspellDictionary |
HunspellRule.hunspell |
Modifier and Type | Method and Description |
---|---|
static HunspellDictionary |
Hunspell.forDictionaryInResources(String language) |
static HunspellDictionary |
Hunspell.forDictionaryInResources(String language,
String resourcePath) |
static HunspellDictionary |
Hunspell.getDictionary(Path dictionary,
Path affix) |
Modifier and Type | Method and Description |
---|---|
static void |
Hunspell.setHunspellDictionaryFactory(BiFunction<Path,Path,HunspellDictionary> factory) |