Re: [Classifier4j-devel] Dev Plan
Status: Beta
Brought to you by:
nicklothian
From: Nick L. <ni...@ma...> - 2003-08-03 07:11:17
|
Currently I'm focused on two things: 1) Refactoring category support. -- I've added ICategorisedClassifier and ICategorisedWordsDataSource interfaces which have methods like ICategorisedClassifier.classify(String category, String input); etc, so the categories can be used directly from the classifier, without having to do "setCategory" on the datasource. I can't see why we need to keep that state, so I'm removing it. I've just added these changes to CVS. 2) A Classifier4J-Optional jar, which (currently) contains a couple of demos, a JDBMWordsDataSource (very fast and reliable) and a JispWordsDataSource (fast, but prone to data corruption, so I'll probably throw it out). Currently this is not in CVS. If you are still interested in the HibernateWordsDataSource, I would see it going in here. As well as those changes I've done some work on Text Summary (http://www.mackmo.com/nick/blog/java/?permalink=TextSummaryApp.txt), which is also available. I have some plans to do a 0.4 release sometime this week. What are you interested in working on? Nick ----- Original Message ----- From: "Peter Leschev" <pe...@le...> To: <cla...@li...> Sent: Friday, August 01, 2003 9:46 AM Subject: [Classifier4j-devel] Dev Plan > Hi Nick, > > what are your current plans for JClassifier? What are you planning on implementing in the > near future? I just don't want to double up on what we do... > > Pete > > > ------------------------------------------------------- > This SF.Net email sponsored by: Free pre-built ASP.NET sites including > Data Reports, E-commerce, Portals, and Forums are available now. > Download today and enter to win an XBOX or Visual Studio .NET. > http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 > _______________________________________________ > Classifier4j-devel mailing list > Cla...@li... > https://lists.sourceforge.net/lists/listinfo/classifier4j-devel > |