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

Latest neuralcoref causes core dump #283

Closed
delip opened this issue Oct 6, 2020 · 1 comment
Closed

Latest neuralcoref causes core dump #283

delip opened this issue Oct 6, 2020 · 1 comment
Labels

Comments

@delip
Copy link

delip commented Oct 6, 2020

Shortest code to replicate:

import en_core_web_lg
import neuralcoref

nlp = en_core_web_lg.load()
neuralcoref.add_to_pipe(nlp)
text ="""
Donald Trump was released from Walter Reed Hospital. 
He is back to being careless as usual.
Doctors at Walter Reed can't do anything about it. """
doc = nlp(text)
@svlandeg
Copy link
Collaborator

svlandeg commented Oct 6, 2020

To use a recent version of spaCy, you'll have to install that first, and then build neuralcoref from source.

See also #197

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

No branches or pull requests

2 participants