Class GalicianStemmer
Galician stemmer implementing "Regras do lematizador para o galego".
Inherited Members
Namespace: Lucene.Net.Analysis.Gl
Assembly: Lucene.Net.Analysis.Common.dll
Syntax
public class GalicianStemmer : RSLPStemmerBase
Methods
| Improve this Doc View SourceStem(Char[], Int32)
Declaration
public virtual int Stem(char[] s, int len)
Parameters
Type | Name | Description |
---|---|---|
System.Char[] | s | buffer, oversized to at least
|
System.Int32 | len | initial valid length of buffer |
Returns
Type | Description |
---|---|
System.Int32 | new valid length, stemmed |