CherubNLP 0.5.0

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

// Install CherubNLP as a Cake Tool
#tool nuget:?package=CherubNLP&version=0.5.0

.NET text analysis tool.
Tokenize, Stemming  and Lemmatization.

Product Versions
.NET net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
.NET Core netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1
.NET Standard netstandard2.0 netstandard2.1
.NET Framework net461 net462 net463 net47 net471 net472 net48 net481
MonoAndroid monoandroid
MonoMac monomac
MonoTouch monotouch
Tizen tizen40 tizen60
Xamarin.iOS xamarinios
Xamarin.Mac xamarinmac
Xamarin.TVOS xamarintvos
Xamarin.WatchOS xamarinwatchos
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

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.
Version Downloads Last updated
0.5.0 358 2/6/2023
0.4.1 5,450 4/3/2021
0.4.0 2,990 11/30/2020
0.3.0 5,180 4/11/2020
0.2.4 626 1/28/2020
0.2.3 484 9/19/2019
0.2.2 415 9/19/2019
0.2.1 489 9/6/2019
0.2.0 2,480 2/28/2019
0.1.1 323,340 10/29/2018
0.1.0 612 10/26/2018

Add more stemming regex.
Add Cosine Similarity algorithm.
Upgrade FastText wrapper to v1.2.3.