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

Distinguish pos/morph in CorA XML #82

Closed mbollmann closed 7 years ago

mbollmann commented 8 years ago

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


Currently, POS and morphology are concatenated in CorA XML since this matches the representation in the database:

<pos tag="VVFIN.2.Sg.Pres.Ind" />

However, it is arguably more logical to split them up:

<pos tag="VVFIN" />
<morph tag="2.Sg.Pres.Ind" />

This would affect the import and export modules as well as the XML documentation.