MCPcopy Create free account
hub / github.com/Clearailhc/ACE2005-toolkit / load_json

Function load_json

extract.py:31–34  ·  view source on GitHub ↗
(json_file)

Source from the content-addressed store, hash-verified

29
30
31def load_json(json_file):
32 with open(json_file) as f:
33 data = json.load(f)
34 return data
35
36
37def load_conllu(conllu_file):

Callers 1

modify_filesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected