Method AddException
AddException(String, IList<Object>)
Add a hyphenation exception. An exception replaces the result obtained by the algorithm for cases for which this fails or the user wants to provide his own hyphenation. A hyphenatedword is a vector of alternating String's and Hyphen instances
Declaration
void AddException(string word, IList<object> hyphenatedword)
Parameters
Type | Name | Description |
---|---|---|
System.String | word | |
System.Collections.Generic.IList<System.Object> | hyphenatedword |