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 <hieu@hoang.co.uk>2013-08-02 21:09:47 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-08-02 21:09:47 +0400
commitafcf65098f218ca05eb2675ca475f380fe0f57dc (patch)
tree17794728a5372578f8df7f356e92cc099a1b1342 /moses/ChartRuleLookupManager.h
parent0596c3e9e47301303c07e1b7d44e671f4c227423 (diff)
parsing doesn't depend on input sentence anymore
Diffstat (limited to 'moses/ChartRuleLookupManager.h')
-rw-r--r--moses/ChartRuleLookupManager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/ChartRuleLookupManager.h b/moses/ChartRuleLookupManager.h
index 6c088fda6..66ff9e2a9 100644
--- a/moses/ChartRuleLookupManager.h
+++ b/moses/ChartRuleLookupManager.h
@@ -53,7 +53,7 @@ public:
const ChartParser &GetParser() const
{ return m_parser; }
- const Sentence &GetSentence() const;
+ //const Sentence &GetSentence() const;
const ChartCellLabel &GetSourceAt(size_t at) const {
return m_cellCollection.GetSourceWordLabel(at);