-
Notifications
You must be signed in to change notification settings - Fork 67
Closed
Description
Original issue: webanno/webanno#1539
Describe the bug
The WebAnnoTsv3XWriter is only capable of exporting span annotations which are direct subtypes of Annotation. I.e. DKPro Core "elevated types" such as POS_NOUN are not supported and do not show up in the export. They do show up in the WebAnno UI though!
To Reproduce
- Process a document using DKPro Core and produce ah XMI with Sentences, Tokens and POS tags (elevated types).
- Import that XMI into WebAnno
- Export it again as WebAnno TSV 3
Please complete the following information:
- Version and build ID: 3.6.3
Reactions are currently unavailable