Skip to content

Commit

Permalink
New rare word link - issue 217
Browse files Browse the repository at this point in the history
Summary:
This diff updates the rareword link.

(Note: this ignores all push blocking failures!)

Differential Revision: D5070402

fbshipit-source-id: d0147c16cb93ab83b9adff24433c17196a62435f
  • Loading branch information
cpuhrsch authored and facebook-github-bot committed May 16, 2017
1 parent b17497c commit 11aec02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion word-vector-example.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 11aec02

Please sign in to comment.