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-08-27 02:01:15 +0300
committerMosesAdmin <moses-support-owner@mit.edu>2015-08-27 02:01:15 +0300
commit8e162ce75c3cd32dd51f01f698337290d3bd9ade (patch)
treec82a06c3c0f814b7570d3f8081fdf616c41338b8 /moses/Manager.cpp
parent1dc8eb0cd5e8a467d58fa3de3478462244cf13fa (diff)
daily automatic beautifier
Diffstat (limited to 'moses/Manager.cpp')
-rw-r--r--moses/Manager.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/moses/Manager.cpp b/moses/Manager.cpp
index 7930cc571..f5168f244 100644
--- a/moses/Manager.cpp
+++ b/moses/Manager.cpp
@@ -573,7 +573,7 @@ void Manager::OutputWordGraph(std::ostream &outputWordGraphStream, const Hypothe
void Manager::OutputPassthroughInformation(std::ostream &out, const Hypothesis *hypo) const
{
const std::string passthrough = hypo->GetManager().GetSource().GetPassthroughInformation();
- out << passthrough;
+ out << passthrough;
}
// end of put back
@@ -1516,12 +1516,12 @@ void Manager::OutputBest(OutputCollector *collector) const
out << translationId << " ";
}
- // VN : I put back the code for OutputPassthroughInformation
+ // VN : I put back the code for OutputPassthroughInformation
if (staticData.IsPassthroughEnabled()) {
OutputPassthroughInformation(out, bestHypo);
}
- // end of add back
-
+ // end of add back
+
if (staticData.GetReportSegmentation() == 2) {
GetOutputLanguageModelOrder(out, bestHypo);
}