Required: python 3
Instructions to run: python MLAssignment.py [training ham path] [training spam path] [test ham path] [test spam path] [stopwords]
stopword takes following parameters if given y or yes then Naive bayes run by removing stop words if given n or no then Naive bayes run without removing stop words
output:
- Naive Bayes ham accuracy
- Naive Bayes spam accuracy
Please do not end any path '/' Please note that the program may require a long time to finish execution