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

Is there a way to import annotations.json, in case I want to revisit the tags? #69

Closed Curiosity007 closed 1 year ago

Curiosity007 commented 1 year ago

Is there a way to import annotations.json, in case I want to revisit the tags? Otherwise I have to retrain the whole document again, with similar tags

alvi-khan commented 1 year ago

This is currently being tracked in #62. The changes haven't been fully tested (which is why it's not merged yet), but if you're comfortable with building the app from the source code you can check out this fork. I've been using the Windows build for a few weeks now and haven't run into any issues yet.

Curiosity007 commented 1 year ago

This is currently being tracked in #62. The changes haven't been fully tested (which is why it's not merged yet), but if you're comfortable with building the app from the source code you can check out this fork. I've been using the Windows build for a few weeks now and haven't run into any issues yet.

Hi, can not access that fork. Can you please reshare?

alvi-khan commented 1 year ago

@Curiosity007 The feature has been added to the main repository now! You can get the latest release from here.