
cc.mallet.classify.package.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mallet Show documentation
Show all versions of mallet Show documentation
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