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 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)
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)
-