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

Function is_valid_char

fireredtts/modules/text_normalizer/utils.py:108–109  ·  view source on GitHub ↗
(char)

Source from the content-addressed store, hash-verified

106
107
108def is_valid_char(char):
109 return valid_char_regex.match(char)
110
111
112def is_digit(text):

Callers 1

preprocess_textFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected