gensim
gensim — my Raindrop.io articles
Generated 27 Mar 2026
Learn what vector search is and the metrics pertinent to decide the distance (or similarity) between objects.
Working files for gensim NLP tutorials.
Topic Modeling is a technique to understand and extract the hidden topics from large volumes of text. Latent Dirichlet Allocation(LDA) is an algorithm for topic modeling, which has excellent implementations in the Python's Gensim package. This tutorial tackles the problem of finding the optimal number of topics.
Efficient topic modelling in Python