gensim.models.LsiModel.print_debug

LsiModel.print_debug(num_topics=5, num_words=10)[source]

Print (to log) the most salient words of the first num_topics topics.

Unlike print_topics(), this looks for words that are significant for a particular topic and not for others. This should result in a more human-interpretable description of topics.