sakharamg's picture
Uploading all files
158b61b
raw
history blame contribute delete
190 Bytes
#pragma once
#include <string>
#include "tree.h"
namespace MosesTraining {
namespace Syntax {
typedef Tree<std::string> StringTree;
} // namespace Syntax
} // namespace MosesTraining