Learn R Programming

fastTextR (version 2.1.0)

An Interface to the 'fastText' Library

Description

An interface to the 'fastText' library . 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.

Copy Link

Version

Install

install.packages('fastTextR')

Monthly Downloads

482

Version

2.1.0

License

BSD_3_clause + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Emil Hvitfeldt

Last Published

December 9th, 2023

Functions in fastTextR (2.1.0)

ft_control

Default Control Settings
ft_test

Evaluate the Model
ft_train

Train a Model
ft_analogies

Get Analogies
ft_normalize

Normalize
ft_load

Load Model
ft_save

Write Model
ft_sentence_vectors

Get Sentence Vectors
ft_nearest_neighbors

Get Nearest Neighbors
fasttext

Create a New FastText Model
ft_words

Get Words
ft_word_vectors

Get Word Vectors
predict.supervised_model

Predict using a Previously Trained Model