Updating entity annotations in Spacy NER #13243
Unanswered
avishwa23
asked this question in
Help: Other Questions
Replies: 1 comment
-
What comes to mind, if not already considered, are the Data utilities where you can modify the annotations of data in Basically to manipulate nlp objects from it and generate |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am having a NER datasets with overlapping/nested entities. I want to perturb the input text of this dataset for adversarial testing, but seems non-trivial to update the ground-truth entities' start and end indices. Is that possible to update the annotations' indices in spacy?
Beta Was this translation helpful? Give feedback.
All reactions