Package: textrecipes
Title: Extra 'Recipes' for Text Processing
Version: 1.0.3
Authors@R: c(
    person("Emil", "Hvitfeldt", , "emil.hvitfeldt@posit.co", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0002-0679-1945")),
    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.4), recipes (>= 1.0.4)
Imports: lifecycle, dplyr, generics (>= 0.1.0), magrittr, Matrix,
        purrr, rlang, SnowballC, tibble, tokenizers, vctrs, glue
Suggests: covr, dials (>= 1.2.0), hardhat, janitor, knitr, modeldata,
        rmarkdown, sentencepiece, spacyr, stopwords, stringi, testthat
        (>= 3.0.0), text2vec, textfeatures (>= 0.3.3), tokenizers.bpe,
        udpipe, wordpiece
LinkingTo: cpp11
VignetteBuilder: knitr
Config/Needs/website: tidyverse/tidytemplate, reticulate
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
SystemRequirements: "GNU make"
NeedsCompilation: yes
Packaged: 2023-04-14 20:58:24 UTC; emilhvitfeldt
Author: Emil Hvitfeldt [aut, cre] (<https://orcid.org/0000-0002-0679-1945>),
  Posit Software, PBC [cph, fnd]
Maintainer: Emil Hvitfeldt <emil.hvitfeldt@posit.co>
Repository: CRAN
Date/Publication: 2023-04-14 23:00:12 UTC
Built: R 4.1.2; x86_64-apple-darwin17.0; 2023-04-15 11:58:45 UTC; unix
Archs: textrecipes.so.dSYM
