Class SpanishLightStemmer


  • public class SpanishLightStemmer
    extends Object
    Light Stemmer for Spanish

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

    • Constructor Detail

      • SpanishLightStemmer

        public SpanishLightStemmer()
    • Method Detail

      • stem

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