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

Download   Support Forum 

File Details

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

File Details

GroupDocs.Classification for .NET 20.10 (MSI) offers dynamic sentiment analysis functionality for your C# applications. This release expands language support and offers a new three-class sentiment taxonomy to empower you to accurately gauge text sentiment with ease.

Multilingual Sentiment Analysis

With the latest .NET document classification API, we have expanded sentiment analysis support to multiple languages. You can now analyze text sentiment in English, Chinese, Spanish, and German.

New Sentiment Taxonomy

Version 20.10 of GroupDocs.Classification for .NET brings a new sentiment classification taxonomy, allowing 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