Welcome to mirror list, hosted at ThFree Co, Russian Federation.

PackScores.h « server « moses - github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5d875bc3bacc940181f4b98afe30db24f08b2bb0 (plain)
1
2
3
4
5
6
7
8
9
10
// -*- 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);
}