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

Added option to import annotations. #62

Closed alvi-khan closed 1 year ago

tecoholic commented 1 year ago

@alvi-khan Hi, can you kindly add a description, and a screenshot of the new feature if possible. It will greatly help in documenting this new addition.

alvi-khan commented 1 year ago

Description:

Added an 'Import' option under the 'Annotations' tab. The option can be used to import previously exported annotations. This will allow users to continue working on a file they have partially annotated.

image

Once the imported annotations are restored, the labelled tokens in each of the sentences (including the current one) are updated.

image

tecoholic commented 1 year ago

@alvi-khan thank you for adding the description and screenshots