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

Overwriting tags at character level causes text to break. #95

Closed alvi-khan closed 1 year ago

alvi-khan commented 1 year ago

In the GIF the text changes from 'This is a sentence.' to 'This is a s nte nce.' Notice how there is an 'e' missing from the word 'sentence'.