forked from mkearney/textfeatures
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
38 lines (38 loc) Β· 1003 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Package: textfeatures
Type: Package
Title: Extracts Features from Text
Version: 0.3.3
Authors@R: c(
person("Michael W.", "Kearney", ,
email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-0730-4694")),
person("Emil", "Hvitfeldt", ,
email = "[email protected]", role = c("ctb"),
comment = c(ORCID = "0000-0002-0679-1945"))
)
Description: A tool for extracting some generic features (e.g., number of
words, line breaks, characters per word, URLs, lower case, upper case,
commas, periods, exclamation points, etc.) from strings of text.
License: MIT + file LICENSE
URL: https://github.com/mkearney/textfeatures
BugReports: https://github.com/mkearney/textfeatures/issues
Depends:
R (>= 3.1.0)
Imports:
dplyr,
purrr,
rlang,
text2vec,
tfse,
tibble,
tokenizers,
utils,
stats
Suggests:
knitr,
roxygen2,
testthat,
covr
Encoding: UTF-8
LazyData: yes
RoxygenNote: 6.1.1