topic_coherence

Module Contents

_coherence(reference_corpus, vocab, top_words[, ...])

dynamic_coherence(train_texts, train_times, vocab, ...)

_coherence(reference_corpus: List[str], vocab: List[str], top_words: List[str], coherence_type='c_v', topn=20)
dynamic_coherence(train_texts, train_times, vocab, top_words_list, coherence_type='c_v', verbose=False)