4HKABUXEQXV6T2LSIHMDR45ODEHVYF576OE7C2EADRV7XJ7YIUJQC
6B2HZ6CCKSM2MFPOCDHFURI7O43RI4X5B534GKEFASFZQI2MHSYQC
input = strings.ReplaceAll(input, "$", " ") input = strings.ReplaceAll(input, "^", " ")
input = strings.ReplaceAll(input, "$", " ")
input = strings.ReplaceAll(input, "^", " ")
ret[strings.Trim(word, "'")]++
// we skip `'` in sepFunc, so have to trim here word := strings.Trim(word, "'") ret[word]++
// we skip `'` in sepFunc, so have to trim here
word := strings.Trim(word, "'")
ret[word]++
if unicode.IsSpace(ch) || unicode.IsPunct(ch) && ch != '\'' {
if unicode.IsSpace(ch) || unicode.IsSymbol(ch) || unicode.IsPunct(ch) && ch != '\'' {
if unicode.IsSpace(ch) || unicode.IsSymbol(ch) ||
unicode.IsPunct(ch) && ch != '\'' {