Skip to main content

4 docs tagged with "Tokenization"

SentencePiece tokenization, byte-fallback, and multi-script handling.

View all tags

How it will work

This is a roadmap snapshot, current as of May 2026. For current state, see the scope declaration, How Mailwoman parses an address, How Mailwoman resolves a place, and How it works now.

Tokenization

Tokenization is the step that turns an input string into a list of small pieces called tokens. Every downstream component — rule classifiers, the neural classifier, the solver, the resolver — works with tokens, not with raw strings.