Sort Score
Result 10 results
Languages All
Labels All
Results 341 - 350 of 4,551 for

classification

(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......NET & Java Developers Classification taxonomique du texte brut...taxonomie des documents) Classification taxonomique des documents...

    blog.groupdocs.com/fr/tag/classify-text-using-c...
  2. Document Taxonomy using CSharp on GroupDocs Blo...

    Document Taxonomy using CSharp on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Document Taxonomy using CSharp on GroupDocs Blog | Document Automation ......NET & Java Developers Classification taxonomique du texte brut...taxonomie des documents) Classification taxonomique des documents...

    blog.groupdocs.com/fr/tag/document-taxonomy-usi...
  3. GroupDocs.Total for .NET 25.9 – En Son Güncelle...

    GroupDocs.Total for .NET 25.9'da yenilikleri keşfedin. Şimdi NuGet ve GroupDocs web sitesinde mevcut....update removes the heavy Classification library from the Total...version 25.9 , GroupDocs.Classification is no longer shipped as...

    blog.groupdocs.com/tr/total/groupdocs-total-for...
  4. Supported Document Formats | GroupDocs

    The following table indicates the file formats that GroupDocs.Classification for .NET can process. Format Description PDF Adobe Portable Document Format (PDF) DOC Microsoft Word 97-2003 Document DOCM Microsoft Word Macro-Enabled Document DOCX Microsoft Word Document DOT Microsoft Word 97-2003 Template DOTM Microsoft Word Macro-Enabled Template DOTX Microsoft Word Template ODT OpenDocument Text OTT Open Document Text Template RTF Rich Text Document TXT Plain Text Document Tip Can’t find your file format?...Classification Product Solution Purchase...Documentation / GroupDocs.Classification Product Family / GroupDocs...

    docs.groupdocs.com/classification/net/supported...
  5. Getting Started | GroupDocs

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Classification Product Solution Purchase...Documentation / GroupDocs.Classification Product Family / GroupDocs...

    docs.groupdocs.com/classification/net/getting-s...
  6. GroupDocs.Total para .NET 25.9 – Últimas Atuali...

    Explore o que há de novo no GroupDocs.Total para .NET 25.9. Disponível agora no NuGet e no site da GroupDocs....update removes the heavy Classification library from the Total...version 25.9 , GroupDocs.Classification is no longer shipped as...

    blog.groupdocs.com/pt/total/groupdocs-total-for...
  7. GroupDocs.Total pour .NET 25.8 – Dernières mise...

    Découvrez les nouveautés de GroupDocs.Total pour .NET 25.8. Disponible dès maintenant sur NuGet et le site Web de GroupDocs....Classification ne sera plus inclus dans...des fonctionnalités de classification. Si votre projet nécessite...

    blog.groupdocs.com/fr/total/groupdocs-total-for...
  8. Get taxonomies | GroupDocs

    Log taxonomy classes The list of taxanomy classes can be get like the following code snippet: Console.WriteLine(String.Join(" ", TaxonomyClasses.Iab2Classes)); Console.WriteLine(String.Join(" ", TaxonomyClasses.DocumentsClasses)); Console.WriteLine(String.Join(" ", TaxonomyClasses.SentimentClasses)); Console.WriteLine(String.Join(" ", TaxonomyClasses.Sentiment3Classes));...Classification Product Solution Purchase...Documentation / GroupDocs.Classification Product Family / GroupDocs...

    docs.groupdocs.com/classification/net/get-taxon...
  9. How to Run Examples | GroupDocs

    Software Requirements Please make sure you meet the following requirements before downloading and running the examples. Visual Studio 2013 or higher NuGet Package Manager installed in Visual Studio. Make sure that latest NuGet API version is installed in Visual Studio. For details on how to install NuGet package manager please check http://docs.nuget.org/ndocs/guides/install-nuget Go to Tools->Options->NuGet Package Manager->Package Sources and make sure that the option nuget.org is checked Example project uses NuGet Automatic Package Restore feature therefore you should have an active internet connection....Classification Product Solution Purchase...Documentation / GroupDocs.Classification Product Family / GroupDocs...

    docs.groupdocs.com/classification/net/how-to-ru...
  10. Classify document from stream | GroupDocs

    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); }...Classification Product Solution Purchase...Documentation / GroupDocs.Classification Product Family / GroupDocs...

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