org.apache.lucene.analysis.gl
Class GalicianMinimalStemmer

java.lang.Object
  extended by org.apache.lucene.analysis.pt.RSLPStemmerBase
      extended by org.apache.lucene.analysis.gl.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

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.lucene.analysis.pt.RSLPStemmerBase
RSLPStemmerBase.Rule, RSLPStemmerBase.RuleWithSetExceptions, RSLPStemmerBase.RuleWithSuffixExceptions, RSLPStemmerBase.Step
 
Constructor Summary
GalicianMinimalStemmer()
           
 
Method Summary
 int stem(char[] s, int len)
           
 
Methods inherited from class org.apache.lucene.analysis.pt.RSLPStemmerBase
parse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GalicianMinimalStemmer

public GalicianMinimalStemmer()
Method Detail

stem

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


Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.