diff options
author | Chris Dyer <redpony@gmail.com> | 2013-02-22 14:33:24 -0800 |
---|---|---|
committer | Chris Dyer <redpony@gmail.com> | 2013-02-22 14:33:24 -0800 |
commit | e5141a2f07035bcdefecaff54556367426b1898e (patch) | |
tree | bdc4c4e887a19056e0b4d30748cd9aef37b9480c /python/src/mteval.pxi | |
parent | 95c364f2cb002241c4a62bedb1c5ef6f1e9a7f22 (diff) | |
parent | 61aeff242f9bc694b99fd7e5eb1f5a8c6431d1a1 (diff) |
Merge pull request #16 from jflanigan/master
QCRI Bleu
Diffstat (limited to 'python/src/mteval.pxi')
-rw-r--r-- | python/src/mteval.pxi | 2 |
1 files changed, 2 insertions, 0 deletions
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') |