/topics

Topic modeling with gensim and LDA

Primary LanguagePythonApache License 2.0Apache-2.0

Topics

Please read more about this repository on http://www.vladsandulescu.com/topic-prediction-lda-user-reviews/.

Install the requirements from requirements.txt.

Also Make sure to create the folder called models to store models.

To run any program in this repository:

On Linux
PYTHONPATH=/Path/of/this/Project/Directory python program_name

On Windows
Refer this answer on Stackoverflow.