Info
Version: | 1.0.0 |
Author(s): | Robert Christen |
Last Update: | Sunday, May 3, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/robertchristen/XTextCategorizer.Demo |
NuGet Url: | https://www.nuget.org/packages/XTextCategorizer |
Install
Install-Package XTextCategorizer
dotnet add package XTextCategorizer
paket add XTextCategorizer
XTextCategorizer Download (Unzip the "nupkg" after downloading)
Dependencies
- LinqStatistics(>= 2.3.0)
- MathNet.Numerics(>= 4.9.1)
- System.Text.Json(>= 4.7.1)
- murmurhash(>= 1.0.3)
Tags
Usage:
1) Creates a new instance of TextCategorizer
2) Calls Train(samples) to train the text categorizer
3) Calls Predict(samples) to make prediction
You can also save/load the model
Accuracy is as high as 80% on the movie dataset.