MCPcopy Index your code
hub / github.com/modelscope/FunASR / normalize_zh

Function normalize_zh

benchmark_vllm.py:46–48  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

44
45
46def normalize_zh(text):
47 text = re.sub(r'[^\w一-鿿]', '', text)
48 return text.upper()
49
50
51def compute_cer(refs, hyps):

Callers 1

compute_cerFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…