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-03 18:00:36 +0300
committerHieu Hoang <hieuhoang@gmail.com>2014-12-03 18:00:36 +0300
commit184e79f4d6943f1ada23ab1f8780cb1097e08121 (patch)
tree2f606392b2171fc74f81a8e6f2057eaa659e0e5b /moses/Incremental.h
parentfb25616bddba6092922b916209accb452b56bb9a (diff)
add OutputAlignment() to BaseManager.
Diffstat (limited to 'moses/Incremental.h')
-rw-r--r--moses/Incremental.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/moses/Incremental.h b/moses/Incremental.h
index 759cf96c4..aca99127c 100644
--- a/moses/Incremental.h
+++ b/moses/Incremental.h
@@ -62,6 +62,8 @@ private:
void OutputNBestList(OutputCollector *collector, const std::vector<search::Applied> &nbest, long translationId) const;
void OutputLatticeSamples(OutputCollector *collector) const
{}
+ void OutputAlignment(OutputCollector *collector) const
+ {}
};