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>2013-08-31 04:37:15 +0400
committerHieu Hoang <hieuhoang@gmail.com>2013-08-31 04:37:15 +0400
commitaf6b1f2b4e40a95b0a606459dfffe6e2b4c6da85 (patch)
tree1a84e1de0ce9aea7c27eb96ee7186e05dd99e129 /moses/ChartManager.h
parent769f2fe00c817a47c82cf3cfab6cdc94bfb06949 (diff)
start on forced decoding for SCFG
Diffstat (limited to 'moses/ChartManager.h')
-rw-r--r--moses/ChartManager.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/moses/ChartManager.h b/moses/ChartManager.h
index 7debc270e..4fae5d7ee 100644
--- a/moses/ChartManager.h
+++ b/moses/ChartManager.h
@@ -102,6 +102,8 @@ public:
return m_hypothesisId++;
}
+ const Phrase *GetConstraint() const
+ { return m_constraint; }
};
}