mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2025-01-05 02:22:21 +03:00
13 lines
175 B
C
13 lines
175 B
C
|
#pragma once
|
||
|
|
||
|
#include "syntax-common/tree.h"
|
||
|
|
||
|
#include "SyntaxNode.h"
|
||
|
|
||
|
namespace MosesTraining
|
||
|
{
|
||
|
|
||
|
typedef Syntax::Tree<SyntaxNode> SyntaxTree;
|
||
|
|
||
|
} // namespace MosesTraining
|