Automic VaultAutomic Vault

brew

Installer mecab avec Homebrew, apt, dnf, MacPorts, Nix

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de mecab pour les workflows d'agents IA.

installation

Commandes d'installation supplémentaires

macOS

Homebrewvérifié · 100%
brew install mecab

local Homebrew formula metadata

MacPortsvérifié · 94%
sudo port install mecab

MacPorts ports tree · textproc/mecab/Portfile · Source: api.github.com

Linux

Debian aptvérifié · 92%
sudo apt install mecab

Debian stable package indexes · mecab · Source: deb.debian.org

Fedora dnfvérifié · 92%
sudo dnf install mecab

Fedora Rawhide package metadata · mecab · Source: dl.fedoraproject.org

Nixvérifié · 92%
nix profile install nixpkgs#mecab

nixpkgs package indexes · pkgs/by-name/me/mecab/package.nix · Source: api.github.com

aperçu

Résumé du paquet

Yet another part-of-speech and morphological analyzer

Commandes et alias

  • mecab
  • mecab-config

historique

Historique du projet et usages

MeCab is a Japanese part-of-speech and morphological analyzer. The official documentation describes it as an open-source engine developed through the Kyoto University Graduate School of Informatics and NTT Communication Science Laboratories joint research unit project.

Historique du projet

MeCab was designed to be independent of language, dictionary, and corpus, using Conditional Random Fields for parameter estimation. Its documentation contrasts this with ChaSen's hidden Markov model and states that MeCab is faster on average than ChaSen, Juman, and KAKASI.

The release history in the official documentation starts with MeCab 0.90 as the initial release on 2006-03-26. Version 0.93 in July 2006 changed the license to a GPL, LGPL, or BSD triple-license model, and later releases added faster dictionary compilation, HMM training support, partial parsing APIs, retraining, and user dictionary cost estimation.

Historique d'adoption

Official downloads separate the engine from dictionaries such as IPA, Juman, and UniDic, and list bindings for Perl, Ruby, Python, and Java. The input package facts show broad package-manager coverage across Homebrew, Debian, Ubuntu, Fedora, MacPorts, and Nix, reflecting MeCab's long-lived role as infrastructure for Japanese NLP.

Modes d'utilisation

The docs cover direct parsing, wakati output, output-format customization, character-set changes, N-best output, adding words, dictionary format details, unknown-word handling, partial parsing, soft-wakati output, the C/C++ library interface, and script-language bindings. The command-line tools `mecab` and `mecab-config` expose those capabilities to packages and build scripts.

Pourquoi les passionnés de paquets s'y intéressent

MeCab is a classic package-manager NLP dependency: small native engine, separate dictionaries, command-line interface, C/C++ library, and bindings. It is especially important because many downstream Japanese text tools depend on the stable `mecab` executable and dictionary layout rather than embedding an analyzer.

Chronologie

  • 2006: MeCab 0.90 initial release.
  • 2006: MeCab 0.93 changes licensing to GPL, LGPL, or BSD.
  • 2012: MeCab 0.994 adds retraining and automatic user-dictionary cost estimation.
  • 2013: MeCab 0.996 fixes iconv linking and adds user-dictionary CSV cost/context generation.

Related projects

  • ChaSen, Juman, KAKASI, IPA dictionary, Juman dictionary, UniDic, mecab-ko.

posture de sécurité

Niveau de risque : vert

narrow executable package without higher-risk signals.

Classificateur de risque

risque vert · confiance faible · appliance

Pourquoi

  • narrow executable package without higher-risk signals

Signaux

  • metadata:no-higher-risk-signals

Comportement d'installation

  • Aucun hook post-install Homebrew n’est enregistré dans les métadonnées de formule.
  • Les métadonnées de bottle Homebrew sont disponibles pour 6 plateformes.

Revue recommandée

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

Exécutables installés

CommandeTypeExpositionNote
mecabcliexécutable global
mecab-configcliexécutable global

fraîcheur

Version et 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.

page générée2026-07-25
version du gestionnaire0.996
gestionnaire mis à jour2026-06-16
données localesOK
amontnot checked
dernière version détectéenon détecté

https://taku910.github.io/mecab/

métadonnées d'installation

Métadonnées du paquet

Clé du paquetbrew:mecab
Version0.996
Gestionnaire de paquetsHomebrew
Page du gestionnaire de paquetshttps://formulae.brew.sh/formula/mecab
Page d'accueilhttps://taku910.github.io/mecab/
Dépôthttps://github.com/taku910/mecab
Docs amonthttps://taku910.github.io/mecab
LicenceGPL-2.0-only OR LGPL-2.1-only OR BSD-3-Clause
Archive sourcehttps://deb.debian.org/debian/pool/main/m/mecab/mecab_0.996.orig.tar.gz
Dernière mise à jour2026-06-16T20:46:20Z
Pulseupdated
Bouteilledisponible (sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
post-install Homebrewnon défini
Serviceaucun déclaré

faits du registre

Détails de la base source

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namemecab
Version Scheme0
Revision0
Conflicts With
  • mecab-ko
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

correspondances dans les bases sources

Autres enregistrements de gestionnaires de paquets

Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.

Debian apt95%

libmecab-dev 0.996-15.1+b6

Header files of Mecab

https://taku910.github.io/mecab/

sudo apt install libmecab-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: mecab
  • 1 Dépendances
  • normalized package name match
  • Correspondance par : Mecab
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libmecab-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libmecab-java 0.996-15.1

mecab binding for Java - java classes

https://taku910.github.io/mecab/

sudo apt install libmecab-java
  • Section: java
  • Architecture: all
  • Source Package: mecab
  • 1 Dépendances
  • normalized package name match
  • Correspondance par : Mecab
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libmecab-java from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libmecab-jni 0.996-15.1+b6

mecab binding for Java - native interface

https://taku910.github.io/mecab/

sudo apt install libmecab-jni
  • Section: java
  • Architecture: amd64
  • Source Package: mecab
  • 4 Dépendances
  • normalized package name match
  • Correspondance par : Mecab
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libmecab-jni from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libmecab-perl 0.996-15.1+b6

Mecab binding for Perl

https://taku910.github.io/mecab/

sudo apt install libmecab-perl
  • Section: perl
  • Architecture: amd64
  • Source Package: mecab
  • 6 Dépendances
  • normalized package name match
  • Correspondance par : Mecab
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libmecab-perl from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libmecab2 0.996-15.1+b6

Libraries of Mecab

https://taku910.github.io/mecab/

sudo apt install libmecab2
  • Section: libs
  • Architecture: amd64
  • Source Package: mecab
  • 3 Dépendances
  • normalized package name match
  • Correspondance par : Mecab
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libmecab2 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

mecab 0.996-15.1+b6

Japanese morphological analysis system

https://taku910.github.io/mecab/

sudo apt install mecab
  • Section: misc
  • Architecture: amd64
  • Source Package: mecab
  • 4 Dépendances
  • normalized package name match
  • Correspondance par : Mecab
Debian stable package indexes · deb.debian.org · Debian stable package indexes: mecab from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

mecab-utils 0.996-15.1+b6

Support programs of Mecab

https://taku910.github.io/mecab/

sudo apt install mecab-utils
  • Section: misc
  • Architecture: amd64
  • Source Package: mecab
  • 2 Dépendances
  • normalized package name match
  • Correspondance par : Mecab
Debian stable package indexes · deb.debian.org · Debian stable package indexes: mecab-utils from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

python3-mecab 0.996-15.1+b6

Mecab binding for Python3

https://taku910.github.io/mecab/

sudo apt install python3-mecab
  • Section: python
  • Architecture: amd64
  • Source Package: mecab
  • 5 Dépendances
  • normalized package name match
  • Correspondance par : Mecab
Debian stable package indexes · deb.debian.org · Debian stable package indexes: python3-mecab from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

ruby-mecab 0.996-15.1+b6

Mecab binding for Ruby language

https://taku910.github.io/mecab/

sudo apt install ruby-mecab
  • Section: ruby
  • Architecture: amd64
  • Source Package: mecab
  • 6 Dépendances
  • normalized package name match
  • Correspondance par : Mecab
Debian stable package indexes · deb.debian.org · Debian stable package indexes: ruby-mecab from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

mecab

nix profile install nixpkgs#mecab
  • normalized package name match
  • Correspondance par : Mecab
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/me/mecab/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

libmecab-dev 0.996-14ubuntu4

Header files of Mecab

https://taku910.github.io/mecab/

sudo apt install libmecab-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: mecab
  • 1 Dépendances
  • normalized package name match
  • Correspondance par : Mecab
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libmecab-dev from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
Ubuntu apt95%

libmecab-java 0.996-14ubuntu4

mecab binding for Java - java classes

https://taku910.github.io/mecab/

sudo apt install libmecab-java
  • Section: universe/java
  • Architecture: all
  • Source Package: mecab
  • 1 Dépendances
  • normalized package name match
  • Correspondance par : Mecab
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libmecab-java from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libmecab-jni 0.996-14ubuntu4

mecab binding for Java - native interface

https://taku910.github.io/mecab/

sudo apt install libmecab-jni
  • Section: universe/java
  • Architecture: amd64
  • Source Package: mecab
  • 4 Dépendances
  • normalized package name match
  • Correspondance par : Mecab
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libmecab-jni from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libmecab-perl 0.996-14ubuntu4

Mecab binding for Perl

https://taku910.github.io/mecab/

sudo apt install libmecab-perl
  • Section: universe/perl
  • Architecture: amd64
  • Source Package: mecab
  • 6 Dépendances
  • normalized package name match
  • Correspondance par : Mecab
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libmecab-perl from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libmecab2 0.996-14ubuntu4

Libraries of Mecab

https://taku910.github.io/mecab/

sudo apt install libmecab2
  • Section: libs
  • Architecture: amd64
  • Source Package: mecab
  • 3 Dépendances
  • normalized package name match
  • Correspondance par : Mecab
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libmecab2 from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
Ubuntu apt95%

mecab 0.996-14ubuntu4

Japanese morphological analysis system

https://taku910.github.io/mecab/

sudo apt install mecab
  • Section: universe/misc
  • Architecture: amd64
  • 4 Dépendances
  • normalized package name match
  • Correspondance par : Mecab
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: mecab from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz

piste source

Généré depuis les données du dépôt

Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.

Sources utilisées

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment