Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FunAudioLLM/Fun-ASR
/ chntext2cardinal
Method
chntext2cardinal
tools/cn_tn.py:861–862 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
859
self.chntext = chntext
860
861
def
chntext2cardinal(self):
862
return
chn2num(self.chntext)
863
864
def
cardinal2chntext(self):
865
return
num2chn(self.cardinal)
Callers
nothing calls this directly
Calls
1
chn2num
Function · 0.85
Tested by
no test coverage detected