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:
authorUlrich Germann <ugermann@inf.ed.ac.uk>2015-05-12 04:28:58 +0300
committerUlrich Germann <ugermann@inf.ed.ac.uk>2015-05-12 04:28:58 +0300
commitd122605c0d1a44d92526cccaeff640eee695aa62 (patch)
tree74b2de0c05adf515aa684fc7713993f5d618aa1b /moses/Incremental.h
parentf087fce65eae426fa38efdea55405753992f10f7 (diff)
Code reorganization with respect to hypergraph output.
Diffstat (limited to 'moses/Incremental.h')
-rw-r--r--moses/Incremental.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/moses/Incremental.h b/moses/Incremental.h
index 91b5dc5a0..3f679d57c 100644
--- a/moses/Incremental.h
+++ b/moses/Incremental.h
@@ -56,8 +56,11 @@ public:
}
void OutputSearchGraphSLF() const {
}
- void OutputSearchGraphHypergraph() const {
- }
+
+ void
+ OutputSearchGraphAsHypergraph
+ ( std::string const& fname, size_t const precision ) const
+ { }
private: