java.lang.Object
org.apache.lucene.analysis.ckb.SoraniStemmer
Light stemmer for Sorani
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) int
stem
(char[] s, int len) Stem an input buffer of Sorani text.
-
Constructor Details
-
SoraniStemmer
SoraniStemmer()
-
-
Method Details
-
stem
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
-