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.
Version: | 0.2.0 |
Depends: | tidytext, tidyr, dplyr, ggplot2, utils, stats |
Suggests: | knitr, rmarkdown, testthat (≥ 3.0.0) |
Published: | 2025-01-29 |
DOI: | 10.32614/CRAN.package.textanalyzer |
Author: | Pushker Ravindra [aut, cre] |
Maintainer: | Pushker Ravindra <pushker at gmail.com> |
License: | GPL-3 |
NeedsCompilation: | no |
Materials: | README |
CRAN checks: | textanalyzer results |
Reference manual: | textanalyzer.pdf |
Vignettes: |
text_analyzer (source, R code) |
Package source: | textanalyzer_0.2.0.tar.gz |
Windows binaries: | r-devel: not available, r-release: not available, r-oldrel: not available |
macOS binaries: | r-release (arm64): textanalyzer_0.2.0.tgz, r-oldrel (arm64): not available, r-release (x86_64): not available, r-oldrel (x86_64): not available |
Please use the canonical form https://CRAN.R-project.org/package=textanalyzer to link to this page.