diff options
author | Chris Dyer <cdyer@allegro.clab.cs.cmu.edu> | 2014-09-04 13:24:26 -0400 |
---|---|---|
committer | Chris Dyer <cdyer@allegro.clab.cs.cmu.edu> | 2014-09-04 13:24:26 -0400 |
commit | c9804461426ad400e8189ff8217e93f13b199ded (patch) | |
tree | 9757f84c2f2190b64cdd350d8770651ab99e2a71 /mteval/ns_cer.h | |
parent | 71aa8f36e7a283d4e3ed8fb7484e4df966f4be4a (diff) |
word error rate metric
Diffstat (limited to 'mteval/ns_cer.h')
-rw-r--r-- | mteval/ns_cer.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mteval/ns_cer.h b/mteval/ns_cer.h index 9d211181..cb2b4b4a 100644 --- a/mteval/ns_cer.h +++ b/mteval/ns_cer.h @@ -5,9 +5,6 @@ class CERMetric : public EvaluationMetric { friend class EvaluationMetric; - private: - unsigned EditDistance(const std::string& hyp, - const std::string& ref) const; protected: CERMetric() : EvaluationMetric("CER") {} |