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-06-28 21:05:49 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-06-28 21:05:49 +0400
commitbddbdeec0448eabd260bb034262d53990846482e (patch)
treed390d6ee843806e4e99fa10cac102f42e306ecfa /moses/DecodeStepTranslation.h
parentd2e37b701b1c2753860b4a4c7adf46b7eadfba4c (diff)
find all target phrases before search
Diffstat (limited to 'moses/DecodeStepTranslation.h')
-rw-r--r--moses/DecodeStepTranslation.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/moses/DecodeStepTranslation.h b/moses/DecodeStepTranslation.h
index c62b4275b..2ab437194 100644
--- a/moses/DecodeStepTranslation.h
+++ b/moses/DecodeStepTranslation.h
@@ -56,6 +56,11 @@ public:
, PartialTranslOptColl &outputPartialTranslOptColl
, size_t startPos, size_t endPos, bool adhereTableLimit) const;
+ void ProcessInitialTranslation(const InputType &source
+ , PartialTranslOptColl &outputPartialTranslOptColl
+ , size_t startPos, size_t endPos, bool adhereTableLimit
+ , const TargetPhraseCollection *phraseColl) const;
+
private:
};