Annotations
Export annotations

Part Of Speech (POS Tagging)

1min
  • IdTask: unique identifier (GUID format) of the task.
  • Task: array including in its forst position the text of the task that has been labeled.
  • UniqueId (optional): unique id added when importing the dataset.
  • Annotators: list of annotators inlcuding their annotations.
    • Id: unique identifier (GUID format) of the annotator.
    • Name: name of the annotator
    • NUpdates: times has save the task.
    • LastUpdate date time of the last update (UTC)
    • Annotations: list of all annotations of the task
      • CreatedAt: date time of the annotation (UTC)
      • IdTag: unique identifier (GUID format) of the tag.
      • Tag: text of the tag
      • Text: text labeled
      • Start: token start of the labeled text, starting at 0.
      • End Token: token end of the labeled text, starting at 0.
      • Start_char: character start of the labeled text, starting at 0.
      • End_char: character start of the labeled text, starting at 0.
JSON