Răsfoiți Sursa

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 8 ani în urmă
părinte
comite
11aec0234f
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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