Is it possible to have entity linking and rel extraction in a single pipeline based on coreference results? #10722
Unanswered
tomasonjo
asked this question in
Help: Coding & Implementations
Replies: 1 comment
-
What is It looks like you're using OpenTapioca and Rebel, which are third-party modules for spaCy and not developed by us - you'd prohbably be off contacting their devs. I don't think it should be too hard to reflect your coreference relations for them, but not being familiar with them it's hard to say. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I've developed a simple pipeline:
However, it seems that opentapioca and rebel steps don't use coreference resolution as their input. Is it possible to somehow fix this without introducing two separate pipelines?
Beta Was this translation helpful? Give feedback.
All reactions