I am doing some topic modeling on newspaper articles, and have implemented LDA using gensim in Python3. Now I want to create a word cloud for each topic, using the top 20 wo
You may also consider using pyldavis package which can be used to visualize LDA models generated through gensim. An example is shown here