Skip to content

Commit

Permalink
adjust glove.sh to the new URLs for the GloVe datasets
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilya Razenshteyn committed Nov 30, 2015
1 parent 05b7c29 commit b8b0e6f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions install/glove.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cd "$(dirname "$0")"
wget "http://www-nlp.stanford.edu/data/glove.twitter.27B.100d.txt.gz"
gunzip -d glove.twitter.27B.100d.txt.gz
wget "http://nlp.stanford.edu/data/glove.twitter.27B.zip"
unzip glove.twitter.27B.zip
cut -d " " -f 2- glove.twitter.27B.100d.txt > glove.txt # strip first column
rm glove.twitter.27B.100d.txt
rm glove.twitter.27B.*

0 comments on commit b8b0e6f

Please sign in to comment.