From 8816ae3c241cfd1600e1078d8343da6d6d77dcbf Mon Sep 17 00:00:00 2001 From: Tasdik Rahman Date: Thu, 14 Apr 2016 12:16:57 +0530 Subject: [PATCH] added spammy to python-nlp spammy is an intelligent spam filtering library which can trained extensively --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6452fbd..58c3999 100644 --- a/README.md +++ b/README.md @@ -681,6 +681,7 @@ on MNIST digits[DEEP LEARNING] * [YAlign](https://github.com/machinalis/yalign) - A sentence aligner, a friendly tool for extracting parallel sentences from comparable corpora. * [jieba](https://github.com/fxsjy/jieba#jieba-1) - Chinese Words Segmentation Utilities. * [SnowNLP](https://github.com/isnowfy/snownlp) - A library for processing Chinese text. +* [spammy](https://github.com/prodicus/spammy) - A library for email Spam filtering built on top of nltk * [loso](https://github.com/victorlin/loso) - Another Chinese segmentation library. * [genius](https://github.com/duanhongyi/genius) - A Chinese segment base on Conditional Random Field. * [KoNLPy](http://konlpy.org) - A Python package for Korean natural language processing.