C# Class Lucene.Net.Analysis.Gl.GalicianMinimalStemmer

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"

Inheritance: Lucene.Net.Analysis.Pt.RSLPStemmerBase
Show file Open project: apache/lucenenet

Public Methods

Method Description
stem ( char s, int len ) : int

Method Details

stem() public method

public stem ( char s, int len ) : int
s char
len int
return int