diff options
author | Yigit Sever | 2019-09-19 00:22:46 +0300 |
---|---|---|
committer | Yigit Sever | 2019-09-19 00:22:46 +0300 |
commit | f930fb325ec68e9522c689132d20ea335b30dbbe (patch) | |
tree | 37917602b2de3f251a23b195e4be689fa9ed18f4 /get_data.sh | |
parent | 1890976ed1eee59eda92ceabdcb1c966d6707269 (diff) | |
parent | 4ffdd84d704d9040cd493b0ca8e53fb15278be26 (diff) | |
download | Evaluating-Dictionary-Alignment-f930fb325ec68e9522c689132d20ea335b30dbbe.tar.gz Evaluating-Dictionary-Alignment-f930fb325ec68e9522c689132d20ea335b30dbbe.tar.bz2 Evaluating-Dictionary-Alignment-f930fb325ec68e9522c689132d20ea335b30dbbe.zip |
Merge branch 'master' of github.com:yigitsever/Evaluating-Dictionary-Alignment
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 |