Class SpanishMinimalStemmer


  • public class SpanishMinimalStemmer
    extends java.lang.Object
    Minimal plural stemmer for Spanish.

    This stemmer implements the "plurals" stemmer for spanish lanugage.

    • 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

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

      • SpanishMinimalStemmer

        public SpanishMinimalStemmer()
    • Method Detail

      • stem

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