From f24a781021862f0e475a5fb9c55b7c1cec3b6e2e Mon Sep 17 00:00:00 2001 From: Christian Puhrsch Date: Wed, 17 May 2017 10:37:13 -0700 Subject: [PATCH] update rw.zip link again Summary: This diff updates the rw.zip link to accomodate a recent change. Differential Revision: D5078450 fbshipit-source-id: 669dab3bffd3c4bfa5192cecb8a34baea9a119e8 --- word-vector-example.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/word-vector-example.sh b/word-vector-example.sh index 13f235883..85f0de4d9 100755 --- a/word-vector-example.sh +++ b/word-vector-example.sh @@ -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