Versions in this module Expand all Collapse all v0 v0.1.0 Aug 13, 2026 Changes in this version + type Sentence struct + Text string + func Sentenize(text string) []Sentence + type Span struct + End int + Start int + type Token struct + Text string + func Tokenize(text string) []Token