C# Class Lucene.Net.Analysis.Ru.RussianLightStemmer

Light Stemmer for Russian.

This stemmer implements the following algorithm: Indexing and Searching Strategies for the Russian Language. Ljiljana Dolamic and Jacques Savoy.

Show file Open project: apache/lucenenet

Public Methods

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

Private Methods

Method Description
Normalize ( char s, int len ) : int
RemoveCase ( char s, int len ) : int

Method Details

Stem() public method

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