macOS
brew install yamchalocal Homebrew formula metadata
sudo port install yamchaMacPorts ports tree · textproc/yamcha/Portfile · Source: api.github.com
brew
Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de yamcha pour les workflows d'agents IA.
installation
brew install yamchalocal Homebrew formula metadata
sudo port install yamchaMacPorts ports tree · textproc/yamcha/Portfile · Source: api.github.com
aperçu
NLP text chunker using Support Vector Machines
historique
YamCha, Yet Another Multipurpose CHunk Annotator, is Taku Kudo's open-source text chunker built around support vector machines. It belongs to the pre-deep-learning generation of NLP packages where feature templates, chunk encodings, and SVM training pipelines were packaged as reusable command-line tools.
The official YamCha page describes it as a generic, customizable text chunker for POS tagging, named-entity recognition, base noun phrase chunking, and text chunking. It says the system used support vector machines and was the same system that performed best in the CoNLL-2000 shared task and a BaseNP chunking task.
The YamCha news log records an initial 0.1 release in July 2001, followed by a steady 2002-2005 sequence that added multi-class strategies, memory savings for large models, C API support, PKE acceleration, experimental Perl/Python/Ruby modules, 64-bit support, and bug fixes. The project page was last revised in late 2005, matching the period when SVM chunkers were a mainstream statistical NLP approach.
YamCha's adoption came through NLP research and language-processing pipelines rather than general developer tooling. The companion ACL paper, Chunking with Support Vector Machines, connects the software to the 2001 NAACL work by Kudo and Matsumoto and to the then-current practice of comparing chunkers on shared tasks.
The package remained relevant in Unix package managers because it bundled training and decoding commands plus a C/C++ library around TinySVM-era models. For users maintaining older NLP experiments, YamCha is a reproducibility and compatibility artifact as much as a current modeling choice.
Typical use is to prepare token-per-line training or test data with feature columns and chunk labels, train a model with YamCha's template-driven SVM pipeline, and run the `yamcha` decoder or `yamcha-mkmodel` tooling. The official documentation emphasizes feature windows, parsing direction, pairwise versus one-vs-rest multiclass strategies, partial chunking, and model conversion for faster classification.
YamCha is historically significant because it packages a specific research-era NLP method into a reusable Unix tool. It sits beside ChaSen, TinySVM, CaboCha, CRF++, and MeCab in Taku Kudo's ecosystem of compact Japanese/NLP-oriented C and C++ tools that escaped academia into package managers.
posture de sécurité
narrow executable package without higher-risk signals.
risque vert · confiance faible · appliance
Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.
exécutables
| Commande | Type | Exposition | Note |
|---|---|---|---|
yamcha | cli | exécutable global | |
yamcha-config | cli | exécutable global | |
yamcha-mkmodel | cli | exécutable global |
fraîcheur
Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.
http://chasen.org/~taku/software/yamcha/
métadonnées d'installation
| Clé du paquet | brew:yamcha |
|---|---|
| Version | 0.33 |
| Gestionnaire de paquets | Homebrew |
| Page du gestionnaire de paquets | https://formulae.brew.sh/formula/yamcha |
| Page d'accueil | http://chasen.org/~taku/software/yamcha/ |
| Docs amont | http://chasen.org/~taku/software/yamcha |
| Licence | LGPL-2.1-or-later |
| Archive source | https://cdn.netbsd.org/pub/pkgsrc/distfiles/yamcha-0.33.tar.gz |
| Dernière mise à jour | 2026-07-11T12:24:37-04:00 |
| Pulse | updated |
| Dépendances | tinysvm |
| Dépendances de compilation | automake |
| Bouteille | disponible (sur arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura, x86_64_linux) |
| post-install Homebrew | non défini |
| Service | aucun déclaré |
faits du registre
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | yamcha |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | yes |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
correspondances dans les bases sources
Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.
yamcha
sudo port install yamchapiste source
Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.