Default coreference usage runs into: "Did you forget to call initialize()
? "
#13060
Answered
by
rmitsch
mazieres
asked this question in
Help: Installation
-
I'm trying to use the default experimental coreference feature. On a fresh python3 venv with nlp = spacy.load("en_core_web_sm")
coref = nlp.add_pipe("experimental_coref")
doc = nlp("This is a sentence.") And ran into this error (full log below):
I've encountered many posts on the web with comparable errors but none of the solution fixed my problem. Any idea where/what I could look for ? Thanks in advance for your help. Full error log
Info about spaCy
|
Beta Was this translation helpful? Give feedback.
Answered by
rmitsch
Oct 13, 2023
Replies: 1 comment
-
Closing this in favor of #13062. Please don't open duplicate issues/discussions. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
svlandeg
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Closing this in favor of #13062. Please don't open duplicate issues/discussions.