mosesdecoder/moses/PP/TreeStructurePhraseProperty.h
Matthias Huck a5467d89c4 Minor modification of the phrase properties framework.
Properties can save memory by not storing the value string.
2014-06-13 16:37:13 +01:00

19 lines
221 B
C++

#pragma once
#include "moses/PP/PhraseProperty.h"
#include <string>
namespace Moses
{
class TreeStructurePhraseProperty : public PhraseProperty
{
public:
TreeStructurePhraseProperty() {};
};
} // namespace Moses