X-Git-Url: http://gitweb.fperrin.net/?p=DictionaryPC.git;a=blobdiff_plain;f=data%2FdownloadInputs.sh;fp=data%2FdownloadInputs.sh;h=412ab18f4413f3b63f00517e9fe1df0dc7bd5003;hp=c0cc8ee11ea90887daa271042459b0e1bd269db8;hb=1aa4de25c859304d21acfadd18cb546d1c21415b;hpb=482bc692ba8274fdcd36efd8714aaedee778300a diff --git a/data/downloadInputs.sh b/data/downloadInputs.sh index c0cc8ee..412ab18 100755 --- a/data/downloadInputs.sh +++ b/data/downloadInputs.sh @@ -15,10 +15,10 @@ echo "Note that unzipping is slow." L=en echo "Downloading from: http://dumps.wikimedia.org/${L}wiktionary/" -WIKI=${L}wiktionary-20111224-pages-articles.xml -#curl --remote-name http://dumps.wikimedia.org/${L}wiktionary/20111224/${WIKI}.bz2 -#bunzip2 ${WIKI}.bz2 -#mv ${WIKI} inputs/${L}wiktionary-pages-articles.xml +WIKI=${L}wiktionary-20120109-pages-articles.xml +curl --remote-name http://dumps.wikimedia.org/${L}wiktionary/20120109/${WIKI}.bz2 +bunzip2 ${WIKI}.bz2 +mv ${WIKI} inputs/${L}wiktionary-pages-articles.xml L=fr echo "Downloading from: http://dumps.wikimedia.org/${L}wiktionary/"