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 <hieuhoang@gmail.com>2015-11-04 18:10:45 +0300
committerHieu Hoang <hieuhoang@gmail.com>2015-11-04 18:10:45 +0300
commit4078c30a42690a87b6db0fc04e655f9bcfa8671e (patch)
tree3034f9cfa58ad5fe84e37225471692410c264fbd /moses/FF/RulePairUnlexicalizedSource.h
parente87dd15f4a320febefd8c41d19e3ed0b939f5d47 (diff)
estimatedScore -> estimatedScores
Diffstat (limited to 'moses/FF/RulePairUnlexicalizedSource.h')
-rw-r--r--moses/FF/RulePairUnlexicalizedSource.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/moses/FF/RulePairUnlexicalizedSource.h b/moses/FF/RulePairUnlexicalizedSource.h
index e6a3c62fa..a5d2739e0 100644
--- a/moses/FF/RulePairUnlexicalizedSource.h
+++ b/moses/FF/RulePairUnlexicalizedSource.h
@@ -24,14 +24,14 @@ public:
void EvaluateInIsolation(const Phrase &source
, const TargetPhrase &targetPhrase
, ScoreComponentCollection &scoreBreakdown
- , ScoreComponentCollection &estimatedScore) const;
+ , ScoreComponentCollection &estimatedScores) const;
void EvaluateWithSourceContext(const InputType &input
, const InputPath &inputPath
, const TargetPhrase &targetPhrase
, const StackVec *stackVec
, ScoreComponentCollection &scoreBreakdown
- , ScoreComponentCollection *estimatedScore = NULL) const
+ , ScoreComponentCollection *estimatedScores = NULL) const
{}
void EvaluateTranslationOptionListWithSourceContext(const InputType &input