Package org.apache.lucene.analysis.es
Class SpanishMinimalStemmer
java.lang.Object
org.apache.lucene.analysis.es.SpanishMinimalStemmer
Deprecated.
Minimal plural stemmer for Spanish.
This stemmer implements the "plurals" stemmer for spanish lanugage.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SpanishMinimalStemmer
SpanishMinimalStemmer()Deprecated.
-
-
Method Details
-
stem
int stem(char[] s, int len) Deprecated.
-
SpanishPluralStemmer
instead.