Class SpanishPluralStemFilter

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

public final class SpanishPluralStemFilter extends TokenFilter
A TokenFilter that applies SpanishPluralStemmer 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.