-
Notifications
You must be signed in to change notification settings - Fork 14
/
DESCRIPTION
69 lines (69 loc) · 1.69 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
Package: textrecipes
Title: Extra 'Recipes' for Text Processing
Version: 1.0.6.9000
Authors@R: c(
person("Emil", "Hvitfeldt", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-0679-1945")),
person(given = "Michael W.", "Kearney",
email = "[email protected]",
role = "cph",
comment = "author of count_functions"),
person(given = "Posit Software, PBC", role = c("cph", "fnd"))
)
Description: Converting text to numerical features requires specifically
created procedures, which are implemented as steps according to the
'recipes' package. These steps allows for tokenization, filtering,
counting (tf and tfidf) and feature hashing.
License: MIT + file LICENSE
URL: https://github.com/tidymodels/textrecipes,
https://textrecipes.tidymodels.org/
BugReports: https://github.com/tidymodels/textrecipes/issues
Depends:
R (>= 3.6),
recipes (>= 1.1.0.9000)
Imports:
cli,
lifecycle,
dplyr,
generics (>= 0.1.0),
magrittr,
Matrix,
purrr,
rlang (>= 1.1.0),
SnowballC,
tibble,
tokenizers,
vctrs,
glue
Suggests:
covr,
data.table,
dials (>= 1.2.0),
hardhat,
janitor,
knitr,
modeldata,
reticulate,
rmarkdown,
sentencepiece,
spacyr,
stopwords,
stringi,
testthat (>= 3.0.0),
text2vec,
tokenizers.bpe,
udpipe,
wordpiece
Remotes:
tidymodels/recipes
LinkingTo:
cpp11
VignetteBuilder:
knitr
Config/Needs/website: tidyverse/tidytemplate, reticulate
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
SystemRequirements: "GNU make"