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
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: Lucene.Net.Analysis.Pt
Assembly: Lucene.Net.Analysis.Common.dll
Syntax
public class PortugueseStemmer : RSLPStemmerBaseMethods
| 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 |