textrecipes

R package

Extra Recipes Steps for Text Processing

Published

December 18, 2018


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.