-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
24 lines (24 loc) · 918 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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 = "[email protected]",
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