|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HunspellDictionary | |
---|---|
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 | |
---|---|
HunspellStemFilter(TokenStream input,
HunspellDictionary dictionary)
Creates a new HunspellStemFilter that will stem tokens from the given TokenStream using affix rules in the provided HunspellDictionary |
|
HunspellStemFilter(TokenStream input,
HunspellDictionary dictionary,
boolean dedup)
Creates a new HunspellStemFilter that will stem tokens from the given TokenStream using affix rules in the provided HunspellDictionary |
|
HunspellStemmer(HunspellDictionary dictionary)
Constructs a new HunspellStemmer which will use the provided HunspellDictionary to create its stems |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |