summaryrefslogtreecommitdiff
path: root/mteval/ns_cer.h
diff options
context:
space:
mode:
Diffstat (limited to 'mteval/ns_cer.h')
-rw-r--r--mteval/ns_cer.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/mteval/ns_cer.h b/mteval/ns_cer.h
index 9d211181..d9927f78 100644
--- a/mteval/ns_cer.h
+++ b/mteval/ns_cer.h
@@ -1,13 +1,10 @@
-#ifndef _NS_CER_H_
-#define _NS_CER_H_
+#ifndef NS_CER_H_
+#define NS_CER_H_
#include "ns.h"
class CERMetric : public EvaluationMetric {
friend class EvaluationMetric;
- private:
- unsigned EditDistance(const std::string& hyp,
- const std::string& ref) const;
protected:
CERMetric() : EvaluationMetric("CER") {}