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" Config/pak/sysreqs: make libicu-dev Repository: https://tidymodels.r-universe.dev Date/Publication: 2026-06-18 22:44:21 UTC RemoteUrl: https://github.com/tidymodels/textrecipes RemoteRef: HEAD RemoteSha: 855427fb6a2462f6b92a9626099691b42612005b NeedsCompilation: yes Packaged: 2026-06-18 23:55:46 UTC; root Author: Emil Hvitfeldt [aut, cre] (ORCID: ), Michael W. Kearney [cph] (author of count_functions), Posit Software, PBC [cph, fnd] (ROR: ) Maintainer: Emil Hvitfeldt