Workarounds for assigning multiple entity labels to one token? #13719
Unanswered
ecceeecs
asked this question in
Help: Coding & Implementations
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all, I understand that SpaCy by default only recognizes one entity given a Token or Span;
Is there any workaround for this? I have a good idea of why SpaCy only recognizes one entity, but say I have a project where given an instance of an animal, I'd like to not only label its taxonomic class (Mammalia), but also its family, genus, and species, etc..
Is a project like this outside the purview of SpaCy's capabilities (and if so, would someone be willing to redirect me elsewhere)?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions