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 20:23:08 +0300
committerHieu Hoang <hieuhoang@gmail.com>2014-12-05 20:23:08 +0300
commit0d8e20980eed5f6fcefe89584dc5995e39b091a2 (patch)
treeb76a3d1f70dff8e15d7a9208d7664d959e4671c8 /moses/Incremental.h
parent38102061d26c022e0deb5f082422a344748dc5fd (diff)
move OutputWordGraph() and OutputSearchGraph() into Managers
Diffstat (limited to 'moses/Incremental.h')
-rw-r--r--moses/Incremental.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/moses/Incremental.h b/moses/Incremental.h
index fb304075b..0bb8e0b62 100644
--- a/moses/Incremental.h
+++ b/moses/Incremental.h
@@ -46,6 +46,10 @@ public:
void OutputAlignment(OutputCollector *collector) const
{}
void OutputDetailedTreeFragmentsTranslationReport(OutputCollector *collector) const;
+ void OutputWordGraph(OutputCollector *collector) const
+ {}
+ void OutputSearchGraph(OutputCollector *collector) const
+ {}