Welcome to mirror list, hosted at ThFree Co, Russian Federation.

vocabulary.h « syntax-common « phrase-extract - github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 119767245c0402da8e631c5bf8bcce6ff1313d2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#pragma once

#include <string>

#include "numbered_set.h"

namespace MosesTraining {
namespace Syntax {

typedef NumberedSet<std::string> Vocabulary;

}  // namespace Syntax
}  // namespace MosesTraining