Uses of Class
morfologik.speller.Speller.CandidateData
Packages that use Speller.CandidateData
-
Uses of Speller.CandidateData in morfologik.speller
Classes in morfologik.speller that implement interfaces with type arguments of type Speller.CandidateDataModifier and TypeClassDescriptionfinal classUsed to sort candidates according to edit distance, and possibly according to their frequency in the future.Methods in morfologik.speller that return types with arguments of type Speller.CandidateDataModifier and TypeMethodDescriptionSpeller.findReplacementCandidates(String word) Find and return suggestions by using K.Speller.findSimilarWordCandidates(String word) Find similar words even if the original word is a correct word that exists in the dictionarySpeller.replaceRunOnWordCandidates(String original) Propose suggestions for misspelled run-on words.Methods in morfologik.speller with parameters of type Speller.CandidateData