Stanford.NLP.CoreNLP
4.5.0
This package has been marked deprecated in favour of the official maven Stanford CoreNLP package. Read more here https://github.com/sergey-tihon/Stanford.NLP.NET.
dotnet add package Stanford.NLP.CoreNLP --version 4.5.0
NuGet\Install-Package Stanford.NLP.CoreNLP -Version 4.5.0
<PackageReference Include="Stanford.NLP.CoreNLP" Version="4.5.0" />
paket add Stanford.NLP.CoreNLP --version 4.5.0
#r "nuget: Stanford.NLP.CoreNLP, 4.5.0"
// Install Stanford.NLP.CoreNLP as a Cake Addin #addin nuget:?package=Stanford.NLP.CoreNLP&version=4.5.0 // Install Stanford.NLP.CoreNLP as a Cake Tool #tool nuget:?package=Stanford.NLP.CoreNLP&version=4.5.0
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.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp3.1 is compatible. |
.NET Framework | net461 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- IKVM (= 8.2.1)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on Stanford.NLP.CoreNLP:
Package | Downloads |
---|---|
NLP.Net
natural language processing for .net |
|
SimpleNetNlp
Simple C# wrapper for Stanford CoreNLP (see README for details). |
|
TwitterNLP
TwitterNLP provides a fast and robust Java-based tokenizer and part-of-speech tagger for tweets, its training data of manually labeled POS annotated tweets, a web-based annotation tool, and hierarchical word clusters from unlabeled tweets. |
|
TokensRegexProvider
F# Type Provider for Stanford NLP TokensRegex - http://nlp.stanford.edu/software/tokensregex.html |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
4.5.0 | 32,602 | 8/25/2022 | |
4.4.0 | 1,931 | 4/18/2022 | |
4.3.2 | 14,564 | 11/23/2021 | |
4.2.0.1 | 2,896 | 3/9/2021 | |
4.2.0 | 1,460 | 2/27/2021 | |
3.9.2 | 13,229 | 5/1/2019 | |
3.9.1 | 25,053 | 3/3/2018 | |
3.8.0 | 271,967 | 9/9/2017 | |
3.7.0.1 | 6,479 | 4/9/2017 | |
3.7.0 | 15,121 | 1/13/2017 | |
3.7.0-beta | 2,086 | 11/1/2016 | |
3.6.0 | 56,357 | 12/28/2015 | |
3.5.2.1 | 4,060 | 10/5/2015 | |
3.5.2 | 14,257 | 5/22/2015 | |
3.5.1 | 3,293 | 2/14/2015 | |
3.5.0 | 3,154 | 12/3/2014 | |
3.4.0 | 4,461 | 6/21/2014 | |
3.3.1.1 | 2,602 | 5/2/2014 | |
3.3.1 | 2,710 | 1/9/2014 | |
3.3.0 | 2,278 | 11/27/2013 | |
3.2.0.1 | 2,455 | 10/25/2013 | |
3.2.0-beta | 1,888 | 10/9/2013 |
New version of Stanford CoreNLP (4.5.0)
Binaries for `netcoreapp3.1`