Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ReplaceNewlineAndTab ¶
Types ¶
type LettersOnly ¶
type LettersOnly struct{}
func (*LettersOnly) Normalize ¶
func (s *LettersOnly) Normalize(v string) string
type Normalizer ¶
type Pipeline ¶
type Pipeline struct {
Normalizer []Normalizer
}
type RemoveWhitespace ¶
type RemoveWhitespace struct{}
func (*RemoveWhitespace) Normalize ¶
func (s *RemoveWhitespace) Normalize(v string) string
Click to show internal directories.
Click to hide internal directories.