Package org.apache.lucene.analysis.ru
Class RussianLightStemmer
- java.lang.Object
-
- org.apache.lucene.analysis.ru.RussianLightStemmer
-
public class RussianLightStemmer extends java.lang.Object
Light Stemmer for Russian.This stemmer implements the following algorithm: Indexing and Searching Strategies for the Russian Language. Ljiljana Dolamic and Jacques Savoy.
-
-
Constructor Summary
Constructors Constructor Description RussianLightStemmer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
stem(char[] s, int len)
-