# Installer apache-opennlp avec Homebrew, apt, zypper

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

## installation

```sh
sudo av install brew:apache-opennlp
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install apache-opennlp
```

  Preuve: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install libapache-opennlp-java
```

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

- zypper (92%):

```sh
sudo zypper install opennlp
```

  Preuve: openSUSE Tumbleweed package metadata: opennlp from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst

## Faits du paquet

- **Clé du paquet:** brew:apache-opennlp
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/apache-opennlp>
- **Version:** 2.5.10
- **Résumé source:** Machine learning toolkit for processing natural language text
- **Page d'accueil:** <https://opennlp.apache.org/>
- **Dépôt:** <https://github.com/apache/opennlp>
- **Docs amont:** <https://opennlp.apache.org/docs>
- **Licence:** Apache-2.0
- **Archive source:** <https://www.apache.org/dyn/closer.lua?path=opennlp/opennlp-2.5.10/apache-opennlp-2.5.10-bin.tar.gz>
- **Dernière mise à jour:** 2026-06-25T07:59:23Z
- **Généré:** 2026-07-08T07:18:31+00:00

## exécutables

- opennlp (cli)
- opennlp (alias)

## Dépendances

- openjdk

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur all

## Version et fraîcheur

- page générée: 2026-07-08
- version du gestionnaire: 2.5.10
- gestionnaire mis à jour: 2026-06-25
- données locales: OK
- dépôt amont: https://opennlp.apache.org/
- info: Release/tag comparison is only available for GitHub repositories.
## Historique du projet et usages

Apache OpenNLP is a Java machine-learning toolkit and command-line suite for natural-language processing tasks such as sentence detection, tokenization, part-of-speech tagging, named-entity extraction, chunking, parsing, language detection, and coreference resolution.

### Historique du projet

OpenNLP existed before Apache incubation, with current Apache pages still pointing to archived SourceForge releases and model resources. The project entered the Apache Incubator in November 2010 and graduated as an Apache top-level project on 2012-02-15.

The incubation record describes the project goal as creating a mature toolkit for common NLP tasks and providing pre-built models for multiple languages. The Apache-era project continued to ship both a Java API and a common opennlp command-line entry point.

### Historique d'adoption

OpenNLP's adoption is strongest in Java and JVM text-processing pipelines where developers want a conventional library and CLI for classic NLP rather than a server or hosted model. Its old SourceForge model archive and Apache manual both show the long-running package culture around downloading binary models, running trainers, and wiring the toolkit into UIMA or custom applications.

As newer deep-learning NLP stacks arrived, OpenNLP remained relevant for lightweight, inspectable, trainable components and for organizations with Java pipelines that need sentence splitting, tokenization, tagging, NER, and parser tools without adopting a Python-heavy stack.

### Modes d'utilisation

The Homebrew package exposes the opennlp command. Apache's manual says the binary distribution includes an opennlp script for Linux-compatible systems and opennlp.bat for Windows, with OPENNLP_HOME and PATH used to make the tools convenient.

Typical CLI usage invokes a tool name plus a model, reading from stdin and writing to stdout, or runs trainer commands with model output, language, training data, encoding, and task-specific options. That makes the package friendly for shell pipelines and repeatable model-training experiments.

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

OpenNLP is appealing to package nerds because it is a Java NLP library with a real Unix-style CLI surface. You can install it, fetch or provide models, pipe text through tokenizers or taggers, and train task-specific models without building an application first.

It also carries a visible history of pre-Apache open-source distribution: SourceForge-era releases and models, Apache incubation, Maven artifacts, and a CLI that still exposes the toolkit as a collection of small named NLP tools.

### Chronologie

- 2010: OpenNLP enters the Apache Incubator.
- 2011: Apache OpenNLP 1.5.2-incubating is released.
- 2012: OpenNLP graduates as an Apache top-level project.
- 2026: Apache documentation lists current 2.x and 3.x milestone manuals and Javadocs.

### Related projects

- Apache UIMA is an adjacent Java text-analysis framework with documented OpenNLP integration.
- SourceForge-era OpenNLP models, Maven Central artifacts, ONNX Runtime support, and Java NLP pipelines are common adjacent pieces.

### Sources

- <https://incubator.apache.org/projects/opennlp.html>
- <https://opennlp.apache.org/docs/2.5.4/manual/opennlp.html>
- <https://opennlp.apache.org/download.html>
- <https://opennlp.apache.org/models.html>
- <https://opennlp.apache.org/news/news-2010-11-23.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:** apache-opennlp
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

## Autres enregistrements de gestionnaires de paquets

- Debian apt - libapache-opennlp-java - 2.5.3-1: normalized package name match | Debian stable package indexes: libapache-opennlp-java from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | machine learning based toolkit for the processing of natural language text | https://opennlp.apache.org
- Debian apt - opennlp - 2.5.3-1: normalized package name match | Debian stable package indexes: opennlp from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | wrapper for Apache OpenNLP natural language text processing toolkit | https://opennlp.apache.org
- Ubuntu apt - libapache-opennlp-java - 2.3.2-1: normalized package name match | Ubuntu 24.04 LTS package indexes: libapache-opennlp-java from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | machine learning based toolkit for the processing of natural language text | https://opennlp.apache.org
- Ubuntu apt - opennlp - 2.3.2-1: normalized package name match | Ubuntu 24.04 LTS package indexes: opennlp from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | wrapper for Apache OpenNLP natural language text processing toolkit | https://opennlp.apache.org
- zypper - opennlp - 1.5.3-4.9: installed executable or alias match | openSUSE Tumbleweed package metadata: opennlp from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | A machine learning based toolkit for the processing of natural language text | https://opennlp.apache.org/
- zypper - opennlp-maxent - 1.5.3-4.9: installed executable or alias match | openSUSE Tumbleweed package metadata: opennlp-maxent from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | Apache OpenNLP Maxent | https://opennlp.apache.org/
- zypper - opennlp-tools - 1.5.3-4.9: installed executable or alias match | openSUSE Tumbleweed package metadata: opennlp-tools from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | Apache OpenNLP Tools | https://opennlp.apache.org/
- zypper - opennlp-uima - 1.5.3-4.9: installed executable or alias match | openSUSE Tumbleweed package metadata: opennlp-uima from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | Apache OpenNLP UIMA Annotators | https://opennlp.apache.org/


## Liens liés

- [Terminal utility packages](https://www.automicvault.com/fr/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/fr/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://www.automicvault.com/fr/pkg/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [Language runtime packages](https://www.automicvault.com/fr/pkg/language-runtime-packages/) - Matched language runtime, compiler, or interpreter metadata.
- [openjdk](https://www.automicvault.com/fr/pkg/brew/openjdk/) - Runtime dependency declared by Homebrew.
- [ant](https://www.automicvault.com/fr/pkg/brew/ant/) - Shares av.db curated category or tags: apache, cli, developer-tools, java.
- [crf++](https://www.automicvault.com/fr/pkg/brew/crf/) - Shares av.db curated category or tags: cli, developer-tools, machine-learning, nlp.
- [grails](https://www.automicvault.com/fr/pkg/brew/grails/) - Shares av.db curated category or tags: apache, cli, developer-tools, java.
- [jmeter](https://www.automicvault.com/fr/pkg/brew/jmeter/) - Shares av.db curated category or tags: apache, cli, developer-tools, java.
- [text-embeddings-inference](https://www.automicvault.com/fr/pkg/brew/text-embeddings-inference/) - Shares av.db curated category or tags: cli, developer-tools, machine-learning, nlp.
- [amdatu-bootstrap](https://www.automicvault.com/fr/pkg/brew/amdatu-bootstrap/) - Shares av.db curated category or tags: cli, developer-tools, java.
- [antlr](https://www.automicvault.com/fr/pkg/brew/antlr/) - Shares av.db curated category or tags: cli, developer-tools, java.
- [apr](https://www.automicvault.com/fr/pkg/brew/apr/) - Shares av.db curated category or tags: apache, cli, developer-tools.
- [calabash](https://www.automicvault.com/fr/pkg/brew/calabash/) - Both packages touch the same language runtime or ecosystem. Shared terms: cli, developer, developer-tools, java, language.
- [fmpp](https://www.automicvault.com/fr/pkg/brew/fmpp/) - Both packages touch the same language runtime or ecosystem. Shared terms: cli, developer, developer-tools, java, openjdk.

## Combined YAML source

View the package source record on GitHub. [combined/apache-opennlp.yml](https://github.com/automic-vault/db/blob/main/combined/apache-opennlp.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
