Class SoraniStemmer
Light stemmer for Sorani
Inherited Members
Namespace: Lucene.Net.Analysis.Ckb
Assembly: Lucene.Net.Analysis.Common.dll
Syntax
public class SoraniStemmer
  Methods
Stem(char[], int)
Stem an input buffer of Sorani text.
Declaration
public virtual int Stem(char[] s, int len)
  Parameters
| Type | Name | Description | 
|---|---|---|
| char[] | s | input buffer  | 
      
| int | len | length of input buffer  | 
      
Returns
| Type | Description | 
|---|---|
| int | length of input buffer after normalization  |