C# Class Lucene.Net.Analysis.Fr.FrenchLightStemmer

Light Stemmer for French.

This stemmer implements the "UniNE" algorithm in: Light Stemming Approaches for the French, Portuguese, German and Hungarian Languages Jacques Savoy

Show file Open project: apache/lucenenet

Public Methods

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

Private Methods

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

Method Details

Stem() public method

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