Package: fastTextR
Type: Package
Title: An Interface to the 'fastText' Library
Version: 2.1.0
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.2.3
URL: https://github.com/EmilHvitfeldt/fastTextR
BugReports: https://github.com/EmilHvitfeldt/fastTextR/issues
NeedsCompilation: yes
Packaged: 2023-12-08 23:17:48 UTC; emilhvitfeldt
Author: Florian Schwendinger [aut],
  Emil Hvitfeldt [aut, cre] (<https://orcid.org/0000-0002-0679-1945>)
Maintainer: Emil Hvitfeldt <emilhhvitfeldt@gmail.com>
Repository: CRAN
Date/Publication: 2023-12-09 00:40:09 UTC
Built: R 4.5.2; x86_64-w64-mingw32; 2025-11-08 02:03:17 UTC; windows
Archs: x64
