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.