Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sentence break suppressions #142

Open
FrankYFTang opened this issue Jun 9, 2021 · 0 comments
Open

Sentence break suppressions #142

FrankYFTang opened this issue Jun 9, 2021 · 0 comments

Comments

@FrankYFTang
Copy link
Contributor

FrankYFTang commented Jun 9, 2021

https://unicode.org/reports/tr35/#UnicodeSentenceBreakSuppressionsIdentifier

Unicode Sentence Break Suppressions Identifier defines a set of data to be used for suppressing certain sentence breaks that would otherwise be found by UAX #14 rules. The valid values are those name attribute values in the type elements of key name="ss" in bcp47/segmentation.xml.

"ss" | Sentence break suppressions | "none" | Don’t use sentence break suppressions data (the default).
"standard" | Use sentence break suppressions data of type "standard"

should we add an option to support this and change
https://tc39.es/proposal-intl-segmenter/#sec-intl.segmenter-internal-slots

to
"The value of the [[RelevantExtensionKeys]] internal slot is « "ss" »." ?

https://tc39.es/proposal-intl-segmenter/#sec-intl.segmenter-internal-slots

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant