I have a set of topic models generated by Gensim's LDA model. I would like them being automatically labeled so I can pick meaningful labels for each topic more easily. I have come across a function in R language's textmineR package called LabelTopics, which I believe does what I am looking for. I wanted to know if there is any function for this matter similar to the mentioned R package's function available in Python packages like Gensim.
Please let me know. Thanks in advance.