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:
Diffstat (limited to 'moses/Syntax/S2T/Manager.h')
-rw-r--r--moses/Syntax/S2T/Manager.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/moses/Syntax/S2T/Manager.h b/moses/Syntax/S2T/Manager.h
index 817b8cdb9..71d2081e1 100644
--- a/moses/Syntax/S2T/Manager.h
+++ b/moses/Syntax/S2T/Manager.h
@@ -56,6 +56,8 @@ class Manager : public BaseManager
{}
void OutputSearchGraph(OutputCollector *collector) const
{}
+ void OutputSearchGraphSLF() const
+ {}
private:
void FindOovs(const PChart &, std::set<Word> &, std::size_t);