Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Process finished with exit code -1073741819 (0xC0000005) #360

Open
Chanwb opened this issue Oct 19, 2023 · 0 comments
Open

Process finished with exit code -1073741819 (0xC0000005) #360

Chanwb opened this issue Oct 19, 2023 · 0 comments

Comments

@Chanwb
Copy link

Chanwb commented Oct 19, 2023

My env is as follows:

win10
python==3.8.18
spacy==2.3.9
en_core_web_sm==2.3.1
neuralcoref==4.0.0

and I run the following code:

import en_core_web_sm
nlp = en_core_web_sm.load()
import neuralcoref
coref = neuralcoref.NeuralCoref(nlp.vocab)
nlp.add_pipe(coref, name='neuralcoref')
doc = nlp("My sister has a dog. She loves him.")
print(doc)

finally, I get this result

Process` finished with exit code -1073741819 (0xC0000005)

Can anyone tell me how to solve?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant