Package: textanalyzer 0.2.0

Pushker Ravindra
textanalyzer: 'textanalyzer', an R Package to Analyze Text
It analyzes text to create a count of top n-grams, including tokens (one-word), bigrams(two-word), and trigrams (three-word), while removing all stopwords. It also plots the n-grams and corresponding counts as a bar chart.
Authors:
textanalyzer_0.2.0.tar.gz
textanalyzer_0.2.0.tar.gz(r-4.7-any)textanalyzer_0.2.0.tar.gz(r-4.6-any)
textanalyzer_0.2.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION
card.svg |card.png
textanalyzer/json (API)
| # Install 'textanalyzer' in R: |
| install.packages('textanalyzer', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated from:f6fef65660. Checks:4 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 166 | ||
| source / vignettes | OK | 183 | ||
| linux-release-x86_64 | OK | 147 | ||
| wasm-release | OK | 164 |
Exports:analyze_bigramsanalyze_ngramsanalyze_tokensanalyze_trigramsplot_ngrams
Dependencies:clicpp11dplyrfarvergenericsggplot2gluegtableisobandjaneaustenrlabelinglatticelifecyclemagrittrMatrixpillarpkgconfigpurrrR6RColorBrewerRcpprlangS7scalesSnowballCstringistringrtibbletidyrtidyselecttidytexttokenizersutf8vctrsviridisLitewithr
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Analyze Bigrams | analyze_bigrams |
| Analyze NGrams | analyze_ngrams |
| Analyze Tokens | analyze_tokens |
| Analyze Trigrams | analyze_trigrams |
| Plot Ngrams | plot_ngrams |