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

Method digit2chntext

utils/text_norm.py:447–448  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

445 # return chn2num(self.chntext)
446
447 def digit2chntext(self):
448 return num2chn(self.digit, alt_two=False, use_units=False)
449
450
451class TelePhone:

Callers 2

date2chntextMethod · 0.80
normalizeMethod · 0.80

Calls 1

num2chnFunction · 0.85

Tested by

no test coverage detected