Package: textrecipes 1.1.0.9000

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.
Authors:
textrecipes_1.1.0.9000.tar.gz
textrecipes_1.1.0.9000.zip(r-4.7)textrecipes_1.1.0.9000.zip(r-4.6)textrecipes_1.1.0.9000.zip(r-4.5)
textrecipes_1.1.0.9000.tgz(r-4.6-x86_64)textrecipes_1.1.0.9000.tgz(r-4.6-arm64)textrecipes_1.1.0.9000.tgz(r-4.5-x86_64)textrecipes_1.1.0.9000.tgz(r-4.5-arm64)
textrecipes_1.1.0.9000.tar.gz(r-4.7-arm64)textrecipes_1.1.0.9000.tar.gz(r-4.7-x86_64)textrecipes_1.1.0.9000.tar.gz(r-4.6-arm64)textrecipes_1.1.0.9000.tar.gz(r-4.6-x86_64)
textrecipes_1.1.0.9000.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
textrecipes/json (API)
NEWS
| # Install 'textrecipes' in R: |
| install.packages('textrecipes', repos = c('https://tidymodels.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/tidymodels/textrecipes/issues
Pkgdown/docs site:https://textrecipes.tidymodels.org
- emoji_samples - Sample sentences with emojis
Last updated from:8d91e505ff. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 252 | ||
| linux-devel-x86_64 | OK | 223 | ||
| source / vignettes | OK | 424 | ||
| linux-release-arm64 | OK | 252 | ||
| linux-release-x86_64 | OK | 245 | ||
| macos-release-arm64 | OK | 135 | ||
| macos-release-x86_64 | OK | 263 | ||
| macos-oldrel-arm64 | OK | 144 | ||
| macos-oldrel-x86_64 | OK | 436 | ||
| windows-devel | OK | 188 | ||
| windows-release | OK | 180 | ||
| windows-oldrel | OK | 162 | ||
| wasm-release | OK | 127 |
Exports:%>%all_tokenizedall_tokenized_predictorscount_functionsngramrequired_pkgsshow_tokensstep_clean_levelsstep_clean_namesstep_dummy_hashstep_ldastep_lemmastep_ngramstep_pos_filterstep_sequence_onehotstep_stemstep_stopwordsstep_text_normalizationstep_textfeaturestep_texthashstep_tfstep_tfidfstep_tokenfilterstep_tokenizestep_tokenize_bpestep_tokenize_sentencepiecestep_tokenize_wordpiecestep_tokenmergestep_untokenizestep_word_embeddingstidytokenlisttunable
Dependencies:classcliclockcodetoolscpp11data.tablediagramdigestdplyrfarverfuturefuture.applygenericsggplot2globalsgluegowergtablehardhatipredisobandKernSmoothlabelinglatticelavalifecyclelistenvlubridatemagrittrMASSMatrixnnetnumDerivparallellypillarpkgconfigprodlimprogressrpurrrR6RColorBrewerRcpprecipesrlangrpartS7scalesshapeSnowballCsparsevctrsSQUAREMstringistringrsurvivaltibbletidyrtidyselecttimechangetimeDatetokenizerstzdbutf8vctrsviridisLitewithr
Cookbook - Using more complex recipes involving text
Rendered fromcookbook---using-more-complex-recipes-involving-text.Rmdusingknitr::rmarkdownon May 30 2026.Last update: 2025-04-24
Started: 2018-11-04
Under the hood - tokenlist
Rendered fromtokenlist.Rmdusingknitr::rmarkdownon May 30 2026.Last update: 2025-04-24
Started: 2020-04-08
Working with n-grams
Rendered fromWorking-with-n-grams.Rmdusingknitr::rmarkdownon May 30 2026.Last update: 2025-04-24
Started: 2020-04-08
