Class GreekStemmer


  • public class GreekStemmer
    extends java.lang.Object
    A stemmer for Greek words, according to: Development of a Stemmer for the Greek Language. Georgios Ntais

    NOTE: Input is expected to be casefolded for Greek (including folding of final sigma to sigma), and with diacritics removed. This can be achieved with either GreekLowerCaseFilter or ICUFoldingFilter.

    • Constructor Summary

      Constructors 
      Constructor Description
      GreekStemmer()  
    • 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

      • GreekStemmer

        public GreekStemmer()
    • Method Detail

      • stem

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