diff options
author | Chris Dyer <cdyer@cs.cmu.edu> | 2011-12-20 18:34:14 -0500 |
---|---|---|
committer | Chris Dyer <cdyer@cs.cmu.edu> | 2011-12-20 18:34:14 -0500 |
commit | e4c5e87db2139aa0f8655b063da7d8b5199cb46d (patch) | |
tree | bfbb13d1c9131ed865ed3c0b42744d5d9e474b22 /mteval/ns_ter.h | |
parent | 2eb3bb96c6f780c477585b33273fc0c0d56c80e4 (diff) |
migrate fast_score to the new API
Diffstat (limited to 'mteval/ns_ter.h')
-rw-r--r-- | mteval/ns_ter.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mteval/ns_ter.h b/mteval/ns_ter.h index 6c020cfa..3190fc1b 100644 --- a/mteval/ns_ter.h +++ b/mteval/ns_ter.h @@ -10,6 +10,7 @@ class TERMetric : public EvaluationMetric { public: virtual unsigned SufficientStatisticsVectorSize() const; + virtual std::string DetailedScore(const SufficientStats& stats) const; virtual void ComputeSufficientStatistics(const std::vector<WordID>& hyp, const std::vector<std::vector<WordID> >& refs, SufficientStats* out) const; |