-
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 3.7? #29
Comments
I'm encountering a similar issue and would appreciate the addition of support for a newer version of spaCy. The specific problem I'm facing is a downstream dependency conflict with Pydantic. Currently, spaCy 3.5, the newest spaCy version supported by coreferee, relies on Pydantic v1, while spaCy introduced support for Pydantic v2 in v3.6.1. Given that other packages I use now depend on Pydantic v2, upgrading spaCy would resolve this compatibility issue. |
Unfortunately adding Coreferee support for a new version of spaCy is quite a laborious process. New standard spaCy models are trained with each release and the training involves a certain amount of randomness; Coreferee, on the other hand, is a rule-based system running of top of these models. This makes it necessary to rerun the regression tests each time, investigate the discrepancies that inevitably occur and either mark failing tests to be skipped or add rules to cover the new, changed behaviour. With past spaCy releases I have carried out this process for English, German and Polish, but unfortunately I am no longer working at Explosion and realistically am unlikely to find time to do the necessary testing in the foreseeable future. For French the model was contributed by another user and I lack the knowledge of the language necessary to assess the behaviour of the tests, which is why support for the French model is considerably more out of date than the models for the other three languages. That said, the lack of support of a Coreferee model for a given spaCy version and the accompanying spaCy models only implies that no rigorous testing of the combination has been carried out. The combination will almost certainly work technically and the results are very likely to be usable too: I did a quick check and for example the latest English coreferee model appears to work quite well with version
Sorry not to be able to give you better news, but I hope this helps nonetheless. |
Hello,
I am unable to test corefree with Spacy 3.7:
Are there any plans to support Spacy 3.7 with the
en_core_news_lg
andfr_core_news_lg
models?Thanks so much,
Yann
The text was updated successfully, but these errors were encountered: