Method GetPartOfSpeech
GetPartOfSpeech(Int32)
Get Part-Of-Speech of tokens
Declaration
string GetPartOfSpeech(int wordId)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | wordId | Word ID of token. |
Returns
Type | Description |
---|---|
System.String | Part-Of-Speech of the token. |