Package: tidytext 0.4.2.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.2.9000.tar.gz
tidytext_0.4.2.9000.zip(r-4.5)tidytext_0.4.2.9000.zip(r-4.4)tidytext_0.4.2.9000.zip(r-4.3)
tidytext_0.4.2.9000.tgz(r-4.4-any)tidytext_0.4.2.9000.tgz(r-4.3-any)
tidytext_0.4.2.9000.tar.gz(r-4.5-noble)tidytext_0.4.2.9000.tar.gz(r-4.4-noble)
tidytext_0.4.2.9000.tgz(r-4.4-emscripten)tidytext_0.4.2.9000.tgz(r-4.3-emscripten)
tidytext.pdf |tidytext.html✨
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
- 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 7 months agofrom:e1cb807450. Checks:OK: 5 NOTE: 2. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 06 2024 |
R-4.5-win | NOTE | Nov 06 2024 |
R-4.5-linux | NOTE | Nov 06 2024 |
R-4.4-win | OK | Nov 06 2024 |
R-4.4-mac | OK | Nov 06 2024 |
R-4.3-win | OK | Nov 06 2024 |
R-4.3-mac | OK | Nov 06 2024 |
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:clidplyrfansigenericsgluejaneaustenrlatticelifecyclemagrittrMatrixpillarpkgconfigpurrrR6RcpprlangSnowballCstringistringrtibbletidyselecttokenizersutf8vctrswithr
Converting to and from Document-Term Matrix and Corpus objects
Rendered fromtidying_casting.Rmd
usingknitr::rmarkdown
on Nov 06 2024.Last update: 2024-04-10
Started: 2016-04-20
Introduction to tidytext
Rendered fromtidytext.Rmd
usingknitr::rmarkdown
on Nov 06 2024.Last update: 2023-09-05
Started: 2016-04-19
Term Frequency and Inverse Document Frequency (tf-idf) Using Tidy Data Principles
Rendered fromtf_idf.Rmd
usingknitr::rmarkdown
on Nov 06 2024.Last update: 2023-03-23
Started: 2016-05-24