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@cs.toronto.edu>2014-04-03 23:33:40 +0400
committerUlrich Germann <ulrich.germann@cs.toronto.edu>2014-04-03 23:33:40 +0400
commit8c04078d14ec357072c191e7ac84689198355f04 (patch)
tree82bc8355bb3ba30def4c7d662f285bdd8e1aec51 /moses/Manager.cpp
parentf63606a92beb3519b4543cd1f5b8cf1c1bcc313d (diff)
Reformatting for readability.
Diffstat (limited to 'moses/Manager.cpp')
-rw-r--r--moses/Manager.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/moses/Manager.cpp b/moses/Manager.cpp
index ad64faa8e..98ad81ea2 100644
--- a/moses/Manager.cpp
+++ b/moses/Manager.cpp
@@ -182,7 +182,11 @@ void Manager::printDivergentHypothesis(long translationId, const Hypothesis* hyp
}
-void Manager::printThisHypothesis(long translationId, const Hypothesis* hypo, const vector <const TargetPhrase*> & remainingPhrases, float remainingScore, ostream& outputStream) const
+void
+Manager::
+printThisHypothesis(long translationId, const Hypothesis* hypo,
+ const vector <const TargetPhrase*> & remainingPhrases,
+ float remainingScore, ostream& outputStream) const
{
outputStream << translationId << " ||| ";