Package: fastrtext
Type: Package
Title: 'fastText' Wrapper for Text Classification and Word
        Representation
Version: 0.2.0
Date: 2017-09-14
Authors@R: c(person("Michaël", "Benesty", role = c("aut", "cre"), email = "michael@benesty.fr"),
  person("Facebook, Inc", role = c("cph"), email = "bojanowski@fb.com"))
Maintainer: Michaël Benesty <michael@benesty.fr>
Description: 'fastText' is an open-source, free, lightweight library that allows
  users to learn text representations and text classifiers.
  It transforms text into continuous vectors that can later
  be used on many language related task.
  It works on standard, generic hardware (no 'GPU' required).
  It also includes model size reduction feature.
  'fastText' original source code is available 
  at <https://github.com/facebookresearch/fastText>.
URL: https://github.com/pommedeterresautee/fastrtext
BugReports: https://github.com/pommedeterresautee/fastrtext/issues
License: MIT + file LICENSE
Imports: methods, Rcpp (>= 0.12.12), assertthat
Suggests: knitr, testthat
LinkingTo: Rcpp
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 6.0.1
Encoding: UTF-8
NeedsCompilation: yes
Packaged: 2017-09-15 15:26:07 UTC; geantvert
Author: Michaël Benesty [aut, cre],
  Facebook, Inc [cph]
Repository: CRAN
Date/Publication: 2017-09-15 15:57:37 UTC
