Crate fast_text[][src]

Functions

analogies

Access to the analogies function.

cbow

Provides functionality for generating a continuous bag of words model.

install

Installs fastText from the archive on Facebook's github.

min_cbow

Provides minimal functionality for generating a continuous bag of words model.

min_skipgram

Provides minimal functionality for generating skipgrams.

nn

Nearest neighbors. Input of "words" are single words separated by spaces.

predict

Classify each line in an input file.

quantize

Interface to shrink a model's memory requirements.

skipgram

Provides functionality for generating skipgrams.

supervised

Interface for fastText's supervised learning algorithm.