public class EnglishMinimalStemmer
extends java.lang.Object
This stemmer implements the "S-Stemmer" from How Effective Is Suffixing? Donna Harman.
Constructor and Description |
---|
EnglishMinimalStemmer() |
Modifier and Type | Method and Description |
---|---|
int |
stem(char[] s,
int len) |