Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonInTheRiver/DiffSinger
/ create
Method
create
utils/text_norm.py:130–131 ·
view source on GitHub ↗
(cls, i, v)
Source
from the content-addressed store, hash-verified
128
129
@classmethod
130
def
create(cls, i, v):
131
return
ChineseNumberDigit(i, v[0], v[1], v[2], v[3])
132
133
134
class
ChineseMath(ChineseChar):
Callers
nothing calls this directly
Calls
1
ChineseNumberDigit
Class · 0.85
Tested by
no test coverage detected