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>2012-11-16 20:44:29 +0400
committerHieu Hoang <hieuhoang@gmail.com>2012-11-16 20:44:29 +0400
commit057793fc60e782271220493f05c65e43bdb68456 (patch)
treec19d5c6a70c7f90b6dd5acea8614aecc6d9da644 /moses/ChartHypothesis.h
parent7d74673fbe4ba125fa2c18e78b7a4614539fb4d8 (diff)
output alignments into file down. Alignments for n-best todo
Diffstat (limited to 'moses/ChartHypothesis.h')
-rw-r--r--moses/ChartHypothesis.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/ChartHypothesis.h b/moses/ChartHypothesis.h
index d3f7f0872..9dc1cba92 100644
--- a/moses/ChartHypothesis.h
+++ b/moses/ChartHypothesis.h
@@ -61,7 +61,7 @@ protected:
ChartArcList *m_arcList; /*! all arcs that end at the same trellis point as this hypothesis */
const ChartHypothesis *m_winningHypo;
- std::vector<const ChartHypothesis*> m_prevHypos;
+ std::vector<const ChartHypothesis*> m_prevHypos; // always sorted by source position?
ChartManager& m_manager;