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

Session 7 exercise work around #7

Open
lwarode opened this issue Oct 20, 2022 · 0 comments
Open

Session 7 exercise work around #7

lwarode opened this issue Oct 20, 2022 · 0 comments

Comments

@lwarode
Copy link

lwarode commented Oct 20, 2022

if you're facing the problem of not being able to download the ZIP file from https://nlp.stanford.edu/projects/glove/ you can manually re-create the folder structure for get the function working:

glove <- embedding_glove6b( dimensions = 100, dir = "embeddings", manual_download = TRUE )

you have to create a ZIP file on your own (on Mac OS it is working with right click --> Compress "…") and then rename the ZIP file as "glove.6b.zip" -- the final folder structure should look like: .../embeddings/glove6b/glove.6B.zip

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

1 participant