aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYigit Sever2019-09-16 22:29:25 +0300
committerYigit Sever2019-09-16 22:29:25 +0300
commitfacc57ba71729c6fc968994ba20f1330125181de (patch)
tree95968b59f01caa462748d2be5d0a655a8b3c811d
parent6430ff4318ef2350cce3ae6d5fbe9e0a551d9c4f (diff)
downloadEvaluating-Dictionary-Alignment-facc57ba71729c6fc968994ba20f1330125181de.tar.gz
Evaluating-Dictionary-Alignment-facc57ba71729c6fc968994ba20f1330125181de.tar.bz2
Evaluating-Dictionary-Alignment-facc57ba71729c6fc968994ba20f1330125181de.zip
Clarify the unzip operation
-rwxr-xr-xget_data.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/get_data.sh b/get_data.sh
index 71b2c65..335a1f1 100755
--- a/get_data.sh
+++ b/get_data.sh
@@ -38,7 +38,7 @@ wget -nc -q http://compling.hss.ntu.edu.sg/omw/wns/slv.zip -P "${WNET}"
38echo "Unzipping wordnet data" 38echo "Unzipping wordnet data"
39 39
40for LANG in als bul ell ita ron slv; do 40for LANG in als bul ell ita ron slv; do
41 unzip -ofq "${WNET}/${LANG}" -d "${WNET}" 41 unzip -ofq "${WNET}/${LANG}.zip" -d "${WNET}"
42 rm -f "${WNET}/${LANG}.zip" 42 rm -f "${WNET}/${LANG}.zip"
43done 43done
44 44