├── LICENSE ├── README.md ├── convert.py ├── ham.zip ├── move.sh └── spam.zip /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zrz1996/Spam-Email-Classifier-DataSet/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zrz1996/Spam-Email-Classifier-DataSet/HEAD/README.md -------------------------------------------------------------------------------- /convert.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zrz1996/Spam-Email-Classifier-DataSet/HEAD/convert.py -------------------------------------------------------------------------------- /ham.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zrz1996/Spam-Email-Classifier-DataSet/HEAD/ham.zip -------------------------------------------------------------------------------- /move.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zrz1996/Spam-Email-Classifier-DataSet/HEAD/move.sh -------------------------------------------------------------------------------- /spam.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zrz1996/Spam-Email-Classifier-DataSet/HEAD/spam.zip --------------------------------------------------------------------------------