unicode-org / icu4x

Solving i18n for client-side and resource-constrained environments.
https://icu4x.unicode.org
Other
1.32k stars 170 forks source link

Add support for sentence break suppression (`-u-ss`) #3927

Open sffc opened 12 months ago

sffc commented 12 months ago

It is in the Unicode UTS 35 spec, and there is a proposal to add it to ECMA-402. We should support it in ICU4X.

sffc commented 11 months ago

Assigning to @eggrobin since you're already in the thick of sentence segmentation.