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/ChartTranslationOption.h
parentefa5befb16ede5f38b157f8bee0acb86316a4f49 (diff)
method rename
Diffstat (limited to 'moses/ChartTranslationOption.h')
-rw-r--r--moses/ChartTranslationOption.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/ChartTranslationOption.h b/moses/ChartTranslationOption.h
index e8cba1347..06a6f797e 100644
--- a/moses/ChartTranslationOption.h
+++ b/moses/ChartTranslationOption.h
@@ -44,7 +44,7 @@ public:
return m_scoreBreakdown;
}
- void Evaluate(const InputType &input,
+ void EvaluateWithSourceContext(const InputType &input,
const InputPath &inputPath,
const StackVec &stackVec);
};