Package | Description |
---|---|
org.languagetool.rules.spelling.symspell.implementation |
Modifier and Type | Method and Description |
---|---|
static SymSpell.Verbosity |
SymSpell.Verbosity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SymSpell.Verbosity[] |
SymSpell.Verbosity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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) |