Skip to content

Taste Object

Introduction

The Taste Object provides detailed information about taste relationships in the processed document. The keys inside the Taste Object represent different taste types, and the associated values are arrays of dictionaries containing common attributes, regardless of the taste type.

Format

The Taste Object has a dynamic structure based on the taste types found in the document. The general format for each taste type is as follows:

KeyTypeDescription
negationbooleanIndicates whether negation is present.
intensitynumberIntensity level associated with the taste.
temporalitystringTemporal aspect of the taste (e.g., past, present).
ownerarrayArray of owners associated with the taste.
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 taste (e.g., transformation).
document_pathstringPath within the document associated with the taste.
extraobjectAdditional information specific to the taste.
typestringType of the taste (e.g., neutral, specific_taste).
valuevariesValue associated with the taste. The format may vary based on the taste type.
timenumberTimestamp indicating when the taste was processed.
u_idstringUnique identifier for the taste.

Next steps

  • Explore the different types of taste relationships and their associated attributes within the document to gain deeper insights.
  • Read about the Event Object