[][src]Module rust2vec::vocab

Embedding vocabularies

Structs

SimpleVocab

Vocabulary without subword units.

SubwordVocab

Vocabulary with subword units.

Enums

VocabWrap

Vocabulary types wrapper.

WordIndex

Index of a vocabulary word.

Traits

Vocab

Embedding vocabularies.