This repo builds .wasm module using icu4c for breaking text into words, so that we can polyfill [Intl Segmenter Proposal](https://github.com/tc39/proposal-intl-segmenter) with full compatibility, even on browsers that do not expose v8BreakIterator api.
A high-performance wrapper around `Intl.Segmenter` for efficient text segmentation. This class resolves memory handling issues seen with large strings and can enhance performance by 50-500x. Only ~70 loc (with comments) and no dependencies.
Polyfill for Intl.Segmenter
A polyfill for Intl.Segmenter
A lightweight implementation of the Unicode Text Segmentation (UAX #29)
Locale-aware word counting powered by the Web API [`Intl.Segmenter`](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Intl/Segmenter). The script automatically detects the primary writing system for each portion of the input, seg
This repo builds .wasm module using icu4c for breaking text into words, so that we can polyfill [Intl Segmenter Proposal](https://github.com/tc39/proposal-intl-segmenter) with full compatibility, even on browsers that do not expose v8BreakIterator api.
Formats ICU Message strings with number, date, plural, and select placeholders to create localized messages.
Internationalize JS apps. This library provides an API to format dates, numbers, and strings, including pluralization and handling translations.
Formats JS list in a i18n-safe way
Internationalize React apps. This library provides React components and an API to format dates, numbers, and strings, including pluralization and handling translations.
Polyfill for: https://tc39.es/proposal-intl-displaynames
Intl.LocaleMatcher ponyfill
SWC plugin for extracting inline messages.
Intl.Locale polyfill
Polyfill for Intl.PluralRules
A JavaScript library for entering, formatting, and validating international telephone numbers
Formats JavaScript dates to relative time strings.
Ponyfill for ES2020 Intl.NumberFormat
Intl.DateTimeFormat polyfill
Intl.DurationFormat polyfill
Intl.PluralRules polyfill
A memoizer factory for Intl format constructors.
WebVTT parser, compiler, and segmenter with HLS support