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>2015-01-14 14:07:42 +0300
committerHieu Hoang <hieuhoang@gmail.com>2015-01-14 14:07:42 +0300
commit05ead45e71916c5763c5c4b6375e2ca6838f3995 (patch)
treec279bd4aacfb31758720ffbaf5aaf62022574a52 /moses/ScoreComponentCollection.cpp
parent91cb549ccf09fc33122f3d531f47c38ad0e99b3d (diff)
beautify
Diffstat (limited to 'moses/ScoreComponentCollection.cpp')
-rw-r--r--moses/ScoreComponentCollection.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/moses/ScoreComponentCollection.cpp b/moses/ScoreComponentCollection.cpp
index 19c7475b6..b8c93c193 100644
--- a/moses/ScoreComponentCollection.cpp
+++ b/moses/ScoreComponentCollection.cpp
@@ -186,8 +186,8 @@ void ScoreComponentCollection::Save(ostream& out, bool multiline) const
string sep = " ";
string linesep = "\n";
if (!multiline) {
- sep = "=";
- linesep = " ";
+ sep = "=";
+ linesep = " ";
}
ScoreIndexMap::const_iterator iter = s_scoreIndexes.begin();
for (; iter != s_scoreIndexes.end(); ++iter ) {
@@ -323,8 +323,8 @@ void ScoreComponentCollection::OutputAllFeatureScores(std::ostream &out) const
}
void ScoreComponentCollection::OutputFeatureScores( std::ostream& out
- , const FeatureFunction *ff
- , std::string &lastName ) const
+ , const FeatureFunction *ff
+ , std::string &lastName ) const
{
const StaticData &staticData = StaticData::Instance();
bool labeledOutput = staticData.IsLabeledNBestList();