Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonInTheRiver/DiffSinger
/ sil_phonemes
Method
sil_phonemes
utils/text_encoder.py:303–304 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
301
f.write(self._id_to_token[i] +
"\n"
)
302
303
def
sil_phonemes(self):
304
return
[p
for
p in self._id_to_token.values()
if
not p[0].isalpha()]
Callers
1
__init__
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected