MALLET is MAchine Learning for LanguagE Toolkit.
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. - Official website
MALLET includes tools for document classification, sequence tagging, topic modeling.
Many of the algorithms in MALLET depend on numerical optimization. MALLET includes an efficient implementation of Limited Memory BFGS, among many other optimization methods. In addition to sophisticated Machine Learning applications, MALLET includes routines for transforming text documents into numerical representations that can then be processed efficiently. This process is implemented through a flexible system of “pipes”, which handle distinct tasks such as tokenizing strings, removing stopwords, and converting sequences into count vectors. - Official website
Not available, but we appreciate help! You can help us improve this page.
This page was last updated with commit: Fixed syntax in software source files (1e763e9)