Versions in this module Expand all Collapse all v0 v0.2.1 Feb 21, 2025 v0.2.0 Nov 18, 2024 Changes in this version + func ProcNormAdapt(f func(string) string) func(b []byte) ([]byte, error) + func ReplaceNewlineAndTab(s string) string + type LettersOnly struct + func (s *LettersOnly) Normalize(v string) string + type Normalizer interface + Normalize func(string) string + type Pipeline struct + Normalizer []Normalizer + func (p *Pipeline) Normalize(s string) string + type RemoveWhitespace struct + func (s *RemoveWhitespace) Normalize(v string) string + type Simple struct + func (s *Simple) Normalize(v string) string