mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-26 13:23:25 +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
|