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
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:
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: