How to combine spancat and relations #11710
cliuxinxin
started this conversation in
Help: Best practices
Replies: 2 comments 1 reply
-
Glad to hear spaCy has been helpful! The example REL component doesn't work out of the box with spancat, but it should be possible to make it work. You'd need to modify the code to use the spangroups assigned by your spancat instead of entities on the Doc. I don't think it'd be that involved a conversion, but feel free to let us know if there's something we can help with. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Thank you for your relpying. I will have it a try |
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.
-
Hello, spacy developers.
Thank you for a great job that makes my life so much easier.
I used NER functionality to meet the needs of the company, and I also used NER and rel functionality for my own small project.
And now I've discovered spancat, which I think is a better fit for my um little project than ner. I'm not sure if spancat and rel work together.
Thank you for all your hard work.
Beta Was this translation helpful? Give feedback.
All reactions