Top2Vec
Top2Vec learns Jointly Embedded Topics, Documents, and Words for automatic search and discovery.
Why consider Top2Vec?
Top2Vec is an open-source topic modeling and semantic search framework written in Python by Dimo Angelov. Top2Vec detects latent semantic themes across customer surveys, articles, and reviews without requiring pre-specification of topic counts or stopword pruning.
Learn Top2Vec by building
Practical setup notes, real use cases, and copy-ready examples in one focused guide.
In this guide2 sections
Overview of Top2Vec
Top2Vec discovers unprompted customer interest trends and discussion clusters in raw text datasets.
Quickstart
pip install top2vecfrom top2vec import Top2Vecmodel = Top2Vec(documents)topic_sizes, topic_nums = model.get_topic_sizes()Top2Vec is licensed under the BSD 3-Clause License.
Related tools
More options with a similar category or technology profile.
FlowInquiry
Interactive user research surveys and customer satisfaction polling platform.
Mailcoach
Self-hosted email newsletter and drip campaign platform built on Laravel.
phpList
World-proven open-source newsletter manager and email campaign marketing platform.
django-newsletter
Newsletter and subscriber campaign application built for Django websites.