Neuralcoref with Spacy 3.0 #8387
-
Am I able to use neuralcoref without cloning the Git repo? Can I use the source file on PyPI listed below? Am currently using Python 3.0 so am unable to use pip. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
NeuralCoref does not support spaCy v3, you'll need to use v2. We're working on a new coref component for v3, and while we don't have a planned release date we hope to be able to release it soon. To be clear, are you literally using Python 3.0, as opposed to 3.7 or something? spaCy and most other packages won't work on that. Assuming that link is to a PyPI package, which is what it looks like, you should be able to install it with pip. It may be possible to install it in other ways, like unzipping it and putting it somewhere, but I would strongly recommend against that and would expect it to cause many problems. |
Beta Was this translation helpful? Give feedback.
NeuralCoref does not support spaCy v3, you'll need to use v2. We're working on a new coref component for v3, and while we don't have a planned release date we hope to be able to release it soon.
To be clear, are you literally using Python 3.0, as opposed to 3.7 or something? spaCy and most other packages won't work on that.
Assuming that link is to a PyPI package, which is what it looks like, you should be able to install it with pip. It may be possible to install it in other ways, like unzipping it and putting it somewhere, but I would strongly recommend against that and would expect it to cause many problems.