org.apache.lucene.analysis.ru
Class RussianLightStemmer

java.lang.Object
  extended by org.apache.lucene.analysis.ru.RussianLightStemmer

public class RussianLightStemmer
extends 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
RussianLightStemmer()
           
 
Method Summary
 int stem(char[] s, int len)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RussianLightStemmer

public RussianLightStemmer()
Method Detail

stem

public int stem(char[] s,
                int len)


Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.