GroupDocs.Classification
21.1.0
Install-Package GroupDocs.Classification -Version 21.1.0
dotnet add package GroupDocs.Classification --version 21.1.0
<PackageReference Include="GroupDocs.Classification" Version="21.1.0" />
paket add GroupDocs.Classification --version 21.1.0
#r "nuget: GroupDocs.Classification, 21.1.0"
// Install GroupDocs.Classification as a Cake Addin
#addin nuget:?package=GroupDocs.Classification&version=21.1.0
// Install GroupDocs.Classification as a Cake Tool
#tool nuget:?package=GroupDocs.Classification&version=21.1.0
.NET API for Data Classification
Product Page | Docs | Demo | API Reference | Examples | Blog | Search | Free Support | Temporary License
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 documents from the stream.
Supported File Formats
Microsoft Word: DOC, DOCM, DOCX, DOT, DOTM, DOTX
OpenDocument: ODT, OTT
Text: RTF, TXT
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 its 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
Get Started
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.
Simple IAB-2
Text Classification using C# Code
var response = classifier.Classify("Medicine is an important part of our lifes");
Console.WriteLine(response.BestClassName, response.BestClassProbability);
Product Page | Docs | Demo | API Reference | Examples | Blog | Search | 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 |
---|---|
Conholdate.Total
Conholdate.Total for .NET is a complete package to work with a large number of file formats from Microsoft Word, Excel, PowerPoint, Outlook, Project, Visio, Adobe Acrobat, Illustrator, Photoshop, AutoCAD, OpenOffice and many more. Conholdate.Total for .NET allows you to use any API released under Aspose and GroupDocs for .NET in order to create, convert, read, edit, update and print popular document formats. Moreover, you may view, annotate, watermark, assemble, classify, search, redact, parse, merge and compare documents without needing to install the native applications. It helps you in file format manipulation and document automation via simple API. Conholdate.Total for .NET also includes specialized APIs to read and create barcodes, extract text from images using OCR as well as extract human marked data from questioners, surveys, quizzes, MCQ papers and feedback forms. |
GitHub repositories
This package is not used by any popular GitHub repositories.