]> gitweb.fperrin.net Git - DictionaryPC.git/blobdiff - data/downloadInputs.sh
Fixed combining marks on Unicode regexes.
[DictionaryPC.git] / data / downloadInputs.sh
index c0cc8ee11ea90887daa271042459b0e1bd269db8..f0863bfecb6188136cc716cd859b8056710a45f8 100755 (executable)
@@ -2,7 +2,6 @@
 
 OLD_DIR=`pwd`
 DIR=`dirname $0`
-
 cd $DIR
 
 echo "Downloading from: http://ftp.tu-chemnitz.de/pub/Local/urz/ding/de-en-devel/"
@@ -15,8 +14,8 @@ 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
+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