In Mallet, we can get a diagnostics file including measuring coherence for each topic http://mallet.cs.umass.edu/diagnostics.php. In the Gensim, we have an overall score for each set of topics and a single score for each topic (https://radimrehurek.com/gensim/models/coherencemodel.html). I have two questions:
1- What is the name of the coherence method in the diagnostics file of Mallet?
2- If we want to measure an overall score using the coherence scores in the diagnostics file of Mallet, can we just measure the average of coherence scores?