Method Add
Add(CharsRef, CharsRef, Boolean)
Add a phrase->phrase synonym mapping. Phrases are character sequences where words are separated with character zero (U+0000). Empty words (two U+0000s in a row) are not allowed in the input nor the output!
Declaration
public virtual void Add(CharsRef input, CharsRef output, bool includeOrig)
Parameters
Type | Name | Description |
---|---|---|
CharsRef | input | input phrase |
CharsRef | output | output phrase |
System.Boolean | includeOrig | true if the original should be included |