Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHieu Hoang <hieuhoang@gmail.com>2014-07-10 02:41:08 +0400
committerHieu Hoang <hieuhoang@gmail.com>2014-07-10 02:41:08 +0400
commit12a14221e283e6e1d69f14d35437f36b9a728e50 (patch)
tree2534bf2ed996393d4dffb650e36b9e183cea4316 /moses/FF/PhraseBoundaryFeature.cpp
parent587b5fd716f0cfc5207bbd790accd38ab1ae0ad6 (diff)
rename Evaluate() to EvaluateWhenApplied()
Diffstat (limited to 'moses/FF/PhraseBoundaryFeature.cpp')
-rw-r--r--moses/FF/PhraseBoundaryFeature.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/FF/PhraseBoundaryFeature.cpp b/moses/FF/PhraseBoundaryFeature.cpp
index d82181b76..3fdcf27f9 100644
--- a/moses/FF/PhraseBoundaryFeature.cpp
+++ b/moses/FF/PhraseBoundaryFeature.cpp
@@ -66,7 +66,7 @@ void PhraseBoundaryFeature::AddFeatures(
}
-FFState* PhraseBoundaryFeature::Evaluate
+FFState* PhraseBoundaryFeature::EvaluateWhenApplied
(const Hypothesis& cur_hypo, const FFState* prev_state,
ScoreComponentCollection* scores) const
{