xiaohuiyan / BTM

Code for Biterm Topic Model (published in WWW 2013)
https://github.com/xiaohuiyan/xiaohuiyan.github.io/blob/master/paper/BTM-WWW13.pdf
Apache License 2.0
405 stars 138 forks source link

Coherence Score #2

Open preethyvarma opened 9 years ago

preethyvarma commented 9 years ago

Hi,

The paper talks about coherence score computation for topic quality evaluation. Is this metric coded in this package?

Thanks, Preethy

xiaohuiyan commented 8 years ago

Since the calculation of coherence score depends on large-scale external dataset such as Wikipedia, I have not added it in the code for simplicity. But its is better to do that in future.

ECNUHP commented 5 years ago

Can you share the code for calculation of topic coherence score ?