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/Syntax
parentf087fce65eae426fa38efdea55405753992f10f7 (diff)
Code reorganization with respect to hypergraph output.
Diffstat (limited to 'moses/Syntax')
-rw-r--r--moses/Syntax/Manager.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/moses/Syntax/Manager.h b/moses/Syntax/Manager.h
index ed36c7c1d..8e26e0679 100644
--- a/moses/Syntax/Manager.h
+++ b/moses/Syntax/Manager.h
@@ -29,7 +29,13 @@ public:
OutputCollector *collector) const {}
void OutputLatticeSamples(OutputCollector *collector) const {}
void OutputSearchGraph(OutputCollector *collector) const {}
- void OutputSearchGraphHypergraph() const {}
+ // void OutputSearchGraphHypergraph() const {}
+
+ void
+ OutputSearchGraphAsHypergraph
+ ( std::string const& fname, size_t const precision ) const
+ { }
+
void OutputSearchGraphSLF() const {}
void OutputWordGraph(OutputCollector *collector) const {}
void OutputDetailedTranslationReport(OutputCollector *collector) const {}