diff options
Diffstat (limited to 'get_data.sh')
-rwxr-xr-x | get_data.sh | 2 |
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}" | |||
38 | echo "Unzipping wordnet data" | 38 | echo "Unzipping wordnet data" |
39 | 39 | ||
40 | for LANG in als bul ell ita ron slv; do | 40 | for 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" |
43 | done | 43 | done |
44 | 44 | ||