Summary: This diff updates the rareword link. (Note: this ignores all push blocking failures!) Differential Revision: D5070402 fbshipit-source-id: d0147c16cb93ab83b9adff24433c17196a62435f
@@ -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