Browse our Products Toggle navigation
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.
If you experience errors, when you try to download a file, make sure your network policies (enforced by your company or ISP) allow downloading ZIP and/or MSI files.
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.
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.
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#.
Taxonomy.Sentiment3
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.