Package: textrecipes
Title: Extra 'Recipes' for Text Processing
Version: 0.3.0
Authors@R: 
    person(given = "Emil",
           family = "Hvitfeldt",
           role = c("aut", "cre"),
           email = "emilhhvitfeldt@gmail.com",
           comment = c(ORCID = "0000-0002-0679-1945"))
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 (>= 2.10), recipes (>= 0.1.4)
Imports: dplyr, generics, magrittr, Matrix, purrr, Rcpp, rlang,
        SnowballC, stringr, tibble, tidyr, tokenizers, vctrs
Suggests: covr, knitr, modeldata, rmarkdown, spacyr, stopwords,
        testthat (>= 2.1.0), text2vec, textfeatures (>= 0.3.3), stringi
LinkingTo: Rcpp
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
SystemRequirements: GNU make, C++11
NeedsCompilation: yes
Packaged: 2020-07-08 20:52:27 UTC; emilhvitfeldthansen
Author: Emil Hvitfeldt [aut, cre] (<https://orcid.org/0000-0002-0679-1945>)
Maintainer: Emil Hvitfeldt <emilhhvitfeldt@gmail.com>
Repository: CRAN
Date/Publication: 2020-07-08 21:50:02 UTC
