Documentation
¶
Index ¶
- Variables
- func AllRunes(bites []byte) interfaces.Seq[rune]
- func AllRunesWithIndex(bites []byte) interfaces.Seq2[int, rune]
- func CountCase(bites []byte) (lower, neither, upper int)
- func CountRune(b []byte, r rune) (c int)
- func CutNCharacters(data []byte, n int) ([]byte, []byte)
- func ExtractUniqueComponents(lines []string) []string
- func Not(f func(rune) bool) func(rune) bool
- func StripDiacritics(s string) string
- func ToLower(bites []byte)
- func ToUpper(bites []byte)
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func AllRunes ¶
func AllRunes(bites []byte) interfaces.Seq[rune]
Types ¶
This section is empty.
Source Files
¶
- case.go
- diacritics.go
- main.go
- tokenize.go
Click to show internal directories.
Click to hide internal directories.