Guest User

Untitled

a guest
Jun 20th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. ques_vec = dictionary.doc2bow(tokenized_document)
  2. topic_vec = ldamodel[ques_vec]
  3.  
  4. words = ldamodel.show_topic(topic_number, topn = 200)
Add Comment
Please, Sign In to add comment