public final class JapaneseBaseFormFilter
extends org.apache.lucene.analysis.TokenFilter
BaseFormAttribute
.
This acts as a lemmatizer for verbs and adjectives.
To prevent terms from being stemmed use an instance of
KeywordMarkerFilter
or a custom TokenFilter
that sets
the KeywordAttribute
before this TokenStream
.
Constructor and Description |
---|
JapaneseBaseFormFilter(org.apache.lucene.analysis.TokenStream input) |
Modifier and Type | Method and Description |
---|---|
boolean |
incrementToken() |
addAttribute, addAttributeImpl, captureState, clearAttributes, cloneAttributes, copyTo, equals, getAttribute, getAttributeClassesIterator, getAttributeFactory, getAttributeImplsIterator, hasAttribute, hasAttributes, hashCode, reflectAsString, reflectWith, restoreState, toString
public JapaneseBaseFormFilter(org.apache.lucene.analysis.TokenStream input)
public boolean incrementToken() throws IOException
incrementToken
in class org.apache.lucene.analysis.TokenStream
IOException