Event Object
Introduction
The Event Object provides information about events mentioned in the processed document. Each key inside the Event Object represents a specific event, and the associated values are dictionaries containing detailed information about the event.
Format
The Event Object has a structured format for each event:
Key | Type | Description |
---|---|---|
negation | boolean | Indicates whether negation is present. |
intensity | number | Intensity level associated with the event. |
temporality | string | Temporal aspect of the event (e.g., past, present). |
owner | array | Array of owners associated with the event. |
id_list | String [] | A list of strings representing the positions inside the text that triggered the attribute. Each string follows the format "{sentence_index}:{word_index}" . |
origin | string | Origin of the event (e.g., text). |
document_path | string | Path within the document associated with the event. |
extra | object | Additional information specific to the event. |
type | string | Type of the event (e.g., root:interact:make_be:name_(sthg)). |
value | varies | Value associated with the event. The format may vary based on the event type. |
time | number | Timestamp indicating when the event was processed. |
u_id | string | Unique identifier for the event. |
Next steps
- Explore the different events within the document to understand the occurrences and context of various events mentioned.
- Read about the Social Object