Class JapaneseBaseFormFilter

All Implemented Interfaces:
Closeable, AutoCloseable, Unwrappable<TokenStream>

public final class JapaneseBaseFormFilter extends TokenFilter
Replaces term text with the BaseFormAttribute.

This acts as a lemmatizer for verbs and adjectives.

To prevent terms from being stemmed use an instance of SetKeywordMarkerFilter or a custom TokenFilter that sets the KeywordAttribute before this TokenStream.