public class EnglishMinimalStemmer extends Object
This stemmer implements the "S-Stemmer" from How Effective Is Suffixing? Donna Harman.
EnglishMinimalStemmer()
int
stem(char[] s, int len)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public EnglishMinimalStemmer()
public int stem(char[] s, int len)