tecoholic / ner-annotator

Named Entity Recognition (NER) Annotation tool for SpaCy. Generates Traning Data as a JSON which can be readily used.
https://tecoholic.github.io/ner-annotator/
MIT License
549 stars 163 forks source link

Lock down delete buttons for the tags during annotating #3

Closed tecoholic closed 2 years ago

tecoholic commented 3 years ago

A common UX issue seems to be accidentally deleting the tags while selecting. Introduce a lock/edit button to prevent this from happening.