Class SpanishLightStemmer


  • public class SpanishLightStemmer
    extends java.lang.Object
    Light Stemmer for Spanish

    This stemmer implements the algorithm described in: Report on CLEF-2001 Experiments Jacques Savoy

    • 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

      • SpanishLightStemmer

        public SpanishLightStemmer()
    • Method Detail

      • stem

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