Class SwedishLightStemmer


  • public class SwedishLightStemmer
    extends Object
    Light Stemmer for Swedish.

    This stemmer implements the algorithm described in: Report on CLEF-2003 Monolingual Tracks Jacques Savoy

    • Constructor Detail

      • SwedishLightStemmer

        public SwedishLightStemmer()
    • Method Detail

      • stem

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