From 3e209bfe7c96b8b5190cf8e4bf15577cf98fe34a Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko <tomo.git@chise.org> Date: Mon, 3 Nov 2014 16:51:46 +0900 Subject: [PATCH] (CORPUS_LIST): Add `place-benchmark'. --- seed/system-eval.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seed/system-eval.sh b/seed/system-eval.sh index 2e77c4473..2c25c6403 100755 --- a/seed/system-eval.sh +++ b/seed/system-eval.sh @@ -15,7 +15,7 @@ cat corpus.KT0.mc corpus.misc.mc corpus.kanjikai.mc corpus.ryomou.mc \ > corpus.all.mc #CORPUS_LIST="misc kanjikai ryomou jts-wa jts-JP" -CORPUS_LIST="KT0 KT2 misc kanjikai ryomou non-KT mixed all" +CORPUS_LIST="KT0 KT2 misc kanjikai ryomou place-benchmark non-KT mixed all" for i in $CORPUS_LIST do -- GitLab