MCPcopy Create free account
hub / github.com/espnet/espnet / wrd_name

Function wrd_name

utils/json2sctm.py:93–95  ·  view source on GitHub ↗
(trn)

Source from the content-addressed store, hash-verified

91
92
93def wrd_name(trn):
94 split = trn.split(".")
95 return ".".join(split[:-1]) + ".wrd." + split[-1]
96
97
98if __name__ == "__main__":

Callers 1

mainFunction · 0.85

Calls 1

splitMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…