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-07 13:28:28 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-08-07 13:28:28 +0400
commit66d4c2b0be0a41bb7eca5734913add627a193b7b (patch)
treee3cc5724da69172f8a1d8118216790c89988529e /moses/SearchCubePruning.h
parent7a808a2edb5ce9304a2d6dd043188c64a1f23b46 (diff)
source phrase is a pointer in translation options.
Diffstat (limited to 'moses/SearchCubePruning.h')
-rw-r--r--moses/SearchCubePruning.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/moses/SearchCubePruning.h b/moses/SearchCubePruning.h
index 3c3971405..e00ae4409 100644
--- a/moses/SearchCubePruning.h
+++ b/moses/SearchCubePruning.h
@@ -20,7 +20,6 @@ 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
- 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 */