-
Notifications
You must be signed in to change notification settings - Fork 0
/
material_texts2.js
370 lines (370 loc) · 7.85 KB
/
material_texts2.js
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
var texts = {
"analogues" : {
"bacteria": {
"statements" : [
"Bacteria #1 emits enzyme #2.",
"Enzyme #2 dissolves the membrane of organ #3.",
"Organ #3 fails."
],
"relations" : [
[
"emits",
"expels",
"injects"
],[
"dissolves sth. of",
"disintegrates sth. of",
"disjoints sth. of"
],[
"fails",
"dies",
"is eliminated"
]
]
},
"crusader" : {
"statements" : [
"Crusader group #1 buys weapon #2.",
"Weapon #2 breaches the fortification of town #3.",
"Town #3 is invaded."
],
"relations":[
[
"buys",
"acquires",
"catches"
],[
"breaches sth. of",
"breaks sth. of",
"passes sth. of"
],[
"is invaded",
"is intruded",
"is infiltrated"
]
]
},
"hacker" : {
"statements" : [
"Hacker #1 writes computer code #2.",
"Code #2 cracks the firewall of company #3.",
"Company #3 suffers a data loss."
],
"relations":[
[
"writes",
"invents",
"thinks of"
],[
"cracks sth. of",
"penetrates sth. of",
"catches sth. of"
],[
"suffers sth.",
"leaks sth.",
"tolerates sth."
]
]
},
"lawyer" : {
"statements" : [
"Lawyer #1 finds loophole #2.",
"Loophole #2 bypasses contract of union #3.",
"Union #3 loses a lawsuit."
],
"relations":[
[
"finds",
"detects",
"meets"
],[
"bypasses sth. of",
"overrides sth. of",
"bystands sth. of"
],[
"loses sth.",
"forfeits sth.",
"files sth."
]
]
},
"robber" : {
"statements" : [
"Criminal #1 learns about security issue #2.",
"Security issue #2 suspends alarm system of museum #3.",
"Museum #3 gets robbed."
],
"relations":[
[
"learns about",
"finds out about",
"starts looking"
],[
"suspends sth. of",
"disrupts sth. of",
"inspects sth. of"
],[
"gets robbed",
"endures loss",
"is hijacked"
]
]
},
"fox" : {
"statements" : [
"Fox #1 digs tunnel #2.",
"Tunnel #2 leads to coop of chicken #3.",
"Chicken #3 is devoured."
],
"relations" : [[
"digs",
"burrow",
"wants"
],[
"leads to sth. of",
"gets to sth. of",
"goes on sth. of"
],[
"is devoured",
"is eaten",
"is missing"
]]
}
},
"fillers" : {
"storm" : {
"statements" : [
"Storm #1 hits tree #2.",
"Tree #2 falls on trail of route #3.",
"Route #3 is blocked."
],
"relations" : [
[
"hits",
"blows off",
"runs over"
],[
"falls on",
"drops on",
"is thrown on"
],[
"is blocked",
"is jammed",
"is ruined"
]
]
},
"farm" : {
"statements" : [
"Farmer #1 purchases machine #2.",
"Machine #2 can collect fruit of plant #3.",
"Plant #3 are harvested automatically."
],
"relations" : [
[
"purchases",
"buys",
"borrows"
],[
"can collect",
"garners",
"can compose"
],[
"are harvested automatically",
"are reaped mechanically",
"are picked manually"
]
]
},
"mining" : {
"statements" : [
"Mining company #1 has a lot of resource #2.",
"Resource #2 is sparse in country #3.",
"Country #3 starts negotiating."
],
"relations" : [
[
"has a lot of",
"is filled with",
"fills in for"
],[
"is sparse in",
"is rarely found in",
"is sparked through"
],[
"starts negotiating",
"starts brokering",
"starts trading"
]
]
},
"pump" : {
"statements" : [
"Plumber #1 installs pump #2.",
"Pump #2 sucks water from ground #3.",
"Ground #3 dries up."
],
"relations" : [
[
"installs",
"builds",
"fixes"
],[
"sucks sth. from",
"transports sth. from",
"elevates sth. from"
],[
"dries up",
"dehydrates",
"soakes up"
]
]
},
"employee" : {
"statements" : [
"Employee #1 is assigned to project #2.",
"Project #2 supports agenda of manager #3.",
"Manager #3 gets a promotion."
],
"relations":[
[
"is assigned to",
"is referred to",
"is arranged to"
],[
"supports sth. of",
"emphasizes sth. of",
"destroys sth. of"
],[
"gets a promotion",
"gets an advancement",
"gets a bonus"
]
]
},
"neighbor" : {
"statements" : [
"Man #1 takes care of cat #2.",
"Cat #2 walks over the flowers of neighbor #3",
"Neighbor #3 gets angry."
],
"relations" : [
[
"takes care of",
"looks after",
"is feeding"
],[
"walks over sth. of",
"goes over sth. of",
"strays over to"
],[
"gets angry",
"becomes furious",
"gets aroused"
]
]
}
},
"burns" : {
"fish" : {
"statements" : [
"Fisher #1 cultivates sea grass #2.",
"Sea grass #2 is eaten by fish #3.",
"Fish #3 is captured."
],
"relations":[
[
"cultivates",
"grows",
"breeds"
],[
"is eaten by",
"is consumed by",
"is accepted by"
],[
"is captured",
"is taken",
"is digested"
]
]
},
"school" : {
"statements" : [
"School girl #1 beats boy #2.",
"Boy #2 reports to teacher #3.",
"Teacher #3 calls parents."
],
"relations":[
[
"beats",
"punches",
"touches"
],[
"reports to",
"tells",
"goes to"
],[
"calls parents",
"notifies parents",
"visits parents"
]
]
},
"insect" : {
"statements" : [
"Perfume #1 attracts insect #2.",
"Insect #2 attacks woman #3.",
"Woman #3 has an allergic reaction."
],
"relations":[
[
"attracts",
"lures",
"smells"
],[
"attacks",
"assaults",
"approaches"
],[
"has an allergic reaction",
"needs medical support",
"has a panic reaction"
]
]
},
"meteo" : {
"statements" : [
"Cloud #1 collects humidity over ocean #2.",
"Ocean #2 lies next to the beaches of area #3.",
"Area #3 is fertile."
],
"relations" : [
[
"collects humidity over",
"is contained in",
"lies in front of"
],[
"lies next to",
"is located near",
"lies above"
],[
"is fertile",
"is humid",
"is rich"
]
]
}
},
"trick" : {
"statements" : [
"Object #1 relates to object #2."
],
"relations" : [
[
"relates to",
"delegates",
"increases"
]
]
}
};