diff options
author | Victor Chahuneau <vchahune@cs.cmu.edu> | 2012-07-25 23:57:05 -0400 |
---|---|---|
committer | Victor Chahuneau <vchahune@cs.cmu.edu> | 2012-07-25 23:57:05 -0400 |
commit | 11b3c09e45348d3e69db57837b61097862544fec (patch) | |
tree | 34654e12c570b3b34ddc53734cc9425820182e6d /python/src/mteval.pxi | |
parent | eeef93717fed2901f6fcd2e3fd11118e0e309af7 (diff) |
Character error rate metric
- [python] cdec.score.CER
- Cleanup .gitignore
Diffstat (limited to 'python/src/mteval.pxi')
-rw-r--r-- | python/src/mteval.pxi | 1 |
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') |