This commit is contained in:
Wojciech Jarmosz 2022-06-02 14:40:36 +02:00
parent e674b385e3
commit 33f57bc79d
3 changed files with 4 additions and 6 deletions

@ -1 +0,0 @@
Subproject commit 958dd5a6b026197de988c0264d45112215bc37bd

@ -1 +0,0 @@
Subproject commit 2598310dbedabebb582336d06dd91a5f60f33daa

View File

@ -3,15 +3,15 @@
mkdir -p tools
# download moses
if [ ! -e tools/moses-scripts ]; then
cd tools
if [ ! -e backend/translation/tools/moses-scripts ]; then
cd backend/translation/tools
git clone https://github.com/marian-nmt/moses-scripts
cd ..
fi
# download subword-nmt
if [ ! -e tools/subword-nmt ]; then
cd tools
if [ ! -e backend/translation/tools/subword-nmt ]; then
cd backend/translation/tool
git clone https://github.com/rsennrich/subword-nmt
cd ..
fi