Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 749 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 749 Bytes

The write up can be found in NLP_Project_Paper.md/.html or hosted online here

File overview

In the root directory, code can be found for topic modeling in TopicCode.ipynb, and the code for sentiment analysis can be found in SentimentAnalysis.ipynb. The .csv dataset used in both notebooks can be found in the root directory of the GitHub repository as well. To run the analysis code, as these notebooks were ran on Google Colab because of local computational limits, it will be necessary to adjust the pd.read_csv path.

Code used for data scraping can be found in the Transcription_Tools directory.

The process of EDA and pandas dataset creation can be found in EDA.ipynb.