diff options
Diffstat (limited to 'vest/aer_scorer.h')
| -rw-r--r-- | vest/aer_scorer.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/vest/aer_scorer.h b/vest/aer_scorer.h index a0afea3b..d0df35d5 100644 --- a/vest/aer_scorer.h +++ b/vest/aer_scorer.h @@ -12,6 +12,7 @@ class AERScorer : public SentenceScorer {    // is necessary.    AERScorer(const std::vector<std::vector<WordID> >& refs, const std::string& src = "");    Score* ScoreCandidate(const std::vector<WordID>& hyp) const; +  Score* ScoreCCandidate(const std::vector<WordID>& hyp) const;    static Score* ScoreFromString(const std::string& in);    const std::string* GetSource() const;   private: | 
