OpenNLP.NET
1.9.1
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.
Install-Package OpenNLP.NET -Version 1.9.1
dotnet add package OpenNLP.NET --version 1.9.1
<PackageReference Include="OpenNLP.NET" Version="1.9.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add OpenNLP.NET --version 1.9.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: OpenNLP.NET, 1.9.1"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Release Notes
New version of OpenNLP 1.9.1
Dependencies
-
- IKVM (= 8.1.5717)
Used By
NuGet packages (1)
Showing the top 1 NuGet packages that depend on OpenNLP.NET:
Package | Downloads |
---|---|
Lucene.Net.Analysis.OpenNLP
Analyzer for indexing phonetic signatures (for sounds-alike search) for the Lucene.Net full-text search engine library from The Apache Software Foundation.
|
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on OpenNLP.NET:
Repository | Stars |
---|---|
apache/lucenenet
Apache Lucene.NET
|