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:
authorbraunefe <braune-fabienne@gmail.com>2013-09-23 18:30:28 +0400
committerbraunefe <braune-fabienne@gmail.com>2013-09-23 18:30:28 +0400
commitf23c1d7769a871fd480ec622d48a58c703d6009e (patch)
tree1ac02c690794992422c7bf382b83882e62eba314 /moses/ChartManager.h
parent641be9a3a14eeb3a9cca9dcbea130721c68d29e9 (diff)
Added All Translation Options for DIMw
Diffstat (limited to 'moses/ChartManager.h')
-rw-r--r--moses/ChartManager.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/moses/ChartManager.h b/moses/ChartManager.h
index a7c2174d4..838fbd8e9 100644
--- a/moses/ChartManager.h
+++ b/moses/ChartManager.h
@@ -85,6 +85,11 @@ public:
return *m_sentenceStats;
}
+ //DIMw
+ const ChartCellCollection& GetChartCellCollection() const {
+ return m_hypoStackColl;
+ }
+
/***
* to be called after processing a sentence (which may consist of more than just calling ProcessSentence() )
* currently an empty function