Skip to content

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:

KeyTypeDescription
negationbooleanIndicates whether negation is present.
intensitynumberIntensity level associated with the link.
temporalitystringTemporal aspect of the link (e.g., past, present).
ownerarrayArray of owners associated with the link.
id_listString []A list of strings representing the positions inside the text that triggered the attribute. Each string follows the format "{sentence_index}:{word_index}".
originstringOrigin of the link (e.g., text).
document_pathstringPath within the document associated with the link.
extraobjectAdditional information specific to the link.
typestringType of the link (e.g., Manner|HOW, Causality|BECAUSE).
valuevariesValue associated with the link. The format may vary based on the link type.
timenumberTimestamp indicating when the link was processed.
u_idstringUnique 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 ❤️