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

Fix: cursor over tag name fails to tag #101

Closed siam397 closed 10 months ago

siam397 commented 10 months ago

Usually selected texts have an id which is something like "t34" and we replace "t" and we get the text based on the number

But when user hovers over the tag and selects the tag we get a null value because the tag element doesn't have any id.

So choosing the element before the tag should fix the issue #94