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

Remove dependence on POS tagset #43

Closed mbollmann closed 7 years ago

mbollmann commented 9 years ago

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


Traditionally, the GUI requires that at least a POS tagset is associated with each text, while every other tagset type is optional.

I don't see any reason to keep this restriction, since the tagset handling on the GUI side is completely modularized now. However, opening a text without an associated POS tagset still results in a crash, so apparently some parts of the code still rely on this assumption. Can we fix this?


mbollmann commented 7 years ago

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


Remove last POS tagset dependence (resolves #40)

mbollmann commented 8 years ago

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


openFile reports "maxLinesNo" as 0 when there's no POS tagset