OpenNLP.NET
1.6.0-rc2
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.
See the version list below for details.
Install-Package OpenNLP.NET -Version 1.6.0-rc2
dotnet add package OpenNLP.NET --version 1.6.0-rc2
<PackageReference Include="OpenNLP.NET" Version="1.6.0-rc2" />
paket add OpenNLP.NET --version 1.6.0-rc2
#r "nuget: OpenNLP.NET, 1.6.0-rc2"
Release Notes
New verison of OpenNLP 1.6-rc2
Repository migrated to paket
New IKVM for Java 8 -rc1
Dependencies
-
- IKVM (= 8.0.5449.1)
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
|