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-05 22:40:51 +0300
committerHieu Hoang <hieuhoang@gmail.com>2014-12-05 22:40:51 +0300
commit6a77fd0ce3f5d3d52a20c1be808f1f7a0ffcb63b (patch)
treec92be22aef512a82b4f326bb0301e7c5f8de24ad /moses/Manager.h
parent65c016667e051e29b93ee6398adcfa72eefe1186 (diff)
add OutputSearchGraphSLF() to API framework
Diffstat (limited to 'moses/Manager.h')
-rw-r--r--moses/Manager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/moses/Manager.h b/moses/Manager.h
index ef32c4a9a..25fbed12d 100644
--- a/moses/Manager.h
+++ b/moses/Manager.h
@@ -198,6 +198,7 @@ public:
{}
void OutputWordGraph(OutputCollector *collector) const;
void OutputSearchGraph(OutputCollector *collector) const;
+ void OutputSearchGraphSLF() const;
};