Versions in this module Expand all Collapse all v0 v0.0.2 Jul 14, 2026 Changes in this version + type Chunker struct + func New(cfg Config) *Chunker + func (c *Chunker) Add(token string) []string + func (c *Chunker) Flush() string + func (c *Chunker) Reset() + type Config struct + Language string + MaxWords int + MinChunkWords int + MinWords int + Mode Mode + type Mode int + const ModePhrase + const ModeSentence + const ModeWord v0.0.1 Apr 20, 2026