Using this command it is possible to present 10 topics.
ldamallet = gensim.models.wrappers.LdaMallet(mallet_path, corpus=corpus, num_topics=32, id2word=id2word)
pprint(ldamallet.show_topics(formatted=False))
How is it possible to print all topics and more than 10 words per topic?