yongzhuo / nlg-yongzhuo

中文文本生成(NLG)之文本摘要(text summarization)工具包, 语料数据(corpus data), 抽取式摘要 Extractive text summary of Lead3、keyword、textrank、text teaser、word significance、LDA、LSI、NMF。(graph,feature,topic model,summarize tool or tookit)
https://blog.csdn.net/rensihui
MIT License
404 stars 53 forks source link

topic_lda.py中的n_topics #2

Closed lfxyl closed 4 years ago

lfxyl commented 4 years ago

高版本的skl(>0.19)中应将其改为n_components

yongzhuo commented 4 years ago

对,已修复