Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
18
def
clean_text(text):
19
return
re.sub(r
"<\|[^|]*\|>"
,
""
, text).strip()
20
21
22
def
_srt_time(ms):
Callers
1
main
Function · 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…