summaryrefslogtreecommitdiff
path: root/python/src/mteval.pxi
diff options
context:
space:
mode:
Diffstat (limited to 'python/src/mteval.pxi')
-rw-r--r--python/src/mteval.pxi1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/src/mteval.pxi b/python/src/mteval.pxi
index f67f4f04..52d2abc6 100644
--- a/python/src/mteval.pxi
+++ b/python/src/mteval.pxi
@@ -189,3 +189,4 @@ cdef class Metric:
BLEU = Scorer('IBM_BLEU')
TER = Scorer('TER')
+CER = Scorer('CER')