Uses of Class
opennlp.tools.stemmer.hunspell.HunspellDictionary
Packages that use HunspellDictionary
-
Uses of HunspellDictionary in opennlp.tools.stemmer.hunspell
Methods in opennlp.tools.stemmer.hunspell that return HunspellDictionaryModifier and TypeMethodDescriptionstatic HunspellDictionaryHunspellDictionary.load(InputStream affixStream, InputStream dictionaryStream) Loads a dictionary from its two streams.static HunspellDictionaryLoads a dictionary from its two files.Constructors in opennlp.tools.stemmer.hunspell with parameters of type HunspellDictionaryModifierConstructorDescriptionHunspellStemmer(HunspellDictionary dictionary) Initializes the stemmer.HunspellStemmerFactory(HunspellDictionary dictionary) Initializes the factory.