CRAN/E | fastText

fastText

Efficient Learning of Word Representations and Sentence Classification

Installation

About

An interface to the 'fastText' library for efficient learning of word representations and sentence classification. The 'fastText' algorithm is explained in detail in (i) "Enriching Word Vectors with subword Information", Piotr Bojanowski, Edouard Grave, Armand Joulin, Tomas Mikolov, 2017, doi:10.1162/tacl_a_00051; (ii) "Bag of Tricks for Efficient Text Classification", Armand Joulin, Edouard Grave, Piotr Bojanowski, Tomas Mikolov, 2017, doi:10.18653/v1/e17-2068; (iii) "FastText.zip: Compressing text classification models", Armand Joulin, Edouard Grave, Piotr Bojanowski, Matthijs Douze, Herve Jegou, Tomas Mikolov, 2016, .

Citation fastText citation info
github.com/mlampros/fastText
System requirements Generally, fastText builds on modern Mac OS and Linux distributions. Since it uses some C++11 features, it requires a compiler with good C++11 support. These include a (g++-4.7.2 or newer) or a (clang-3.3 or newer).
Bug report File report

Key Metrics

Version 1.0.3
R ≥ 3.2.3
Published 2022-10-08 353 days ago
Needs compilation? yes
License MIT
License File
CRAN checks fastText results

Downloads

Last 24 hours 0 -100%
Last 7 days 71 -21%
Last 30 days 294 -12%
Last 90 days 972 -21%
Last 365 days 4.674 -4%

Maintainer

Maintainer

Lampros Mouselimis

mouselimislampros@gmail.com

Authors

Lampros Mouselimis

aut / cre

Facebook Inc

cph

Material

README
NEWS
Reference manual
Package source

Vignettes

Language Identification using the 'fastText' package (a Benchmark)
Functionality of the fastText R package

macOS

r-release

arm64

r-oldrel

arm64

r-release

x86_64

r-oldrel

x86_64

Windows

r-devel

x86_64

r-release

x86_64

r-oldrel

x86_64

Old Sources

fastText archive

Depends

R ≥ 3.2.3

Imports

Rcpp ≥ 1.0.0
ggplot2
grid
utils
glue
data.table
stats

Suggests

testthat
covr
knitr
rmarkdown

LinkingTo

Rcpp