Method GetReading
GetReading(Int32, Char[], Int32, Int32)
Get reading of tokens.
Declaration
string GetReading(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 | Reading of the token. |