From 24e6d6c272e4c6f7c5768478ed6e492c81648994 Mon Sep 17 00:00:00 2001 From: Hieu Hoang Date: Mon, 5 Aug 2013 16:53:15 +0100 Subject: all hypotheses have translation option. All translation options have target phrase --- moses/SearchCubePruning.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'moses/SearchCubePruning.h') 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 */ -- cgit v1.2.3