Skip to content

Ra4ster/Spam-Classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

Spam Classifier

Using a Naive Bayes Model and trained data, it is possible to classify series' of Strings into being "spam" or "ham", based on kitchen-sink patterns IE that words that were previously spam can be identified as spam-centric again.

Authors

Documentation

Javadoc

Download this doc folder. Open the index file in your browser to view the documentation.

Acknowledgements

Features

  • Adding and removing words with their own spam/ham counts
  • No external libraries used (besides Apache CSV Reader)
  • Extremely simple abstract class and interface
  • Uses a replicatable, basic, Naive Bayes formula

Support

For support, email [email protected] or message me on github.

My Twitter

MIT License - Public Domain

About

Classifies Strings as spam

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages