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