-
Notifications
You must be signed in to change notification settings - Fork 4
/
corpus.json
65 lines (60 loc) · 2.42 KB
/
corpus.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"large":{
"vg":["Object_Size_large_vg_obj","Object_Size_large_vg_subj"],
"swig":["Object_Size_large_swig_agent","Object_Size_large_swig_destination","Object_Size_large_swig_item","Object_Size_large_swig_tool"],
"hake":["Object_Size_large_hake"]
},
"medium":{
"vg":["Object_Size_medium_vg_obj","Object_Size_medium_vg_subj"],
"swig":["Object_Size_medium_swig_agent","Object_Size_medium_swig_destination","Object_Size_medium_swig_item","Object_Size_medium_swig_tool"],
"hake":["Object_Size_medium_hake"]
},
"small":{
"vg":["Object_Size_small_vg_obj","Object_Size_small_vg_subj"],
"swig":["Object_Size_small_swig_agent","Object_Size_small_swig_destination","Object_Size_small_swig_item","Object_Size_small_swig_tool"],
"hake":["Object_Size_small_hake"]
},
"center":{
"vg":["Object_Location_center_vg_obj","Object_Location_center_vg_subj"],
"swig":["Object_Location_center_swig_agent","Object_Location_center_swig_destination","Object_Location_center_swig_item","Object_Location_center_swig_tool"],
"hake":["Object_Location_center_hake"]
},
"mid":{
"vg":["Object_Location_mid_vg_obj","Object_Location_mid_vg_subj"],
"swig":["Object_Location_mid_swig_agent","Object_Location_mid_swig_destination","Object_Location_mid_swig_item","Object_Location_mid_swig_tool"],
"hake":["Object_Location_mid_hake"]
},
"margin":{
"vg":["Object_Location_margin_vg_obj","Object_Location_margin_vg_subj"],
"swig":["Object_Location_margin_swig_agent","Object_Location_margin_swig_destination","Object_Location_margin_swig_item","Object_Location_margin_swig_tool"],
"hake":["Object_Location_margin_hake"]
},
"color":{
"vg":["Attribute_color_vg"],
"vaw":["Attribute_color_vaw"]
},
"material":{
"vg":["Attribute_material_vg"],
"vaw":["Attribute_material_vaw"]
},
"action_a":{
"vg":["Attribute_action_vg"],
"vaw":["Attribute_action_vaw"]
},
"size":{
"vg":["Attribute_size_vg"],
"vaw":["Attribute_size_vaw"]
},
"state":{
"vg":["Attribute_state_vg"],
"vaw":["Attribute_state_vaw"]
},
"action_r":{
"vg":["Relation_action_vg"],
"swig":["Relation_action_swig"],
"hake":["Relation_action_hake"]
},
"spatial":{
"vg":["Relation_spatial_vg"]
}
}