crm114

Bayesian spam filter and text classification engine for logs and data

brewmacoslinux
Try with needOr install directly
Source

About

Examine, sort, filter or alter logs or data streams

Commands

crm114cssutilcssdiff

Examples

Filter spam emails from a mailbox file$ crm114 -u spam.crm < mailbox.txt
Classify incoming text stream as spam or ham$ cat email.txt | crm114 -u classifier.crm
Train the classifier with spam examples$ crm114 -u spam.crm --learn-spam < spam_samples.txt