Is there a corref model updated with Spacy 3.7? #13572
lingvisa
started this conversation in
Language Support
Replies: 2 comments 3 replies
-
See: There is a note on using spacy 3.7 with the en_coreference_web_trf model that was compiled with spacy 3.4. |
Beta Was this translation helpful? Give feedback.
3 replies
-
@davidress-ILW Your code above works well. I have two questions on how they work internally:
|
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 using Spacy 3.7.5, and I want to use the coref cabability, and following this instruction:
#11585
I had this:
To install the coref dependency:
pip install https://github.com/explosion/spacy-experimental/releases/download/v0.6.1/en_coreference_web_trf-3.4.0a2-py3-none-any.whl
This will downgrade my spacy from 3.75 to 3.44. Is there an updated en_coreference_web_trf that I can use with Spacy 3.7 above?
Beta Was this translation helpful? Give feedback.
All reactions