Class SoraniStemmer
Light stemmer for Sorani
Inheritance
System.Object
SoraniStemmer
Namespace: Lucene.Net.Analysis.Ckb
Assembly: Lucene.Net.Analysis.Common.dll
Syntax
public class SoraniStemmer : object
Methods
| Improve this Doc View SourceStem(Char[], Int32)
Stem an input buffer of Sorani text.
Declaration
public virtual int Stem(char[] s, int len)
Parameters
Type | Name | Description |
---|---|---|
System.Char[] | s | input buffer |
System.Int32 | len | length of input buffer |
Returns
Type | Description |
---|---|
System.Int32 | length of input buffer after normalization |