Sort Score
Result 10 results
Languages All
Labels All
Results 11 - 20 of 344 for

phrase

(0.23 sec)
  1. DryAllowedLength|Documentation

    Minimum repeat length before DRY engages in Aspose.LLM for .NET — matches shorter than this are allowed without penalty....Range 1 and above Category Phrase-level repetition penalty Field...gets penalized. Catches most phrase repeats while allowing natural...

    docs.aspose.com/llm/net/developer-reference/par...
  2. Working with custom dictionaries|Documentation

    How to create and apply custom dictionaries for Aspose.OCR spell checker....example, if the text contains the phrase “Helloo, world!” , it will...“helloo” to the dictionary, the phrase will remain unchanged. Dictionary...

    docs.aspose.com/ocr/net/dictionaries/
  3. Working with custom dictionaries|Documentation

    How to create and apply custom dictionaries for Aspose.OCR for Python via .NET spell checker....example, if the text contains the phrase “Helloo, world!” , it will...“helloo” to the dictionary, the phrase will remain unchanged. Dictionary...

    docs.aspose.com/ocr/python-net/dictionaries/
  4. Search and Get Text from Pages of PDF Document|...

    Explore how to search and extract text from a PDF document in Java with Aspose.PDF for content extraction....text, matching a particular phrase, from all pages of a PDF document...instances of the input search phrase TextFragmentAbsorber textFragmentAbsorber...

    docs.aspose.com/pdf/java/search-and-get-text-fr...
  5. Working with custom dictionaries|Documentation

    How to create and apply custom dictionaries for Aspose.OCR spell checker....example, if the text contains the phrase “Helloo, world!” , it will...“helloo” to the dictionary, the phrase will remain unchanged. Dictionary...

    docs.aspose.com/ocr/java/dictionaries/
  6. RepetitionPenalty|Documentation

    Multiplicative penalty in Aspose.LLM for .NET applied to tokens seen recently — values above 1.0 make repeats less likely....DryMultiplier (DRY) — it catches phrase-level repeats that token-level...can combine. DryMultiplier — phrase-level anti-repetition; complementary...

    docs.aspose.com/llm/net/developer-reference/par...
  7. Search and Extract PDF Text in Python|Aspose.PD...

    Learn how to search, inspect, and extract text from PDF documents in Python....Search for a Specific Text Phrase on a Single PDF Page Search...Search for a specific text phrase within a page of a PDF document...

    docs.aspose.com/pdf/python-net/search-and-get-t...
  8. Search and Get Text from Pages of PDF|Aspose.PD...

    Discover how to search and retrieve text from a PDF file in .NET using Aspose.PDF for text analysis and extraction....text, matching a particular phrase, from all the pages of a PDF...instances of the input search phrase var textFragmentAbsorber =...

    docs.aspose.com/pdf/net/search-and-get-text-fro...
  9. "Depending on the length of the text, the follo...

    “Depending on the length of the text, the following characters appear unevenly. Is there a way to fix this?” MACROGEN_EngHealthCare.pdf (3.5 MB) // Create TextAbsorber object to find all ins…...instances of the input search phrase textFragmentAbsorber = new...instances of the input search phrase textFragmentAbsorber = new...

    forum.aspose.com/t/depending-on-the-length-of-t...
  10. High CPU / Memory utilization on generating sim...

    Aspose-pdf-java utilizes a lot of CPU/RAM resources with generating and saving pdf document with 1 table 20K rows and 10 columns. Here is an example of my code private static final int ROWS_COUNT = 20000; private sta…...COLUMNS_COUNT; j++) { Anchor phrase = new Anchor("test test test...PdfPCell cell = new PdfPCell(phrase); table.addCell(cell); } }...

    forum.aspose.com/t/high-cpu-memory-utilization-...