CRAN

textrecipes 0.0.1

Extra 'Recipes' for Text Processing

Released Dec 17, 2018 by Emil Hvitfeldt

This package cannot yet be used with Renjin it depends on other packages which are not available: rlang 0.3.0.1, recipes 0.1.4, text2vec 0.5.1, and dplyr 0.7.8

Dependencies

rlang 0.3.0.1 recipes 0.1.4 dplyr 0.7.8 text2vec 0.5.1 stopwords 0.9.0 magrittr 1.5 stringr 1.3.1 tibble 1.4.2 tokenizers 0.2.1 SnowballC 0.5.1 generics 0.0.2 purrr 0.2.5

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.

Source

R

View GitHub Mirror

Release History