The LDA (Latent Dirichlet Allocation) model, a topic model used to extracting topic of many documents. This project is written in Python.
Clone this project to your computer. And two examples of how to use this LDA model are given, please see test/test1.py and test/test2.py for details.