MCPcopy Index your code
hub / github.com/MoonInTheRiver/DiffSinger / nsw_test_case

Function nsw_test_case

utils/text_norm.py:712–715  ·  view source on GitHub ↗
(raw_text)

Source from the content-addressed store, hash-verified

710
711
712def nsw_test_case(raw_text):
713 print('I:' + raw_text)
714 print('O:' + NSWNormalizer(raw_text).normalize())
715 print('')
716
717
718def nsw_test():

Callers 1

nsw_testFunction · 0.85

Calls 2

NSWNormalizerClass · 0.85
normalizeMethod · 0.80

Tested by

no test coverage detected