···122122123123## Clustering
124124125125+* [bogofilter](https://bogofilter.sourceforge.io/)
126126+ * spam filter that classifies text using Bayesian statistical analysis; able to learn from classifications and corrections
125127* [scikit-learn](https://github.com/scikit-learn/scikit-learn)
126128 * python library including clustering through various algorithms, such as K-Means, DBSCAN, and hierarchical clustering
127129* [SpamAssassin by Apache](https://spamassassin.apache.org)