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/Incremental.h
parent65c016667e051e29b93ee6398adcfa72eefe1186 (diff)
add OutputSearchGraphSLF() to API framework
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 ea4b3feda..c856f6a93 100644
--- a/moses/Incremental.h
+++ b/moses/Incremental.h
@@ -52,7 +52,8 @@ public:
{}
void OutputSearchGraph(OutputCollector *collector) const
{}
-
+ void OutputSearchGraphSLF() const
+ {}
private: