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

TreeStructurePhraseProperty.h « PP « moses - github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 45124973f39b8e3e87d70e7fc17f470b5733c3c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

#pragma once

#include "moses/PP/PhraseProperty.h"
#include <string>

namespace Moses
{

class TreeStructurePhraseProperty : public PhraseProperty
{
public:
  TreeStructurePhraseProperty() {};

};

} // namespace Moses