# apache-opennlp mit Homebrew, apt, zypper installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für apache-opennlp in AI-Agent-Workflows.

## Installation

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

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

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

  Evidenz: local Homebrew formula metadata

### Linux

- Debian apt (92%):

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

  Evidenz: 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
```

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

## Paketfakten

- **Paketschlüssel:** brew:apache-opennlp
- **Paketmanager:** Homebrew
- **Paketmanager-Seite:** <https://formulae.brew.sh/formula/apache-opennlp>
- **Version:** 2.5.10
- **Quellzusammenfassung:** Machine learning toolkit for processing natural language text
- **Homepage:** <https://opennlp.apache.org/>
- **Repository:** <https://github.com/apache/opennlp>
- **Upstream-Dokumentation:** <https://opennlp.apache.org/docs>
- **Lizenz:** Apache-2.0
- **Quellarchiv:** <https://www.apache.org/dyn/closer.lua?path=opennlp/opennlp-2.5.10/apache-opennlp-2.5.10-bin.tar.gz>
- **Zuletzt aktualisiert:** 2026-06-25T07:59:23Z
- **Generiert:** 2026-07-08T07:18:31+00:00

## Executables

- opennlp (cli)
- opennlp (Alias)

## Abhängigkeiten

- openjdk

## Installationsverhalten

- Post-install-Hook: nicht definiert
- Bottle: verfügbar auf all

## Version und Aktualität

- Seite generiert: 2026-07-08
- Manager-Version: 2.5.10
- Manager aktualisiert: 2026-06-25
- lokale Daten: OK
- Upstream-Repository: https://opennlp.apache.org/
- Info: Release/tag comparison is only available for GitHub repositories.
## Projektgeschichte und Nutzung

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.

### Projektgeschichte

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.

### Adoptionsgeschichte

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.

### Wie es verwendet wird

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.

### Warum Paket-Nerds sich dafür interessieren

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.

### Zeitleiste

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

### Quellen

- <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>


## Sicherheitshinweise

narrow executable package without higher-risk signals.

- **Geiger-Risiko:** grün / niedrig
- narrow executable package without higher-risk signals

## Details aus der Quelldatenbank

- **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

## Andere Paketmanager-Einträge

- 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/


## Verwandte Links

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


## Quellen

- 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
