Method GetPronunciation
GetPronunciation(Int32, Char[], Int32, Int32)
Get pronunciation of tokens
Declaration
string GetPronunciation(int wordId, char[] surface, int off, int len)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | wordId | Word ID of token. |
System.Char[] | surface | |
System.Int32 | off | |
System.Int32 | len |
Returns
Type | Description |
---|---|
System.String | Pronunciation of the token. |