Sort Score
Result 10 results
Languages All
Labels All
Results 1,601 - 1,610 of 2,840 for

indexes

(0.09 sec)
  1. Εκτελέστε αναζήτηση ομοφώνου χρησιμοποιώντας Java

    Μάθετε πώς να πραγματοποιείτε αναζήτηση ομοφώνου χρησιμοποιώντας Java για φωνητική αντιστοίχιση. Εξερευνήστε τον αλγόριθμο αναζήτησης ομοφώνου Java για ακριβή αποτελέσματα χωρίς επιπλέον λογισμικό....Δημιουργήστε ένα αντικείμενο Index για να ορίσετε μια θέση αποθήκευσης...σας Χρησιμοποιήστε τη μέθοδο Index.add για να συμπεριλάβετε έγγραφα...

    kb.groupdocs.com/el/search/java/perform-homopho...
  2. Find Synonyms of any Word using C# | Synonym Gr...

    Find all the possible synonyms of any word in C# using .NET API. Get different collections of synonyms arranged by different meanings of the same word.... Create index using Index class. Get the collection...synonyms. Create the index using Index class. Get the collection...

    blog.groupdocs.com/search/find-synonyms-of-word...
  3. Comparison API sample Implementation with PHP SDK

    This article explains the basics of using PHP SDK classes and methods. In this article I’ll use the Comparison API and show how to compare two documents from a GroupDocs account. Find information about others methods in the Swagger explorer. Requirements PHP 5.3 Apache ModRewrite PHP Curl extension PHP Sockets extension (php_sockets.dll) GroupDocs PHP SDK composer.phar (Download from http://getcomposer.org/download/ or use the included version) FatFree framework (https://github.com/bcosca/fatfree) Initial Installations Learn how to install the Fatfree framework from their Readme: https://github....htaccess and index.php files # Create a .htaccess...%{REQUEST\_FILENAME} !-d RewriteRule .\* index.php \[L,QSA\] Header Unset ETag...

    blog.groupdocs.com/comparison/implement-documen...
  4. Reverse Image Search in Documents

    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....// Creating an index Index index = new Index(indexFolder); //...// Setting the image indexing options IndexingOptions indexingOptions...

    blog.groupdocs.com/ja/tag/reverse-image-search-...
  5. Search for embedded and encrypted objects in QR...

     This section explains how to search for embedded electronic signatures into the QR-Code electronic signatures with GroupDocs.Signature API. Also this topic shows the way to customize data serialization and encryption same as provides the class definition with ability to embed it into the QR-Code electronic signature....for ( int index = 0 ; index < src . Length ; ++ index ) { chTmp...chTmp = src [ index ]; chTmp = ( char )( chTmp ^ this . Key ); dst...

    docs.groupdocs.com/signature/net/search-embed-n...
  6. Implement custom encryption with Metadata signa...

    This article explains how to implement custom encryption for Metadata electronic signatures....for ( int index = 0 ; index < src . Length ; ++ index ) { chTmp...chTmp = src [ index ]; chTmp = ( char )( chTmp ^ this . Key ); dst...

    docs.groupdocs.com/signature/net/implement-cust...
  7. 在 Java 中查找任何单词的同义词 |按含义划分的同义词组

    查找 Java 中任何单词的所有可能同义词。使用 Search API 获取按同一个词的不同含义排列的不同同义词集合。... 使用 Index 类创建索引。 通过将查询传递给 getSynonyms..."show"; String[] synonyms = new Index().getDictionaries().getSynonymDictionary()...

    blog.groupdocs.com/zh/search/find-synonyms-of-w...
  8. C# Regex - 正規表現を使用したドキュメント内の検索

    C# でプログラムによる検索の力を解き放ちましょう!正規表現を使用して、フォルダ間で複数のテキストベースのドキュメントを正確に検索する方法を学びます。...する Index index = new Index("indexing-folder-path"); index.Ad...)\\1{1,}"; SearchResult result = index.Search(query); ここでは、上記のコードの正規表現検索結果を強調表示しています。...

    blog.groupdocs.com/ja/search/search-in-document...
  9. Java 模糊搜索 - 在跨文件夹的文件中查找

    了解 Java 的模糊搜索如何帮助您跨文件夹查找文件中的内容!这就像一个可以理解小错误的智能搜索。...创建索引文件夹并将文档的文件夹添加到其中 Index index = new Index("path/indexing-folder-path");...h"); index.add("path/parent-folder"); SearchOptions options =...

    blog.groupdocs.com/zh/search/fuzzy-search-java/
  10. C# 模糊搜尋 - 在跨資料夾的檔案中尋找

    釋放 C# 中程式化模糊搜尋的威力!跨文件夾搜尋多個基於文字的文檔,以取得具有容錯能力的近似匹配。...建立索引資料夾並將文件的資料夾新增至其中 Index index = new Index("indexing-folder-path"); index.Ad...query SearchResult result = index.Search(query, options); 這裡,相似度設定為...

    blog.groupdocs.com/zh-hant/search/fuzzy-search-...