From 3d884bb098878d5ddf7c6c325f464c667946a3b0 Mon Sep 17 00:00:00 2001 From: Hieu Hoang Date: Fri, 8 Aug 2014 16:41:16 +0100 Subject: method rename --- moses/Hypothesis.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'moses/Hypothesis.h') diff --git a/moses/Hypothesis.h b/moses/Hypothesis.h index 279c949a4..2b0c98d91 100644 --- a/moses/Hypothesis.h +++ b/moses/Hypothesis.h @@ -142,7 +142,7 @@ public: return m_currTargetWordsRange.GetNumWordsCovered(); } - void Evaluate(const SquareMatrix &futureScore); + void EvaluateWhenApplied(const SquareMatrix &futureScore); int GetId()const { return m_id; @@ -256,8 +256,8 @@ public: } // Added by oliver.wilson@ed.ac.uk for async lm stuff. - void EvaluateWith(const StatefulFeatureFunction &sfff, int state_idx); - void EvaluateWith(const StatelessFeatureFunction &slff); + void EvaluateWhenApplied(const StatefulFeatureFunction &sfff, int state_idx); + void EvaluateWhenApplied(const StatelessFeatureFunction &slff); //! target span that trans opt would populate if applied to this hypo. Used for alignment check size_t GetNextStartPos(const TranslationOption &transOpt) const; -- cgit v1.2.3