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-13 23:36:32 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-08-13 23:36:32 +0400
commitefc765ddff5c97c99aa314de0a0d9af4944a3688 (patch)
treed616dc8533400f30308acc22005f49a2e1ca2a2a /moses/DecodeStepTranslation.h
parentc50cc18f36dd121b67da958d136b4a68d5d42830 (diff)
implement Evaluate(inputpath, input) for chart translation options. Plumbing for lattice input
Diffstat (limited to 'moses/DecodeStepTranslation.h')
-rw-r--r--moses/DecodeStepTranslation.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/moses/DecodeStepTranslation.h b/moses/DecodeStepTranslation.h
index a171c45d7..fa0c265ec 100644
--- a/moses/DecodeStepTranslation.h
+++ b/moses/DecodeStepTranslation.h
@@ -31,6 +31,7 @@ namespace Moses
class PhraseDictionary;
class TargetPhrase;
+class InputPath;
//! subclass of DecodeStep for translation step
class DecodeStepTranslation : public DecodeStep
@@ -56,7 +57,7 @@ public:
void ProcessInitialTranslation(const InputType &source
, PartialTranslOptColl &outputPartialTranslOptColl
, size_t startPos, size_t endPos, bool adhereTableLimit
- , const Phrase &sourcePhrase
+ , const InputPath &inputPath
, const TargetPhraseCollection *phraseColl) const;
// legacy