Unicode.String.Break (Unicode String v2.1.0)

Copy Markdown View Source

Implements the Unicode break algorithms for graphemes, words, sentences and line-breaks.

This module is a thin dispatcher: it inspects the requested break type and locale, delegates dictionary-based word segmentation to Unicode.String.Dictionary / Unicode.String.DictionaryBreak, and routes everything else to the single-pass DFA evaluators in Unicode.String.Break.Grapheme, …Word, …Sentence, and …Line.

Summary

Functions

suppressions(arg1, arg2)

variables(arg1, arg2)