Uses of Class
org.languagetool.rules.spelling.symspell.implementation.SuggestItem
Packages that use SuggestItem
-
Uses of SuggestItem in org.languagetool.rules.spelling.symspell.implementation
Methods in org.languagetool.rules.spelling.symspell.implementation that return SuggestItemMethods in org.languagetool.rules.spelling.symspell.implementation that return types with arguments of type SuggestItemModifier and TypeMethodDescriptionSymSpell.lookup(String input, SymSpell.Verbosity verbosity) SymSpell.lookup(String input, SymSpell.Verbosity verbosity, int maxEditDistance) SymSpell.lookupCompound(String input) SymSpell.lookupCompound(String input, int maxEditDistance) Methods in org.languagetool.rules.spelling.symspell.implementation with parameters of type SuggestItemModifier and TypeMethodDescriptionintSuggestItem.compare(SuggestItem suggestItem, SuggestItem t1) intSuggestItem.compareTo(SuggestItem other)