Purpose:
- Text classification using Multinomial Naive Bayes classifier.
- Classification using various types of feature extraction with machine learning models
pip3 install -r requirements.txt
- cd into the src directory
- open a terminal emulator of your choice
- choose which task you would like to run
- if task1:
python3 task1.py
- if task2
python3 task2.py
- program provides output to the screen as well as data given within the output folder for each task respectively