Uses of Class
org.languagetool.rules.spelling.symspell.implementation.SuggestItem
-
Packages that use SuggestItem Package Description org.languagetool.rules.spelling.symspell.implementation -
-
Uses of SuggestItem in org.languagetool.rules.spelling.symspell.implementation
Methods in org.languagetool.rules.spelling.symspell.implementation that return SuggestItem Modifier and Type Method Description SuggestItem
SuggestItem. clone()
Methods in org.languagetool.rules.spelling.symspell.implementation that return types with arguments of type SuggestItem Modifier and Type Method Description java.util.List<SuggestItem>
SymSpell. lookup(java.lang.String input, SymSpell.Verbosity verbosity)
java.util.List<SuggestItem>
SymSpell. lookup(java.lang.String input, SymSpell.Verbosity verbosity, int maxEditDistance)
java.util.List<SuggestItem>
SymSpell. lookupCompound(java.lang.String input)
java.util.List<SuggestItem>
SymSpell. lookupCompound(java.lang.String input, int maxEditDistance)
Methods in org.languagetool.rules.spelling.symspell.implementation with parameters of type SuggestItem Modifier and Type Method Description int
SuggestItem. compare(SuggestItem suggestItem, SuggestItem t1)
int
SuggestItem. compareTo(SuggestItem other)
-