[][src]Crate finalfusion

A library for reading, writing, and using word embeddings.

finalfusion allows you to read, write, and use word2vec and GloVe embeddings. finalfusion uses finalfusion as its native data format, which has several benefits over the word2vec and GloVe formats.

Modules

embeddings

Word embeddings.

io

Traits for I/O.

metadata

Metadata

norms
prelude

Prelude exports the most commonly-used types and traits.

similarity

Traits and trait implementations for similarity queries.

storage

Embedding matrix representations.

text

Readers and writers for text formats.

vocab

Embedding vocabularies

word2vec

Reader and writer for the word2vec binary format.