Quiet wget

This commit is contained in:
NAUSICAA\Julian
2018-12-19 08:40:25 -03:00
parent 08102657bb
commit a8f51900bc
+1 -1
View File
@@ -38,7 +38,7 @@ do
mkdir -p "${DATA_DIR}/${LANGUAGE}"
for FILE_EXT in train.1000 train.2000 train.5000 train.10000 dev test
do
wget -c $MLDOC/mldoc-indices/$LANGUAGE.$FILE_EXT -P "${DATA_DIR}/tmp"
wget -cq $MLDOC/mldoc-indices/$LANGUAGE.$FILE_EXT -P "${DATA_DIR}/tmp"
python $DATA_DIR/tmp/generate_documents.py \
--indices-file $DATA_DIR/tmp/$LANGUAGE.$FILE_EXT \