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/Search.h
parentc50cc18f36dd121b67da958d136b4a68d5d42830 (diff)
implement Evaluate(inputpath, input) for chart translation options. Plumbing for lattice input
Diffstat (limited to 'moses/Search.h')
-rw-r--r--moses/Search.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/Search.h b/moses/Search.h
index 71f70e243..dec50f9ee 100644
--- a/moses/Search.h
+++ b/moses/Search.h
@@ -41,7 +41,7 @@ public:
protected:
const Phrase *m_constraint;
Manager& m_manager;
- Phrase m_sourcePhrase; // for initial hypo
+ InputPath m_inputPath; // for initial hypo
TranslationOption m_initialTransOpt; /**< used to seed 1st hypo */
};