sleepyhead111's picture
Add files using upload-large-folder tool
edace67 verified
#pragma once
#include <string>
#include "tree.h"
namespace MosesTraining {
namespace Syntax {
typedef Tree<std::string> StringTree;
} // namespace Syntax
} // namespace MosesTraining