Skip to main content

Module wrapping

Module wrapping 

Source
Expand description

Line wrapping, sentence splitting, and text processing.

Modulesยง

atomic_patterns
Atomic pattern definitions for constructs that should not be broken during wrapping.
block_heuristics
Block content detection using simple line-based heuristics.
line_wrappers
LineWrapper factory functions.
sentence
Sentence splitting using regex heuristics.
tag_handling
Tag handling for Jinja/Markdoc tags and HTML comments.
text_filling
Multi-paragraph text filling.
text_wrapping
Word splitting and paragraph wrapping.