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 <hieuhoang@gmail.com>2015-10-20 02:50:40 +0300
committerHieu Hoang <hieuhoang@gmail.com>2015-10-20 02:50:40 +0300
commitb5f0758ee453fa351980a2d52375bf1cc1f66c32 (patch)
tree71336bfe917edd9823ecc4e2833ac9c300bc92a3 /moses/SearchCubePruning.h
parent60add0b376402f783af74a4fc66d3f0437da6c36 (diff)
make bitmap in hypo class a reference
Diffstat (limited to 'moses/SearchCubePruning.h')
-rw-r--r--moses/SearchCubePruning.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/moses/SearchCubePruning.h b/moses/SearchCubePruning.h
index 334204004..b30adf772 100644
--- a/moses/SearchCubePruning.h
+++ b/moses/SearchCubePruning.h
@@ -19,6 +19,7 @@ class SearchCubePruning: public Search
{
protected:
const InputType &m_source;
+ WordsBitmap m_initBitmap;
std::vector < HypothesisStack* > m_hypoStackColl; /**< stacks to store hypotheses (partial translations) */
// no of elements = no of words in source + 1
const TranslationOptionCollection &m_transOptColl; /**< pre-computed list of translation options for the phrases in this sentence */