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

document taxonomy

(0.04 sec)
  1. 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...
  2. 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...
  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/zh/tag/classify-documents-us...
  4. 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/th/tag/classify-documents-us...
  5. Text Classification using CSharp on GroupDocs B...

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

    blog.groupdocs.com/th/tag/text-classification-u...
  6. 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-...
  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. 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...
  9. Product Overview | Documentation

    Note Welcome to GroupDocs.Classification for .NET GroupDocs.Classification is a .NET component built to allow developers to classify texts and Documents, whether simple or complex. It allows developers to use three different taxonomies: IAB (version 2), that created by the Interactive Advertising Bureau, Documents Taxonomy, that created by Aspose and simple Sentiment Taxonomy (Negative/Positive). For the Sentiment Taxonomy Chinese language is supported. Product Description GroupDocs.Classification is a robust .NET component that lets developers to analyze text and Documents without using any Document-related tool to open Documents or extract text....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Classification...developers to classify texts and documents, whether simple or complex...

    docs.groupdocs.com/classification/net/product-o...
  10. Features Overview | Documentation

    GroupDocs.Classification main feature is an ability to classify raw text and Documents with IAB-2, Documents, Sentiment or Sentiment3 taxonomies. Sentiment Classification (Analysis) supports 4 languages: English, Chinese, Spanish, and German. GroupDocs.Classification provides flexible set of settings to customize classification process: Name Description Default value bestClassesCount Select the number of results to return 1 Taxonomy Select Taxonomy (IAB-2, Documents, Sentiment or Sentiment3). Taxonomy.Iab2 precisionRecallBalance Select precision/recall balance for Documents Taxonomy. If the classifier is not sure of the result, it will return Other class....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Classification...classify raw text and documents with IAB-2, Documents, Sentiment or Sentiment3...

    docs.groupdocs.com/classification/net/features-...