Package: tidytext 0.4.3.9000

tidytext: Text Mining using 'dplyr', 'ggplot2', and Other Tidy Tools
Using tidy data principles can make many text mining tasks easier, more effective, and consistent with tools already in wide use. Much of the infrastructure needed for text mining with tidy data frames already exists in packages like 'dplyr', 'broom', 'tidyr', and 'ggplot2'. In this package, we provide functions and supporting data sets to allow conversion of text to and from tidy formats, and to switch seamlessly between tidy tools and existing text mining packages.
Authors:
tidytext_0.4.3.9000.tar.gz
tidytext_0.4.3.9000.zip(r-4.7)tidytext_0.4.3.9000.zip(r-4.6)tidytext_0.4.3.9000.zip(r-4.5)
tidytext_0.4.3.9000.tgz(r-4.6-any)tidytext_0.4.3.9000.tgz(r-4.5-any)
tidytext_0.4.3.9000.tar.gz(r-4.7-any)tidytext_0.4.3.9000.tar.gz(r-4.6-any)
tidytext_0.4.3.9000.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
tidytext/json (API)
NEWS
| # Install 'tidytext' in R: |
| install.packages('tidytext', repos = c('https://juliasilge.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/juliasilge/tidytext/issues
Pkgdown/docs site:https://juliasilge.github.io
- nma_words - English negators, modals, and adverbs
- parts_of_speech - Parts of speech for English words from the Moby Project
- sentiments - Sentiment lexicon from Bing Liu and collaborators
- stop_words - Various lexicons for English stop words
natural-language-processingtext-miningtidy-datatidyverse
Last updated from:b4821370ba. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 206 | ||
| source / vignettes | OK | 219 | ||
| linux-release-x86_64 | OK | 194 | ||
| macos-release-arm64 | OK | 149 | ||
| macos-oldrel-arm64 | OK | 153 | ||
| windows-devel | OK | 152 | ||
| windows-release | OK | 142 | ||
| windows-oldrel | OK | 134 | ||
| wasm-release | OK | 140 |
Exports:augmentbind_tf_idfcast_dfmcast_dtmcast_sparsecast_tdmget_sentimentsget_stopwordsglancereorder_funcreorder_withinscale_x_reorderedscale_y_reorderedtidyunnest_character_shinglesunnest_charactersunnest_linesunnest_ngramsunnest_paragraphsunnest_ptbunnest_regexunnest_sentencesunnest_skip_ngramsunnest_tokensunnest_tweets
Dependencies:clidplyrgenericsgluejaneaustenrlatticelifecyclemagrittrMatrixpillarpkgconfigpurrrR6RcpprlangSnowballCstringistringrtibbletidyselecttokenizersutf8vctrswithr
Converting to and from Document-Term Matrix and Corpus objects
Rendered fromtidying_casting.Rmdusingknitr::rmarkdownon May 22 2026.Last update: 2025-07-25
Started: 2016-04-20
Introduction to tidytext
Rendered fromtidytext.Rmdusingknitr::rmarkdownon May 22 2026.Last update: 2025-07-25
Started: 2016-04-19
Term Frequency and Inverse Document Frequency (tf-idf) Using Tidy Data Principles
Rendered fromtf_idf.Rmdusingknitr::rmarkdownon May 22 2026.Last update: 2025-07-25
Started: 2016-05-24
