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:10:56 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-08-08 20:10:56 +0400
commitb044f31012fcd5c7b840453b91b36d0718f0cb5d (patch)
tree48d394de3c70700e7aaddb6286c3a0e1fba9266b /moses/DecodeStepGeneration.h
parent4b28daeed2ede54196d570e342546d0884adb28c (diff)
consistently set source phrase in translation options as soon as the trans opt is created
Diffstat (limited to 'moses/DecodeStepGeneration.h')
-rw-r--r--moses/DecodeStepGeneration.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/moses/DecodeStepGeneration.h b/moses/DecodeStepGeneration.h
index 542d95730..1b631a8ff 100644
--- a/moses/DecodeStepGeneration.h
+++ b/moses/DecodeStepGeneration.h
@@ -44,8 +44,7 @@ public:
, const DecodeStep &decodeStep
, PartialTranslOptColl &outputPartialTranslOptColl
, TranslationOptionCollection *toc
- , bool adhereTableLimit
- , const Phrase &src) const;
+ , bool adhereTableLimit) const;
private:
};