Classifier4J is a Java library designed to do text classification. It comes with an implementation of a Bayesian classifier, and now has some other features, including a text summary facility.
Tutorial Details:
I usually keep my blog updated with development progress and future directions.
The basic usage model for Classifer4J is as follows
1.) Create an instance of an implementation of the IClassifer interface.
2.) Call either isMatch(String) (for boolean matching) or classifiy(String) (to get a match rating)
Read
Tutorial at: Click here to view the tutorial
Rate Tutorial: Classifier4J
View Tutorial: Classifier4J
Related
Tutorials:
Classifier4J
Classifier4J is a Java library designed to do text classification. It comes with an implementation of a Bayesian classifier, and now has some other features, including a text summary facility. |
Create Intelligent E-mail Filters with JavaMail and Classifier4j
Create Intelligent E-mail Filters with JavaMail and Classifier4j
Tired of the limitations and annoying false positives with commercial spam filters? Classifier4J is an open source Java library that will let you build custom applications that read e-mails |
|
|
|