OpenNLP 1.2.8

There is a newer version of this package available.
See the version list below for details.
dotnet add package OpenNLP --version 1.2.8
NuGet\Install-Package OpenNLP -Version 1.2.8
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="OpenNLP" Version="1.2.8" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add OpenNLP --version 1.2.8
#r "nuget: OpenNLP, 1.2.8"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install OpenNLP as a Cake Addin
#addin nuget:?package=OpenNLP&version=1.2.8

// Install OpenNLP as a Cake Tool
#tool nuget:?package=OpenNLP&version=1.2.8

C# port of the Java OpenNLP tools retrieved from https://sharpnlp.codeplex.com/ (it's not mine!)

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on OpenNLP:

Package Downloads
KTC-NLPLibrary

Converts words to title case.

InvalidEmailDetector

A machine learning approach to detect invalid emails (without actually sending the email)

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on OpenNLP:

Repository Stars
AlexPoint/OpenNlp
Open source NLP tools (sentence splitter, tokenizer, chunker, coref, NER, parse trees, etc.) in C#
Version Downloads Last updated
1.3.5 54,524 8/31/2019
1.3.4 28,532 1/3/2017
1.3.3 2,213 7/27/2016
1.3.2 1,305 7/25/2016
1.3.1 2,401 1/3/2016
1.3.0 4,638 4/16/2015
1.2.14 2,941 3/16/2015
1.2.13 1,412 3/5/2015
1.2.12 1,630 2/11/2015
1.2.11 1,493 2/10/2015
1.2.10 1,384 2/6/2015
1.2.9 1,417 2/4/2015
1.2.8 1,395 1/22/2015
1.2.7 1,408 1/13/2015
1.2.6 1,378 1/13/2015
1.2.5 1,371 1/13/2015
1.2.4 1,363 1/12/2015
1.2.3 1,392 1/9/2015
1.2.2 1,369 1/9/2015
1.2.1 1,360 1/9/2015
1.2.0 1,401 1/8/2015
1.1.1 1,730 6/24/2014
1.1.0 1,498 6/23/2014
1.0.3 1,426 6/19/2014
1.0.2 1,430 6/17/2014
1.0.1 1,411 6/10/2014
1.0.0 1,915 6/9/2014

Made dependency parsing 0-based (instead of 1-based)