Automic VaultAutomic Vault

brew

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

Commandes d'installation supplémentaires

macOS

Homebrewvérifié · 100%
brew install apache-opennlp

local Homebrew formula metadata

Linux

Debian aptvérifié · 92%
sudo apt install libapache-opennlp-java

Debian stable package indexes · libapache-opennlp-java · Source: deb.debian.org

openSUSE zyppervérifié · 92%
sudo zypper install opennlp

openSUSE Tumbleweed package metadata · opennlp · Source: download.opensuse.org

aperçu

Résumé du paquet

Machine learning toolkit for processing natural language text

historique

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.

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 1 plateformes.
  • S’installe avec 1 dépendances d’exécution.

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
opennlpcliexé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-08
version du gestionnaire2.5.10
gestionnaire mis à jour2026-06-25
données localesOK
amontnot checked
dernière version détectéenon détecté

https://opennlp.apache.org/

métadonnées d'installation

Métadonnées du paquet

Clé du paquetbrew:apache-opennlp
Version2.5.10
Gestionnaire de paquetsHomebrew
Page du gestionnaire de paquetshttps://formulae.brew.sh/formula/apache-opennlp
Page d'accueilhttps://opennlp.apache.org/
Dépôthttps://github.com/apache/opennlp
Docs amonthttps://opennlp.apache.org/docs
LicenceApache-2.0
Archive sourcehttps://www.apache.org/dyn/closer.lua?path=opennlp/opennlp-2.5.10/apache-opennlp-2.5.10-bin.tar.gz
Dernière mise à jour2026-06-25T07:59:23Z
Pulseupdated
Dépendancesopenjdk
Bouteilledisponible (sur all)
post-install Homebrewnon défini
Serviceaucun déclaré

faits du registre

Détails de la base source

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nameapache-opennlp
Version Scheme0
Revision0
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%

libapache-opennlp-java 2.5.3-1

machine learning based toolkit for the processing of natural language text

https://opennlp.apache.org

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

opennlp 2.5.3-1

wrapper for Apache OpenNLP natural language text processing toolkit

https://opennlp.apache.org

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

libapache-opennlp-java 2.3.2-1

machine learning based toolkit for the processing of natural language text

https://opennlp.apache.org

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

opennlp 2.3.2-1

wrapper for Apache OpenNLP natural language text processing toolkit

https://opennlp.apache.org

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

opennlp 1.5.3-4.9

A machine learning based toolkit for the processing of natural language text

https://opennlp.apache.org/

sudo zypper install opennlp
  • License: Apache-2.0
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: opennlp
  • 3 Dépendances
  • 2 fournit
  • installed executable or alias match
  • Correspondance par : Opennlp
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: opennlp from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper92%

opennlp-maxent 1.5.3-4.9

Apache OpenNLP Maxent

https://opennlp.apache.org/

sudo zypper install opennlp-maxent
  • License: Apache-2.0
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: opennlp
  • 2 Dépendances
  • 3 fournit
  • installed executable or alias match
  • Correspondance par : Opennlp
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: opennlp-maxent from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper92%

opennlp-tools 1.5.3-4.9

Apache OpenNLP Tools

https://opennlp.apache.org/

sudo zypper install opennlp-tools
  • License: Apache-2.0
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: opennlp
  • 3 Dépendances
  • 3 fournit
  • installed executable or alias match
  • Correspondance par : Opennlp
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: opennlp-tools from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper92%

opennlp-uima 1.5.3-4.9

Apache OpenNLP UIMA Annotators

https://opennlp.apache.org/

sudo zypper install opennlp-uima
  • License: Apache-2.0
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: opennlp
  • 3 Dépendances
  • 2 fournit
  • installed executable or alias match
  • Correspondance par : Opennlp
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: opennlp-uima from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst

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