Uses of Class
morfologik.speller.Speller.CandidateData
-
Packages that use Speller.CandidateData Package Description morfologik.speller -
-
Uses of Speller.CandidateData in morfologik.speller
Methods in morfologik.speller that return types with arguments of type Speller.CandidateData Modifier and Type Method Description java.util.ArrayList<Speller.CandidateData>Speller. findReplacementCandidates(java.lang.String word)Find and return suggestions by using K.private java.util.ArrayList<Speller.CandidateData>Speller. findReplacementCandidates(java.lang.String word, boolean evenIfWordInDictionary)java.util.ArrayList<Speller.CandidateData>Speller. findSimilarWordCandidates(java.lang.String word)Find similar words even if the original word is a correct word that exists in the dictionaryjava.util.List<Speller.CandidateData>Speller. replaceRunOnWordCandidates(java.lang.String original)Propose suggestions for misspelled run-on words.Methods in morfologik.speller with parameters of type Speller.CandidateData Modifier and Type Method Description intSpeller.CandidateData. compareTo(Speller.CandidateData cd)Method parameters in morfologik.speller with type arguments of type Speller.CandidateData Modifier and Type Method Description private voidSpeller. addReplacement(java.util.List<Speller.CandidateData> candidates, java.lang.String replacement)private voidSpeller. findRepl(java.util.List<Speller.CandidateData> candidates, int depth, int node, byte[] prevBytes, int wordIndex, int candIndex)
-