Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
108
def
is_valid_char(char):
109
return
valid_char_regex.match(char)
110
111
112
def
is_digit(text):
Callers
1
preprocess_text
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected