Constructor Step
Step(String, RSLPStemmerBase.Rule[], Int32, String[])
Create a new step
Declaration
public Step(string name, RSLPStemmerBase.Rule[] rules, int min, string[] suffixes)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | Step's name. |
RSLPStemmerBase.Rule[] | rules | an ordered list of rules. |
System.Int32 | min | minimum word size. if this is 0 it is automatically calculated. |
System.String[] | suffixes | optional list of conditional suffixes. may be null. |