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-08 02:00:45 +0300
committerMosesAdmin <moses-support-owner@mit.edu>2015-08-08 02:00:45 +0300
commit21aa5af640946c0f00c717a0774d05441a4b6902 (patch)
tree263d9827fd439e6c909b771821776e40151b7fc8 /moses/ChartManager.cpp
parent883c34aee9266cce72f9a8851e863cb4b910c718 (diff)
daily automatic beautifier
Diffstat (limited to 'moses/ChartManager.cpp')
-rw-r--r--moses/ChartManager.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/moses/ChartManager.cpp b/moses/ChartManager.cpp
index b1870791b..296fd9768 100644
--- a/moses/ChartManager.cpp
+++ b/moses/ChartManager.cpp
@@ -322,8 +322,8 @@ void ChartManager::OutputNBest(OutputCollector *collector) const
if (nBestSize > 0) {
const size_t translationId = m_source.GetTranslationId();
- VERBOSE(2,"WRITING " << nBestSize << " TRANSLATION ALTERNATIVES TO "
- << staticData.options().nbest.output_file_path << endl);
+ VERBOSE(2,"WRITING " << nBestSize << " TRANSLATION ALTERNATIVES TO "
+ << staticData.options().nbest.output_file_path << endl);
std::vector<boost::shared_ptr<ChartKBestExtractor::Derivation> > nBestList;
CalcNBest(nBestSize, nBestList,staticData.options().nbest.only_distinct);
OutputNBestList(collector, nBestList, translationId);