aboutsummaryrefslogtreecommitdiffstats
path: root/get_data.sh
diff options
context:
space:
mode:
Diffstat (limited to 'get_data.sh')
-rwxr-xr-xget_data.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/get_data.sh b/get_data.sh
index 068c776..2d04678 100755
--- a/get_data.sh
+++ b/get_data.sh
@@ -40,7 +40,7 @@ echo "Unzipping wordnet data"
40 40
41for lang in als bul ell ita ron slv; do 41for lang in als bul ell ita ron slv; do
42 unzip -o -q "${WNET}/${lang}.zip" -d "${WNET}" 42 unzip -o -q "${WNET}/${lang}.zip" -d "${WNET}"
43 rm -f "${WNET}/${lang}.zip" 43 #rm -f "${WNET}/${lang}.zip"
44done 44done
45 45
46rm -rf "${WNET}/ita/" # comes alongside iwn, not useful for us 46rm -rf "${WNET}/ita/" # comes alongside iwn, not useful for us