-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathDESCRIPTION
More file actions
66 lines (66 loc) · 1.69 KB
/
Copy pathDESCRIPTION
File metadata and controls
66 lines (66 loc) · 1.69 KB
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
Package: textrecipes
Title: Extra 'Recipes' for Text Processing
Version: 1.1.0.9000
Authors@R: c(
person("Emil", "Hvitfeldt", , "emil.hvitfeldt@posit.co", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-0679-1945")),
person("Michael W.", "Kearney", , "kearneymw@missouri.edu", role = "cph",
comment = "author of count_functions"),
person("Posit Software, PBC", role = c("cph", "fnd"),
comment = c(ROR = "03wc8by49"))
)
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 (>= 4.1),
recipes (>= 1.2.0)
Imports:
cli,
dplyr,
generics (>= 0.1.0),
glue,
lifecycle,
magrittr,
Matrix,
purrr,
rlang (>= 1.1.0),
SnowballC,
sparsevctrs (>= 0.3.0),
tibble,
tokenizers,
vctrs
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
VignetteBuilder:
knitr
Config/Needs/website: tidyverse/tidytemplate, reticulate
Config/testthat/edition: 3
Config/usethis/last-upkeep: 2025-04-24
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
SystemRequirements: "GNU make"