Skip to content
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

Easier way to download "en_vectors_web_lg" model in spacy #21

Open
Anacoder1 opened this issue Sep 10, 2019 · 1 comment
Open

Easier way to download "en_vectors_web_lg" model in spacy #21

Anacoder1 opened this issue Sep 10, 2019 · 1 comment

Comments

@Anacoder1
Copy link

The procedure for downloading the "en_vectors_web_lg" in spacy. by downloading and unzipping the file, and shifting it to the appropriate directory, as illustrated here is long and cumbersome.

Instead of the above procedure, we could simply do the following to load the model:

import spacy
import spacy.cli
spacy.cli.download("en_vectors_web_lg")
nlp = spacy.load('en_vectors_web_lg')

@dipanjanS
Copy link
Owner

dipanjanS commented Sep 10, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants