TectoToken¶
Tecto-grammatical token
Fields¶
Property |
Required |
Type |
Description |
---|---|---|---|
id |
True |
string |
ID of the token used to refer to it from other objects |
tokenIds |
True |
List[string] |
Surface token IDs corresponding to this token (not necessarily adjacent) |
lemma |
True |
string |
Tecto-grammatical lemma |
parId |
False |
string |
ID of parent tecto token in the tecto-syntactic tree; missing for the root node |
fnc |
True |
string |
Tecto-grammatical function |
entityMentionId |
False |
string |
Entity mention ID for tokens corresponding to an entity |
feats |
False |
object |
Custom features |