Method | Description | |
---|---|---|
HunspellStemFilter ( TokenStream input, |
Creates a new HunspellStemFilter that will stem tokens from the given TokenStream using affix rules in the provided HunspellDictionary.
|
|
IncrementToken ( ) : System.Boolean | ||
Reset ( ) : void |
public HunspellStemFilter ( TokenStream input, |
||
input | TokenStream | TokenStream whose tokens will be stemmed. |
dictionary | HunspellDictionary containing the affix rules and words that will be used to stem the tokens. | |
dedup | System.Boolean | true if only unique terms should be output. |
return | System |