piskvorky/gensim
Topic Modelling for Humans observed · 2026-08-28
Health v2 · maintenance only
50/100
- Activity 50
- Release rhythm 20
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5683
- days_rel: 321
- days_push: 305
- n_releases_24m: 1
Adoption not part of the score
16481 stars · 4409 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Gensim is a Python library for topic modelling, document indexing, and similarity retrieval over large text corpora. It provides memory-independent, parallelized implementations of algorithms like LDA, LSI, Word2Vec, Doc2Vec, and FastText for unsupervised semantic analysis of plain text.
Use cases
- train word2vec embeddings on a large text corpus
- discover topics in documents with LDA
- find semantically similar documents to a query
- compute document similarity with doc2vec
- stream a corpus larger than RAM for training
- compare word similarity with fasttext embeddings
- summarize and analyze unstructured text
When to choose
- you need battle-tested, memory-efficient topic modelling or embedding training in Python
- your corpus is too large to fit in RAM and needs streaming or distributed training
- you want mature, well-documented NLP algorithms with optimized C backends
When to avoid
- you need cutting-edge transformer-based models or GPU acceleration
- you expect new features - the project is in stable maintenance mode accepting only bug fixes
- you need deep learning pipelines beyond classic vector-space algorithms
Facets
library · maturity maintenance
nlp machine-learning search-engine data-science machine-learning data-science python windows cross-platform topic-modeling word2vec word-embeddings lda fasttext doc2vec document-similarity information-retrieval unsupervised-learning streaming-corpus natural-language-processing search linux macos
4 sources
- readme: https://github.com/piskvorky/gensim · fetched 2026-08-28 · a620a76873cc
- homepage: https://radimrehurek.com/gensim · fetched 2026-08-29 · 039a7c40d570
- site_page: https://radimrehurek.com/gensim/auto_examples/index.html · fetched 2026-08-29 · 67fdb6f0ffe5
- site_page: https://radimrehurek.com/gensim/intro.html · fetched 2026-08-29 · c4119e5e08ee
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| piskvorky/gensim | main | 50 |
For agents
markdown · JSON · MCP: product_card(name="piskvorky/gensim")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem