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
548 stars 161 forks source link

Clear pre-loaded annotations for a particular data point. #115

Closed Akhilesh64 closed 2 months ago

Akhilesh64 commented 2 months ago

Hi @tecoholic @alvi-khan I was wondering if you could add a feature for clearing pre-loaded annotations for a particular data point. Like you could give a button/shortcut to clear all annotations for the data point on screen. I am tring to auto-annotate a dataset with a pretrained model and then load those annotations for corrections. It becomes cumbersome to clear the annotations which are very wrong and this could be a useful feature.

alvi-khan commented 2 months ago

Hello @Akhilesh64! We already have this feature. The 'Reset' button on the bottom left does exactly this.

image