GloVe example dataset uses non-standard zip format?
When I try to run the GloVe example on my Mac, I get the following error: http://pastebin.com/heW2aF5P
The unzip version is http://pastebin.com/W7ykXz8G .
The SHA1 seems to match what towhee gets (where the file is correctly unzipped):
$ shasum glove.840B.300d.zip 8084fbacc2dee3b1fd1ca4cc534cbfff3519ed0d glove.840B.300d.zip
The GloVe file doesn't belong to us. Can we do something about this?
Decompressing with 7zip works:
7za x glove.840B.300d.zip
7zip can easily be installed on Macs via homebrew install p7zip
Might be good to make the script a bit more robust, e.g., like http://unix.stackexchange.com/questions/15415/bash-run-command2-if-command1-fails