Sort Score
Result 10 results
Languages All
Labels All
Results 31 - 40 of 266 for

dictionary

(0.16 sec)
  1. Spelling corrector | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about spelling corrector using Java....Advanced Usage / Managing dictionaries / Spelling corrector Spelling...in the spelling corrector dictionary, use the method. To get an...

    docs.groupdocs.com/search/java/spelling-corrector/
  2. Using aliases | GroupDocs

    This article shows the use of aliases which allows you to reduce the length of search queries in text form....the alias dictionary. By default the alias dictionary is empty...information on managing the alias dictionary can be found on the page...

    docs.groupdocs.com/search/java/using-aliases/
  3. Use advanced rasterization options | GroupDocs

    Use advanced rasterization options In order to use the advanced rasterization options you have to pass one of the options to Save method. In this case the document will be rasterized to PDF, but the scan-like effects will be applied to its pages. The following example demonstrates how to apply the AdvancedRasterizationOptions with default settings. C# using (Redactor redactor = new Redactor(@"sample.docx")) { // Save the document with advanced options (convert pages into images, and save PDF with scan-like pages) var so = new SaveOptions(); so....by providing the “border” dictionary item with an integer value...AdvancedRasterizatio . Border , new Dictionary < string , string >() { {...

    docs.groupdocs.com/redaction/net/use-advanced-r...
  4. Using aliases | GroupDocs

    This article shows the use of aliases which allows you to reduce the length of search queries in text form....the alias dictionary. By default the alias dictionary is empty...information on managing the alias dictionary can be found on the page...

    docs.groupdocs.com/search/net/using-aliases/
  5. Font Processing Issue with GroupDocs - Turns th...

    We have a document that contains an image and text with Arial-BoldMT, Helvetica Bold, MinionPro-Regular (Embedded Subset) and SourceSans3-Regular(Embedded). We have installed these fonts in the Windows processing machin…... private Dictionary<int, string> ConvertPDFToImage(List<int>...float multiplier, int dpi, Dictionary<int, string> splittedPDFFilesPath...

    forum.groupdocs.com/t/font-processing-issue-wit...
  6. Using aliases | GroupDocs

    This article shows the use of aliases which allows you to reduce the length of search queries in text form....the alias dictionary. By default the alias dictionary is empty...information on managing the alias dictionary can be found on the page...

    docs.groupdocs.com/search/nodejs-java/using-ali...
  7. Indexing with stop words | GroupDocs

    This article demonstrates that how you can enable or disable the use of stop words by setting a value using search API...stop word dictionary. By default, the stop word dictionary is filled...on managing the stop word dictionary, see the page in the section...

    docs.groupdocs.com/search/net/indexing-with-sto...
  8. Indexing additional fields | GroupDocs

    This article demonstrate that how to associate each document with certain additional metadata....somewhere a dictionary containing subjects of documents Dictionary < string... string > subjects = new Dictionary < string , string >(); subjects...

    docs.groupdocs.com/search/net/indexing-addition...
  9. search.xml

    1.0 utf-8 yes http://www.sitemaps.org/schemas/sitemap/0.9 http://www.w3.org/1999/xhtml https://docs.groupdocs.com/search/java/weekly0.5https://docs.groupdocs.com/search/java/about-search-engines/we......com/search/java/alias-dictionary/weekly0.5https://docs.groupdocs...com/search/java/homophone-dictionary/weekly0.5https://docs.groupdocs...

    docs.groupdocs.com/sitemaps/search.xml
  10. Indexing with stop words | GroupDocs

    Stop words are frequently used words that do not carry a semantic meaning and can be removed from an index to reduce its size. You can enable or disable the use of stop words by calling the setUseStopWords method of the IndexSettings class. The default value is true, meaning that stop words are filtered during indexing and not added to the index. A list of stop words to use during indexing can be specified in the stop word Dictionary....stop word dictionary. By default, the stop word dictionary is filled...on managing the stop word dictionary, see the page in the section...

    docs.groupdocs.com/search/java/indexing-with-st...