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 | 3ca72e48cf478bd9d5652e587fe0f43a6529e8f9 (patch) | |
tree | e64f114e309cc85fb740ecaacaeb044dd5baba84 /python/src/mteval.pxi | |
parent | c17d9c23d023a5c08656376944f636180f0a437b (diff) | |
parent | 462c37d573512d8b5adf6ccfd7361a495fe0d94e (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') |