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:Pushker Ravindra [aut, cre]

textanalyzer_0.2.0.tar.gz
textanalyzer_0.2.0.tar.gz(r-4.5-noble)textanalyzer_0.2.0.tar.gz(r-4.4-noble)
textanalyzer_0.2.0.tgz(r-4.4-emscripten)textanalyzer_0.2.0.tgz(r-4.3-emscripten)
textanalyzer.pdf |textanalyzer.html
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.

2.70 score 5 exports 41 dependencies

Last updated 17 days agofrom:f6fef65660. Checks:2 OK. Indexed: yes.

TargetResultLatest binary
Doc / VignettesOKJan 29 2025
R-4.5-linuxOKJan 29 2025

Exports:analyze_bigramsanalyze_ngramsanalyze_tokensanalyze_trigramsplot_ngrams

Dependencies:clicolorspacecpp11dplyrfansifarvergenericsggplot2gluegtableisobandjaneaustenrlabelinglatticelifecyclemagrittrMASSMatrixmgcvmunsellnlmepillarpkgconfigpurrrR6RColorBrewerRcpprlangscalesSnowballCstringistringrtibbletidyrtidyselecttidytexttokenizersutf8vctrsviridisLitewithr

TextAnalyzeR: an R Package to Analyze Text

Rendered fromtext_analyzer.Rmdusingknitr::rmarkdownon Jan 29 2025.

Last update: 2025-01-29
Started: 2025-01-29

Readme and manuals

Help Manual

Help pageTopics
Analyze Bigramsanalyze_bigrams
Analyze NGramsanalyze_ngrams
Analyze Tokensanalyze_tokens
Analyze Trigramsanalyze_trigrams
Plot Ngramsplot_ngrams