Method Stem
Stem(Char[], Int32)
Stems a word contained in a leading portion of a char[] array. The word is passed through a number of rules that modify it's length.
Declaration
public virtual int Stem(char[] s, int len)
Parameters
Type | Name | Description |
---|---|---|
System.Char[] | s | A char[] array that contains the word to be stemmed. |
System.Int32 | len | The length of the char[] array. |
Returns
Type | Description |
---|---|
System.Int32 | The new length of the stemmed word. |