Package org.apache.lucene.analysis.ckb
Class SoraniStemmer
java.lang.Object
org.apache.lucene.analysis.ckb.SoraniStemmer
Light stemmer for Sorani
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintstem(char[] s, int len) Stem an input buffer of Sorani text.
-
Constructor Details
-
SoraniStemmer
public SoraniStemmer()
-
-
Method Details
-
stem
public int stem(char[] s, int len) Stem an input buffer of Sorani text.- Parameters:
s- input bufferlen- length of input buffer- Returns:
- length of input buffer after normalization
-