for idx in range(num):
# Print the first 16 most representative topics
print("Topic #%s:" % idx, lda_model.print_topic(idx, 6))
for idx in range(num):
# Print the first 16 most representative topics
print("Topic #%s:" % idx, lda_model.print_topic(idx, 6))