Crates.io | unic-segment |
lib.rs | unic-segment |
version | 0.9.0 |
source | src |
created_at | 2018-02-07 05:04:20.424581 |
updated_at | 2019-03-03 07:45:10.753005 |
description | UNIC — Unicode Text Segmentation Algorithms |
homepage | |
repository | https://github.com/open-i18n/rust-unic/ |
max_upload_size | |
id | 49973 |
size | 258,889 |
This UNIC component implements algorithms from Unicode® Standard Annex #29 - Unicode Text Segmentation, used for detecting boundaries of text element boundaries, such as user-perceived characters (a.k.a. Grapheme Clusters), Words, and Sentences.
Initial code for this component is based on
unicode-segmentation
.