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

BucketSubwordVocab

finalfusion vocabulary with hashed n-grams.

ExplicitSubwordVocab

finalfusion vocabulary with explicit n-grams.

FastTextSubwordVocab

fastText vocabulary with hashed n-grams.