Uses of Class
org.languagetool.rules.spelling.symspell.implementation.SuggestItem
Packages that use SuggestItem
-
Uses of SuggestItem in org.languagetool.rules.spelling.symspell.implementation
Classes in org.languagetool.rules.spelling.symspell.implementation that implement interfaces with type arguments of type SuggestItemMethods 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) Find suggested spellings for a given input word, using the maximum edit distance specified during construction of the SymSpell.SymSpell dictionary. The word being spell checked. The value controlling the quantity/closeness of the retuned suggestions.A List of SymSpell.SuggestItem object representing suggested correct spellings for the input word, sorted by edit distance, and secondarily by count frequency. SymSpell.lookup(String input, SymSpell.Verbosity verbosity, int maxEditDistance) Find suggested spellings for a given input word. The word being spell checked. The value controlling the quantity/closeness of the retuned suggestions. The maximum edit distance between input and suggested words.A List of SymSpell.SuggestItem object representing suggested correct spellings for the input word, sorted by edit distance, and secondarily by count frequency. 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)