Crate rust2vec

Source
Expand description

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

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

Modulesยง

embeddingsDeprecated
Word embeddings.
io
Traits for I/O.
metadata
Metadata
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.