From 0f0a33f22e9cdd4e383a356cb44f6ee1a866b22c Mon Sep 17 00:00:00 2001 From: Roman Grundkiewicz Date: Mon, 18 Jun 2018 12:26:53 +0100 Subject: Add tests for returning alignments from ensembles --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c8af791..e735e3a 100644 --- a/Makefile +++ b/Makefile @@ -39,6 +39,7 @@ models: cd $@ && bash ./download-wmt17.sh cd $@ && bash ./download-char-s2s.sh cd $@ && bash ./download-wnmt18.sh + cd $@ && bash ./download-wmt18.sh data: mkdir -p $@ -- cgit v1.2.3