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

Currently selected tag not loaded from local storage. #60

Closed alvi-khan closed 1 year ago

alvi-khan commented 1 year ago

If there are tags stored in local storage and we refresh the page, the tags are loaded but none of them are selected. This allows us to select text for labelling without first selecting a tag. The result is an entity with the label 'Unlabelled'.