#84 · Primary category: Education & Research

gensim

data-mining data-science document-similarity fasttext gensim information-retrieval machine-learning natural-language-processing neural-network nlp python topic-modeling word-embeddings word-similarity word2vec

Topic Modelling for Humans

Project last updated:11/01/25

GitHub Stars

16.5K

Forks

4.4K

Contributors

464

License

LGPL-2.1

Why we included this project

Gensim has long been the Python library people reach for when they need topic models or word embeddings without standing up a deep-learning stack. Its algorithms stream over the corpus, so collections far larger than RAM are workable, and the multicore implementations of LDA, LSA, and HDP make it a practical tool for clustering and similarity search on large text sets. It is also a common fixture in NLP coursework and research pipelines, backed by extensive documentation and notebook tutorials. One thing to know: the project is in stable maintenance mode, so bugs and documentation fixes still land, but new features are not being added. Treat it as a proven, well-documented library rather than an evolving one.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category