Skip to content

Commit

Permalink
update rw.zip link again
Browse files Browse the repository at this point in the history
Summary: This diff updates the rw.zip link to accomodate a recent change.

Differential Revision: D5078450

fbshipit-source-id: 669dab3bffd3c4bfa5192cecb8a34baea9a119e8
  • Loading branch information
cpuhrsch authored and facebook-github-bot committed May 17, 2017
1 parent 11aec02 commit f24a781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion word-vector-example.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ fi

if [ ! -f "${DATADIR}/rw/rw.txt" ]
then
wget -c http://www-nlp.stanford.edu/~lmthang/morphoNLM/rw.zip -P "${DATADIR}"
wget -c https://nlp.stanford.edu/~lmthang/morphoNLM/rw.zip -P "${DATADIR}"
unzip "${DATADIR}/rw.zip" -d "${DATADIR}"
fi

Expand Down

0 comments on commit f24a781

Please sign in to comment.