Easily classify documents and text using various taxonomies with our .NET API.
Perform sentiment analysis and categorize content across multiple file formats and languages.
Integrate advanced classification capabilities into your .NET applications with just a few lines of code.
This solution helps you classify documents and text using various taxonomies, perform sentiment analysis, and integrate advanced classification capabilities into your .NET applications.
Classify using IAB-2, Document, and Sentiment taxonomies.
Process various document formats including DOC, DOCX, PDF, and more.
Perform sentiment classification for English and Chinese text.
Integrate classification capabilities with just a few lines of code.
GroupDocs.Classification code examples
// Create an instance of the Classifier
var classifier = new GroupDocs.Classification.Classifier();
// Classify the document
var response = classifier.Classify("document.pdf", ".", 3, Taxonomy.Iab2);
// Print the best class and its probability
Console.WriteLine($"Best class: {response.BestClassName}, Probability: {response.BestClassProbability}");
GroupDocs.Classification works with various popular document formats
Dive into our detailed metrics for a comprehensive view of our performance and growth.
We support over 10 of the most widely used document formats.
Classify content using IAB-2, Document, and Sentiment taxonomies.
Perform sentiment classification in English and Chinese.
Compatible with .NET Framework 4.7 or higher and .NET Core 2.0 or later.
GroupDocs.Classification for .NET is compatible with the following operating systems and frameworks:
Explore documentation, code samples, and community support to enhance your experience.
Answers to common questions about GroupDocs.Classification.