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

Function clean_text

funasr/cli.py:18–19  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

16
17
18def clean_text(text):
19 return re.sub(r"<\|[^|]*\|>", "", text).strip()
20
21
22def _srt_time(ms):

Callers 1

mainFunction · 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…