Versions in this module Expand all Collapse all v0 v0.0.2 Aug 26, 2026 v0.0.1 Aug 21, 2026 Changes in this version + var ErrNoMatch = errors.New("no matching street found") + func Module() fx.Option + type Config struct + DBPath string + type Match struct + Confidence float64 + Name string + NormalizedName string + type Parser struct + func NewParser(cfg Config) (*Parser, error) + func (p *Parser) Normalize(ctx context.Context, rawInput string) (*Match, error) + func (p *Parser) Stop()