Sort Score
Result 10 results
Languages All
Labels All
Results 61 - 70 of 263 for

document taxonomy

(0.06 sec)
  1. 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....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Classification...perform classification. Default taxonomy (IAB-2) and bestClassesCount...

    docs.groupdocs.com/classification/net/classify-...
  2. Classify Text using CSharp on GroupDocs Blog | ...

    Classify Text using CSharp on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Classify Text using CSharp on GroupDocs Blog | Document Automation Solution......CSharp on GroupDocs Blog | Document Automation Solutions for ...CSharp on GroupDocs Blog | Document Automation Solutions for ...

    blog.groupdocs.com/th/tag/classify-text-using-c...
  3. Classify Documents using CSharp on GroupDocs Bl...

    Classify Documents using CSharp on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Classify Documents using CSharp on GroupDocs Blog | Document Automatio......Classify Documents using CSharp on GroupDocs Blog | Document Automation...Classify Documents using CSharp on GroupDocs Blog | Document Automation...

    blog.groupdocs.com/cs/tag/classify-documents-us...
  4. Classify Text using CSharp on GroupDocs Blog | ...

    Classify Text using CSharp on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Classify Text using CSharp on GroupDocs Blog | Document Automation Solution......CSharp on GroupDocs Blog | Document Automation Solutions for ...CSharp on GroupDocs Blog | Document Automation Solutions for ...

    blog.groupdocs.com/zh/tag/classify-text-using-c...
  5. Taxonomic Classification using CSharp on GroupD...

    Taxonomic Classification using CSharp on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Taxonomic Classification using CSharp on GroupDocs Blog | Docume......CSharp on GroupDocs Blog | Document Automation Solutions for ...CSharp on GroupDocs Blog | Document Automation Solutions for ...

    blog.groupdocs.com/cs/tag/taxonomic-classificat...
  6. Classify Documents using CSharp on GroupDocs Bl...

    Classify Documents using CSharp on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Classify Documents using CSharp on GroupDocs Blog | Document Automatio......Classify Documents using CSharp on GroupDocs Blog | Document Automation...Classify Documents using CSharp on GroupDocs Blog | Document Automation...

    blog.groupdocs.com/zh/tag/classify-documents-us...
  7. GroupDocs.Classification Product Family

    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....[analyze and classify complete documents programmatically][1]. It is...classify just some part of the document or only a few statements....

    blog.groupdocs.com/categories/groupdocs.classif...
  8. Document Classification in CSharp on GroupDocs ...

    Document Classification in CSharp on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Document Classification in CSharp on GroupDocs Blog | Document Autom......Document Classification in CSharp on GroupDocs Blog | Document...Developers Recent content in Document Classification in CSharp on...

    blog.groupdocs.com/th/tag/document-classificati...
  9. Sentiment classification usage | Documentation

    Create an instance of SentimentClassifier class. It is multilingual and supports English, Chinese, Spanish, and German. Creates SentimentClassifier instance var sentimentClassifier = new SentimentClassifier(); and call PositiveProbability method Classifies sentiment by text var positiveProbability = sentimentClassifier.PositiveProbability("This is a new must-have thing."); Console.WriteLine($"The probability of a positive sentiment is { positiveProbability }"); or call Classify method Classifies sentiment by text var response = sentimentClassifier.Classify("This is a new must-have thing."); Console.WriteLine($"The best class name:{response....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Classification...sentiment by text with 3 classes taxonomy (Negative/Neutral/Positive)...

    docs.groupdocs.com/classification/net/sentiment...
  10. Document Classification in CSharp on GroupDocs ...

    Document Classification in CSharp on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Document Classification in CSharp on GroupDocs Blog | Document Autom......Document Classification in CSharp on GroupDocs Blog | Document...Developers Recent content in Document Classification in CSharp on...

    blog.groupdocs.com/nl/tag/document-classificati...