topic_coherence =============== .. py:module:: topmost.eva.topic_coherence Module Contents --------------- .. autoapisummary:: topmost.eva.topic_coherence._coherence topmost.eva.topic_coherence.dynamic_coherence .. py:function:: _coherence(reference_corpus: List[str], vocab: List[str], top_words: List[str], coherence_type='c_v', topn=20) .. py:function:: dynamic_coherence(train_texts, train_times, vocab, top_words_list, coherence_type='c_v', verbose=False)