You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Users can upload documents that have existing annotations either from other Teamware projects or from other GATE tools.
When exporting the document after it's been annotated on Teamware, new annotations should be appended to the annotation_sets field rather than overwritten.
If the user name/id of the annotator already exists in the document, should the annotation be overwritten or would you just append it to the list of their annotations e.g.
and if so, what if there's an id conflict like the above example?
The text was updated successfully, but these errors were encountered:
twinkarma
changed the title
If a document is uploaded with an existing annotation_sets field. Annotations to be appended to this field rather than overwriiten.
If a document is uploaded with an existing annotation_sets field. New annotations should be appended to this field rather than overwriiten.
Apr 21, 2023
twinkarma
changed the title
If a document is uploaded with an existing annotation_sets field. New annotations should be appended to this field rather than overwriiten.
If a document is uploaded with an existing annotation_sets field. New annotations should be appended to this field rather than overwritten.
Apr 21, 2023
Users can upload documents that have existing annotations either from other Teamware projects or from other GATE tools.
When exporting the document after it's been annotated on Teamware, new annotations should be appended to the
annotation_sets
field rather than overwritten.For example, a user uploads this document:
And an annotation has been made by
user2
on our system with sentimentnegative
, this should be the output when exporting:If the user name/id of the annotator already exists in the document, should the annotation be overwritten or would you just append it to the list of their annotations e.g.
and if so, what if there's an id conflict like the above example?
The text was updated successfully, but these errors were encountered: