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 068c776..2d04678 100755 --- a/get_data.sh +++ b/get_data.sh | |||
@@ -40,7 +40,7 @@ echo "Unzipping wordnet data" | |||
40 | 40 | ||
41 | for lang in als bul ell ita ron slv; do | 41 | for 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" |
44 | done | 44 | done |
45 | 45 | ||
46 | rm -rf "${WNET}/ita/" # comes alongside iwn, not useful for us | 46 | rm -rf "${WNET}/ita/" # comes alongside iwn, not useful for us |