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