Sort Score
Result 10 results
Languages All
Labels All
Results 1,741 - 1,750 of 2,873 for

indexing

(0.06 sec)
  1. Reverse Image Search in Private Image Database

    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-...
  2. Trova qualsiasi parola e i suoi sinonimi in più...

    Trova parole specifiche e i loro sinonimi all'interno di diversi file di una cartella usando C#. Ottieni tutti i sinonimi, raggruppati per significati diversi usando l'API .NET....metodo Search della classe Index e passa la query e le opzioni...specificata Index index = new Index(indexFolder); index.Add(documentsFolder);...

    blog.groupdocs.com/it/search/find-synonyms-in-m...
  3. Encuentre cualquier palabra y sus sinónimos en ...

    Encuentre palabras específicas y sus sinónimos dentro de diferentes archivos de una carpeta usando C#. Obtenga todos los sinónimos, agrupados por diferentes significados utilizando la API de .NET....al método Buscar de la clase Index y pase las opciones de consulta...especificada Index index = new Index(indexFolder); index.Add(documentsFolder);...

    blog.groupdocs.com/es/search/find-synonyms-in-m...
  4. Homophone keresés végrehajtása C# használatával

    Ismerje meg, hogyan végezhet homofon keresést C# használatával a fonetikai egyeztetéshez. Fedezze fel a C# homofon keresési algoritmust a pontos eredményekért extra szoftver telepítése nélkül....engedélyezéséhez Hozzon létre egy Index objektumot, amely tárolóhelyként...hatékony indexeléséhez Használja a Index.Add metódust dokumentumok hozzáadásához...

    kb.groupdocs.com/hu/search/net/perform-homophon...
  5. Java 文件搜索 - 跨文件夹搜索文件中的多个文本

    使用 Java 搜索分布在不同文件夹中的各种文件中的多个文本或短语。在相应的 HTML 文件中突出显示扫描结果。... 使用指定的索引文件夹路径创建 Index 对象。 使用 add 方法索引父文档文件夹。 使用多个术语或短语定义搜索查询。...搜索 // 在指定文件夹中创建索引 Index index = new Index("path/for/indexingFolder");...

    blog.groupdocs.com/zh/search/search-multiple-te...
  6. Search for embedded object with custom serializ...

    This article explains how to search for embedded electronic signatures with custom serialization in QR code electronic signatures. This topic contains example of custom serialization, class definition and search for serialized objects in the QR-codes with GroupDocs.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-for-emb...
  7. After adding GroupsDocs Search, form designer n...

    After I add GroupDocs Search to .NET9 project, UI editor doesn’t work. When I take a button and drop it on the form, it gets added to the bottom of the form and not to the actual form. If I uninstall Search, everything w…...API allows to create search index with flexible settings with...API allows to create search index with flexible settings with...

    forum.groupdocs.com/t/after-adding-groupsdocs-s...
  8. 使用 C# 查找任何单词的同义词 |按含义划分的同义词组

    使用 .NET API 查找 C# 中任何单词的所有可能同义词。获取按同一个词的不同含义排列的不同同义词集合。... 使用 Index 类创建索引。 使用 GetSynonyms 方法从同义词词典中获取同义词集合。..."make"; string[] synonyms = new Index().Dictionaries.SynonymDictionary...

    blog.groupdocs.com/zh/search/find-synonyms-of-w...
  9. Java에서 모든 단어의 동의어 찾기 | 의미별 동의어 그룹

    Java에서 모든 단어의 가능한 모든 동의어를 찾으십시오. 검색 API를 사용하여 동일한 단어의 다른 의미로 정렬된 다양한 동의어 모음을 가져옵니다.... Index 클래스를 사용하여 인덱스를 생성합니다. 다양한 사전에서..."show"; String[] synonyms = new Index().getDictionaries().getSynonymDictionary()...

    blog.groupdocs.com/ko/search/find-synonyms-of-w...
  10. Извършване на размито търсене с помощта на Java

    Научете се да извършвате размито търсене с помощта на Java за прецизно и ефективно съпоставяне на заявки. Разгледайте как да създадете търсене на документи с размита логика в Java за подобрени резултати....търсене Инициализирайте обект Index , за да посочите място за съхранение...индекса, като използвате метода Index.add, като посочите пътя на папката...

    kb.groupdocs.com/bg/search/java/perform-fuzzy-s...