diff options
| author | Yigit Sever | 2019-09-16 22:29:25 +0300 |
|---|---|---|
| committer | Yigit Sever | 2019-09-16 22:29:25 +0300 |
| commit | facc57ba71729c6fc968994ba20f1330125181de (patch) | |
| tree | 95968b59f01caa462748d2be5d0a655a8b3c811d | |
| parent | 6430ff4318ef2350cce3ae6d5fbe9e0a551d9c4f (diff) | |
| download | Evaluating-Dictionary-Alignment-facc57ba71729c6fc968994ba20f1330125181de.tar.gz Evaluating-Dictionary-Alignment-facc57ba71729c6fc968994ba20f1330125181de.tar.bz2 Evaluating-Dictionary-Alignment-facc57ba71729c6fc968994ba20f1330125181de.zip | |
Clarify the unzip operation
| -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 | ||
