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>2014-12-06 00:33:59 +0300
committerHieu Hoang <hieuhoang@gmail.com>2014-12-06 00:33:59 +0300
commit4b10c59bea5284771e6a5219f28e38bd0e75f0d5 (patch)
treea70cbcc78bcb93923791d903a1f63a19f5317791 /moses/Incremental.h
parent6a77fd0ce3f5d3d52a20c1be808f1f7a0ffcb63b (diff)
add OutputSearchGraphHypergraph() to API framework. Move m_source to BaseManager
Diffstat (limited to 'moses/Incremental.h')
-rw-r--r--moses/Incremental.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/moses/Incremental.h b/moses/Incremental.h
index c856f6a93..1115884ee 100644
--- a/moses/Incremental.h
+++ b/moses/Incremental.h
@@ -54,12 +54,13 @@ public:
{}
void OutputSearchGraphSLF() const
{}
+ void OutputSearchGraphHypergraph() const
+ {}
private:
template <class Model, class Best> search::History PopulateBest(const Model &model, const std::vector<lm::WordIndex> &words, Best &out);
- const InputType &source_;
ChartCellCollectionBase cells_;
ChartParser parser_;