macOS
brew install malletlocal Homebrew formula metadata
sudo port install malletMacPorts ports tree · math/mallet/Portfile · Quelle: api.github.com
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für mallet in AI-Agent-Workflows.
Installation
brew install malletlocal Homebrew formula metadata
sudo port install malletMacPorts ports tree · math/mallet/Portfile · Quelle: api.github.com
Überblick
MAchine Learning for LanguagE Toolkit
Verlauf
MALLET, the MAchine Learning for LanguagE Toolkit, is a Java package and command-line toolkit for statistical natural language processing. Its official documentation describes support for document classification, clustering, topic modeling, information extraction, sequence tagging, and other machine-learning applications to text.
The project is associated with Andrew McCallum's MALLET citation from 2002 and originated in an academic NLP context at UMass. The modern public repository is maintained under the mimno GitHub organization, and the official site identifies it as open source under the Apache 2.0 license.
MALLET became especially visible to digital humanities, information science, and NLP users because it packaged algorithms such as Maximum Entropy classifiers, Conditional Random Fields, Latent Dirichlet Allocation, Pachinko Allocation, and Hierarchical LDA behind reusable Java APIs and shell commands. Its 2.1.0 release in 2026 was described by the maintainers as the first stable release since 2.0.8 in 2016, modernizing the build around Java 17 and Maven.
MALLET's package-manager footprint is modest but important: Homebrew and MacPorts carry it for macOS users who want the historical CLI workflow without building the Java project by hand. The GitHub repository shows roughly a thousand stars and hundreds of forks, which is consistent with a long-lived research toolkit rather than a fast-moving application.
The toolkit's adoption has been strongest where reproducible text-analysis workflows matter: topic-modeling corpora, classroom NLP exercises, digital humanities projects, and research code that wants a known implementation rather than a cloud service.
The command-line workflow centers on `bin/mallet [command] --option value`, with helper commands for importing text or CSV data, converting data to vectors, training classifiers, classifying new text, and running topic models. The README recommends building with Maven or using binary downloads, then running `bin/mallet --help` or a command-specific help option.
In packages such as Homebrew, MALLET matters because it turns a Java research toolkit into ordinary terminal commands like `mallet`, `text2vectors`, `vectors2topics`, and `csv2classify`, making it scriptable in shell pipelines and notebooks.
MALLET is a classic example of a research toolkit that became infrastructure for package-manager users: old enough to have stable workflows, specialized enough that vendoring it is annoying, and still useful when a project needs local NLP processing without a server stack.
For package curators, the interesting maintenance points are Java runtime requirements, binary wrapper scripts, and the 2026 shift to Java 17 and Maven. Those details directly affect whether older MALLET recipes keep working on current systems.
Sicherheitslage
narrow executable package without higher-risk signals.
grün Risiko · niedrig Konfidenz · appliance
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
Executables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
classifier2info | cli | globales Executable | |
csv2classify | cli | globales Executable | |
csv2vectors | cli | globales Executable | |
mallet | cli | globales Executable | |
mallethon | cli | globales Executable | |
prepend-license.sh | cli | globales Executable | |
svmlight2vectors | cli | globales Executable | |
text2classify | cli | globales Executable | |
text2vectors | cli | globales Executable | |
vectors2classify | cli | globales Executable | |
vectors2info | cli | globales Executable | |
vectors2topics | cli | globales Executable | |
vectors2vectors | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
https://github.com/mimno/Mallet
Installationsmetadaten
| Paketschlüssel | brew:mallet |
|---|---|
| Version | 202108 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/mallet |
| Homepage | https://mimno.github.io/Mallet/index |
| Repository | https://github.com/mimno/Mallet |
| Upstream-Dokumentation | https://github.com/mimno/Mallet#readme |
| Lizenz | Apache-2.0 |
| Quellarchiv | https://github.com/mimno/Mallet/releases/download/v202108/Mallet-202108-bin.zip |
| Zuletzt aktualisiert | 2026-06-22T14:05:26-07:00 |
| Pulse | updated |
| Abhängigkeiten | openjdk |
| Bottle | verfügbar (auf all) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | mallet |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
Source-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
mallet
sudo port install malletQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.