Sentence
Represents a single sentence in the document.
Fields
| Property | Required | Type | Description |
|---|---|---|---|
| id | True | string | Unique ID of the sentence, used for referencing from other objects |
| tokens | True | List[Token] | Tokens (words) the sentence consists of |
| tecto | False | List[TectoToken] | Tecto-grammatical tokens (abstracted from surface irregularities) |