public class RussianLightStemmer
extends java.lang.Object
This stemmer implements the following algorithm: Indexing and Searching Strategies for the Russian Language. Ljiljana Dolamic and Jacques Savoy.
Constructor and Description |
---|
RussianLightStemmer() |
Modifier and Type | Method and Description |
---|---|
private int |
normalize(char[] s,
int len) |
private int |
removeCase(char[] s,
int len) |
int |
stem(char[] s,
int len) |