OpenNLP.NET 1.6.0-rc2

This is a prerelease version of OpenNLP.NET.
dotnet add package OpenNLP.NET --version 1.6.0-rc2
NuGet\Install-Package OpenNLP.NET -Version 1.6.0-rc2
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.NET" Version="1.6.0-rc2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add OpenNLP.NET --version 1.6.0-rc2
#r "nuget: OpenNLP.NET, 1.6.0-rc2"
#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.NET as a Cake Addin
#addin nuget:?package=OpenNLP.NET&version=1.6.0-rc2&prerelease

// Install OpenNLP.NET as a Cake Tool
#tool nuget:?package=OpenNLP.NET&version=1.6.0-rc2&prerelease

The Apache OpenNLP library is a machine learning based toolkit for the processing of natural language text. It supports the most common NLP tasks, such as tokenization, sentence segmentation, part-of-speech tagging, named entity extraction, chunking, parsing, and coreference resolution. These tasks are usually required to build more advanced text processing services. OpenNLP also included maximum entropy and perceptron based machine learning.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
    • IKVM (= 8.0.5449.1)

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.6.0-rc2 96 2/13/2015
1.5.3 454 7/13/2014

New verison of OpenNLP 1.6-rc2
Repository migrated to paket
New IKVM for Java 8 -rc1