Mirror of https://github.com/roostorg/awesome-safety-tools
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #38 from roostorg/bogofilter

Add bogofilter

authored by

Cassidy James Blaede and committed by
GitHub
c54f1fa4 923b529a

+2
+2
README.md
··· 122 122 123 123 ## Clustering 124 124 125 + * [bogofilter](https://bogofilter.sourceforge.io/) 126 + * spam filter that classifies text using Bayesian statistical analysis; able to learn from classifications and corrections 125 127 * [scikit-learn](https://github.com/scikit-learn/scikit-learn) 126 128 * python library including clustering through various algorithms, such as K-Means, DBSCAN, and hierarchical clustering 127 129 * [SpamAssassin by Apache](https://spamassassin.apache.org)