Explorar o código

New rare word link - issue 217

Summary:
This diff updates the rareword link.

(Note: this ignores all push blocking failures!)

Differential Revision: D5070402

fbshipit-source-id: d0147c16cb93ab83b9adff24433c17196a62435f
Christian Puhrsch %!s(int64=8) %!d(string=hai) anos
pai
achega
11aec0234f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      word-vector-example.sh

+ 1 - 1
word-vector-example.sh

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