Method Stem
Stem(Char[], Int32)
Stem an input buffer of Czech text.
NOTE: Input is expected to be in lowercase, but with diacritical marks
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 |