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
549 stars 163 forks source link

Storing tags in NER Annotator #14

Closed bhardwaj-dev closed 2 years ago

bhardwaj-dev commented 3 years ago

there has to be a config file or functionality of storing tags, such that we can use them between sessions.

tecoholic commented 3 years ago

There is a couple of ways to do this:

bhardwaj-dev commented 3 years ago

I also agree that local storage is a better option, given that session is maintained throughout different files worked with annotations.

Also, if if we can group them into projects, as you said, and load them later, it is even better.