Skip to content

Instantly share code, notes, and snippets.

@FelixChop
Created December 12, 2018 18:26
Show Gist options
  • Select an option

  • Save FelixChop/96a22ce401281e06e36bcb1ad607537f to your computer and use it in GitHub Desktop.

Select an option

Save FelixChop/96a22ce401281e06e36bcb1ad607537f to your computer and use it in GitHub Desktop.
for i,topic in lda_model.show_topics(formatted=True, num_topics=num_topics, num_words=10):
print(str(i)+": "+ topic)
print()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment