Package: textrecipes
Title: Extra 'Recipes' for Text Processing
Version: 0.2.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
BugReports: https://github.com/tidymodels/textrecipes/issues
Depends: R (>= 2.10), recipes (>= 0.1.4)
Imports: dials, generics, rlang, tokenizers, dplyr, tibble, tidyr,
        purrr, SnowballC, stopwords, magrittr, Matrix, stringr, vctrs,
        Rcpp, modeldata
Suggests: covr, testthat (>= 2.1.0), knitr, text2vec, rmarkdown,
        textfeatures (>= 0.3.3), spacyr
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.0.9000
SystemRequirements: GNU make, C++11
LinkingTo: Rcpp
NeedsCompilation: yes
Packaged: 2020-04-14 00:53:55 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-04-14 05:00:03 UTC
