How to generate word clouds from LDA models in Python?

后端 未结 3 1257
再見小時候
再見小時候 2021-01-01 09:20

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

3条回答
  •  一生所求
    2021-01-01 09:57

    You may also consider using pyldavis package which can be used to visualize LDA models generated through gensim. An example is shown here

提交回复
热议问题