huggingface / huggingface/neuralcoref

Process finished with exit code -1073741819 (0xC0000005)

Open
#360 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C
Stars
2.9k
Forks
467
PR merge metrics
No merged PRs in 30d

Description

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?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.