Sort Score
Result 10 results
Languages All
Labels All
Results 121 - 130 of 523 for

iab

(0.06 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......van onbewerkte tekst met C# - (IAB-2 & documenttaxonomie) Taxonomische...NET-applicaties. Classificeer de tekst met IAB-2 of Documenten-taxonomieën met...

    blog.groupdocs.com/nl/tag/classify-text-using-c...
  2. 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......documenten met behulp van C# - (IAB-2 & Document Taxonomy) Taxonomische...wachtwoord beveiligde documenten met IAB-2 & documenttaxonomie. Recent...

    blog.groupdocs.com/nl/tag/classify-documents-us...
  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......對文檔進行分類學分類 -(IAB-2 和文檔分類法) 在 .NET 應用程序中使用 C# 對文檔進行分類。使用 IAB-2 和文檔分類法對...

    blog.groupdocs.com/zh-hant/tag/classify-documen...
  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......تاکسونومیک اسناد با استفاده از C# - (IAB-2 و تاکسونومی اسناد) طبقه بندی...محافظت شده با رمز عبور را با IAB-2 و طبقه بندی اسناد طبقه بندی...

    blog.groupdocs.com/fa/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......متن خام با استفاده از C# - (IAB-2 و تاکسونومی اسناد) طبقه بندی...بندی API، متن را با طبقه بندی IAB-2 یا Documents طبقه بندی کنید...

    blog.groupdocs.com/fa/tag/text-classification-u...
  6. 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......Developers 使用 C# 对原始文本进行分类 - (IAB-2 & Document Taxonomy) 在 .NET...NET 应用程序中使用 C# 对文档进行分类。使用 IAB-2 或使用分类 API 的文档分类法对文本进行分类。 Recent...

    blog.groupdocs.com/zh/tag/text-classification-u...
  7. Upcoming release of GroupDocs.Classification fo...

    GroupDocs.Classification for .NET allows you to classify document or text with Iab-2 or Document taxonomies. Have a look at the image below: You can see how API classifies an input text to Iab-2. If you haven’t already explored the online app, visit it now. Big News We are going to launch GroupDocs.Classification API for .NET platform very soon. That means, whatever features you can avail/evaluate in the online app, will be available in a back-end API that you can integrate in any of your (existing or new) ....classify document or text with IAB-2 or Document taxonomies . Have...classifies an input text to IAB-2. If you haven’t already explored...

    blog.groupdocs.com/classification/upcoming-rele...
  8. 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......Developers 使用 C# 對原始文本進行分類學分類 -(IAB-2 和文檔分類法) 在 .NET 應用程序中使用 C# 對文檔進行分類。使用分類...對文檔進行分類。使用分類 API 使用 IAB-2 或文檔分類法對文本進行分類。 Recent content in Classify...

    blog.groupdocs.com/zh-hant/tag/classify-text-us...
  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....raw text and documents with IAB-2, Documents, Sentiment or Sentiment3...to return 1 taxonomy Select (IAB-2, Documents, Sentiment or Sentiment3)...

    docs.groupdocs.com/classification/net/features-...
  10. 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....Raw Text Leave feedback Simple IAB-2 text classification Call method...classification. Default taxonomy (IAB-2) and bestClassesCount (1) will...

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