Hi All, I am looking for a spam filtering/classification solution .
The essential requirement are :
1. Return a negative on all text with certain words.
But apart from returning negative on certain words. I want it to be able to
classify certain positives.
For ex - Given the fact that [Sachin, C
Hello there,
I am in the midst of migrating my client server applications (RMI as
middleware) from python 1.5.2 to python 2.7.1. I have done up the migration on
my application servers writen in pure python that runs on the UNIX platform. No
issue.
Now I am encountering an issue where my clie
You need a Naive Bayes Classifier. Take a look at PyZor -
http://sourceforge.net/apps/trac/pyzor/
Regards,
BG
On Fri, Dec 23, 2011 at 5:01 PM, Amit Sethi wrote:
> Hi All, I am looking for a spam filtering/classification solution .
>
> The essential requirement are :
> 1. Return a negative on all
Hi
You can use skikits.learn or nltk for the task.
Both tools give good support for the same .
Also implementing a bays classifier is pretty simple too
--
**
JAGANADH G
http://jaganadhg.in
*ILUGCBE*
http://ilugcbe.org.in
_
I am in the midst of migrating my client server applications (RMI as
middleware) from python 1.5.2 to python 2.7.1. I have done up the migration on
my application servers writen in pure python that runs on the UNIX platform. No
issue.
Now I am encountering an issue where my client which