Sort Score
Result 10 results
Languages All
Labels All
Results 231 - 240 of 1,338 for

classified

(0.14 sec)
  1. Classify Text using CSharp

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....discussed how we can [analyze and classify complete documents programmatically][1].... It is often required to classify just some part of the document...

    blog.groupdocs.com/tag/classify-text-using-csharp/
  2. Classify Raw Text | Documentation

    Simple IAB-2 text classification Call Classify method with a text as the first parameter to perform classification. Default taxonomy (IAB-2) and bestClassesCount (1) will be used. var response = classifier.Classify("Medicine is an important part of our lifes"); Console.WriteLine(response.BestClassName, response.BestClassProbability); Raw text classification with Documents taxonomy and 2 best classes to return Taxonomy, bestClassesCount and precisionRecallBalance could also be specified: var response = classifier.Classify("Medicine is an important part of our lifes", 2, Taxonomy....Guide / Basic Usage / Classify Raw Text Classify Raw Text Leave feedback...used. var response = classifier . Classify ( "Medicine is an important...

    docs.groupdocs.com/classification/net/classify-...
  3. Classify Documents using CSharp

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....learn how to programmatically classify documents according to IAB-2...

    blog.groupdocs.com/tag/classify-documents-using...
  4. Classifier.Classify Method - GroupDocs.Classifi...

    Classifies text....Classification Classifier Class Classifier Methods Classify Method Classify...Classify Method (String, Int32, Taxonomy, PrecisionRecallBalan)...

    apireference.groupdocs.com/classification/net/g...
  5. Classify document from stream | Documentation

    Classifying of the document from stream could be performed with the next step Call Classify method for “stream” stream with Documents taxonomy and return 2 best results. Handle possible ApiException // Classify document from stream with Documents taxonomy and return 2 best resultstry { var response = classifier.Classify(stream, 2, Taxonomy.Documents); Console.WriteLine(response.BestClassName, response.BestClassProbability); } catch (ApiException e) { Console.WriteLine(e.Message); }...Basic Usage / Classify document from stream Classify document from...from stream Leave feedback Classifying of the document from stream...

    docs.groupdocs.com/classification/net/classify-...
  6. groupdocs-conversion-24.11-javadoc.jar

    META-INF/MANIFEST.MF Manifest-Version: 1.0 Archiver-Version: Plexus Archiver Built-By: gitlab.runner Created-By: Apache Maven 3.9.3 Build-Jdk: 1.8.0_421 allclasses-frame.html All Classes AudioDocum......numbers extension are classified as spreadsheet file type...with .numbers extension are classified as spreadsheet file type...

    releases.groupdocs.com/java/repo/com/groupdocs/...
  7. groupdocs-conversion-24.7-javadoc.jar

    META-INF/MANIFEST.MF Manifest-Version: 1.0 Archiver-Version: Plexus Archiver Built-By: gitlab.runner Created-By: Apache Maven 3.9.3 Build-Jdk: 1.8.0_181 allclasses-frame.html All Classes AudioDocum......numbers extension are classified as spreadsheet file type...with .numbers extension are classified as spreadsheet file type...

    releases.groupdocs.com/java/repo/com/groupdocs/...
  8. groupdocs-conversion-23.6.1-javadoc.jar

    META-INF/MANIFEST.MF Manifest-Version: 1.0 Archiver-Version: Plexus Archiver Built-By: gitlab.runner Created-By: Apache Maven 3.5.4 Build-Jdk: 1.8.0_181 allclasses-frame.html All Classes AudioDocum......numbers extension are classified as spreadsheet file type...with .numbers extension are classified as spreadsheet file type...

    releases.groupdocs.com/java/repo/com/groupdocs/...
  9. groupdocs-conversion-23.5-javadoc.jar

    META-INF/MANIFEST.MF Manifest-Version: 1.0 Archiver-Version: Plexus Archiver Built-By: gitlab.runner Created-By: Apache Maven 3.5.4 Build-Jdk: 1.8.0_181 allclasses-frame.html All Classes AudioDocum......numbers extension are classified as spreadsheet file type...with .numbers extension are classified as spreadsheet file type...

    releases.groupdocs.com/java/repo/com/groupdocs/...
  10. Classifier.Classify Method (String, Int32, Taxo...

    Classifies text....Classification Classifier Class Classifier Methods Classify Method Classify...Classify Method (String, Int32, Taxonomy, PrecisionRecallBalan)...

    apireference.groupdocs.com/classification/net/g...