Package: fastText Type: Package Title: Efficient Learning of Word Representations and Sentence Classification Version: 1.0.8 Date: 2026-05-12 Authors@R: c( person("Lampros", "Mouselimis", email = "mouselimislampros@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "https://orcid.org/0000-0002-8024-1546")), person("Facebook", "Inc", role = "cph") ) URL: https://github.com/mlampros/fastText, https://mlampros.github.io/fastText/ BugReports: https://github.com/mlampros/fastText/issues Description: 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, ; (ii) "Bag of Tricks for Efficient Text Classification", Armand Joulin, Edouard Grave, Piotr Bojanowski, Tomas Mikolov, 2017, ; (iii) "FastText.zip: Compressing text classification models", Armand Joulin, Edouard Grave, Piotr Bojanowski, Matthijs Douze, Herve Jegou, Tomas Mikolov, 2016, . License: MIT + file LICENSE Encoding: UTF-8 Imports: Rcpp (>= 1.0.0), ggplot2, grid, utils, glue, data.table, stats Depends: R(>= 3.2.3) LinkingTo: Rcpp Suggests: testthat, covr, knitr, rmarkdown VignetteBuilder: knitr RoxygenNote: 7.3.2 Repository: https://mlampros.r-universe.dev Date/Publication: 2026-06-12 12:48:54 UTC RemoteUrl: https://github.com/mlampros/fasttext RemoteRef: HEAD RemoteSha: 697fd19d7aa76e0d1b8dc815cdeefec5527570a6 NeedsCompilation: yes Packaged: 2026-06-12 15:06:07 UTC; root Author: Lampros Mouselimis [aut, cre] (ORCID: ), Facebook Inc [cph] Maintainer: Lampros Mouselimis