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

Tags are not working on Import #92

Closed ViswanathanRathinam closed 2 months ago

ViswanathanRathinam commented 1 year ago

When we are importing the existing json file, the tags from that json needs to be loaded. Instead of that last tag which we used to annotated is only available.

alvi-khan commented 1 year ago

Proposed solution: If unknown tags are identified when importing annotations, show a notification to the user with a list from which they can select which of the missing tags they would like to import.