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-10 15:47:23 +0300
committerHieu Hoang <hieuhoang@gmail.com>2014-12-10 15:47:23 +0300
commit81640945d09b22ff297673c9c685cab9f344b266 (patch)
tree4359333fa4fdbf9a28d7519517fa9220c6c72d79 /moses/Manager.h
parent99cfba8769cc84416c953693f7ccdf98c688423e (diff)
move OutputBest() to ChartManager
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 8e948c9c2..14dff1f04 100644
--- a/moses/Manager.h
+++ b/moses/Manager.h
@@ -187,6 +187,7 @@ public:
std::vector< const Hypothesis* >* pConnectedList, std::map < const Hypothesis*, std::set < const Hypothesis* > >* pOutgoingHyps, std::vector< float>* pFwdBwdScores) const;
// outputs
+ void OutputBest(OutputCollector *collector) const;
void OutputNBest(OutputCollector *collector) const;
void OutputAlignment(OutputCollector *collector) const;
void OutputLatticeSamples(OutputCollector *collector) const;