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>2014-06-16 03:55:36 +0400
committerHieu Hoang <hieuhoang@gmail.com>2014-06-16 03:55:36 +0400
commite2dc8891509943fd6ef864ecc7b45649a0161cf1 (patch)
tree82b2a3d0fe4c20f55d26fb3de6b711e6b6720a05 /moses/ChartCellLabel.h
parent6e3b6d013b4e59cf490b234b80570261847a39b3 (diff)
add input path to chart cell label
Diffstat (limited to 'moses/ChartCellLabel.h')
-rw-r--r--moses/ChartCellLabel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/moses/ChartCellLabel.h b/moses/ChartCellLabel.h
index 144a64add..c67d985b2 100644
--- a/moses/ChartCellLabel.h
+++ b/moses/ChartCellLabel.h
@@ -90,6 +90,7 @@ public:
private:
const WordsRange &m_coverage;
const Word &m_label;
+ //const InputPath &m_inputPath;
Stack m_stack;
mutable float m_bestScore;
};