MCPcopy
hub / github.com/KittenML/KittenTTS / _join

Function _join

kittentts/preprocess.py:576–577  ·  view source on GitHub ↗
(*groups)

Source from the content-addressed store, hash-verified

574 return " ".join(_d[c] for c in s)
575
576 def _join(*groups) -> str:
577 return " ".join(_digits(g) for g in groups)
578
579 # Match longest pattern first to avoid partial matches
580 # 11-digit: 1-800-555-0199

Callers 1

expand_phone_numbersFunction · 0.85

Calls 1

_digitsFunction · 0.85

Tested by

no test coverage detected