Class PortugueseStemmer
Portuguese stemmer implementing the RSLP (Removedor de Sufixos da Lingua Portuguesa) algorithm. This is sometimes also referred to as the Orengo stemmer.
Inherited Members
Namespace: Lucene.Net.Analysis.Pt
Assembly: Lucene.Net.Analysis.Common.dll
Syntax
public class PortugueseStemmer : RSLPStemmerBase
  Methods
Stem(char[], int)
Portuguese stemmer implementing the RSLP (Removedor de Sufixos da Lingua Portuguesa) algorithm. This is sometimes also referred to as the Orengo stemmer.
Declaration
public virtual int Stem(char[] s, int len)
  Parameters
| Type | Name | Description | 
|---|---|---|
| char[] | s | buffer, oversized to at least 
 | 
      
| int | len | initial valid length of buffer  | 
      
Returns
| Type | Description | 
|---|---|
| int | new valid length, stemmed  |