MCPcopy Create free account
hub / github.com/FireRedTeam/FireRedTTS / is_digit

Function is_digit

fireredtts/modules/text_normalizer/utils.py:112–113  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

110
111
112def is_digit(text):
113 return digit_regex.match(text)
114
115
116def f2b(ustr, exemption="。,:"):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected