Class GalicianMinimalStemmer


  • public class GalicianMinimalStemmer
    extends RSLPStemmerBase
    Minimal Stemmer for Galician

    This follows the "RSLP-S" algorithm, but modified for Galician. Hence this stemmer only applies the plural reduction step of: "Regras do lematizador para o galego"

    See Also:
    RSLPStemmerBase
    • 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

      • GalicianMinimalStemmer

        public GalicianMinimalStemmer()
    • Method Detail

      • stem

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