Skip to content
Discussion options

You must be logged in to vote

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.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@morankyle
Comment options

@svlandeg
Comment options

Answer selected by svlandeg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat / coref Feature: Coreference resolution
3 participants