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

Method __init__

utils/text_norm.py:456–459  ·  view source on GitHub ↗
(self, telephone=None, raw_chntext=None, chntext=None)

Source from the content-addressed store, hash-verified

454 """
455
456 def __init__(self, telephone=None, raw_chntext=None, chntext=None):
457 self.telephone = telephone
458 self.raw_chntext = raw_chntext
459 self.chntext = chntext
460
461 # def chntext2telephone(self):
462 # sil_parts = self.raw_chntext.split('<SIL>')

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected