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.


Keywords
CRS, CoreNLP, IKVM, NER, POS, nlp, stanford, dotnet, fsharp, recompiled-packages, stanford-nlp
License
MIT
Install
Install-Package Stanford.NLP.CoreNLP -Version 4.5.0

Documentation

Build Status

Stanford.NLP for .NET

Stanford.NLP for .NET is a port of Stanford NLP distributions to .NET.

This project contains build scripts that recompile Stanford NLP .jar packages to .NET assemblies using IKVM.NET, tests that help to be sure that recompiled packages are workable and Stanford.NLP for .NET documentation site that hosts samples for all packages. All recompiled packages are available on NuGet.

Master package

  • NuGet Badge - Stanford.NLP.CoreNLP

Other packages

  • NuGet Badge - Stanford.NLP.NER
  • NuGet Badge - Stanford.NLP.Parser
  • NuGet Badge - Stanford.NLP.POSTagger
  • NuGet Badge - Stanford.NLP.Segmenter

Versioning

Versioning model used for NuGet packages is aligned to versioning used by Stanford NLP Group. For example, if you get Stanford CoreNLP distribution from Stanford NLP site with version 3.3.1, then the NuGet version of this package has a version 3.3.1.x, where x is the greatest that is available on NuGet. Last number is used for internal versioning of .NET assemblies.

Licensing of the code/content of this repo

The source code of this repo(build scripts, integration tests, docs and samples) under the MIT license.

Licensing of NuGet packages

All these software distributions are open source, licensed under the GNU General Public License (v2 or later). Note that this is the full GPL, which allows many free uses, but does not allow its incorporation into any type of distributed proprietary software, even in part or in translation. Commercial licensing is also available; please contact The Stanford Natural Language Processing Group if you are interested.