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>2013-08-08 20:35:42 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-08-08 20:35:42 +0400
commit9341f28d759e263967787fe80ec2de18cee2e940 (patch)
treeb62cebf4500a687d99500b2b302af61df49908e9 /moses/TranslationOption.h
parentb044f31012fcd5c7b840453b91b36d0718f0cb5d (diff)
Evaluate(InputType) --> Evaluate(InputType, Phrase source)
Diffstat (limited to 'moses/TranslationOption.h')
-rw-r--r--moses/TranslationOption.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/TranslationOption.h b/moses/TranslationOption.h
index 8456b8437..10b4eca37 100644
--- a/moses/TranslationOption.h
+++ b/moses/TranslationOption.h
@@ -135,7 +135,7 @@ public:
return m_targetPhrase.GetScoreBreakdown();
}
- void Evaluate(const InputType &source);
+ void Evaluate(const InputType &input);
/** returns cached scores */
inline const Scores *GetLexReorderingScores(const LexicalReordering *scoreProducer) const {