Sofie Van Landeghem
Sofie Van Landeghem
Hi all, as a quick update that I also posted in a related thread. While we (Explosion) originally intended to update `neuralcoref` in collaboration with HuggingFace (and @thomwolf had been...
It's always difficult to provide these kind of estimates, as priorities sometimes shift, and we definitely want to "battle test" this new feature properly before we'll make it public.
https://github.com/explosion/spaCy/pull/7264#issuecomment-986957673 ;-)
Thanks for the reports - will look into this!
Yes, I think the plan is to move this functionality to `catalogue` indeed :-)
As an update, this is now work in progress. We've already started moving things to `catalogue`: https://github.com/explosion/catalogue/pull/33 The remaining steps will be mainly technical (coordinating releases & versioning) but we...
Yes, the plan with @honnibal and @ines is to help @thomwolf maintain this awesome spaCy extension and to make sure it can stay in-sync when there are new releases for...
No, there's no other workaround for the moment, and yes this issue will be addressed - which is why I removed the wontfix label ;-)
The way I do it, after pulling both from github and creating a new `venv` : ``` cd spacy pip install -r requirements.txt python setup.py build_ext --inplace pip install -e...
It facilitates things because then `spaCy` is actually listed in `pip list`, and you don't have to `pip install` the `requirements.txt` for `neuralcoref` because you should already have everything you...