Create an instance of SentimentClassifier class. It is multilingual and supports English, Chinese, Spanish, and German.
Creates SentimentClassifier instance
var sentimentClassifier = new SentimentClassifier(); and call PositiveProbability method
Classifies sentiment by Text
var positiveProbability = sentimentClassifier.PositiveProbability("This is a new must-have thing."); Console.WriteLine($"The probability of a positive sentiment is { positiveProbability }"); or call Classify method
Classifies sentiment by Text
var response = sentimentClassifier.Classify("This is a new must-have thing."); Console.WriteLine($"The best class name:{response....Annotation Product Solution GroupDocs...method Classifies sentiment by text var positiveProbability = sentimentClassifier...
This topic explains how to verify QR Code electronic signatures with GroupDocs.Signature for Python via .NET API....Annotation Product Solution GroupDocs...QrCodeVerifyOptions () options . text = "https://www.example.com"...
An interface is used to receive the information about errors, warnings and events which occur while data extraction....Annotation Product Solution GroupDocs...ParserSettings ( logger ))) { // Check if text extraction is supported if (...
To extract table of contents from EPUB e-books GetToc method is used....Annotation Product Solution GroupDocs...page index to extract a page text from the document. The following...
Quickly get started with GroupDocs.Watermark for Python via .NET by creating and running a simple example....Annotation Product Solution GroupDocs...steps demonstrate how to add a text watermark to a document using...
Learn how to add watermark in Outlook email messages....Annotation Product Solution GroupDocs...the plain text body content . Body = "Test plain text body" ; //...
We are glad to announce another monthly release of GroupDocs.Editor for Java 18.9. This release comes up with multitude of new features. Now, you can manipulate documents by applying Metered License. Moreover, improvements like security update and few fixes are also introduced in this release. We’d recommend you to download latest version of the API and share your feedback.
Features Following features for Cell documents are introduced:
Conversion to HTML format...Additional parameters when processing text-based spreadsheet Adjust memory...processing for bidirectional text List processing in round-trip...
This documentation section explains the management and manipulation of form fields within documents using GroupDocs.Editor for Python via .NET....Annotation Product Solution GroupDocs...programmatically, including text fields, checkboxes, dropdowns...
This article gives the knowledge about numeric range search which allows you to search in documents any integer numbers in the range from 0 to 9223372036854775807 (Int64.MaxValue) using Java search API....Annotation Product Solution GroupDocs...note that the number in the text must not be separated by spaces...