topic_coherence# Module Contents# compute_topic_coherence(reference_corpus, vocab, top_words) compute_dynamic_TC(train_texts, train_times, vocab, ...) compute_topic_coherence(reference_corpus, vocab, top_words, cv_type='c_v')# compute_dynamic_TC(train_texts, train_times, vocab, top_words_list, cv_type='c_v')#