[][src]Module finalfusion::chunks::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

NGramIndices

Get subword indices.

SubwordIndices

Get subword indices.

Vocab

Embedding vocabularies.

Type Definitions

FastTextSubwordVocab

fastText subword vocabulary.

FinalfusionSubwordVocab

Native finalfusion subword vocabulary.