Versions in this module Expand all Collapse all v1 v1.0.0 Aug 18, 2026 v0 v0.4.0 Aug 18, 2026 Changes in this version + type Hyphenator struct + func New() *Hyphenator + func (h *Hyphenator) AddPattern(p string) + func (h *Hyphenator) Mins() (left, right int) + func (h *Hyphenator) Points(word string) []int + func (h *Hyphenator) SetMins(left, right int)