Class SpanishMinimalStemFilter

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

@Deprecated public final class SpanishMinimalStemFilter extends TokenFilter
Deprecated.
A TokenFilter that applies SpanishMinimalStemmer to stem Spanish words.

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