Package: textrecipes
Title: Extra 'Recipes' for Text Processing
Version: 1.1.0
Authors@R: c(
    person("Emil", "Hvitfeldt", , "emil.hvitfeldt@posit.co", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0002-0679-1945")),
    person(given = "Michael W.", "Kearney",
           email = "kearneymw@missouri.edu", 
           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.2.0)
Imports: cli, lifecycle, dplyr, generics (>= 0.1.0), magrittr, Matrix,
        purrr, rlang (>= 1.1.0), SnowballC, sparsevctrs (>= 0.3.0),
        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
VignetteBuilder: knitr
Config/Needs/website: tidyverse/tidytemplate, reticulate
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
SystemRequirements: "GNU make"
NeedsCompilation: yes
Packaged: 2025-03-18 15:37:27 UTC; emilhvitfeldt
Author: Emil Hvitfeldt [aut, cre] (<https://orcid.org/0000-0002-0679-1945>),
  Michael W. Kearney [cph] (author of count_functions),
  Posit Software, PBC [cph, fnd]
Maintainer: Emil Hvitfeldt <emil.hvitfeldt@posit.co>
Repository: CRAN
Date/Publication: 2025-03-18 16:10:02 UTC
Built: R 4.3.3; x86_64-apple-darwin20; 2025-03-18 16:38:35 UTC; unix
Archs: textrecipes.so.dSYM
