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.

Afficher le fichier Open project: apache/lucenenet

Méthodes publiques

Méthode Description
Stem ( char s, int len ) : int

Private Methods

Méthode Description
Normalize ( char s, int len ) : int
RemoveCase ( char s, int len ) : int

Method Details

Stem() public méthode

public Stem ( char s, int len ) : int
s char
len int
Résultat int