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

lda-project/lda

Topic modeling with latent Dirichlet allocation using Gibbs sampling observed · 2026-08-28

github.com/lda-project/lda · homepage · Python · MPL-2.0 (copyleft) observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

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: 4377
  • days_rel: n/a
  • days_push: 765
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1315 stars · 390 forks observed · 2026-08-28

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

A Python library implementing latent Dirichlet allocation (LDA) topic modeling via collapsed Gibbs sampling, with a scikit-learn-style API. It accepts document-term matrices (including sparse) and is fast and cross-platform.

Use cases

  • discover topics in a corpus of documents
  • run LDA topic modeling on a document-term matrix
  • extract topic-word distributions from text data
  • cluster news articles by latent themes
  • unsupervised text analysis in Python
  • fit an LDA model with a scikit-learn-like fit/transform interface

When to choose

  • you need classic Gibbs-sampled LDA with a simple scikit-learn-compatible API
  • you want a fast, well-tested Python topic modeling library for document-term matrices
  • your project needs stable, maintenance-mode behavior without API churn

When to avoid

  • you need actively developed features or newer topic modeling methods (e.g., neural topic models, BERTopic)
  • you need online/stochastic variational inference for very large streaming corpora
  • you need GPU acceleration

Facets

library · maturity maintenance

machine-learning nlp data-science machine-learning data-science python windows cross-platform topic-modeling latent-dirichlet-allocation gibbs-sampling scikit-learn-compatible unsupervised-learning natural-language-processing linux macos

1 source

Member repositories

RepositoryRoleHealth v2
lda-project/ldamain32

For agents

markdown · JSON · MCP: product_card(name="lda-project/lda")

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