In the official explanation, there is no natural ordering between the topics in LDA.
As for the method show_topics(), if it returned num_topics <= self.num_topics subset of all topics is therefore arbitrary and may change between two LDA training runs.
But I tends to find the top ten frequent topics of corpus. Is there any other ways to achieve this?
Many thanks.