Uses of Record Class
opennlp.spellcheck.SuggestItem
Packages that use SuggestItem
-
Uses of SuggestItem in opennlp.spellcheck
Classes in opennlp.spellcheck that implement interfaces with type arguments of type SuggestItemModifier and TypeClassDescriptionfinal recordAn immutable spelling suggestion produced by aSpellChecker.Methods in opennlp.spellcheck that return types with arguments of type SuggestItemModifier and TypeMethodDescriptionConvenience overload that usesVerbosity.TOPand the implementation's configured maximum dictionary edit distance.Looks up suggestions for a singletermwithinmaxEditDistance.SpellChecker.lookupCompound(String input, int maxEditDistance) Corrects a whole input string (a phrase or sentence), supporting word splits and merges, and combining candidates using a bigram language model.Methods in opennlp.spellcheck with parameters of type SuggestItem -
Uses of SuggestItem in opennlp.spellcheck.symspell
Methods in opennlp.spellcheck.symspell that return types with arguments of type SuggestItemModifier and TypeMethodDescriptionSymSpell.lookupCompound(String input, int maxEditDistance) Corrects a whole input string (a phrase or sentence), supporting word splits and merges, and combining candidates using a bigram language model.