theSKAILab / TeAM-NER

NER Text Annotation Manager (TeAM): a tool for annotating text and reviewing and editing annotations
https://theskailab.github.io/TeAM-NER/
MIT License
0 stars 1 forks source link

New term and label suggestions not properly recorded (Review mode) #16

Closed umayerr closed 2 weeks ago

umayerr commented 1 month ago

When a reviewer suggests and accepts a new term, both the suggestion and the acceptance should be added to the JSON. Similarly, when a new label is suggested for an existing term and accepted, both records should be reflected in the JSON. However, the current behavior only adds the accepted status, leaving out the original suggestion in both scenarios.