Method Add
Add(String, String)
Adds an input string and it's stemmer override output to this builder.
Declaration
public virtual bool Add(string input, string output)
Parameters
Type | Name | Description |
---|---|---|
System.String | input | the input char sequence |
System.String | output | the stemmer override output char sequence |
Returns
Type | Description |
---|---|
System.Boolean |
|