public final class GosenKatakanaStemFilter
extends org.apache.lucene.analysis.TokenFilter
Note: This filter don't supports hankaku katakana characters, so you must convert them before using this filter. And this filter support only pre-composed characters.
To prevent terms from being stemmed use an instance of
SetKeywordMarkerFilter or a custom TokenFilter that sets
the KeywordAttribute before this TokenStream.
| Constructor and Description |
|---|
GosenKatakanaStemFilter(org.apache.lucene.analysis.TokenStream in) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
incrementToken()
Returns the next input Token, after being stemmed
|
addAttribute, addAttributeImpl, captureState, clearAttributes, cloneAttributes, copyTo, equals, getAttribute, getAttributeClassesIterator, getAttributeFactory, getAttributeImplsIterator, hasAttribute, hasAttributes, hashCode, reflectAsString, reflectWith, restoreState, toStringpublic GosenKatakanaStemFilter(org.apache.lucene.analysis.TokenStream in)
public boolean incrementToken()
throws IOException
incrementToken in class org.apache.lucene.analysis.TokenStreamIOException