macOS
brew install stanford-corenlplocal Homebrew formula metadata
sudo port install stanford-corenlpMacPorts ports tree · textproc/stanford-corenlp/Portfile · source: api.github.com
brew
Java suite of core NLP tools. Version 4.4.0 via Homebrew; verified 2026-06-22.
install
brew install stanford-corenlplocal Homebrew formula metadata
sudo port install stanford-corenlpMacPorts ports tree · textproc/stanford-corenlp/Portfile · source: api.github.com
overview
Java suite of core NLP tools
history
Stanford CoreNLP is Stanford NLP Group's Java suite for core natural-language-processing annotations such as tokenization, sentence splitting, part-of-speech tagging, named entities, parsing, coreference, sentiment, and relations.
The official release history says the earliest open-source software now comprising CoreNLP was the Stanford Parser, released on 5 December 2002, and that the first unified public package tying together the Stanford NLP tools was released on 1 November 2010. The project is maintained by the Stanford NLP Group and distributed with Java APIs, command-line usage, a server, model jars, Maven artifacts, and a GitHub repository.
CoreNLP became a common packaged NLP workhorse because it exposed research-grade annotators through stable Java artifacts and command-line/server entry points. Its documentation explicitly notes that many users call it from JavaScript, Python, and other languages, and it maintains a page of wrappers and clients in many language ecosystems.
A typical command-line run downloads the distribution and model jars, puts them on the Java classpath, and runs `java edu.stanford.nlp.pipeline.StanfordCoreNLP -file input.txt`. The same package can also be used through Java APIs, a simple API, third-party clients, or the CoreNLP server.
Package maintainers care about CoreNLP because it packages large model artifacts, Java classpath behavior, and multi-language wrapper expectations into a CLI-friendly distribution. It is the kind of tool where a working package saves users from jar management, model placement, and wrapper-version drift.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
corenlp.sh | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://stanfordnlp.github.io/CoreNLP/
install metadata
| Package key | brew:stanford-corenlp |
|---|---|
| Version | 4.4.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/stanford-corenlp |
| Homepage | https://stanfordnlp.github.io/CoreNLP/ |
| Repository | https://github.com/stanfordnlp/CoreNLP |
| Upstream docs | https://stanfordnlp.github.io/CoreNLP |
| License | GPL-2.0-or-later |
| Source archive | https://nlp.stanford.edu/software/stanford-corenlp-4.4.0.zip |
| Last updated | 2026-06-22T14:06:22-07:00 |
| Pulse | updated |
| Dependencies | openjdk |
| Bottle | available (on all) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | stanford-corenlp |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
stanford-corenlp
sudo port install stanford-corenlpsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.