Show / Hide Table of Contents

    Class PortugueseMinimalStemmer

    Minimal Stemmer for Portuguese

    This follows the "RSLP-S" algorithm presented in: A study on the Use of Stemming for Monolingual Ad-Hoc Portuguese Information Retrieval (Orengo, et al) which is just the plural reduction step of the RSLP algorithm from A Stemming Algorithm for the Portuguese Language, Orengo et al.

    Inheritance
    System.Object
    RSLPStemmerBase
    PortugueseMinimalStemmer
    Inherited Members
    RSLPStemmerBase.Parse(Type, String)
    Namespace: Lucene.Net.Analysis.Pt
    Assembly: Lucene.Net.Analysis.Common.dll
    Syntax
    public class PortugueseMinimalStemmer : RSLPStemmerBase

    Methods

    | Improve this Doc View Source

    Stem(Char[], Int32)

    Declaration
    public virtual int Stem(char[] s, int len)
    Parameters
    Type Name Description
    System.Char[] s
    System.Int32 len
    Returns
    Type Description
    System.Int32

    See Also

    RSLPStemmerBase
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)