[BangPypers] Text/Mail filtering/classification using python

2011-12-23 Thread Amit Sethi
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

[BangPypers] My VB EXE can't make calls to Python Servers via OLE RMI technology (application was writen in the 90s)

2011-12-23 Thread Wah Meng Wong
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

Re: [BangPypers] Text/Mail filtering/classification using python

2011-12-23 Thread Baishampayan Ghose
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

Re: [BangPypers] Text/Mail filtering/classification using python

2011-12-23 Thread JAGANADH G
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 _

[BangPypers] My VB exe client application can't all a python API

2011-12-23 Thread Wah Meng
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