Sort Score
Result 10 results
Languages All
Labels All
Results 101 - 110 of 437 for

document taxonomy

(0.05 sec)
  1. GroupDocs.Classification Namespace - GroupDocs....

    The GroupDocs.Classification namespace provides classes for texts and Documents classificationThe main classes in the namespace are Classifier is the ent...SentimentClassifier Class Taxonomy Enumeration TaxonomyClasses...provides classes for texts and documents classification The main classes...

    apireference.groupdocs.com/classification/net/g...
  2. GitHub - groupdocs-classification/GroupDocs.Cla...

    GroupDocs.Classification-for-.NET samples and showcase (text and Documents classification and sentiment analysis) - groupdocs-classification/GroupDocs.Classification-for-.NET...samples and showcase (text and documents classification and sentiment...Repository files navigation Text & Document Classification API is an on-premise...

    github.com/groupdocs-classification/GroupDocs.C...
  3. TaxonomyClasses Class - GroupDocs.Classificatio...

    Available taxonomies....TaxonomyClasses Class Available taxonomies. Inheritance Hierarchy System...of the class names for the taxonomy. GetHashCode Serves as the...

    apireference.groupdocs.com/classification/net/g...
  4. Document Manipulation REST APIs & SDKs - GroupD...

    Open-source SDKs to build cross-platform Document management tools for popular languages. View, annotate, convert, compare, sign & store....SDKs for Document Automation Build cross-platform document management...Edit, Classify or Translate documents without any dependencies....

    products.groupdocs.cloud/total/
  5. 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...
  6. GroupDocs.Classification for .NET 20.10 Release...

    Toggle navigation GroupDocs Products All Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution Gr......classes Sentiment Classification taxonomy was added (positive/neutral/negative)...Feature CLASSNET-74 Add a new taxonomy for 3 classes Sentiment Classification...

    docs.groupdocs.com/classification/net/groupdocs...
  7. GroupDocs.Classification for .NET | Groupdocs A...

    GroupDocs.Classification for .NET API References contain examples, code snippets, and API Documentation. It provides namespaces, classes, interfaces, and other API details....provides classes for texts and documents classification The main classes...classification. Taxonomy represents all supported taxonomies. PrecisionRecallBalan...

    reference.groupdocs.com/classification/net/
  8. Document Manipulation REST APIs & SDKs - GroupD...

    Open-source SDKs to build cross-platform Document management tools for popular languages. View, annotate, convert, compare, sign & store....SDKs for Document Automation Build cross-platform document management...Edit, Classify or Translate documents without any dependencies....

    products.groupdocs.cloud/total/
  9. 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....Events Acquisition GroupDocs Documentation / GroupDocs.Classification...classify raw text and documents with IAB-2, Documents, Sentiment or Sentiment3...

    docs.groupdocs.com/classification/net/features-...
  10. 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....Events Acquisition GroupDocs Documentation / GroupDocs.Classification...sentiment by text with 3 classes taxonomy (Negative/Neutral/Positive)...

    docs.groupdocs.com/classification/net/sentiment...