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:
Diffstat (limited to 'src/Manager.h')
-rwxr-xr-xsrc/Manager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Manager.h b/src/Manager.h
index 01e37016c..6c1383e0d 100755
--- a/src/Manager.h
+++ b/src/Manager.h
@@ -77,7 +77,7 @@ protected:
std::vector < HypothesisStack > m_hypoStackColl; /**< stacks to store hypothesis (partial translations) */
// no of elements = no of words in source + 1
- TranslationOptionCollection *m_possibleTranslations; /**< pre-computed list of translation options for the phrases in this sentence */
+ TranslationOptionCollection *m_transOptColl; /**< pre-computed list of translation options for the phrases in this sentence */
TargetPhrase m_initialTargetPhrase; /**< used to seed 1st hypo */
clock_t m_start; /**< starting time, used for logging */