Splend1dchan
commited on
Commit
•
1bb71ad
1
Parent(s):
50744d2
Upload ./raw/attrs/test.py with huggingface_hub
Browse files- raw/attrs/test.py +5 -0
raw/attrs/test.py
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
import json
|
2 |
+
with open("./corpus_master_ALL.json","r") as f:
|
3 |
+
c = json.load(f)
|
4 |
+
|
5 |
+
print(c['start']['be'])
|