会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
出辞气远鄙倍
kashikoi kawaii kliometrician
博客园
首页
新随笔
联系
订阅
管理
2019年1月19日
基于gensim的LDA主题模型实现 一键式函数打包
摘要: def genlda(textlist,n): ticks = str(time.time()).replace('.','')[-6:-1] nn=str(n) dictionary = corpora.Dictionary(textlist) corpus = [ dictionary.doc2bow(text) for text in textlist ] ...
阅读全文
posted @ 2019-01-19 15:04 六盘水月照
阅读(1218)
评论(0)
推荐(0)
编辑
公告