Package: textanalyzer
Type: Package
Title: 'textanalyzer', an R Package to Analyze Text
Version: 0.2.0
Authors@R: person(given = "Pushker",
                      family = "Ravindra",
                      role = c("aut", "cre"),
                      email = "pushker@gmail.com")
Description: 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.
License: GPL-3
Encoding: UTF-8
RoxygenNote: 7.3.2
Depends: tidytext, tidyr, dplyr, ggplot2, utils, stats
Suggests: knitr, rmarkdown, testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2025-01-25 09:34:40 UTC; RPUSH1
Author: Pushker Ravindra [aut, cre]
Maintainer: Pushker Ravindra <pushker@gmail.com>
Repository: CRAN
Date/Publication: 2025-01-29 17:20:02 UTC
Built: R 4.4.3; ; 2025-10-13 11:56:38 UTC; windows
