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
Document annotation, annotation list structures in the form of tests
# for annotation it should enforce following JSON scheme (ATM)
{
"reason": "Comment why the text is annotated",
"text": "The text which is highleted/annotated" ,
"type": "INDEX_TO_ANNOTATION_LIST_TYPICALLY_IN_METADATA,
"start": 66, # index of the character in the annotated output where the annotation starts
}
The text was updated successfully, but these errors were encountered:
After adding an external dataset
Document annotation, annotation list structures in the form of tests
The text was updated successfully, but these errors were encountered: