-
Notifications
You must be signed in to change notification settings - Fork 27
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
Add spaCy 3 compatibility #49
Comments
Hi @thedjinn. This is definitely a high priority for me. I am wrapping up a couple small fixes/enhancements now. If adding spaCy 3.0 compatibility does not require large changes (I don't think it will) I will include the spaCy 3.0 compatibility in the next release hopefully by the end of the weekend. |
I'm a little behind schedule but hoping to have this done by Wednesday EST. |
I was able to get v3 support working today however I am struggling with how to support both v2 and v3 at the same time which would be ideal. Unfortunately, I am going to end up spending some more time on this. Thanks for your patience. |
I am having trouble getting the latest release uploaded to PyPi, as there seems to be an issue over there. Hopefully it will be resolved by the end of the day. Downloading the latest release available here should work in the meantime though. |
Currently spaczz does not install alongside the new spaCy 3 release. Attempting to upgrade a project to spaCy 3 while also using spaczz gives the following Pip error message:
The text was updated successfully, but these errors were encountered: