CherubNLP 0.5.0
dotnet add package CherubNLP --version 0.5.0
NuGet\Install-Package CherubNLP -Version 0.5.0
<PackageReference Include="CherubNLP" Version="0.5.0" />
paket add CherubNLP --version 0.5.0
#r "nuget: CherubNLP, 0.5.0"
// 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 |
-
.NETStandard 2.0
- Bigtree.Algorithm (>= 0.4.0)
- FastText.NetWrapper (>= 1.3.0)
- Newtonsoft.Json (>= 13.0.2)
- TensorFlow.Keras (>= 0.10.2)
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.
|
Add more stemming regex.
Add Cosine Similarity algorithm.
Upgrade FastText wrapper to v1.2.3.