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>2019-03-07 13:38:37 +0300
committerRoman Grundkiewicz <rgrundki@exseed.ed.ac.uk>2019-03-07 13:41:28 +0300
commit74cfe16799e542e7bea6166199350a81a8da15c0 (patch)
tree8895b6e5be91925dfd829f507d0b1abe02e1ca25 /Makefile
parent0b842bcf78901d43d0d681360b7d6b90a8664ca0 (diff)
Add test for scoring with LM
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0553745..00e378b 100644
--- a/Makefile
+++ b/Makefile
@@ -29,6 +29,7 @@ models:
cd $@ && bash ./download-char-s2s.sh
cd $@ && bash ./download-wnmt18.sh
cd $@ && bash ./download-transformer.sh
+ cd $@ && bash ./download-lm.sh
data:
mkdir -p $@