Package: fastTextR Type: Package Title: An Interface to the 'fastText' Library Version: 2.1.0.9000 Authors@R: c(person("Florian", "Schwendinger", role = "aut"), person(given = "Emil", family = "Hvitfeldt", role = c("aut", "cre"), email = "emilhhvitfeldt@gmail.com", comment = c(ORCID = "0000-0002-0679-1945"))) 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. License: BSD_3_clause + file LICENSE Imports: stats, graphics, Rcpp (>= 0.12.4), slam Suggests: knitr, rmarkdown VignetteBuilder: knitr LinkingTo: Rcpp Encoding: UTF-8 RoxygenNote: 7.2.3 URL: https://github.com/EmilHvitfeldt/fastTextR BugReports: https://github.com/EmilHvitfeldt/fastTextR/issues Repository: https://emilhvitfeldt.r-universe.dev Date/Publication: 2023-12-11 23:33:36 UTC RemoteUrl: https://github.com/emilhvitfeldt/fasttextr RemoteRef: HEAD RemoteSha: 277d1aa231bb2b955858196209954623b30d82fd NeedsCompilation: yes Packaged: 2026-06-24 04:14:35 UTC; root Author: Florian Schwendinger [aut], Emil Hvitfeldt [aut, cre] (ORCID: ) Maintainer: Emil Hvitfeldt