summaryrefslogtreecommitdiff
path: root/mteval/ns_ter.h
diff options
context:
space:
mode:
authorChris Dyer <cdyer@cs.cmu.edu>2011-12-20 15:51:11 -0500
committerChris Dyer <cdyer@cs.cmu.edu>2011-12-20 15:51:11 -0500
commita0b8bb731c73b2d2ed3e16c0fa79aea93b3be813 (patch)
tree8d2599a154eee96998deec377ff662cf4d5ba066 /mteval/ns_ter.h
parent1521c9908d10eaa601fdf182bad74ed4122722bc (diff)
new scorer interface is implemented, but not used
Diffstat (limited to 'mteval/ns_ter.h')
-rw-r--r--mteval/ns_ter.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mteval/ns_ter.h b/mteval/ns_ter.h
index bb90f95e..6c020cfa 100644
--- a/mteval/ns_ter.h
+++ b/mteval/ns_ter.h
@@ -9,6 +9,7 @@ class TERMetric : public EvaluationMetric {
TERMetric() : EvaluationMetric("TER") {}
public:
+ virtual unsigned SufficientStatisticsVectorSize() const;
virtual void ComputeSufficientStatistics(const std::vector<WordID>& hyp,
const std::vector<std::vector<WordID> >& refs,
SufficientStats* out) const;