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

Imported annotations show 'Unlabelled' if the correct tag is not in the list of tags. #78

Closed alvi-khan closed 1 year ago

alvi-khan commented 1 year ago

The tag for existing annotations should not depend on the current list of tags. This can cause issues like the existing annotations becoming 'unlabelled' when the user exports.