An interface to the 'fastText' <https://github.com/facebookresearch/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, <doi:10.48550/arXiv.1612.03651>.
| Version: | 1.0.5 |
| Depends: | R (≥ 3.2.3) |
| Imports: | Rcpp (≥ 1.0.0), ggplot2, grid, utils, glue, data.table, stats |
| LinkingTo: | Rcpp |
| Suggests: | testthat, covr, knitr, rmarkdown |
| Published: | 2026-01-09 |
| DOI: | 10.32614/CRAN.package.fastText |
| Author: | Lampros Mouselimis
|
| Maintainer: | Lampros Mouselimis <mouselimislampros at gmail.com> |
| BugReports: | https://github.com/mlampros/fastText/issues |
| License: | MIT + file LICENSE |
| URL: | https://github.com/mlampros/fastText, https://mlampros.github.io/fastText/ |
| NeedsCompilation: | yes |
| Citation: | fastText citation info |
| Materials: | NEWS |
| CRAN checks: | fastText results |
| Reference manual: | fastText.html , fastText.pdf |
| Vignettes: |
Language Identification using the 'fastText' package (a Benchmark) (source, R code) Functionality of the fastText R package (source) |
| Package source: | fastText_1.0.5.tar.gz |
| Windows binaries: | r-devel: fastText_1.0.4.zip, r-release: fastText_1.0.4.zip, r-oldrel: fastText_1.0.4.zip |
| macOS binaries: | r-release (arm64): fastText_1.0.5.tgz, r-oldrel (arm64): fastText_1.0.5.tgz, r-release (x86_64): fastText_1.0.5.tgz, r-oldrel (x86_64): fastText_1.0.5.tgz |
| Old sources: | fastText archive |
Please use the canonical form https://CRAN.R-project.org/package=fastText to link to this page.