From 05ead45e71916c5763c5c4b6375e2ca6838f3995 Mon Sep 17 00:00:00 2001 From: Hieu Hoang Date: Wed, 14 Jan 2015 11:07:42 +0000 Subject: beautify --- moses-cmd/LatticeMBRGrid.cpp | 2 +- moses-cmd/Main.cpp | 30 ++++++++++++++---------------- moses-cmd/MainVW.cpp | 4 ++-- 3 files changed, 17 insertions(+), 19 deletions(-) (limited to 'moses-cmd') diff --git a/moses-cmd/LatticeMBRGrid.cpp b/moses-cmd/LatticeMBRGrid.cpp index d35b921e2..631c717f4 100644 --- a/moses-cmd/LatticeMBRGrid.cpp +++ b/moses-cmd/LatticeMBRGrid.cpp @@ -201,7 +201,7 @@ int main(int argc, char* argv[]) cout << lineCount << " ||| " << p << " " << r << " " << prune << " " << scale << " ||| "; vector mbrBestHypo = doLatticeMBR(manager,nBestList); manager.OutputBestHypo(mbrBestHypo, lineCount, staticData.GetReportSegmentation(), - staticData.GetReportAllFactors(),cout); + staticData.GetReportAllFactors(),cout); } } diff --git a/moses-cmd/Main.cpp b/moses-cmd/Main.cpp index b22a4f695..f88f186b5 100644 --- a/moses-cmd/Main.cpp +++ b/moses-cmd/Main.cpp @@ -80,7 +80,7 @@ int main(int argc, char** argv) #ifdef HAVE_PROTOBUF GOOGLE_PROTOBUF_VERIFY_VERSION; #endif - + // echo command line, if verbose IFVERBOSE(1) { TRACE_ERR("command: "); @@ -121,7 +121,7 @@ int main(int argc, char** argv) // set up read/writing class IFVERBOSE(1) { - PrintUserTime("Created input-output object"); + PrintUserTime("Created input-output object"); } IOWrapper* ioWrapper = new IOWrapper(); @@ -161,28 +161,26 @@ int main(int argc, char** argv) #ifdef PT_UG bool spe = params.isParamSpecified("spe-src"); if (spe) { - // simulated post-editing: always run single-threaded! + // simulated post-editing: always run single-threaded! task->Run(); delete task; string src,trg,aln; UTIL_THROW_IF2(!getline(*ioWrapper->spe_src,src), "[" << HERE << "] " << "missing update data for simulated post-editing."); UTIL_THROW_IF2(!getline(*ioWrapper->spe_trg,trg), "[" << HERE << "] " - << "missing update data for simulated post-editing."); + << "missing update data for simulated post-editing."); UTIL_THROW_IF2(!getline(*ioWrapper->spe_aln,aln), "[" << HERE << "] " - << "missing update data for simulated post-editing."); - BOOST_FOREACH (PhraseDictionary* pd, PhraseDictionary::GetColl()) - { - Mmsapt* sapt = dynamic_cast(pd); - if (sapt) sapt->add(src,trg,aln); - VERBOSE(1,"[" << HERE << " added src] " << src << endl); - VERBOSE(1,"[" << HERE << " added trg] " << trg << endl); - VERBOSE(1,"[" << HERE << " added aln] " << aln << endl); - } - } - else + << "missing update data for simulated post-editing."); + BOOST_FOREACH (PhraseDictionary* pd, PhraseDictionary::GetColl()) { + Mmsapt* sapt = dynamic_cast(pd); + if (sapt) sapt->add(src,trg,aln); + VERBOSE(1,"[" << HERE << " added src] " << src << endl); + VERBOSE(1,"[" << HERE << " added trg] " << trg << endl); + VERBOSE(1,"[" << HERE << " added aln] " << aln << endl); + } + } else #endif - pool.Submit(task); + pool.Submit(task); #else task->Run(); delete task; diff --git a/moses-cmd/MainVW.cpp b/moses-cmd/MainVW.cpp index 9663badf5..a93ba8b18 100644 --- a/moses-cmd/MainVW.cpp +++ b/moses-cmd/MainVW.cpp @@ -80,7 +80,7 @@ int main(int argc, char** argv) #ifdef HAVE_PROTOBUF GOOGLE_PROTOBUF_VERIFY_VERSION; #endif - + // echo command line, if verbose IFVERBOSE(1) { TRACE_ERR("command: "); @@ -121,7 +121,7 @@ int main(int argc, char** argv) // set up read/writing class IFVERBOSE(1) { - PrintUserTime("Created input-output object"); + PrintUserTime("Created input-output object"); } IOWrapper* ioWrapper = new IOWrapper(); -- cgit v1.2.3