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/ChartTranslationOptionList.cpp
parent4863cc79c31890efa65a7f080e06018adea73dc7 (diff)
method rename
Diffstat (limited to 'moses/ChartTranslationOptionList.cpp')
-rw-r--r--moses/ChartTranslationOptionList.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/ChartTranslationOptionList.cpp b/moses/ChartTranslationOptionList.cpp
index 03459f76b..71a8b4b0f 100644
--- a/moses/ChartTranslationOptionList.cpp
+++ b/moses/ChartTranslationOptionList.cpp
@@ -168,7 +168,7 @@ float ChartTranslationOptionList::GetBestScore(const ChartCellLabel *chartCell)
return bestHypo.GetTotalScore();
}
-void ChartTranslationOptionList::Evaluate(const InputType &input, const InputPath &inputPath)
+void ChartTranslationOptionList::EvaluateWithSourceContext(const InputType &input, const InputPath &inputPath)
{
// NEVER iterate over ALL of the collection. Just over the first m_size
CollType::iterator iter;