Ross ROSS = Recommend OSS · open-source software intelligence for agents

juliasilge/tidytext

Text mining using tidy tools :sparkles::page_facing_up::sparkles: observed · 2026-08-28

github.com/juliasilge/tidytext · homepage · R · NOASSERTION (other) observed · 2026-08-28

Health v2 · maintenance only

66/100

  • Activity 95
  • Release rhythm 8
  • Longevity 100

Flags: no_license

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 3807
  • days_rel: 404
  • days_push: 31
  • n_releases_24m: 1

Full methodology

Adoption not part of the score

1201 stars · 181 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

tidytext is an R package that applies tidy data principles to text mining, providing functions like unnest_tokens to convert text to and from tidy data frames. It integrates with dplyr, tidyr, broom, and ggplot2, and bridges to existing text mining packages and formats like document-term matrices.

Use cases

  • tokenize text into tidy data frames in R
  • compute tf-idf for term frequencies across documents
  • do sentiment analysis on text corpora with tidy tools
  • convert between tidy text format and document-term matrices
  • analyze n-grams and word frequencies in R
  • tidy topic modeling outputs for ggplot2 visualization

When to choose

  • you work in R with tidyverse tools and need text mining
  • you want text analysis results as tidy data frames for dplyr/ggplot2 workflows
  • you need to interoperate with tm or quanteda-style corpus and DTM objects

When to avoid

  • you need deep learning or transformer-based NLP
  • you work outside R or prefer spaCy/NLTK pipelines
  • you need production-scale streaming text processing

Facets

library · maturity stable

nlp parser data-science data-science python r tidyverse text-mining tokenization sentiment-analysis tf-idf cran natural-language-processing

2 sources

Member repositories

RepositoryRoleHealth v2
juliasilge/tidytextmain66

For agents

markdown · JSON · MCP: product_card(name="juliasilge/tidytext")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem