Skip to main content
Stanford.NLP.CoreNLP package icon

Stanford.NLP.CoreNLP

Stanford CoreNLP provides a set of natural language analysis tools which can take raw English language text input and give the base forms of words, their parts of speech, whether they are names of companies, people, etc., normalize dates, times, and numeric quantities, and mark up the structure of sentences in terms of phrases and word dependencies, and indicate which noun phrases refer to the same entities. Stanford CoreNLP is an integrated framework, which make it very easy to apply a bunch of language analysis tools to a piece of text. Starting from plain text, you can run all the tools on it with just two lines of code. Its analyses provide the foundational building blocks for higher-level and domain-specific text understanding applications.

Total Downloads
550.7K
550,690
Published
Apr 18, 2022
Latest stable version

Install

.NET CLI
dotnet add package Stanford.NLP.CoreNLP --version 4.4.0
Package Manager Console
Install-Package Stanford.NLP.CoreNLP -Version 4.4.0
PackageReference
<PackageReference Include="Stanford.NLP.CoreNLP" Version="4.4.0" />

Frameworks

No framework metadata available.

Dependencies

IKVM
Any
[8.1.5717, 8.1.5717]

Adoption guide

Assess this package against its supported frameworks, license, maintenance signals and dependency graph before making it a project standard.

No SPDX license expression is published. Review the license text and your organisation's policy before redistribution.

No target framework metadata is available. Confirm compatibility in a representative project before standardising on this package.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.