diff options
author | Yigit Sever | 2019-09-19 00:17:16 +0300 |
---|---|---|
committer | Yigit Sever | 2019-09-19 00:17:16 +0300 |
commit | f9bc1db3284f2bf05f7b1cf55ab912363c6e8440 (patch) | |
tree | a691d726fc460d0ed0678a8ad56aad170eb21de6 /get_data.sh | |
parent | 68b6c55d0e3217362d6e17ea8458dfa7e5242e17 (diff) | |
download | Evaluating-Dictionary-Alignment-f9bc1db3284f2bf05f7b1cf55ab912363c6e8440.tar.gz Evaluating-Dictionary-Alignment-f9bc1db3284f2bf05f7b1cf55ab912363c6e8440.tar.bz2 Evaluating-Dictionary-Alignment-f9bc1db3284f2bf05f7b1cf55ab912363c6e8440.zip |
Use variables as much as possible
Diffstat (limited to 'get_data.sh')
-rwxr-xr-x | get_data.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/get_data.sh b/get_data.sh index 2d04678..4f97ad5 100755 --- a/get_data.sh +++ b/get_data.sh | |||
@@ -67,6 +67,7 @@ mv "${ROOT}"/*.def "${READY}" | |||
67 | echo "Downloading dictionaries" | 67 | echo "Downloading dictionaries" |
68 | 68 | ||
69 | DICT="${ROOT}/dictionaries" | 69 | DICT="${ROOT}/dictionaries" |
70 | mkdir -p "${DICT}" | ||
70 | 71 | ||
71 | wget -nc -q https://object.pouta.csc.fi/OPUS-OpenSubtitles/v2018/dic/en-sq.dic.gz -P "${DICT}" # English - Albanian | 72 | wget -nc -q https://object.pouta.csc.fi/OPUS-OpenSubtitles/v2018/dic/en-sq.dic.gz -P "${DICT}" # English - Albanian |
72 | wget -nc -q https://object.pouta.csc.fi/OPUS-OpenSubtitles/v2018/dic/bg-en.dic.gz -P "${DICT}" # Bulgarian - English | 73 | wget -nc -q https://object.pouta.csc.fi/OPUS-OpenSubtitles/v2018/dic/bg-en.dic.gz -P "${DICT}" # Bulgarian - English |