An Interface to the 'fastText' Library
Create a New FastText Model
Get Analogies
Default Control Settings
Load Model
Get Nearest Neighbors
Normalize
Write Model
Get Sentence Vectors
Evaluate the Model
Train a Model
Get Word Vectors
Get Words
Predict using a Previously Trained Model
An interface to the 'fastText' library <https://github.com/facebookresearch/fastText>. The package can be used for text classification and to learn word vectors. An example how to use 'fastTextR' can be found in the 'README' file.
Useful links