Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
712
def
nsw_test_case(raw_text):
713
print(
'I:'
+ raw_text)
714
print(
'O:'
+ NSWNormalizer(raw_text).normalize())
715
print(
''
)
716
717
718
def
nsw_test():
Callers
1
nsw_test
Function · 0.85
Calls
2
NSWNormalizer
Class · 0.85
normalize
Method · 0.80
Tested by
no test coverage detected