Link Object
Introduction
The Link Object provides information about links and relationships between entities mentioned in the processed document. Each key inside the Link Object represents a specific type of link, and the associated values are dictionaries containing detailed information about the link.
Format
The Link Object has a structured format for each type of link:
Key | Type | Description |
---|---|---|
negation | boolean | Indicates whether negation is present. |
intensity | number | Intensity level associated with the link. |
temporality | string | Temporal aspect of the link (e.g., past, present). |
owner | array | Array of owners associated with the link. |
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 link (e.g., text). |
document_path | string | Path within the document associated with the link. |
extra | object | Additional information specific to the link. |
type | string | Type of the link (e.g., Manner|HOW, Causality|BECAUSE). |
value | varies | Value associated with the link. The format may vary based on the link type. |
time | number | Timestamp indicating when the link was processed. |
u_id | string | Unique identifier for the link. |
Next steps
- Explore the different types of links within the document to understand the relationships and connections between entities.
- Send us a message to give us your feedbacks ❤️