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

Compatibility with Spacy 3+ #348

Open
sarkarnayan opened this issue Jul 18, 2022 · 7 comments
Open

Compatibility with Spacy 3+ #348

sarkarnayan opened this issue Jul 18, 2022 · 7 comments

Comments

@sarkarnayan
Copy link

Is this compatible with Spacy 3+ ?

@plandes
Copy link

plandes commented Aug 15, 2022

I agree. The majority of other packages that use spaCy are up to at least 3.2. As of this writing, 3.4 is the current version.

@polm
Copy link
Contributor

polm commented Oct 7, 2022

This package is not compatible with spaCy v3, but we just released a new coreference model that is compatible.

@VaibhaveS
Copy link

VaibhaveS commented Oct 9, 2022

@polm
I keep getting this error while trying it out. Any pointers please?
coref = nlp.add_pipe("experimental_coref")
RegistryError: [E893] Could not find function 'spacy-experimental.Coref.v1' in function registry 'architectures'. If you're using a custom function, make sure the code is available. If the function is provided by a third-party package, e.g. spacy-transformers, make sure the package is installed in your environment.

I have installed spacy-experimental

@polm
Copy link
Contributor

polm commented Oct 12, 2022

In case anyone else comes here, please note we have followed up on this question here: #348

In general, it's better to follow up with issues in the repo that applies to the code they come from.

@MeatballCat
Copy link

This package is not compatible with spaCy v3, but we just released a new coreference model that is compatible.

I downloaded your latest pronoun reduction model. Can it output the sentence after pronoun reduction directly?

@polm
Copy link
Contributor

polm commented Oct 27, 2022

Please post questions about the new coref model in the spaCy repo, and not here. Your question has been asked at explosion/spaCy#11585 (reply in thread), for example.

@MeatballCat
Copy link

Please post questions about the new coref model in the spaCy repo, and not here. Your question has been asked at explosion/spaCy#11585 (reply in thread), for example.

thanks for your reply

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

No branches or pull requests

5 participants