diff options
Diffstat (limited to 'textproc/py-unicode-segmentation-rs/pkg-descr')
| -rw-r--r-- | textproc/py-unicode-segmentation-rs/pkg-descr | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/textproc/py-unicode-segmentation-rs/pkg-descr b/textproc/py-unicode-segmentation-rs/pkg-descr new file mode 100644 index 000000000000..47fc565f10b3 --- /dev/null +++ b/textproc/py-unicode-segmentation-rs/pkg-descr @@ -0,0 +1,12 @@ +Python bindings for the Rust unicode-segmentation and unicode-width crates, +providing Unicode text segmentation and width calculation according to Unicode +standards. + +Features: +- Grapheme Cluster Segmentation: Split text into user-perceived characters +- Word Segmentation: Split text into words according to Unicode rules +- Sentence Segmentation: Split text into sentences +- Display Width Calculation: Get the display width of text (for + terminal/monospace display) +- Gettext PO Wrapping: Wrap text for gettext PO files with proper handling of + escape sequences and CJK characters |
