LDA topic modelling pipeline
Primary LanguageScala
先在单机python环境中,实现一个最简单版本的LDA 其中依赖nltk与gensim
nltk词库包需要用
import nltk nltk.download()