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 19:18:24 +0400
committerHieu Hoang <hieu@hoang.co.uk>2014-08-08 19:18:24 +0400
commitc723035d0faa7e31fe4276bd6846c1c75c18b8f7 (patch)
tree7499fafb573503316563ca28f7fddc101cf345fe /moses/ChartTranslationOptions.h
parentefa5befb16ede5f38b157f8bee0acb86316a4f49 (diff)
method rename
Diffstat (limited to 'moses/ChartTranslationOptions.h')
-rw-r--r--moses/ChartTranslationOptions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/ChartTranslationOptions.h b/moses/ChartTranslationOptions.h
index 7dd930118..cdead7889 100644
--- a/moses/ChartTranslationOptions.h
+++ b/moses/ChartTranslationOptions.h
@@ -85,7 +85,7 @@ public:
return m_estimateOfBestScore;
}
- void Evaluate(const InputType &input, const InputPath &inputPath);
+ void EvaluateWithSourceContext(const InputType &input, const InputPath &inputPath);
void SetInputPath(const InputPath *inputPath);