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-05 19:53:15 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-08-05 19:53:15 +0400
commit24e6d6c272e4c6f7c5768478ed6e492c81648994 (patch)
tree052a1b8ffd04c13da3397bfec88dff9d634d8f6d /moses/SearchCubePruning.h
parenta83c166678de92e19c1008865f82d05d1885152e (diff)
all hypotheses have translation option. All translation options have target phrase
Diffstat (limited to 'moses/SearchCubePruning.h')
-rw-r--r--moses/SearchCubePruning.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/SearchCubePruning.h b/moses/SearchCubePruning.h
index 56565a81f..3c3971405 100644
--- a/moses/SearchCubePruning.h
+++ b/moses/SearchCubePruning.h
@@ -20,7 +20,7 @@ protected:
const InputType &m_source;
std::vector < HypothesisStack* > m_hypoStackColl; /**< stacks to store hypotheses (partial translations) */
// no of elements = no of words in source + 1
- TargetPhrase m_initialTargetPhrase; /**< used to seed 1st hypo */
+ TranslationOption m_initialTransOpt; /**< used to seed 1st hypo */
clock_t m_start; /**< used to track time spend on translation */
const TranslationOptionCollection &m_transOptColl; /**< pre-computed list of translation options for the phrases in this sentence */