Browse our Products

If so you can download any of the below versions for testing. The product will function as normal except for an evaluation limitation. At the time of purchase we provide a license file via email that will allow the product to work in its full capacity. If you would also like an evaluation license to test without any restrictions for 30 days, please follow the directions provided here.

 

GroupDocs.Classification for .NET 20.10 (DLLs only)

Download   Support Forum 

File Details

  • Downloads:
  • 0
  • File Size:
  • 256.6 MB
  • Date Added:
  • 10/5/2020

Release Notes

Description

This ZIP file contains only the GroupDocs.Classification for .NET 20.10 assemblies. The assemblies are the same as in the MSI installer of the product of the same version. Download this if you want to use GroupDocs.Classification for .NET without the MSI installer.

File Details

.NET developers, rejoice! GroupDocs.Classification for .NET 20.10 (DLLs-only) is here, and it equips developers with multilingual sentiment analysis features for your platform-independent C# and VB.NET applications. The latest release broadens language support and provides a new three-class sentiment taxonomy for your .NET projects.

Extended Sentiment Analysis

This release of the .NET document classification API extends sentiment analysis capability to multiple languages. Users can now easily analyze text sentiment in English, Chinese, Spanish, and German languages on Windows, Linux, and macOS.

Three-class Sentiment Taxonomy

GroupDocs.Classification for .NET 20.10 boasts a new sentiment classification taxonomy, for you to categorize sentiment as positive, negative, or neutral. Check out the following code example, which highlights how to use Taxonomy.Sentiment3 in C#.


var classifier = new Classifier();
var response = classifier.Classify("This is a new must have thing.", taxonomy: Taxonomy.Sentiment3);
Console.WriteLine(response.BestClassName);

response = classifier.Classify("Esto es algo nuevo que debe tener.", taxonomy: Taxonomy.Sentiment3);
Console.WriteLine(response.BestClassName);

Source*

You can view the list of all new features, enhancements, and bug fixes introduced in this release by visiting GroupDocs.Classification for .NET 20.10 Release Notes.

 English