Uses of Class
morfologik.speller.Speller.CandidateData
Packages that use Speller.CandidateData
-
Uses of Speller.CandidateData in morfologik.speller
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.private ArrayList<Speller.CandidateData> Speller.findReplacementCandidates(String word, boolean evenIfWordInDictionary) 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.CandidateDataMethod parameters in morfologik.speller with type arguments of type Speller.CandidateDataModifier and TypeMethodDescriptionprivate voidSpeller.addReplacement(List<Speller.CandidateData> candidates, String replacement) private voidSpeller.findRepl(List<Speller.CandidateData> candidates, int depth, int node, byte[] prevBytes, int wordIndex, int candIndex)