Constructor Rule
Rule(String, String, String, IPhonemeExpr)
Creates a new rule.
Declaration
public Rule(string pattern, string lContext, string rContext, IPhonemeExpr phoneme)
Parameters
Type | Name | Description |
---|---|---|
System.String | pattern | The pattern. |
System.String | lContext | The left context. |
System.String | rContext | The right context. |
IPhonemeExpr | phoneme | The resulting phoneme. |