GroupDocs.Classification
20.6.0
See the version list below for details.
Install-Package GroupDocs.Classification -Version 20.6.0
dotnet add package GroupDocs.Classification --version 20.6.0
<PackageReference Include="GroupDocs.Classification" Version="20.6.0" />
paket add GroupDocs.Classification --version 20.6.0
#r "nuget: GroupDocs.Classification, 20.6.0"
// Install GroupDocs.Classification as a Cake Addin
#addin nuget:?package=GroupDocs.Classification&version=20.6.0
// Install GroupDocs.Classification as a Cake Tool
#tool nuget:?package=GroupDocs.Classification&version=20.6.0
.NET API for Data Classification
A .NET component that enables your applications to analyze text and files as well as classify them based on IAB-2 and Documents taxonomies.
Classification Processing Features
- Support for IAB-2 and Documents taxonomies.
- Select the number of results to return.
- Select precision/recall balance for Documents taxonomy.
- Classify document from stream.
New Features & Enhancements in Version 20.6
- Sentiment Classification (Analysis) performance is doubled.
- Sentiment Classification (Analysis) probability model has been reworked and have became more accurate.
SentimentClassifier.PositiveProbability
can be used for a fine-grained sentiment analysis now.
For the detailed list, please visit GroupDocs.Classification for .NET 20.6 Release Notes.
Other File Formats
OpenOffice: ODT, OTT Fixed Layout: PDF Other: TXT
Supported Platforms
The machine that GroupDocs.Classification for .NET runs on doesn't need to have Adobe Acrobat, Microsoft Office or OpenOffice installed: GroupDocs.Classification for .NET has their own document processing engine. Microsoft Windows: Microsoft Windows Desktop (x64) (XP & up), Microsoft Windows Server (x64) (2000 & up), Windows Azure Mac OS: Mac OS X x64 (10.12+) Linux: Linux x64 ( 6, 7 ,27, 9, 8.7+, 18.04, 16.04, 14.04, 18, 17, 42.3+, 12 SP2+) Memory Requirements: 3GB RAM Development Environments: Microsoft Visual Studio (2013, 2015, 2017, 2019) Supported Frameworks: .NET Framework 4.7 or later, .NET Core 2.0 or later
Getting Started with GroupDocs.Classification for .NET
Are you ready to give GroupDocs.Classification for .NET a try? Simply execute Install-Package GroupDocs.Classification
from Package Manager Console in Visual Studio to fetch & reference GroupDocs.Classification assembly in your project. If you already have GroupDocs.Classification for .Net and want to upgrade it, please execute Update-Package GroupDocs.Classification
to get the latest version.
Please check the GitHub Repository for other common usage scenarios.
Classify PDF document by path with IAB-2 taxonomy via C# Code
var response = classifier.Classify("document.pdf", ".", 3, Taxonomy.Iab2);
Console.WriteLine(response.BestClassName, response.BestClassProbability);
Product Page | Docs | Demo | API Reference | Examples | Blog | Free Support | Temporary License
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.0
- Aspose.PDF (>= 19.9.0)
- Aspose.Words (>= 19.9.0)
- System.Drawing.Common (>= 4.6.0)
- System.Numerics.Vectors (>= 4.5.0)
- System.Reflection.Emit (>= 4.3.0)
- System.Reflection.Emit.ILGeneration (>= 4.3.0)
- System.Text.Encoding.CodePages (>= 4.6.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on GroupDocs.Classification:
Package | Downloads |
---|---|
GroupDocs.Total
GroupDocs.Total for .NET is a compilation of every .NET API offered by GroupDocs. We compile it on a regular basis to ensure that it contains the most up to date versions of each of our .NET document manipulation APIs. With GroupDocs.Total for .NET developers can use all our APIs with a single license. However, you can order any individual API as well. The APIs we offer include: * GroupDocs.Annotation for .NET - 22.5 * GroupDocs.Assembly for .NET - 22.2 * GroupDocs.Classification for .NET - 21.6 * GroupDocs.Comparison for .NET - 22.1 * GroupDocs.Conversion for .NET - 22.6 * GroupDocs.Editor for .NET - 21.10 * GroupDocs.Merger for .NET - 22.5 * GroupDocs.Metadata for .NET - 21.8 * GroupDocs.Parser for .NET - 22.6 * GroupDocs.Redaction for .NET - 21.9 * GroupDocs.Search for .NET - 21.8.1 * GroupDocs.Signature for .NET - 22.4 * GroupDocs.Viewer for .NET - 22.5 * GroupDocs.Watermark for .NET - 21.3 GroupDocs.Total for .NET Documentation https://docs.groupdocs.com/total/net Free support for GroupDocs.Total for .NET is provided on our support forum: https://forum.groupdocs.com |
GitHub repositories
This package is not used by any popular GitHub repositories.