aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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