MCPcopy Create free account
hub / github.com/MoonInTheRiver/DiffSinger / __init__

Method __init__

utils/text_norm.py:440–442  ·  view source on GitHub ↗
(self, digit=None, chntext=None)

Source from the content-addressed store, hash-verified

438 """
439
440 def __init__(self, digit=None, chntext=None):
441 self.digit = digit
442 self.chntext = chntext
443
444 # def chntext2digit(self):
445 # return chn2num(self.chntext)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected