// -*- mode: c++; indent-tabs-mode: nil; tab-width:2 -*- #pragma once #include #include "moses/FF/FeatureFunction.h" #include "moses/ScoreComponentCollection.h" namespace Moses { xmlrpc_c::value PackScores(ScoreComponentCollection const& S); }