Info
Version: | 4.5.0 |
Author(s): | The Stanford Natural Language Processing Group |
Last Update: | Thursday, August 25, 2022 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://sergey-tihon.github.io/Stanford.NLP.NET/ |
NuGet Url: | https://www.nuget.org/packages/Stanford.NLP.CoreNLP |
Install
Install-Package Stanford.NLP.CoreNLP
dotnet add package Stanford.NLP.CoreNLP
paket add Stanford.NLP.CoreNLP
Stanford.NLP.CoreNLP Download (Unzip the "nupkg" after downloading)
Dependencies
- IKVM(>= 8.1.5717 && <= 8.1.5717)
Tags
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.