Building a Topic Modeling Pipeline with spaCy and Gensim

Jonathan Keller
Towards Data Science
5 min readSep 17, 2019

--

Python, like most many programming languages, has a huge amount of exceptional libraries and modules to choose from. Generally of course, this is absolutely brilliant, but it also means that sometimes the modules don’t always play nicely with each other. In this short tutorial, I’m going to show you how to link up spaCy with Gensim to create a coherent topic modeling pipeline.

--

--