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:
authorMosesAdmin <moses-support-owner@mit.edu>2015-12-12 21:04:13 +0300
committerMosesAdmin <moses-support-owner@mit.edu>2015-12-12 21:04:13 +0300
commitb0d8c397bb698d411108d3696df774d5cc395a28 (patch)
treea92e50123ea33a4c0d253d5aad73d3ffdbcbb263 /moses/HypergraphOutput.h
parentd21f62b8a89652b4e53bf41e502b6a7e79b70c48 (diff)
daily automatic beautifier
Diffstat (limited to 'moses/HypergraphOutput.h')
-rw-r--r--moses/HypergraphOutput.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/moses/HypergraphOutput.h b/moses/HypergraphOutput.h
index 58467d781..db3bd3496 100644
--- a/moses/HypergraphOutput.h
+++ b/moses/HypergraphOutput.h
@@ -73,8 +73,8 @@ public:
class ChartSearchGraphWriterMoses : public virtual ChartSearchGraphWriter
{
public:
- ChartSearchGraphWriterMoses(AllOptions::ptr const& opts,
- std::ostream* out, size_t lineNumber)
+ ChartSearchGraphWriterMoses(AllOptions::ptr const& opts,
+ std::ostream* out, size_t lineNumber)
: ChartSearchGraphWriter(opts), m_out(out), m_lineNumber(lineNumber) {}
virtual void WriteHeader(size_t, size_t) const {
/* do nothing */
@@ -91,7 +91,7 @@ private:
class ChartSearchGraphWriterHypergraph : public virtual ChartSearchGraphWriter
{
public:
- ChartSearchGraphWriterHypergraph(AllOptions::ptr const& opts, std::ostream* out)
+ ChartSearchGraphWriterHypergraph(AllOptions::ptr const& opts, std::ostream* out)
: ChartSearchGraphWriter(opts), m_out(out), m_nodeId(0) { }
virtual void WriteHeader(size_t winners, size_t losers) const;
virtual void WriteHypos(const ChartHypothesisCollection& hypos,