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/ChartManager.h
parentf087fce65eae426fa38efdea55405753992f10f7 (diff)
Code reorganization with respect to hypergraph output.
Diffstat (limited to 'moses/ChartManager.h')
-rw-r--r--moses/ChartManager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/ChartManager.h b/moses/ChartManager.h
index bf5851806..9d5485fb9 100644
--- a/moses/ChartManager.h
+++ b/moses/ChartManager.h
@@ -154,7 +154,7 @@ public:
void OutputSearchGraph(OutputCollector *collector) const;
void OutputSearchGraphSLF() const {
}
- void OutputSearchGraphHypergraph() const;
+ // void OutputSearchGraphHypergraph() const;
};