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:
authorUlrich Germann <Ulrich.Germann@gmail.com>2015-12-06 04:43:17 +0300
committerUlrich Germann <Ulrich.Germann@gmail.com>2015-12-06 04:43:17 +0300
commitd56d900d6ab5f2cdadbba41dae56de3f19d5d04e (patch)
tree21800a596c7806cba7086a9e919371491339e9e0 /moses/Manager.h
parentcf3aef756359788a91e431b568af45d3ecd0b7a6 (diff)
Code cleanup.
Diffstat (limited to 'moses/Manager.h')
-rw-r--r--moses/Manager.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/moses/Manager.h b/moses/Manager.h
index 25e0ec30b..040b75873 100644
--- a/moses/Manager.h
+++ b/moses/Manager.h
@@ -133,7 +133,9 @@ protected:
mutable std::ostringstream m_alignmentOut;
public:
void OutputNBest(std::ostream& out, const Moses::TrellisPathList &nBestList) const;
- void OutputSurface(std::ostream &out, const Hypothesis &edge) const;
+ void OutputSurface(std::ostream &out,
+ Hypothesis const& edge,
+ bool const recursive=false) const;
void OutputAlignment(std::ostream &out, const AlignmentInfo &ai, size_t sourceOffset, size_t targetOffset) const;
void OutputInput(std::ostream& os, const Hypothesis* hypo) const;