Skip to content

Nguonchhay/SpamDetectionPython3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spam Detection using Naive Bayes

This is the sample of Spam Detection using Naive Bayes implemented in Python3.

System Requirement

How to run

  • You have to create a classifier file using training data-set
Run the `spam.py` file

Note: there will be a file named spam_detection.classifier is created.

  • Running detection
Run the `detector.py` file
Find a collection of text that you want to test
Convert text into a single line
Paste it in the command-line input of the program `detector.py`
Exit the detection by type `exit`

Future Improvement

  • There should have an interface for testing the program

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages