C# Class Lucene.Net.Analysis.Pt.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: RSLPStemmerBase
Datei anzeigen Open project: apache/lucenenet

Public Methods

Method Description
Stem ( char s, int len ) : int

Method Details

Stem() public method

public Stem ( char s, int len ) : int
s char
len int
return int