# Installer kytea avec Homebrew, MacPorts, Nix

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

## installation

```sh
sudo av install brew:kytea
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install kytea
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install kytea
```

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

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#kytea
```

  Preuve: nixpkgs package indexes: pkgs/by-name/ky/kytea/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## Faits du paquet

- **Clé du paquet:** brew:kytea
- **Gestionnaire de paquets:** Homebrew
- **Version:** 0.4.7
- **Résumé source:** Toolkit for analyzing text, especially Japanese and Chinese
- **Page d'accueil:** <https://www.phontron.com/kytea/>
- **Dépôt:** <https://github.com/neubig/kytea>
- **Dernière mise à jour:** 2026-08-02T01:26:52+09:00
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- api-example (alias)
- kytea (alias)
- train-kytea (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 0.4.7
## Historique du projet et usages

KyTea is the Kyoto Text Analysis Toolkit, a C++ toolkit by Graham Neubig for word segmentation, pronunciation estimation, and other analysis tasks, especially for Japanese and other languages where word or morpheme boundaries are not explicit in raw text.

### Historique du projet

The KyTea NEWS file records version 0.0.1 on 2009-11-05 as the initial release of KyWs and KyPe. The public GitHub repository and README describe the later project as a general text-analysis toolkit focused on Japanese and languages requiring segmentation.

KyTea's design sits in the statistical NLP toolkit tradition before transformer-based tokenizers became dominant. It gives researchers and language-processing users a trainable analyzer with command-line tools and a library API rather than a closed dictionary-only analyzer.

### Historique d'adoption

KyTea's adoption is mostly academic and language-tooling oriented. It appears in package managers such as Homebrew, MacPorts, and Nix because Japanese and Chinese text-processing workflows often need a reproducible segmenter that can be scripted from Unix pipelines.

### Modes d'utilisation

The package installs kytea for analysis and train-kytea for model training. Users run it to segment text, estimate pronunciations, prepare corpora, or build custom models for domains where default Japanese tokenizers are not enough.

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

KyTea is a nice package-manager artifact because it packages research NLP into classic Unix form: a small binary, a training command, headers, and docs. It is especially useful in multilingual text-analysis stacks where tokenization is a prerequisite rather than the final task.

### Chronologie

- 2009-11-05: KyTea 0.0.1 was released as the initial release of KyWs and KyPe.
- 2009-11-16: The ChangeLog records version 0.0.2 with Shift-JIS support and an Autotools build-system change.
- 2026-07-01: The GitHub releases page for neubig/kytea listed no packaged GitHub releases, so the historical anchor remains the repository NEWS and source documentation.

### Related projects

- Related tools and concepts include Japanese morphological analyzers, Chinese word segmentation, MeCab-style tokenization workflows, statistical NLP, corpus preparation, and trainable language-specific text-analysis pipelines.

### Sources

- <https://github.com/neubig/kytea>
- <https://github.com/neubig/kytea/blob/master/ChangeLog>
- <https://raw.githubusercontent.com/neubig/kytea/master/NEWS>
- <https://www.phontron.com/kytea>
- <https://www.phontron.com/kytea/api.html>
- <https://www.phontron.com/kytea/train.html>


## Notes de sécurité

narrow executable package without higher-risk signals.

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

## Autres enregistrements de gestionnaires de paquets

- Nix - kytea: normalized package name match | nixpkgs package indexes: pkgs/by-name/ky/kytea/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- MacPorts - kytea: normalized package name match | MacPorts ports tree: textproc/kytea/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/kytea.yml](https://github.com/mxcl/pkgdb/blob/main/combined/kytea.yml)


## Sources

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
