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/DecodeStepTranslation.h
parent4b28daeed2ede54196d570e342546d0884adb28c (diff)
consistently set source phrase in translation options as soon as the trans opt is created
Diffstat (limited to 'moses/DecodeStepTranslation.h')
-rw-r--r--moses/DecodeStepTranslation.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/moses/DecodeStepTranslation.h b/moses/DecodeStepTranslation.h
index c8957e24a..a6829f270 100644
--- a/moses/DecodeStepTranslation.h
+++ b/moses/DecodeStepTranslation.h
@@ -47,7 +47,6 @@ public:
, PartialTranslOptColl &outputPartialTranslOptColl
, TranslationOptionCollection *toc
, bool adhereTableLimit
- , const Phrase &sourcePhrase
, const TargetPhraseCollection *phraseColl) const;
@@ -69,8 +68,7 @@ public:
, const DecodeStep &decodeStep
, PartialTranslOptColl &outputPartialTranslOptColl
, TranslationOptionCollection *toc
- , bool adhereTableLimit
- , const Phrase &sourcePhrase) const;
+ , bool adhereTableLimit) const;
private:
// I'm not sure whether this actually works or not for binary phrase table.