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.html , textanalyzer.pdf | 
| Vignettes: | text_analyzer (source, R code) | 
| Package source: | textanalyzer_0.2.0.tar.gz | 
| Windows binaries: | r-devel: textanalyzer_0.2.0.zip, r-release: textanalyzer_0.2.0.zip, r-oldrel: textanalyzer_0.2.0.zip | 
| macOS binaries: | r-release (arm64): textanalyzer_0.2.0.tgz, r-oldrel (arm64): textanalyzer_0.2.0.tgz, r-release (x86_64): textanalyzer_0.2.0.tgz, r-oldrel (x86_64): textanalyzer_0.2.0.tgz | 
Please use the canonical form https://CRAN.R-project.org/package=textanalyzer to link to this page.