namespace lm { | |
class EnumerateVocab; | |
namespace interpolate { | |
class UniversalVocab; | |
// The combined vocabulary is enumerated with enumerate. | |
// Returns the size of the combined vocabulary. | |
// Does not take ownership of vocab_files. | |
WordIndex MergeVocab(util::FixedArray<int> &vocab_files, UniversalVocab &vocab, EnumerateVocab &enumerate); | |
}} // namespaces | |