Packages

Pure-Gleam implementation of KnuthLiang Hyphenation.

Current section

Files

Jump to
hyphenation include hyphenation_Hyphenator.hrl
Raw

include/hyphenation_Hyphenator.hrl

-record(hyphenator, {
language :: binary(),
patterns :: hyphenation@internal@patterns:patterns(),
left_min :: integer(),
right_min :: integer()
}).