Class CzechStemFilter

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

public final class CzechStemFilter extends TokenFilter
A TokenFilter that applies CzechStemmer to stem Czech words.

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

NOTE: Input is expected to be in lowercase, but with diacritical marks

See Also: