Package: fastTextR
Type: Package
Title: An Interface to the 'fastText' Library
Version: 2.0.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
RoxygenNote: 7.1.1
NeedsCompilation: yes
Packaged: 2020-09-10 06:35:05 UTC; emilhvitfeldthansen
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: 2020-09-10 07:10:02 UTC
Built: R 4.0.2; x86_64-apple-darwin17.0; 2020-09-11 10:25:09 UTC; unix
Archs: fastTextR.so.dSYM
