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 <fishandfrolick@gmail.com>2013-05-28 04:25:27 +0400
committerHieu Hoang <fishandfrolick@gmail.com>2013-05-28 04:25:27 +0400
commit805eef6c18eeee511a5f03fd4e4cd8ae96f47eb5 (patch)
treeda1d55846d37ec9c0587ec5bbedad89aef0b6433 /moses/DecodeStepGeneration.h
parentae82d02a05a199b8876972640dc831285005f09f (diff)
delete sourcePhrase variable in TargetPhrase class
Diffstat (limited to 'moses/DecodeStepGeneration.h')
-rw-r--r--moses/DecodeStepGeneration.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/moses/DecodeStepGeneration.h b/moses/DecodeStepGeneration.h
index b508db338..6084aa6b4 100644
--- a/moses/DecodeStepGeneration.h
+++ b/moses/DecodeStepGeneration.h
@@ -42,7 +42,8 @@ public:
, const DecodeStep &decodeStep
, PartialTranslOptColl &outputPartialTranslOptColl
, TranslationOptionCollection *toc
- , bool adhereTableLimit) const;
+ , bool adhereTableLimit
+ , const Phrase &src) const;
private:
};