This looks like a really cool project! I'm testing it for potential use for my CS221 final project :)
The current version of download.py in the scripts folder tries to download:
/data/glove.840B.300d.txt.gz
Which does not exist. It appears this old .gz file has been antiquated and superseded by this file: /data/glove.840B.300d.zip.
I found and fixed the error in the python script, and changed the extraction method from gzip to the unzip() function, and have tested it locally and appears to work properly. Tried to push the changes but the repo didn't grant me permission to push the fix.
FYI if you grant me permission to push the changes, let me know and I will push the fix asap.
Thanks!
Erick
This looks like a really cool project! I'm testing it for potential use for my CS221 final project :)
The current version of download.py in the scripts folder tries to download: /data/glove.840B.300d.txt.gz Which does not exist. It appears this old .gz file has been antiquated and superseded by this file: /data/glove.840B.300d.zip.
I found and fixed the error in the python script, and changed the extraction method from gzip to the unzip() function, and have tested it locally and appears to work properly. Tried to push the changes but the repo didn't grant me permission to push the fix.
FYI if you grant me permission to push the changes, let me know and I will push the fix asap.
Thanks!
Erick