From 4c08c31d6759bfc1cd9d31a051fe182827345e17 Mon Sep 17 00:00:00 2001 From: Patrick Simianer
Date: Sun, 25 Jan 2015 13:28:05 +0100 Subject: BLEU: support for multiple references, unit test --- test/bleu/h | 2 ++ test/bleu/r | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 test/bleu/h create mode 100644 test/bleu/r (limited to 'test/bleu') diff --git a/test/bleu/h b/test/bleu/h new file mode 100644 index 0000000..e9901ad --- /dev/null +++ b/test/bleu/h @@ -0,0 +1,2 @@ +a s d f x +a s f d diff --git a/test/bleu/r b/test/bleu/r new file mode 100644 index 0000000..6b5f216 --- /dev/null +++ b/test/bleu/r @@ -0,0 +1,2 @@ +a s d f ||| a s d f a ||| a s d f x +a s d f ||| a s d f a ||| a s d f x -- cgit v1.2.3