Uses of Class
org.apache.lucene.analysis.hunspell.HunspellDictionary
-
Packages that use HunspellDictionary Package Description org.apache.lucene.analysis.hunspell Stemming TokenFilter using a Java implementation of the Hunspell stemming algorithm. -
-
Uses of HunspellDictionary in org.apache.lucene.analysis.hunspell
Constructors in org.apache.lucene.analysis.hunspell with parameters of type HunspellDictionary Constructor Description HunspellStemFilter(TokenStream input, HunspellDictionary dictionary)
Creates a new HunspellStemFilter that will stem tokens from the given TokenStream using affix rules in the provided HunspellDictionaryHunspellStemFilter(TokenStream input, HunspellDictionary dictionary, boolean dedup)
Creates a new HunspellStemFilter that will stem tokens from the given TokenStream using affix rules in the provided HunspellDictionaryHunspellStemmer(HunspellDictionary dictionary)
Constructs a new HunspellStemmer which will use the provided HunspellDictionary to create its stems
-