# Installer juman avec Homebrew, apt, MacPorts

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

## installation

```sh
sudo av install brew:juman
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install juman
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install juman
```

  Preuve: MacPorts ports tree: textproc/juman/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Debian apt (92%):

```sh
sudo apt install juman
```

  Preuve: Debian stable package indexes: juman from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

## Faits du paquet

- **Clé du paquet:** brew:juman
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/juman>
- **Version:** 7.01
- **Résumé source:** Japanese morphological analysis system
- **Page d'accueil:** <https://nlp.ist.i.kyoto-u.ac.jp/index.php?JUMAN>
- **Dépôt:** <https://github.com/ku-nlp/juman>
- **Docs amont:** <https://github.com/ku-nlp/juman#readme>
- **Licence:** BSD-3-Clause
- **Archive source:** <https://nlp.ist.i.kyoto-u.ac.jp/nl-resource/juman/juman-7.01.tar.bz2>
- **Dernière mise à jour:** 2026-06-19T12:31:21-07:00
- **Généré:** 2026-07-08T18:08:21+00:00

## exécutables

- juman (cli)
- juman (alias)

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura

## Version et fraîcheur

- page générée: 2026-07-08
- version du gestionnaire: 7.01
- gestionnaire mis à jour: 2026-06-19
- données locales: OK
- dépôt amont: https://nlp.ist.i.kyoto-u.ac.jp/index.php?JUMAN
- info: Release/tag comparison is only available for GitHub repositories.
## Historique du projet et usages

JUMAN is Kyoto University's user-extensible Japanese morphological analyzer. It tokenizes Japanese text and assigns morphological information such as part of speech, subpart, conjugation, reading, and dictionary meaning.

### Historique du projet

Kyoto University's Language Media Processing Lab presents JUMAN as a user-extensible morphological analyzer for Japanese and links an English translation of the user guide. That guide identifies the JUMAN system version 0.5 authors as Yuji Matsumoto, Sadao Kurohashi, Yutaka Nyoki, Hitoshi Shinho, and Makoto Nagao.

The GitHub repository keeps the traditional C distribution shape: a JUMAN library, command sources, dictionary conversion tools, connectivity-rule tools, Perl module, dictionaries, and manual documents.

### Historique d'adoption

JUMAN's adoption is strongest in Japanese NLP and Kyoto University tooling. It sits alongside KNP and Juman++ on the Kyoto lab NLP resources page, and its package availability in Homebrew, Debian, MacPorts, and Ubuntu reflects use by researchers and developers who need a stable Japanese morphological-analysis command.

### Modes d'utilisation

Users run the `juman` command over Japanese text and receive morpheme records. The older guide explains the grammar and dictionary model, including user dictionaries, grammar dictionaries, morpheme dictionaries, connection rules, and the `JUMANPATH` search path for dictionaries.

JUMAN is commonly used as the morphological-analysis stage before higher-level Japanese NLP tools, especially in workflows connected to Kyoto University resources.

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

JUMAN is a classic example of an academic NLP tool that package managers preserve because the command-line binary, dictionary format, and downstream expectations matter as much as the code.

Its significance is also historical: Juman++ and KNP are easier to understand as descendants or companions of the JUMAN/Jumandic ecosystem.

### Chronologie

- Version 0.5: The English user's guide documented the JUMAN grammar and dictionary system.
- Version 7.01: Kyoto University's JUMAN page listed a source download for JUMAN Ver.7.01.
- 2010s: The ku-nlp GitHub repository made the source layout available through GitHub.

### Related projects

- JUMAN is closely related to Juman++, KNP, PyKNP, and the broader Kyoto University NLP resource family.
- Juman++ uses the Jumandic ecosystem and is presented by Kyoto University as the newer neural-network-based analyzer.

### Sources

- <https://github.com/ku-nlp/juman>
- <https://nlp.ist.i.kyoto-u.ac.jp/EN/index.php?JUMAN>
- <https://nlp.ist.i.kyoto-u.ac.jp/nl-resource/juman/juman-eng.html>


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- narrow executable package without higher-risk signals

## Détails de la base source

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** juman
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## Autres enregistrements de gestionnaires de paquets

- Debian apt - juman - 7.0-3.9: normalized package name match | Debian stable package indexes: juman from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Japanese morphological analysis system | https://nlp.ist.i.kyoto-u.ac.jp/index.php?JUMAN
- Debian apt - juman-dic - 7.0-3.9: normalized package name match | Debian stable package indexes: juman-dic from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Juman dictionary in text format | https://nlp.ist.i.kyoto-u.ac.jp/index.php?JUMAN
- Debian apt - libjuman-dev - 7.0-3.9: normalized package name match | Debian stable package indexes: libjuman-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Header files of JUMAN | https://nlp.ist.i.kyoto-u.ac.jp/index.php?JUMAN
- Debian apt - libjuman-perl - 7.0-3.9: normalized package name match | Debian stable package indexes: libjuman-perl from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Perl binding of JUMAN | https://nlp.ist.i.kyoto-u.ac.jp/index.php?JUMAN
- Debian apt - libjuman4t64 - 7.0-3.9: normalized package name match | Debian stable package indexes: libjuman4t64 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Library of JUMAN | https://nlp.ist.i.kyoto-u.ac.jp/index.php?JUMAN
- Ubuntu apt - juman - 7.0-3.6build1: normalized package name match | Ubuntu 24.04 LTS package indexes: juman from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Japanese morphological analysis system | http://nlp.ist.i.kyoto-u.ac.jp/index.php?JUMAN
- Ubuntu apt - juman-dic - 7.0-3.6build1: normalized package name match | Ubuntu 24.04 LTS package indexes: juman-dic from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Juman dictionary in text format | http://nlp.ist.i.kyoto-u.ac.jp/index.php?JUMAN
- Ubuntu apt - libjuman-dev - 7.0-3.6build1: normalized package name match | Ubuntu 24.04 LTS package indexes: libjuman-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Header files of JUMAN | http://nlp.ist.i.kyoto-u.ac.jp/index.php?JUMAN
- Ubuntu apt - libjuman-perl - 7.0-3.6build1: normalized package name match | Ubuntu 24.04 LTS package indexes: libjuman-perl from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Perl binding of JUMAN | http://nlp.ist.i.kyoto-u.ac.jp/index.php?JUMAN
- Ubuntu apt - libjuman4t64 - 7.0-3.6build1: normalized package name match | Ubuntu 24.04 LTS package indexes: libjuman4t64 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Library of JUMAN | http://nlp.ist.i.kyoto-u.ac.jp/index.php?JUMAN
- MacPorts - juman: normalized package name match | MacPorts ports tree: textproc/juman/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Liens liés

- [Terminal utility packages](https://www.automicvault.com/fr/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Language runtime packages](https://www.automicvault.com/fr/pkg/language-runtime-packages/) - Matched language runtime, compiler, or interpreter metadata.
- [Networking and protocol packages](https://www.automicvault.com/fr/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Scientific computing packages](https://www.automicvault.com/fr/pkg/scientific-computing-tools/) - Matched scientific computing metadata.
- [jumanpp](https://www.automicvault.com/fr/pkg/brew/jumanpp/) - Shares av.db curated category or tags: cli, japanese, morphological-analysis, natural-language-processing, nlp.
- [kytea](https://www.automicvault.com/fr/pkg/brew/kytea/) - Shares av.db curated category or tags: cli, japanese, natural-language-processing, nlp, science.
- [freeling](https://www.automicvault.com/fr/pkg/brew/freeling/) - Shares av.db curated category or tags: cli, natural-language-processing, nlp, science.
- [sfst](https://www.automicvault.com/fr/pkg/brew/sfst/) - Shares av.db curated category or tags: cli, natural-language-processing, nlp, science.
- [link-grammar](https://www.automicvault.com/fr/pkg/brew/link-grammar/) - Shares av.db curated category or tags: cli, natural-language-processing, science.
- [openfst](https://www.automicvault.com/fr/pkg/brew/openfst/) - Shares av.db curated category or tags: cli, nlp, science.
- [aamath](https://www.automicvault.com/fr/pkg/brew/aamath/) - Shares av.db curated category or tags: cli, science.
- [abpoa](https://www.automicvault.com/fr/pkg/brew/abpoa/) - Shares av.db curated category or tags: cli, science.

## Combined YAML source

View the package source record on GitHub. [combined/juman.yml](https://github.com/automic-vault/db/blob/main/combined/juman.yml)


## Sources

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