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/cdec | |
parent | eeef93717fed2901f6fcd2e3fd11118e0e309af7 (diff) |
Character error rate metric
- [python] cdec.score.CER
- Cleanup .gitignore
Diffstat (limited to 'python/cdec')
-rw-r--r-- | python/cdec/score.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/cdec/score.py b/python/cdec/score.py index d9486ef2..22257774 100644 --- a/python/cdec/score.py +++ b/python/cdec/score.py @@ -1 +1 @@ -from _cdec import BLEU, TER, Metric +from _cdec import BLEU, TER, CER, Metric |