diff options
Diffstat (limited to 'vest/ter.h')
-rw-r--r-- | vest/ter.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -10,6 +10,7 @@ class TERScorer : public SentenceScorer { TERScorer(const std::vector<std::vector<WordID> >& references); ~TERScorer(); Score* ScoreCandidate(const std::vector<WordID>& hyp) const; + Score* ScoreCCandidate(const std::vector<WordID>& hyp) const; static Score* ScoreFromString(const std::string& data); private: std::vector<TERScorerImpl*> impl_; |