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

Method __init__

utils/text_norm.py:604–606  ·  view source on GitHub ↗
(self, raw_text)

Source from the content-addressed store, hash-verified

602# ================================================================================ #
603class NSWNormalizer:
604 def __init__(self, raw_text):
605 self.raw_text = '^' + raw_text + '$'
606 self.norm_text = ''
607
608 def _particular(self):
609 text = self.norm_text

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected