Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/marian-regression-tests.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Grundkiewicz <rgrundki@exseed.ed.ac.uk>2017-10-13 16:17:48 +0300
committerRoman Grundkiewicz <rgrundki@exseed.ed.ac.uk>2017-10-13 16:17:48 +0300
commit06ceee7c5e72fa0ce1b2dc69bf99b84132916c91 (patch)
treecb966adee7d9a4535f29de3b36a06e664676b429 /Makefile
parent320d1f146a7cd74d1bfc49a4b33abc0c64b2f046 (diff)
Add missing data
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d153d4e..ab4cbb3 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ GIT_SUBWORD_NMT=http://github.com/rsennrich/subword-nmt.git
#####################################################################
-install: tools models
+install: tools models data
run: install
bash ./run_mrt.sh
@@ -27,3 +27,7 @@ tools/marian:
models:
mkdir -p $@
cd $@ && bash ./download-wmt16.sh
+
+data:
+ mkdir -p $@
+ cd $@ && bash ./download-data.sh