Uses of Class
opennlp.spellcheck.symspell.SymSpell
Packages that use SymSpell
-
Uses of SymSpell in opennlp.spellcheck.dictionary
Methods in opennlp.spellcheck.dictionary that return SymSpellMethods in opennlp.spellcheck.dictionary with parameters of type SymSpellModifier and TypeMethodDescriptionlongFrequencyDictionaryLoader.loadBigrams(SymSpell target, opennlp.tools.util.InputStreamFactory factory) Loads a bigram frequency dictionary (w1<sep>w2<sep>count) intotarget.longFrequencyDictionaryLoader.loadUnigrams(SymSpell target, opennlp.tools.util.InputStreamFactory factory) Loads a unigram frequency dictionary (word<sep>count) intotarget.