Introduction - If you have any usage issues, please Google them yourself
It is a 100 pure Java library that you can use to apply N-Gram
analysis techniques to the process of categorizing text files.
The package includes several different categorization algorithms, namelly
SVMs, Bayesian Logistic Regression, NN classification and a text compression
based algorithm. In the case of SVM and Bayesian Logistic Regression, a
"one-against-one" apprach is used for multiclass classification. For a more detailed description of these learning algorithms and the available options please consult the supplied javadocs.