Package | Description |
---|---|
org.languagetool.rules.spelling.symspell.implementation |
Modifier and Type | Method and Description |
---|---|
SuggestItem |
SuggestItem.clone() |
Modifier and Type | Method and Description |
---|---|
List<SuggestItem> |
SymSpell.lookup(String input,
SymSpell.Verbosity verbosity) |
List<SuggestItem> |
SymSpell.lookup(String input,
SymSpell.Verbosity verbosity,
int maxEditDistance) |
List<SuggestItem> |
SymSpell.lookupCompound(String input) |
List<SuggestItem> |
SymSpell.lookupCompound(String input,
int maxEditDistance) |
Modifier and Type | Method and Description |
---|---|
int |
SuggestItem.compare(SuggestItem suggestItem,
SuggestItem t1) |
int |
SuggestItem.compareTo(SuggestItem other) |