MALLET
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.
Documentation
Usage on Bridges
To see what versions of MALLET are available type
module avail mallet
To see what other modules are needed, what commands are available and how to get additional help type
module help mallet
To use MALLET, include a command like this in your batch script or interactive session to load the MALLET module:
module load mallet
Be sure you also load any other modules needed, as listed by the module help mallet
command.