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 <hieu@hoang.co.uk>2014-08-08 21:11:30 +0400
committerHieu Hoang <hieu@hoang.co.uk>2014-08-08 21:11:30 +0400
commit18c1c4a13292ef7b73fdf9b9bcb72f3d2c275496 (patch)
tree1908b0a65418f53818f3ec0c387a8a3bbdc95dae /moses/Incremental.cpp
parent4863cc79c31890efa65a7f080e06018adea73dc7 (diff)
method rename
Diffstat (limited to 'moses/Incremental.cpp')
-rw-r--r--moses/Incremental.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/Incremental.cpp b/moses/Incremental.cpp
index c8a48d425..06c46b786 100644
--- a/moses/Incremental.cpp
+++ b/moses/Incremental.cpp
@@ -102,7 +102,7 @@ public:
return vertex.BestChild();
}
- void Evaluate(const InputType &input, const InputPath &inputPath) {
+ void EvaluateWithSourceContext(const InputType &input, const InputPath &inputPath) {
// TODO for input lattice
}
private: