简体   繁体   中英

LDA for Topic Modeling in Python

I am new to Python, and I am trying to use the LDA package ( https://pypi.python.org/pypi/lda ). I have a list of titles and topics each one is related to. However, I have no clue how to use the package in the first place. I have read the documentation for package but it is vague. There is no information about the input structure and everything. Is there anyone who has used it before? Thanks!

您可以尝试Gensim,这是一个记录良好的Python软件包,附带易于使用的教程

您还可以查看Rosetta - 它一般针对文本处理,但有一个VW LDA一步一步的教程

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM