Package org.apache.lucene.analysis.cz
Class CzechStemmer
- java.lang.Object
-
- org.apache.lucene.analysis.cz.CzechStemmer
-
public class CzechStemmer extends java.lang.Object
Light Stemmer for Czech.Implements the algorithm described in: Indexing and stemming approaches for the Czech language http://portal.acm.org/citation.cfm?id=1598600
-
-
Constructor Summary
Constructors Constructor Description CzechStemmer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
stem(char[] s, int len)
Stem an input buffer of Czech text.
-