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

Annotator classes should have access to tagsets #16

Open mbollmann opened 9 years ago

mbollmann commented 9 years ago

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


Currently, annotator classes only have access to the tokens they are annotating/training on, along with the annotations attachted to those tokens.

If the annotator classes could fetch the tag list of the tagsets associated with them, this would enable more refined functionality, such as linking with a "lemma_sugg" tagset to enable the Annotator to filter results based on the "lemma_sugg" entries.