Type Definition bert_tokenizer::Vocab

source ·
pub type Vocab = IndexMap<String, u32>;