Package opennlp.tools.stemmer.hunspell
package opennlp.tools.stemmer.hunspell
-
ClassesClassDescriptionAn immutable, in-memory Hunspell-format dictionary loaded from user-supplied
.affand.dicfiles.Opt-in download of Hunspell.aff/.dicpairs and their license readme from an application-suppliedDictionaryCatalog.A dictionary-backedStemmerover aHunspellDictionary: a surface form is reduced to the dictionary words it can be derived from by removing one suffix, one prefix, a cross-product combination of both, or an additional suffix licensed by a continuation class.The shareable handle for Hunspell stemming: holds one immutableHunspellDictionaryand hands outHunspellStemmerinstances over it.