Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class PortugueseStemmer

    Portuguese stemmer implementing the RSLP (Removedor de Sufixos da Lingua Portuguesa) algorithm. This is sometimes also referred to as the Orengo stemmer.

    Inheritance
    object
    RSLPStemmerBase
    PortugueseStemmer
    Inherited Members
    RSLPStemmerBase.Parse(Type, string)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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

    len+1
    int len

    initial valid length of buffer

    Returns
    Type Description
    int

    new valid length, stemmed

    See Also
    RSLPStemmerBase

    See Also

    RSLPStemmerBase
    Back to top Copyright © 2024 The Apache Software Foundation, Licensed under the Apache License, Version 2.0
    Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation.
    All other marks mentioned may be trademarks or registered trademarks of their respective owners.