#Classification of NPR Interviews
###1. Report
####2. Setup
pip install -r requirements.txt
python -m nltk.downloader all
Note: You may need to run commands with root priveleges (sudo).
####3. Run
python main.py
####4. Supported classifiers
- Naive Bayes
- Decision Trees
- K nearest neighbor
#####Ethan MacDonald, David Rapoport, Charlie Bloomfield #####Created for Comp 598