comphist / cora

A web-based, token-level annotation tool for non-standard language data
http://www.linguistics.rub.de/comphist/resources/cora/
MIT License
10 stars 6 forks source link

Empty token-level comments #87

Closed mbollmann closed 7 years ago

mbollmann commented 7 years ago

Originally reported by: Marcel Bollmann (Bitbucket: mbollmann, GitHub: mbollmann)


CorA creates empty token-level comments, either during import or export. In exported XML files, there are lines containing the invalid tag <comment type=""></comment>.

This seems to happen only after instances of "comment" annotations, so there must be some part of CorA that gets mod-level (internal) and token-level comments mixed up.

(This can be recreated using the Anselm/Wolfenbüttel file from our live instance, for example: export the file, delete the empty comments, re-import, re-export, and the empty comments are there again.)


mbollmann commented 7 years ago

Original comment by Marcel Bollmann (Bitbucket: mbollmann, GitHub: mbollmann):


Duplicate of #77.