public final class HunspellStemFilter extends TokenFilter
AttributeSource.AttributeFactory, AttributeSource.Stateinput| Constructor and Description |
|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
incrementToken() |
void |
reset() |
close, endaddAttribute, addAttributeImpl, captureState, clearAttributes, cloneAttributes, copyTo, equals, getAttribute, getAttributeClassesIterator, getAttributeFactory, getAttributeImplsIterator, hasAttribute, hasAttributes, hashCode, reflectAsString, reflectWith, restoreStatepublic HunspellStemFilter(TokenStream input, HunspellDictionary dictionary)
input - TokenStream whose tokens will be stemmeddictionary - HunspellDictionary containing the affix rules and words that will be used to stem the tokenspublic HunspellStemFilter(TokenStream input, HunspellDictionary dictionary, boolean dedup)
input - TokenStream whose tokens will be stemmeddictionary - HunspellDictionary containing the affix rules and words that will be used to stem the tokensdedup - true if only unique terms should be output.public boolean incrementToken()
throws IOException
incrementToken in class TokenStreamIOExceptionpublic void reset()
throws IOException
reset in class TokenFilterIOExceptionCopyright © 2000-2013 Apache Software Foundation. All Rights Reserved.