Uses of Class
opennlp.spellcheck.symspell.SymSpellConfig
Packages that use SymSpellConfig
-
Uses of SymSpellConfig in opennlp.spellcheck.dictionary
Methods in opennlp.spellcheck.dictionary that return SymSpellConfigMethods in opennlp.spellcheck.dictionary with parameters of type SymSpellConfigModifier and TypeMethodDescriptionstatic SymSpellModelSymSpellModels.buildModel(String language, SymSpellConfig config, Charset charset, opennlp.tools.util.InputStreamFactory unigramSource, opennlp.tools.util.InputStreamFactory bigramSource) Builds aSymSpellModelfrom a unigram dictionary and an optional bigram dictionary using the supplied configuration.Constructors in opennlp.spellcheck.dictionary with parameters of type SymSpellConfigModifierConstructorDescriptionSymSpellModel(String language, String name, String version, SymSpellConfig config, Map<String, Long> unigrams, Map<String, Long> bigrams) Creates a model with explicit name and version, and builds itsSymSpellengine from the supplied source data.SymSpellModel(String language, SymSpellConfig config, Map<String, Long> unigrams, Map<String, Long> bigrams) Creates a model and builds itsSymSpellengine from the supplied source data. -
Uses of SymSpellConfig in opennlp.spellcheck.symspell
Methods in opennlp.spellcheck.symspell that return SymSpellConfigModifier and TypeMethodDescriptionSymSpellConfig.Builder.build()static SymSpellConfigSymSpellConfig.defaultConfig()Constructors in opennlp.spellcheck.symspell with parameters of type SymSpellConfigModifierConstructorDescriptionSymSpell(SymSpellConfig config) Creates an engine from the given configuration.