GroupDocs.Classification
20.5.0
See the version list below for details.
dotnet add package GroupDocs.Classification --version 20.5.0
NuGet\Install-Package GroupDocs.Classification -Version 20.5.0
<PackageReference Include="GroupDocs.Classification" Version="20.5.0" />
paket add GroupDocs.Classification --version 20.5.0
#r "nuget: GroupDocs.Classification, 20.5.0"
// Install GroupDocs.Classification as a Cake Addin #addin nuget:?package=GroupDocs.Classification&version=20.5.0 // Install GroupDocs.Classification as a Cake Tool #tool nuget:?package=GroupDocs.Classification&version=20.5.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, Documents and Sentiment taxonomies.
Classification Processing Features
- Support for IAB-2, Documents and Sentiment taxonomies.
- Select the number of results to return.
- Select precision/recall balance for Documents taxonomy.
- Classify document from stream.
New Features in Version 20.5
- Chinese language support was added to the Sentiment Classification (Analysis).
- Supported languages for the Sentiment Classification can be selected in the classifier constructor. If all the languages are selected, then both English and Chinese will be used and the proper language will be automatically detected.
For the detailed list, please visit GroupDocs.Classification for .NET 20.5 Release Notes.
Classification File Formats
Document: DOC, DOCM, DOCX, DOT, DOTM, DOTX, RTF, TXT, ODT, OTT Fixed Layout: PDF
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 | Documentation | API Reference | Code Samples | Blog | Free Support | Temporary License
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.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
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.