From f01156ea09896d9d8117a38709b7e722030defa4 Mon Sep 17 00:00:00 2001 From: mohammad reza Date: Thu, 11 Oct 2018 16:52:42 -0400 Subject: [PATCH] Using better link the latest dump also the articles not all name spaces --- make_wordvectors.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make_wordvectors.sh b/make_wordvectors.sh index 56b1ebd..e91132a 100644 --- a/make_wordvectors.sh +++ b/make_wordvectors.sh @@ -14,7 +14,7 @@ echo "step 0. Make `data` directory and move there.` mkdir data; cd data echo "step 1. Download the stored wikipedia file to your disk." -wget "https://dumps.wikimedia.org/${lcode}wiki/20161201/${lcode}wiki-20161201-pages-articles-multistream.xml.bz2" +wget "https://dumps.wikimedia.org/${lcode}wiki/latest/${lcode}wiki-latest-pages-articles.xml.bz2" echo "step 2. Extract the bz2 file." bzip2 -d "${lcode}wiki-20161201-pages-articles-multistream.xml.bz2"