From 1bca9be787b7051e57df56d38ee67515608f44fa Mon Sep 17 00:00:00 2001 From: Cathy Date: Tue, 9 Jun 2020 18:11:39 +0000 Subject: [PATCH] added $PARA_PATH to en-sw unzip command --- get-data-para.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/get-data-para.sh b/get-data-para.sh index cfdecfe7..fb8ddff8 100755 --- a/get-data-para.sh +++ b/get-data-para.sh @@ -118,10 +118,10 @@ if [ $pair == "en-sw" ]; then echo "Download parallel data for English-Swahili" # Tanzil wget -c http://opus.nlpl.eu/download.php?f=Tanzil%2Fen-sw.txt.zip -P $PARA_PATH - unzip -u download.php?f=Tanzil%2Fen-sw.txt.zip -d $PARA_PATH + unzip -u $PARA_PATH/download.php?f=Tanzil%2Fen-sw.txt.zip -d $PARA_PATH # GlobalVoices wget -c http://opus.nlpl.eu/download.php?f=GlobalVoices%2Fen-sw.txt.zip -P $PARA_PATH - unzip -u download.php?f=GlobalVoices%2Fen-sw.txt.zip -d $PARA_PATH + unzip -u $PARA_PATH/download.php?f=GlobalVoices%2Fen-sw.txt.zip -d $PARA_PATH fi # en-th