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-19 19:23:02 +0300
committerHieu Hoang <hieuhoang@gmail.com>2015-10-19 19:23:02 +0300
commitdd7bf06f957957fad6871c33382ebf98a75ea55d (patch)
tree473c6cb6cca70f385bbb0edc9eeb380c988508bb /moses/Hypothesis.h
parentfda97b08021238c54a440003da5d760f5f0a1349 (diff)
Revert "share bitmaps"
This reverts commit db24036313717458c6995e087b1db1379867aab8.
Diffstat (limited to 'moses/Hypothesis.h')
-rw-r--r--moses/Hypothesis.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/Hypothesis.h b/moses/Hypothesis.h
index c7d7c37bb..221f07b1e 100644
--- a/moses/Hypothesis.h
+++ b/moses/Hypothesis.h
@@ -72,7 +72,7 @@ class Hypothesis
protected:
const Hypothesis* m_prevHypo; /*! backpointer to previous hypothesis (from which this one was created) */
- const WordsBitmap &m_sourceCompleted; /*! keeps track of which words have been translated so far */
+ WordsBitmap m_sourceCompleted; /*! keeps track of which words have been translated so far */
InputType const& m_sourceInput;
WordsRange m_currSourceWordsRange; /*! source word positions of the last phrase that was used to create this hypothesis */
WordsRange m_currTargetWordsRange; /*! target word positions of the last phrase that was used to create this hypothesis */