Manage spaCy pipeline package using pipenv with Pipfile / Pipfile.lock #12386
-
Hello, I am using Need few components of your trained pipeline for Italian language. Now, in your nice docs here, you outline how to install trained pipelines in automated processes using However, there's no mention on how to handle - in this case -
What's the way to go about installing spacy pipelines using pipenv? Thanks a lot in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hey, thanks for your question. Hope that helps! |
Beta Was this translation helpful? Give feedback.
Hey, thanks for your question.
A possible solution could be to directly download the models from spacy-models and install them locally / or handle them however you'd handle local/private wheel packages.
Hope that helps!