/RIRDC_project

Primary LanguageJupyter Notebook

RIRDC_project

Download and install Anaconda from https://www.anaconda.com/download/. Open Anaconda command prompt and run as a administrator. Use the following commands to install gensim, pyLDAvis and ntlk corpus: pip install gensim pip install pyLDAvis import nltk; ntlk.download() Download and copy the contents of the folder 'files required' to the same directroy as the jupyter file and give this same path to the 'path' variable in the first cell.