Bayesian text classifier using character n-gram digrams
Digramic Bayesian classifier
dbaclhypexlexicon$ dbacl -l spam -T email /path/to/spam/emails/*$ dbacl -c spam /path/to/test/email.txt$ dbacl -l spam /path/to/spam/* && dbacl -l ham /path/to/ham/* && dbacl -c spam,ham /path/to/test/email.txt