Added missing classes from final year at OSU

This commit is contained in:
2019-06-17 14:04:15 -07:00
parent 8fa1ffb1b0
commit c717a0316f
166 changed files with 653934 additions and 308 deletions

View File

@@ -0,0 +1,6 @@
To run this program, place the files testSet.txt and trainingSet.txt in the same directory, then run:
python3 sentiment_analyzer.py
Results will be saved in results.txt.
The files preprocessed_train.txt and preprocessed_test.txt will also be created.