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 TypeMethodDescriptionint
SuggestItem.compare
(SuggestItem suggestItem, SuggestItem t1) int
SuggestItem.compareTo
(SuggestItem other)