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>2012-11-13 21:43:52 +0400
committerHieu Hoang <hieuhoang@gmail.com>2012-11-13 21:43:52 +0400
commitbc64acaaa4bb5d3e0200e68186d14c398ae57c7f (patch)
tree6ffe4cf7af41bbae4a176d6c03ae1545efdfb63c /moses/ChartCell.h
parentf8e185602296fcff8ea90c44d4a754fcb75d7809 (diff)
remove hardcoded label for top of sentence
Diffstat (limited to 'moses/ChartCell.h')
-rw-r--r--moses/ChartCell.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/moses/ChartCell.h b/moses/ChartCell.h
index e57aa4f55..14ac8e3b4 100644
--- a/moses/ChartCell.h
+++ b/moses/ChartCell.h
@@ -97,6 +97,9 @@ public:
return (p == m_hypoColl.end()) ? NULL : &(p->second.GetSortedHypotheses());
}
+ //! for n-best list
+ const HypoList *GetAllSortedHypotheses() const;
+
bool AddHypothesis(ChartHypothesis *hypo);
void SortHypotheses();