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@gmail.com>2015-11-01 17:51:33 +0300
committerUlrich Germann <Ulrich.Germann@gmail.com>2015-11-01 17:53:16 +0300
commite9b1c6019ba6ebce3bb4e090a1a6877b1c3d0e18 (patch)
treef6ee040be30c0bb5593cc01176bf32eff432c29d /moses/ScoreComponentCollection.h
parentff1977c29ecbca44f0420b4d22c7ebbc6335c197 (diff)
Improved reporting of nbest scores via server interface.
Diffstat (limited to 'moses/ScoreComponentCollection.h')
-rw-r--r--moses/ScoreComponentCollection.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/moses/ScoreComponentCollection.h b/moses/ScoreComponentCollection.h
index 04da0db35..cd48e2705 100644
--- a/moses/ScoreComponentCollection.h
+++ b/moses/ScoreComponentCollection.h
@@ -1,6 +1,4 @@
-// -*- c++ -*-
-// $Id$
-
+// -*- mode: c++; indent-tabs-mode: nil; tab-width:2 -*-
/***********************************************************************
Moses - factored phrase-based language decoder
Copyright (C) 2006 University of Edinburgh
@@ -90,7 +88,7 @@ class ScoreComponentCollection
{
friend std::ostream& operator<<(std::ostream& os, const ScoreComponentCollection& rhs);
friend void swap(ScoreComponentCollection &first, ScoreComponentCollection &second);
-
+
private:
FVector m_scores;