You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should add spacy_install_langmodel() that would take a local language model file and "install" it in the same way that spacy_download_langmodel() does from the spaCy remote repository. This could then be used in spacy_initialize() in the same way that downloaded language models are usable.
The text was updated successfully, but these errors were encountered:
Following this comment on the wishlist thread by @mshariful:
We should add
spacy_install_langmodel()
that would take a local language model file and "install" it in the same way thatspacy_download_langmodel()
does from the spaCy remote repository. This could then be used inspacy_initialize()
in the same way that downloaded language models are usable.The text was updated successfully, but these errors were encountered: