Reputation: 276
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!
Upvotes: 2
Views: 1637
Reputation: 1
you can also look into Rosetta - it's aimed at text processing in general but has a VW LDA step by step tutorial.
Upvotes: 0
Reputation: 440
You could try Gensim, a well documented Python package that comes with easy to use tutorials.
Upvotes: 7