This project contain code for spam and ham classification for email using Naive Bayes with some preprocessing techniques(bag of word, remove stop words, punctuation removal)
- Python 3.x
- Jupyter Notebook
- NLTK library
- Clone the repository:
git clone https://github.com/phongloihong/email_classification.git cd email_classification
Open the Jupyter Notebook:
jupyter notebook text_classification.ipynb