CherubNLP 0.3.0
.NET text analysis tool.
Tokenize, Stemming and Lemmatization.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
Install-Package CherubNLP -Version 0.3.0
dotnet add package CherubNLP --version 0.3.0
<PackageReference Include="CherubNLP" Version="0.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CherubNLP --version 0.3.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: CherubNLP, 0.3.0"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Release Notes
Add more stemming regex.
Add Cosine Similarity algorithm.
Dependencies
-
.NETStandard 2.0
- Bigtree.Algorithm (>= 0.3.0)
- FastText.NetWrapper (>= 1.0.37)
- Newtonsoft.Json (>= 12.0.3)
- NumSharp.Lite (>= 0.1.7)
- TensorFlow.NET (>= 0.15.1)
Used By
NuGet packages (1)
Showing the top 1 NuGet packages that depend on CherubNLP:
Package | Downloads |
---|---|
BotSharp.Core
Open source AI Bot platform builder which is written in C# runs on .Net Core and is enterprise oriented. Integrated with multiple bot engines besides BotSharp bot engine. Modulized pipeline design make NLP tasks plugin easily. Abstract platform and NLP task, migrate existed chatbot from a platform into another platform perfectly through dump and restore.
If you feel that this project is helpful to you, please Star on the project, we will be very grateful.
|
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on CherubNLP:
Repository | Stars |
---|---|
SciSharp/BotSharp
The Open Source AI Chatbot Platform Builder in 100% C# Running in .NET Core with Machine Learning algorithm.
|