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-04 19:25:19 +0300
committerHieu Hoang <hieuhoang@gmail.com>2014-12-04 19:25:19 +0300
commitc5fdb170fbe82213dc123b7b892ded7d32695d2c (patch)
tree00610370daccd6a94c3668ad666831b567b398b0 /moses/Manager.h
parentd5e315a599196f40229ab05cd5ab49fbd8ec100d (diff)
move OutputUnknowns() into Managers
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 67a67db41..71dd69930 100644
--- a/moses/Manager.h
+++ b/moses/Manager.h
@@ -191,6 +191,7 @@ public:
void OutputAlignment(OutputCollector *collector) const;
void OutputLatticeSamples(OutputCollector *collector) const;
void OutputDetailedTranslationReport(OutputCollector *collector) const;
+ void OutputUnknowns(OutputCollector *collector) const;
};