From 81e8a7b851e064df1de6330a52966d8aeb13be25 Mon Sep 17 00:00:00 2001 From: Jeff Flanigan Date: Thu, 21 Feb 2013 19:51:06 -0500 Subject: Add QCRI_BLEU --- python/src/mteval.pxi | 2 ++ 1 file changed, 2 insertions(+) (limited to 'python/src') diff --git a/python/src/mteval.pxi b/python/src/mteval.pxi index f3bec393..436a1e01 100644 --- a/python/src/mteval.pxi +++ b/python/src/mteval.pxi @@ -192,5 +192,7 @@ cdef class Metric: return [] BLEU = Scorer('IBM_BLEU') +QCRI = Scorer('QCRI_BLEU') TER = Scorer('TER') CER = Scorer('CER') +SSK = Scorer('SSK') -- cgit v1.2.3