All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cc.mallet.classify.package.html Maven / Gradle / Ivy

Go to download

MALLET is a Java-based package for statistical natural language processing, document classification, clustering, topic modeling, information extraction, and other machine learning applications to text.

The newest version!


  

Classes for training and classifying instances.

 All classification techniques in MALLET are implemented as two classes:
 a trainer and a classifier.  The trainer injests the training data
 and creates a classifier that holds the parameters set during training.
 The classifier applies those parameters to an Instance to produce
 a classification of the Instance.

    




© 2015 - 2025 Weber Informatics LLC | Privacy Policy