Re: [Classifier4j-devel] Samples?
Status: Beta
Brought to you by:
nicklothian
From: Matt C. <MCo...@my...> - 2003-12-30 03:58:35
|
Hi Brent, if you check the archives from me, you will find a number messages that include some sample code. If you can't find anything that suits you, I would be happy to resubmit a sample. What type of datasource will you be using? If you need to classify based on multiple categories, you will need to use a "JDBC Datasource" such as mySQL to contain your corpus which is what I have experience with. If you only need a single category you can use the inbuilt datasource which I have no experience with. In the case of using any JDBC Datasource I found that it was critical to implement connection pooling and I implemented this in my own haphazard way in my code. I'm not sure if connection pooling has made its way into the CVS build yet or not. Matt Collier RemoteIT mco...@my... 877-4-NEW-LAN -----Original Message----- From: "Brent L Johnson" <br...@bj...> To: <cla...@li...> Date: Mon, 29 Dec 2003 19:30:28 -0500 Subject: [Classifier4j-devel] Samples? > I'm sure this is a huge newbie question but is there > any sample code out there that uses Classifier4J? In > particular, the Bayesian classifier? > > I'm working on a project for doing server-side email > classification (i.e. by subject or "Spam") and I'm > interested in using Classifier4J to do this > (and also the summarizer for viewing summarized emails). > > Thanks, > > - Brent > > > > ------------------------------------------------------- > This SF.net email is sponsored by: IBM Linux Tutorials. > Become an expert in LINUX or just sharpen your skills. Sign up for IBM's > Free Linux Tutorials. Learn everything from the bash shell to sys admin. > Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click > _______________________________________________ > Classifier4j-devel mailing list > Cla...@li... > https://lists.sourceforge.net/lists/listinfo/classifier4j-devel |