FIx repo
This commit is contained in:
parent
e674b385e3
commit
33f57bc79d
@ -1 +0,0 @@
|
||||
Subproject commit 958dd5a6b026197de988c0264d45112215bc37bd
|
@ -1 +0,0 @@
|
||||
Subproject commit 2598310dbedabebb582336d06dd91a5f60f33daa
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user