This post originated from an RSS feed registered with Java Buzz
by Nick Lothian.
Original Post: Classifier4J version 0.3 is now available.
Feed Title: BadMagicNumber
Feed URL: http://feeds.feedburner.com/Badmagicnumber
Feed Description: Java, Development and Me
Classifer4J is a java library that provides an API for automatic
classification of text, including Bayesian classification. Version 0.3 is the first version recommened for general use.
Some of the many improvements include:
The ability to train the BayesianClassifier via a ITrainable interface, rather than requiring updates
to the datasource.
Performance and design improvements to the JDBCWordDataSource.
Stop Word support.
Internal Refactoring, particually with respect to the WordProbability object (thanks to Pete Leschev).
Classifier4J is available from http://classifier4j.sourceforge.net/