Class ItalianLightStemmer


  • public class ItalianLightStemmer
    extends java.lang.Object
    Light Stemmer for Italian.

    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

      • ItalianLightStemmer

        public ItalianLightStemmer()
    • Method Detail

      • stem

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