Skip to content

Instantly share code, notes, and snippets.

@wandabwa2004
Last active January 17, 2020 05:28
Show Gist options
  • Save wandabwa2004/d7d2ab82fd932c2d8e57d74ca029423b to your computer and use it in GitHub Desktop.
Save wandabwa2004/d7d2ab82fd932c2d8e57d74ca029423b to your computer and use it in GitHub Desktop.
#sample topics quarter 2
for idx, topic in lda_model_bigrams_q2.print_topics(-1):
print('Topic: {} \nWords: {}'.format(idx, topic))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment