NLP - Topic Modeling
You run the code:
and get an error:
What is the correct way to retrieve topics without formatting in Gensim?
topics = ldamodel.show_topics(num_topics=2, num_words=3, formatted=False)
and get an error:
TypeError: show_topics() got an unexpected keyword argument 'formatted'.What is the correct way to retrieve topics without formatting in Gensim?
