Class EnglishMinimalStemmer


  • public class EnglishMinimalStemmer
    extends java.lang.Object
    Minimal plural stemmer for English.

    This stemmer implements the "S-Stemmer" from How Effective Is Suffixing? Donna Harman.

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int stem​(char[] s, int len)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EnglishMinimalStemmer

        public EnglishMinimalStemmer()
    • Method Detail

      • stem

        public int stem​(char[] s,
                        int len)