aboutsummaryrefslogtreecommitdiffstats
path: root/get_data.sh
diff options
context:
space:
mode:
authorYigit Sever2019-09-19 00:17:16 +0300
committerYigit Sever2019-09-19 00:17:16 +0300
commitf9bc1db3284f2bf05f7b1cf55ab912363c6e8440 (patch)
treea691d726fc460d0ed0678a8ad56aad170eb21de6 /get_data.sh
parent68b6c55d0e3217362d6e17ea8458dfa7e5242e17 (diff)
downloadEvaluating-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-xget_data.sh1
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}"
67echo "Downloading dictionaries" 67echo "Downloading dictionaries"
68 68
69DICT="${ROOT}/dictionaries" 69DICT="${ROOT}/dictionaries"
70mkdir -p "${DICT}"
70 71
71wget -nc -q https://object.pouta.csc.fi/OPUS-OpenSubtitles/v2018/dic/en-sq.dic.gz -P "${DICT}" # English - Albanian 72wget -nc -q https://object.pouta.csc.fi/OPUS-OpenSubtitles/v2018/dic/en-sq.dic.gz -P "${DICT}" # English - Albanian
72wget -nc -q https://object.pouta.csc.fi/OPUS-OpenSubtitles/v2018/dic/bg-en.dic.gz -P "${DICT}" # Bulgarian - English 73wget -nc -q https://object.pouta.csc.fi/OPUS-OpenSubtitles/v2018/dic/bg-en.dic.gz -P "${DICT}" # Bulgarian - English