Method AddException
AddException(String, IList<Object>)
Add an exception to the tree. It is used by PatternParser class as callback to store the hyphenation exceptions.
Declaration
public virtual void AddException(string word, IList<object> hyphenatedword)
Parameters
Type | Name | Description |
---|---|---|
System.String | word | normalized word |
System.Collections.Generic.IList<System.Object> | hyphenatedword | a vector of alternating strings and Hyphen objects. |