Crate fast_text
Source - analogies
- Access to the analogies function. Not supported.
- 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.
- predict_prob
- Classify each line in an input file with probabilities of labels.
- quantize
- Interface to shrink a model’s memory requirements.
- sentence_vector
- access to the vectors for a given sentence.
- skipgram
- Provides functionality for generating skipgrams.
- supervised
- Interface for fastText’s supervised learning algorithm.
- word_vector
- access to the vectors for a given set of words.