Method GetInflectionForm
GetInflectionForm(Int32)
Get inflection form of tokens.
Declaration
string GetInflectionForm(int wordId)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | wordId | Word ID of token. |
Returns
Type | Description |
---|---|
System.String | Inflection form, or null. |