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

POS dropdowns don't work unless there's another annotation layer #104

Open mbollmann opened 3 years ago

mbollmann commented 3 years ago

Loading a file with just a POS tagset linked to it will fail to actually load that tagset; the columns will show up, but the dropdown boxes will be empty.

Adding a "comment" layer fixes that problem (and possibly also other layers, but I haven't tried every possible option), also for files that are subsequently opened that only have a POS tagset. The problem reappears for those files after refreshing the page, suggesting that it's a front-end bug.