textrecipes: Extra 'Recipes' for Text Processing

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.

Version: 0.0.2
Depends: R (≥ 2.10), recipes (≥ 0.1.4)
Imports: generics, rlang, tokenizers, dplyr, tibble, purrr, SnowballC, stopwords, magrittr, stringr, text2vec, textfeatures (≥ 0.3.3), lifecycle
Suggests: covr, testthat (≥ 2.1.0), knitr, rmarkdown
Published: 2019-09-07
Author: Emil Hvitfeldt ORCID iD [aut, cre]
Maintainer: Emil Hvitfeldt <emilhhvitfeldt at gmail.com>
BugReports: https://github.com/tidymodels/textrecipes/issues
License: MIT + file LICENSE
URL: https://github.com/tidymodels/textrecipes
NeedsCompilation: no
SystemRequirements: GNU make, C++11
Materials: README NEWS
CRAN checks: textrecipes results

Downloads:

Reference manual: textrecipes.pdf
Vignettes: Cookbook - Using more complex recipes involving text
Package source: textrecipes_0.0.2.tar.gz
Windows binaries: r-devel: textrecipes_0.0.2.zip, r-release: textrecipes_0.0.2.zip, r-oldrel: textrecipes_0.0.2.zip
OS X binaries: r-release: textrecipes_0.0.2.tgz, r-oldrel: textrecipes_0.0.2.tgz
Old sources: textrecipes archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=textrecipes to link to this page.