Method AddPattern
AddPattern(String, String)
Add a pattern to the tree. Mainly, to be used by PatternParser class as callback to add a pattern to the tree.
Declaration
public virtual void AddPattern(string pattern, string ivalue)
Parameters
Type | Name | Description |
---|---|---|
System.String | pattern | the hyphenation pattern |
System.String | ivalue | interletter weight values indicating the desirability and priority of hyphenating at a given point within the pattern. It should contain only digit characters. (i.e. '0' to '9'). |