Info
Version: | 0.1.3 |
Author(s): | koudenpa |
Last Update: | Thursday, August 29, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/7474/JapaniseTextClassifier/tree/master/JapaniseTextClassifier |
NuGet Url: | https://www.nuget.org/packages/JapaniseTextClassifier |
Install
Install-Package JapaniseTextClassifier
dotnet add package JapaniseTextClassifier
paket add JapaniseTextClassifier
JapaniseTextClassifier Download (Unzip the "nupkg" after downloading)
Dependencies
- CognitiveServices.Translator.Client(>= 1.0.0)
- Google.Cloud.Language.V1(>= 1.3.0)
- Google.Cloud.Translation.V2(>= 1.1.0)
- Microsoft.Azure.CognitiveServices.ContentModerator(>= 2.0.0)
- Microsoft.Extensions.DependencyInjection(>= 2.2.0)
- Microsoft.Extensions.Logging(>= 2.2.0)
- Newtonsoft.Json(>= 12.0.2)
As of August 2019, each cloud vendor's (Azure, GCP, etc) text classification SaaS is only available in English.
Therefore, JapaniseTextClassifier translates Japanese into English before classification.
You can specify which cloud vendor's SaaS is used for translation and classification.