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

Indexing issue at last sentence. #59

Closed alvi-khan closed 1 year ago

alvi-khan commented 1 year ago

Saving or skipping on the last sentence still increments the current index. Repeatedly clicking save results in the annotations for the last sentence being repeatedly added to the annotations list since the index is still incrementing.