sakharamg's picture
Uploading all files
158b61b
raw
history blame contribute delete
212 Bytes
#pragma once
#include "moses/TargetPhraseCollection.h"
namespace Moses
{
namespace Syntax
{
struct PLabel {
float inputWeight;
TargetPhraseCollection::shared_ptr translations;
};
} // Syntax
} // Moses