sleepyhead111's picture
Add files using upload-large-folder tool
c33f83c verified
#pragma once
#include "moses/TargetPhraseCollection.h"
namespace Moses
{
namespace Syntax
{
struct PLabel {
float inputWeight;
TargetPhraseCollection::shared_ptr translations;
};
} // Syntax
} // Moses