-
Notifications
You must be signed in to change notification settings - Fork 22
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
Support for spacy v3.0 #3
Comments
I would be happy to help support v3 compatibility. In the spaCy code, there are two relevant places:
and In the config, those settings can be defined as such:
So basically, you'd need to somehow implement those custom functions, then register them with spaCy, and they should become available in the config. |
Sorry for the late reply on this. spaCy v3 is in progress now, hoping to have support in the next couple weeks. @svlandeg thanks for the offer to help. I'd actually love to do the implementation myself to get into the details of spaCy v3 internals but I will absolutely reach out if I have questions. |
Hello @kabirkhan, Is spacy v3 supported now? |
Any updates here, would love to help |
Hi,
Thanks a lot for the great work. Would this work with the upcoming version of Spacy 3.0?
Thanks!
The text was updated successfully, but these errors were encountered: