NLP - Topic Modeling
Why does this code raise an error?
coherence_model = CoherenceModel(topics=lda_model.print_topics(), texts=tokenized_texts, dictionary=dictionary, coherence='c_v') score = coherence_model.get_coherence()
