Skip to content

Conversation

@SoyMark
Copy link
Collaborator

@SoyMark SoyMark commented Aug 14, 2022

Minor changes made to fix problems I met trying to run the code.

It's better to specify "spacy==2.1.0" in requirements, or install spacy first before building neuralcoref from source in Makefile. This can avoid incompatibilities, as suggested in huggingface/neuralcoref#197
@@ -1,3 +1,4 @@
spacy
spacy==2.1.0
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's better to specify "spacy==2.1.0" in requirements, or install spacy first before building neuralcoref from source in Makefile. This can avoid incompatibilities, as suggested in huggingface/neuralcoref#197

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

Successfully merging this pull request may close these issues.

2 participants