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

Annotation merging when overlapped by cursor (Both mode) #3

Closed umayerr closed 3 weeks ago

umayerr commented 1 month ago

When annotating, if the cursor overlaps with an existing annotation, the new annotation merges with the existing one. This behavior is incorrect; annotations should not merge upon overlap. Instead, the existing annotation should be deleted in the case of overlap.