mosesdecoder/moses/Syntax/PLabel.h

17 lines
212 B
C++

#pragma once
#include "moses/TargetPhraseCollection.h"
namespace Moses
{
namespace Syntax
{
struct PLabel {
float inputWeight;
TargetPhraseCollection::shared_ptr translations;
};
} // Syntax
} // Moses