UniversalDataTool / universal-data-tool

Collaborate & label any type of data, images, text, or documents, in an easy web interface or desktop app.
https://universaldatatool.com
MIT License
1.92k stars 187 forks source link

Support text/value seperation for labels #511

Open BernhardGlueck opened 3 years ago

BernhardGlueck commented 3 years ago

Currently in the react labeling controls, labels are defined as opaque string identifiers. Sometimes these identifiers are references to database rows or similiar things, it would be great if labels could be text/value pairs e.g "Tree": 2

Where the text is diplayed and the value can be used for correlation.