File size: 271 Bytes
76efa37 | 1 2 3 4 5 6 7 8 9 10 11 | // -*- mode: c++; indent-tabs-mode: nil; tab-width:2 -*-
#pragma once
#include <xmlrpc-c/base.hpp>
#include "moses/FF/FeatureFunction.h"
#include "moses/ScoreComponentCollection.h"
namespace Moses {
xmlrpc_c::value
PackScores(ScoreComponentCollection const& S);
}
|