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

Referencing tagsets by ID instead of class #38

Open mbollmann opened 9 years ago

mbollmann commented 9 years ago

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


Right now, tagsets can be (and mostly are) referenced by their class. This is definitely true for the client-side, but possibly the server side as well.

Referencing tagsets by ID would have the advantage that multiple tagsets of the same type could be linked to a text, and generally seems like the saner approach.

However, this would probably involve a lot of work:

It's unclear if the benefits justify the huge amount of work this would require.