Closed mbollmann closed 7 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.
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:
However, it is arguably more logical to split them up:
This would affect the import and export modules as well as the XML documentation.