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 18:54:49 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-08-02 18:54:49 +0400
commit0596c3e9e47301303c07e1b7d44e671f4c227423 (patch)
treee81a4df739467c849d60cf8842268b850a63098c /moses/ChartRuleLookupManager.h
parentd1d07d5923c03c3c6b7d7ac9cb6745c91f83be08 (diff)
Add NonTerminalSet variable to InputPath
Diffstat (limited to 'moses/ChartRuleLookupManager.h')
-rw-r--r--moses/ChartRuleLookupManager.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/moses/ChartRuleLookupManager.h b/moses/ChartRuleLookupManager.h
index 0d26bd7ee..6c088fda6 100644
--- a/moses/ChartRuleLookupManager.h
+++ b/moses/ChartRuleLookupManager.h
@@ -51,6 +51,8 @@ public:
return m_cellCollection.GetBase(WordsRange(begin, end)).GetTargetLabelSet();
}
+ const ChartParser &GetParser() const
+ { return m_parser; }
const Sentence &GetSentence() const;
const ChartCellLabel &GetSourceAt(size_t at) const {