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

Annotating a range which already contains an annotation messes up the order of words. #85

Closed alvi-khan closed 1 year ago

alvi-khan commented 1 year ago

If the existing annotation has the same label, it should be merged. If the label is different, it means there are overlapping labels which are currently not supported. Until support is added, a temporary solution could be to just replace the existing label.