File size: 102 Bytes
1bb71ad | 1 2 3 4 5 | import json
with open("./corpus_master_ALL.json","r") as f:
c = json.load(f)
print(c['start']['be']) |
1bb71ad | 1 2 3 4 5 | import json
with open("./corpus_master_ALL.json","r") as f:
c = json.load(f)
print(c['start']['be']) |