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

Function main

utils/json2trn_mt.py:38–41  ·  view source on GitHub ↗
(args)

Source from the content-addressed store, hash-verified

36
37
38def main(args):
39 parser = get_parser()
40 args = parser.parse_args(args)
41 convert(args.json, args.dict, args.refs, args.hyps, args.srcs, args.dict_src)
42
43
44def convert(jsonf, dic, refs, hyps, srcs, dic_src):

Callers 1

json2trn_mt.pyFile · 0.70

Calls 2

get_parserFunction · 0.70
convertFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…