huggingface / huggingface/neuralcoref

AttributeError: type object 'neuralcoref.neuralcoref.array' has no attribute '__reduce_cython__'

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

Description

Happens when I do:
```
pip uninstall neuralcoref
pip install neuralcoref --no-binary neuralcoref

# Load your usual SpaCy model (one of SpaCy English models)
import spacy
nlp = spacy.load('en')

# Add neural coref to SpaCy's pipe
import neuralcoref
neuralcoref.add_to_pipe(nlp)

# You're done. You can now use NeuralCoref as you usually manipulate a SpaCy document annotations.
doc = nlp(u'My sister has a dog. She loves him.')

doc._.has_coref
doc._.coref_clusters
```

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.