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

Refactor function calls that retrieve tagsets #26

Open mbollmann opened 9 years ago

mbollmann commented 9 years ago

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


DBInterface::getTagset and ::getTagsetByValue currently have to perform further processing on the tagset array returned by TagsetAccessor::entries.

Can the code calling those functions be refactored to just work with the (complete) array returned by TagsetAccessor::entries instead?