Package: fastTextR
Type: Package
Title: An Interface to the 'fastText' Library
Version: 2.1.1
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
	<https://github.com/facebookresearch/fastText>. 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.3.3
URL: https://github.com/EmilHvitfeldt/fastTextR
BugReports: https://github.com/EmilHvitfeldt/fastTextR/issues
NeedsCompilation: yes
Packaged: 2026-02-09 22:50:30 UTC; emilhvitfeldt
Author: Florian Schwendinger [aut],
  Emil Hvitfeldt [aut, cre] (ORCID:
    <https://orcid.org/0000-0002-0679-1945>)
Maintainer: Emil Hvitfeldt <emilhhvitfeldt@gmail.com>
Repository: CRAN
Date/Publication: 2026-02-10 06:10:16 UTC
Built: R 4.4.1; x86_64-apple-darwin20; 2026-02-10 08:25:58 UTC; unix
Archs: fastTextR.so.dSYM
