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.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.
Last updated 17 days agofrom:f6fef65660. Checks:2 OK. Indexed: yes.
Target | Result | Latest binary |
---|---|---|
Doc / Vignettes | OK | Jan 29 2025 |
R-4.5-linux | OK | Jan 29 2025 |
Exports:analyze_bigramsanalyze_ngramsanalyze_tokensanalyze_trigramsplot_ngrams
Dependencies:clicolorspacecpp11dplyrfansifarvergenericsggplot2gluegtableisobandjaneaustenrlabelinglatticelifecyclemagrittrMASSMatrixmgcvmunsellnlmepillarpkgconfigpurrrR6RColorBrewerRcpprlangscalesSnowballCstringistringrtibbletidyrtidyselecttidytexttokenizersutf8vctrsviridisLitewithr
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 |