tpmkms_4wp 8.9.1-beta.24 → 8.9.1-beta.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/common/animals.instance.json +23 -75
- package/common/articles.test.json +172 -4
- package/common/asking.test.json +731 -19
- package/common/avatar.test.json +3703 -1884
- package/common/characters.test.json +890 -112
- package/common/colors.instance.json +25 -333
- package/common/colors.test.json +632 -136
- package/common/comparable.test.json +3057 -601
- package/common/concept.test.json +1517 -453
- package/common/conjunction.test.json +112 -1
- package/common/countable.test.json +862 -66
- package/common/crew.instance.json +288 -0
- package/common/crew.test.json +5322 -918
- package/common/currency.test.json +564 -64
- package/common/dialogues.test.json +3617 -1221
- package/common/dimension.instance.json +36 -0
- package/common/dimension.test.json +18934 -12493
- package/common/edible.instance.json +36 -96
- package/common/edible.test.json +898 -168
- package/common/emotions.test.json +609 -107
- package/common/errors.test.json +49 -0
- package/common/evaluate.test.json +79 -1
- package/common/events.test.json +2020 -308
- package/common/fastfood.instance.json +284 -36
- package/common/fastfood.test.json +29023 -2294
- package/common/formulas.test.json +6602 -3800
- package/common/help.test.json +144 -0
- package/common/hierarchy.test.json +45023 -19454
- package/common/javascript.test.json +115 -11
- package/common/kirk.test.json +788 -255
- package/common/length.instance.json +0 -60
- package/common/length.test.json +4300 -2051
- package/common/listener.test.json +24 -1
- package/common/math.test.json +27147 -15408
- package/common/meta.test.json +2436 -253
- package/common/nameable.test.json +4185 -1467
- package/common/negation.test.json +92 -8
- package/common/numbers.test.json +144 -0
- package/common/ordering.instance.json +63 -47
- package/common/ordering.test.json +1060 -281
- package/common/ordinals.test.json +183 -6
- package/common/people.instance.json +0 -52
- package/common/people.test.json +13917 -7609
- package/common/percentages.test.json +158 -0
- package/common/pipboy.instance.json +36 -60
- package/common/pipboy.js +0 -1
- package/common/pipboy.test.json +14457 -5640
- package/common/pokemon.instance.json +0 -44
- package/common/pokemon.test.json +1321 -406
- package/common/pressure.test.json +1170 -348
- package/common/properties.test.json +33010 -11800
- package/common/punctuation.test.json +168 -0
- package/common/reports.instance.json +1 -1
- package/common/reports.test.json +7583 -204
- package/common/scorekeeper.test.json +25112 -12632
- package/common/sizeable.test.json +945 -215
- package/common/spock.test.json +788 -255
- package/common/stgame.test.json +890 -108
- package/common/stm.test.json +461 -9
- package/common/tell.test.json +119 -1
- package/common/temperature.test.json +1272 -480
- package/common/testing.test.json +51 -1
- package/common/time.test.json +4994 -1241
- package/common/tokenize.test.json +24 -0
- package/common/ui.test.json +4337 -157
- package/common/weight.instance.json +0 -68
- package/common/weight.test.json +6168 -3160
- package/common/wp.instance.json +0 -172
- package/common/wp.test.json +12342 -514
- package/common/yesno.test.json +108 -4
- package/package.json +2 -2
@@ -16,6 +16,7 @@
|
|
16
16
|
},
|
17
17
|
"contexts": [
|
18
18
|
{
|
19
|
+
"context_index": 1,
|
19
20
|
"dead": true,
|
20
21
|
"default": true,
|
21
22
|
"level": 1,
|
@@ -111,47 +112,69 @@
|
|
111
112
|
},
|
112
113
|
"objects": {
|
113
114
|
"nameToUUID": {
|
115
|
+
"articles": "articles2",
|
116
|
+
"asking": "asking2",
|
114
117
|
"concept": "concept2",
|
118
|
+
"conjunction": "conjunction2",
|
115
119
|
"dialogues": "dialogues2",
|
120
|
+
"evaluate": "evaluate2",
|
116
121
|
"gdefaults": "gdefaults2",
|
117
122
|
"hierarchy": "hierarchy2",
|
118
123
|
"meta": "meta2",
|
124
|
+
"negation": "negation2",
|
119
125
|
"numbers": "numbers2",
|
120
126
|
"pos": "pos2",
|
121
127
|
"properties": "properties2",
|
122
128
|
"punctuation": "punctuation2",
|
123
129
|
"sdefaults": "sdefaults2",
|
124
130
|
"sizeable": "sizeable1",
|
125
|
-
"stm": "stm2"
|
131
|
+
"stm": "stm2",
|
132
|
+
"tokenize": "tokenize2"
|
126
133
|
},
|
127
134
|
"namespaced": {
|
135
|
+
"articles2": {
|
136
|
+
},
|
137
|
+
"asking2": {
|
138
|
+
},
|
128
139
|
"concept2": {
|
129
140
|
"defaultTypesForHierarchy": {
|
130
141
|
},
|
131
142
|
"valueToWords": [
|
132
143
|
]
|
133
144
|
},
|
145
|
+
"conjunction2": {
|
146
|
+
},
|
134
147
|
"dialogues2": {
|
148
|
+
"idSuffix": "",
|
135
149
|
"mentioned": [
|
136
150
|
],
|
137
151
|
"variables": {
|
138
152
|
}
|
139
153
|
},
|
154
|
+
"evaluate2": {
|
155
|
+
},
|
140
156
|
"gdefaults2": {
|
141
157
|
},
|
142
158
|
"hierarchy2": {
|
143
159
|
},
|
144
160
|
"meta2": {
|
145
161
|
},
|
162
|
+
"negation2": {
|
163
|
+
},
|
146
164
|
"numbers2": {
|
147
165
|
},
|
148
166
|
"pos2": {
|
149
167
|
},
|
150
168
|
"properties2": {
|
151
169
|
"children": {
|
152
|
-
"
|
170
|
+
"adjective": [
|
171
|
+
"stm_before"
|
172
|
+
],
|
173
|
+
"article": [
|
153
174
|
"a",
|
154
|
-
"the"
|
175
|
+
"the",
|
176
|
+
"each",
|
177
|
+
"every"
|
155
178
|
],
|
156
179
|
"canBeDoQuestion": [
|
157
180
|
"have"
|
@@ -166,16 +189,14 @@
|
|
166
189
|
"ifAble": [
|
167
190
|
"orAble"
|
168
191
|
],
|
169
|
-
"notAble": [
|
170
|
-
"unknown"
|
171
|
-
],
|
172
192
|
"object": [
|
173
|
-
"unknown",
|
174
193
|
"what",
|
175
194
|
"whose"
|
176
195
|
],
|
177
196
|
"preposition": [
|
178
|
-
"between"
|
197
|
+
"between",
|
198
|
+
"propertyOf",
|
199
|
+
"to"
|
179
200
|
],
|
180
201
|
"pronoun": [
|
181
202
|
"it",
|
@@ -185,27 +206,32 @@
|
|
185
206
|
"questionMark"
|
186
207
|
],
|
187
208
|
"queryable": [
|
209
|
+
"xfx",
|
188
210
|
"hierarchyAble",
|
189
211
|
"readonly",
|
190
212
|
"property",
|
191
213
|
"object",
|
192
|
-
"xfx",
|
193
214
|
"concept",
|
215
|
+
"doubleQuote",
|
216
|
+
"theAble",
|
194
217
|
"unknown",
|
195
218
|
"it",
|
196
219
|
"what",
|
197
220
|
"whatAble",
|
221
|
+
"negatable",
|
198
222
|
"this",
|
199
|
-
"
|
200
|
-
"
|
223
|
+
"reason",
|
224
|
+
"distributable",
|
225
|
+
"thisitthat"
|
201
226
|
],
|
202
227
|
"theAble": [
|
203
228
|
"property",
|
204
229
|
"object",
|
205
230
|
"concept",
|
206
231
|
"unknown",
|
207
|
-
"
|
208
|
-
"
|
232
|
+
"reason",
|
233
|
+
"memorable",
|
234
|
+
"noun"
|
209
235
|
],
|
210
236
|
"thisitthat": [
|
211
237
|
"it",
|
@@ -215,56 +241,66 @@
|
|
215
241
|
"toAble": [
|
216
242
|
"it"
|
217
243
|
],
|
218
|
-
"
|
219
|
-
"property"
|
220
|
-
],
|
221
|
-
"verby": [
|
244
|
+
"verb": [
|
222
245
|
"modifies",
|
223
|
-
"is"
|
246
|
+
"is",
|
247
|
+
"remember",
|
248
|
+
"evaluate"
|
224
249
|
]
|
225
250
|
},
|
226
251
|
"concepts": [
|
227
252
|
"properties",
|
228
253
|
"unknown",
|
229
254
|
"hierarchyAble",
|
230
|
-
"object",
|
231
255
|
"what",
|
256
|
+
"object",
|
257
|
+
"xfx",
|
232
258
|
"queryable",
|
259
|
+
"between",
|
260
|
+
"preposition",
|
233
261
|
"readonly",
|
234
|
-
"property",
|
235
|
-
"xfx",
|
236
|
-
"theAble",
|
237
|
-
"whose",
|
238
262
|
"have",
|
239
263
|
"canBeDoQuestion",
|
240
264
|
"canBeQuestion",
|
241
|
-
"
|
242
|
-
"
|
265
|
+
"property",
|
266
|
+
"theAble",
|
267
|
+
"propertyOf",
|
268
|
+
"whose",
|
243
269
|
"concept",
|
244
270
|
"modifies",
|
245
|
-
"
|
271
|
+
"verb",
|
272
|
+
"doubleQuote",
|
246
273
|
"it",
|
247
274
|
"pronoun",
|
248
275
|
"this",
|
249
276
|
"questionMark",
|
250
277
|
"punctuation",
|
251
278
|
"a",
|
252
|
-
"
|
279
|
+
"article",
|
253
280
|
"the",
|
254
|
-
"notAble",
|
255
281
|
"whatAble",
|
282
|
+
"negatable",
|
256
283
|
"is",
|
257
284
|
"toAble",
|
258
|
-
"
|
259
|
-
"thisitthat",
|
285
|
+
"to",
|
260
286
|
"reason",
|
261
|
-
"
|
287
|
+
"memorable",
|
288
|
+
"remember",
|
289
|
+
"stm_before",
|
290
|
+
"adjective",
|
262
291
|
"orAble",
|
263
|
-
"ifAble"
|
292
|
+
"ifAble",
|
293
|
+
"evaluate",
|
294
|
+
"each",
|
295
|
+
"every",
|
296
|
+
"distributable",
|
297
|
+
"noun",
|
298
|
+
"thisitthat",
|
299
|
+
"that"
|
264
300
|
],
|
265
301
|
"parents": {
|
266
302
|
"a": [
|
267
|
-
"
|
303
|
+
"article"
|
268
304
|
],
|
269
305
|
"between": [
|
270
306
|
"preposition"
|
@@ -273,6 +309,21 @@
|
|
273
309
|
"theAble",
|
274
310
|
"queryable"
|
275
311
|
],
|
312
|
+
"distributable": [
|
313
|
+
"queryable"
|
314
|
+
],
|
315
|
+
"doubleQuote": [
|
316
|
+
"queryable"
|
317
|
+
],
|
318
|
+
"each": [
|
319
|
+
"article"
|
320
|
+
],
|
321
|
+
"evaluate": [
|
322
|
+
"verb"
|
323
|
+
],
|
324
|
+
"every": [
|
325
|
+
"article"
|
326
|
+
],
|
276
327
|
"have": [
|
277
328
|
"canBeDoQuestion",
|
278
329
|
"canBeQuestion"
|
@@ -282,7 +333,7 @@
|
|
282
333
|
],
|
283
334
|
"is": [
|
284
335
|
"canBeQuestion",
|
285
|
-
"
|
336
|
+
"verb"
|
286
337
|
],
|
287
338
|
"it": [
|
288
339
|
"pronoun",
|
@@ -290,8 +341,14 @@
|
|
290
341
|
"toAble",
|
291
342
|
"thisitthat"
|
292
343
|
],
|
344
|
+
"memorable": [
|
345
|
+
"theAble"
|
346
|
+
],
|
293
347
|
"modifies": [
|
294
|
-
"
|
348
|
+
"verb"
|
349
|
+
],
|
350
|
+
"negatable": [
|
351
|
+
"queryable"
|
295
352
|
],
|
296
353
|
"noun": [
|
297
354
|
"theAble"
|
@@ -305,8 +362,10 @@
|
|
305
362
|
],
|
306
363
|
"property": [
|
307
364
|
"queryable",
|
308
|
-
"theAble"
|
309
|
-
|
365
|
+
"theAble"
|
366
|
+
],
|
367
|
+
"propertyOf": [
|
368
|
+
"preposition"
|
310
369
|
],
|
311
370
|
"questionMark": [
|
312
371
|
"punctuation"
|
@@ -318,11 +377,20 @@
|
|
318
377
|
"theAble",
|
319
378
|
"queryable"
|
320
379
|
],
|
380
|
+
"remember": [
|
381
|
+
"verb"
|
382
|
+
],
|
383
|
+
"stm_before": [
|
384
|
+
"adjective"
|
385
|
+
],
|
321
386
|
"that": [
|
322
387
|
"thisitthat"
|
323
388
|
],
|
324
389
|
"the": [
|
325
|
-
"
|
390
|
+
"article"
|
391
|
+
],
|
392
|
+
"theAble": [
|
393
|
+
"queryable"
|
326
394
|
],
|
327
395
|
"this": [
|
328
396
|
"pronoun",
|
@@ -332,10 +400,11 @@
|
|
332
400
|
"thisitthat": [
|
333
401
|
"queryable"
|
334
402
|
],
|
403
|
+
"to": [
|
404
|
+
"preposition"
|
405
|
+
],
|
335
406
|
"unknown": [
|
336
407
|
"hierarchyAble",
|
337
|
-
"object",
|
338
|
-
"notAble",
|
339
408
|
"theAble",
|
340
409
|
"queryable"
|
341
410
|
],
|
@@ -361,7 +430,9 @@
|
|
361
430
|
"root": {
|
362
431
|
"a": {
|
363
432
|
},
|
364
|
-
"
|
433
|
+
"adjective": {
|
434
|
+
},
|
435
|
+
"article": {
|
365
436
|
},
|
366
437
|
"between": {
|
367
438
|
},
|
@@ -371,6 +442,16 @@
|
|
371
442
|
},
|
372
443
|
"concept": {
|
373
444
|
},
|
445
|
+
"distributable": {
|
446
|
+
},
|
447
|
+
"doubleQuote": {
|
448
|
+
},
|
449
|
+
"each": {
|
450
|
+
},
|
451
|
+
"evaluate": {
|
452
|
+
},
|
453
|
+
"every": {
|
454
|
+
},
|
374
455
|
"have": {
|
375
456
|
},
|
376
457
|
"hierarchyAble": {
|
@@ -381,9 +462,11 @@
|
|
381
462
|
},
|
382
463
|
"it": {
|
383
464
|
},
|
465
|
+
"memorable": {
|
466
|
+
},
|
384
467
|
"modifies": {
|
385
468
|
},
|
386
|
-
"
|
469
|
+
"negatable": {
|
387
470
|
},
|
388
471
|
"noun": {
|
389
472
|
},
|
@@ -397,6 +480,8 @@
|
|
397
480
|
},
|
398
481
|
"property": {
|
399
482
|
},
|
483
|
+
"propertyOf": {
|
484
|
+
},
|
400
485
|
"punctuation": {
|
401
486
|
},
|
402
487
|
"queryable": {
|
@@ -407,6 +492,10 @@
|
|
407
492
|
},
|
408
493
|
"reason": {
|
409
494
|
},
|
495
|
+
"remember": {
|
496
|
+
},
|
497
|
+
"stm_before": {
|
498
|
+
},
|
410
499
|
"that": {
|
411
500
|
},
|
412
501
|
"the": {
|
@@ -417,11 +506,13 @@
|
|
417
506
|
},
|
418
507
|
"thisitthat": {
|
419
508
|
},
|
509
|
+
"to": {
|
510
|
+
},
|
420
511
|
"toAble": {
|
421
512
|
},
|
422
513
|
"unknown": {
|
423
514
|
},
|
424
|
-
"
|
515
|
+
"verb": {
|
425
516
|
},
|
426
517
|
"what": {
|
427
518
|
},
|
@@ -451,11 +542,14 @@
|
|
451
542
|
],
|
452
543
|
"variables": {
|
453
544
|
}
|
545
|
+
},
|
546
|
+
"tokenize2": {
|
454
547
|
}
|
455
548
|
},
|
456
549
|
"processed": [
|
457
550
|
{
|
458
551
|
"context": {
|
552
|
+
"context_index": 1,
|
459
553
|
"dead": true,
|
460
554
|
"default": true,
|
461
555
|
"level": 1,
|
@@ -508,6 +602,58 @@
|
|
508
602
|
"query": "small sizeable",
|
509
603
|
"responses": [
|
510
604
|
""
|
605
|
+
],
|
606
|
+
"summaries": [
|
607
|
+
[
|
608
|
+
{
|
609
|
+
"counter": 1,
|
610
|
+
"operators": [
|
611
|
+
[
|
612
|
+
"size",
|
613
|
+
0
|
614
|
+
],
|
615
|
+
[
|
616
|
+
"sizeable",
|
617
|
+
0
|
618
|
+
]
|
619
|
+
]
|
620
|
+
},
|
621
|
+
{
|
622
|
+
"counter": 2,
|
623
|
+
"operators": [
|
624
|
+
[
|
625
|
+
"size",
|
626
|
+
1
|
627
|
+
],
|
628
|
+
[
|
629
|
+
"sizeable",
|
630
|
+
0
|
631
|
+
]
|
632
|
+
]
|
633
|
+
},
|
634
|
+
{
|
635
|
+
"counter": 3,
|
636
|
+
"operators": [
|
637
|
+
[
|
638
|
+
"size",
|
639
|
+
1
|
640
|
+
],
|
641
|
+
[
|
642
|
+
"sizeable",
|
643
|
+
1
|
644
|
+
]
|
645
|
+
]
|
646
|
+
},
|
647
|
+
{
|
648
|
+
"counter": 4,
|
649
|
+
"operators": [
|
650
|
+
[
|
651
|
+
"sizeable",
|
652
|
+
1
|
653
|
+
]
|
654
|
+
]
|
655
|
+
}
|
656
|
+
]
|
511
657
|
]
|
512
658
|
},
|
513
659
|
{
|
@@ -527,6 +673,7 @@
|
|
527
673
|
},
|
528
674
|
"contexts": [
|
529
675
|
{
|
676
|
+
"context_index": 1,
|
530
677
|
"dead": true,
|
531
678
|
"default": true,
|
532
679
|
"level": 1,
|
@@ -622,47 +769,69 @@
|
|
622
769
|
},
|
623
770
|
"objects": {
|
624
771
|
"nameToUUID": {
|
772
|
+
"articles": "articles2",
|
773
|
+
"asking": "asking2",
|
625
774
|
"concept": "concept2",
|
775
|
+
"conjunction": "conjunction2",
|
626
776
|
"dialogues": "dialogues2",
|
777
|
+
"evaluate": "evaluate2",
|
627
778
|
"gdefaults": "gdefaults2",
|
628
779
|
"hierarchy": "hierarchy2",
|
629
780
|
"meta": "meta2",
|
781
|
+
"negation": "negation2",
|
630
782
|
"numbers": "numbers2",
|
631
783
|
"pos": "pos2",
|
632
784
|
"properties": "properties2",
|
633
785
|
"punctuation": "punctuation2",
|
634
786
|
"sdefaults": "sdefaults2",
|
635
787
|
"sizeable": "sizeable1",
|
636
|
-
"stm": "stm2"
|
788
|
+
"stm": "stm2",
|
789
|
+
"tokenize": "tokenize2"
|
637
790
|
},
|
638
791
|
"namespaced": {
|
792
|
+
"articles2": {
|
793
|
+
},
|
794
|
+
"asking2": {
|
795
|
+
},
|
639
796
|
"concept2": {
|
640
797
|
"defaultTypesForHierarchy": {
|
641
798
|
},
|
642
799
|
"valueToWords": [
|
643
800
|
]
|
644
801
|
},
|
802
|
+
"conjunction2": {
|
803
|
+
},
|
645
804
|
"dialogues2": {
|
805
|
+
"idSuffix": "",
|
646
806
|
"mentioned": [
|
647
807
|
],
|
648
808
|
"variables": {
|
649
809
|
}
|
650
810
|
},
|
811
|
+
"evaluate2": {
|
812
|
+
},
|
651
813
|
"gdefaults2": {
|
652
814
|
},
|
653
815
|
"hierarchy2": {
|
654
816
|
},
|
655
817
|
"meta2": {
|
656
818
|
},
|
819
|
+
"negation2": {
|
820
|
+
},
|
657
821
|
"numbers2": {
|
658
822
|
},
|
659
823
|
"pos2": {
|
660
824
|
},
|
661
825
|
"properties2": {
|
662
826
|
"children": {
|
663
|
-
"
|
827
|
+
"adjective": [
|
828
|
+
"stm_before"
|
829
|
+
],
|
830
|
+
"article": [
|
664
831
|
"a",
|
665
|
-
"the"
|
832
|
+
"the",
|
833
|
+
"each",
|
834
|
+
"every"
|
666
835
|
],
|
667
836
|
"canBeDoQuestion": [
|
668
837
|
"have"
|
@@ -677,16 +846,14 @@
|
|
677
846
|
"ifAble": [
|
678
847
|
"orAble"
|
679
848
|
],
|
680
|
-
"notAble": [
|
681
|
-
"unknown"
|
682
|
-
],
|
683
849
|
"object": [
|
684
|
-
"unknown",
|
685
850
|
"what",
|
686
851
|
"whose"
|
687
852
|
],
|
688
853
|
"preposition": [
|
689
|
-
"between"
|
854
|
+
"between",
|
855
|
+
"propertyOf",
|
856
|
+
"to"
|
690
857
|
],
|
691
858
|
"pronoun": [
|
692
859
|
"it",
|
@@ -696,27 +863,32 @@
|
|
696
863
|
"questionMark"
|
697
864
|
],
|
698
865
|
"queryable": [
|
866
|
+
"xfx",
|
699
867
|
"hierarchyAble",
|
700
868
|
"readonly",
|
701
869
|
"property",
|
702
870
|
"object",
|
703
|
-
"xfx",
|
704
871
|
"concept",
|
872
|
+
"doubleQuote",
|
873
|
+
"theAble",
|
705
874
|
"unknown",
|
706
875
|
"it",
|
707
876
|
"what",
|
708
877
|
"whatAble",
|
878
|
+
"negatable",
|
709
879
|
"this",
|
710
|
-
"
|
711
|
-
"
|
880
|
+
"reason",
|
881
|
+
"distributable",
|
882
|
+
"thisitthat"
|
712
883
|
],
|
713
884
|
"theAble": [
|
714
885
|
"property",
|
715
886
|
"object",
|
716
887
|
"concept",
|
717
888
|
"unknown",
|
718
|
-
"
|
719
|
-
"
|
889
|
+
"reason",
|
890
|
+
"memorable",
|
891
|
+
"noun"
|
720
892
|
],
|
721
893
|
"thisitthat": [
|
722
894
|
"it",
|
@@ -726,56 +898,66 @@
|
|
726
898
|
"toAble": [
|
727
899
|
"it"
|
728
900
|
],
|
729
|
-
"
|
730
|
-
"property"
|
731
|
-
],
|
732
|
-
"verby": [
|
901
|
+
"verb": [
|
733
902
|
"modifies",
|
734
|
-
"is"
|
903
|
+
"is",
|
904
|
+
"remember",
|
905
|
+
"evaluate"
|
735
906
|
]
|
736
907
|
},
|
737
908
|
"concepts": [
|
738
909
|
"properties",
|
739
910
|
"unknown",
|
740
911
|
"hierarchyAble",
|
741
|
-
"object",
|
742
912
|
"what",
|
913
|
+
"object",
|
914
|
+
"xfx",
|
743
915
|
"queryable",
|
916
|
+
"between",
|
917
|
+
"preposition",
|
744
918
|
"readonly",
|
745
|
-
"property",
|
746
|
-
"xfx",
|
747
|
-
"theAble",
|
748
|
-
"whose",
|
749
919
|
"have",
|
750
920
|
"canBeDoQuestion",
|
751
921
|
"canBeQuestion",
|
752
|
-
"
|
753
|
-
"
|
922
|
+
"property",
|
923
|
+
"theAble",
|
924
|
+
"propertyOf",
|
925
|
+
"whose",
|
754
926
|
"concept",
|
755
927
|
"modifies",
|
756
|
-
"
|
928
|
+
"verb",
|
929
|
+
"doubleQuote",
|
757
930
|
"it",
|
758
931
|
"pronoun",
|
759
932
|
"this",
|
760
933
|
"questionMark",
|
761
934
|
"punctuation",
|
762
935
|
"a",
|
763
|
-
"
|
936
|
+
"article",
|
764
937
|
"the",
|
765
|
-
"notAble",
|
766
938
|
"whatAble",
|
939
|
+
"negatable",
|
767
940
|
"is",
|
768
941
|
"toAble",
|
769
|
-
"
|
770
|
-
"thisitthat",
|
942
|
+
"to",
|
771
943
|
"reason",
|
772
|
-
"
|
944
|
+
"memorable",
|
945
|
+
"remember",
|
946
|
+
"stm_before",
|
947
|
+
"adjective",
|
773
948
|
"orAble",
|
774
|
-
"ifAble"
|
949
|
+
"ifAble",
|
950
|
+
"evaluate",
|
951
|
+
"each",
|
952
|
+
"every",
|
953
|
+
"distributable",
|
954
|
+
"noun",
|
955
|
+
"thisitthat",
|
956
|
+
"that"
|
775
957
|
],
|
776
958
|
"parents": {
|
777
959
|
"a": [
|
778
|
-
"
|
960
|
+
"article"
|
779
961
|
],
|
780
962
|
"between": [
|
781
963
|
"preposition"
|
@@ -784,6 +966,21 @@
|
|
784
966
|
"theAble",
|
785
967
|
"queryable"
|
786
968
|
],
|
969
|
+
"distributable": [
|
970
|
+
"queryable"
|
971
|
+
],
|
972
|
+
"doubleQuote": [
|
973
|
+
"queryable"
|
974
|
+
],
|
975
|
+
"each": [
|
976
|
+
"article"
|
977
|
+
],
|
978
|
+
"evaluate": [
|
979
|
+
"verb"
|
980
|
+
],
|
981
|
+
"every": [
|
982
|
+
"article"
|
983
|
+
],
|
787
984
|
"have": [
|
788
985
|
"canBeDoQuestion",
|
789
986
|
"canBeQuestion"
|
@@ -793,7 +990,7 @@
|
|
793
990
|
],
|
794
991
|
"is": [
|
795
992
|
"canBeQuestion",
|
796
|
-
"
|
993
|
+
"verb"
|
797
994
|
],
|
798
995
|
"it": [
|
799
996
|
"pronoun",
|
@@ -801,8 +998,14 @@
|
|
801
998
|
"toAble",
|
802
999
|
"thisitthat"
|
803
1000
|
],
|
1001
|
+
"memorable": [
|
1002
|
+
"theAble"
|
1003
|
+
],
|
804
1004
|
"modifies": [
|
805
|
-
"
|
1005
|
+
"verb"
|
1006
|
+
],
|
1007
|
+
"negatable": [
|
1008
|
+
"queryable"
|
806
1009
|
],
|
807
1010
|
"noun": [
|
808
1011
|
"theAble"
|
@@ -816,8 +1019,10 @@
|
|
816
1019
|
],
|
817
1020
|
"property": [
|
818
1021
|
"queryable",
|
819
|
-
"theAble"
|
820
|
-
|
1022
|
+
"theAble"
|
1023
|
+
],
|
1024
|
+
"propertyOf": [
|
1025
|
+
"preposition"
|
821
1026
|
],
|
822
1027
|
"questionMark": [
|
823
1028
|
"punctuation"
|
@@ -829,11 +1034,20 @@
|
|
829
1034
|
"theAble",
|
830
1035
|
"queryable"
|
831
1036
|
],
|
1037
|
+
"remember": [
|
1038
|
+
"verb"
|
1039
|
+
],
|
1040
|
+
"stm_before": [
|
1041
|
+
"adjective"
|
1042
|
+
],
|
832
1043
|
"that": [
|
833
1044
|
"thisitthat"
|
834
1045
|
],
|
835
1046
|
"the": [
|
836
|
-
"
|
1047
|
+
"article"
|
1048
|
+
],
|
1049
|
+
"theAble": [
|
1050
|
+
"queryable"
|
837
1051
|
],
|
838
1052
|
"this": [
|
839
1053
|
"pronoun",
|
@@ -843,10 +1057,11 @@
|
|
843
1057
|
"thisitthat": [
|
844
1058
|
"queryable"
|
845
1059
|
],
|
1060
|
+
"to": [
|
1061
|
+
"preposition"
|
1062
|
+
],
|
846
1063
|
"unknown": [
|
847
1064
|
"hierarchyAble",
|
848
|
-
"object",
|
849
|
-
"notAble",
|
850
1065
|
"theAble",
|
851
1066
|
"queryable"
|
852
1067
|
],
|
@@ -872,7 +1087,9 @@
|
|
872
1087
|
"root": {
|
873
1088
|
"a": {
|
874
1089
|
},
|
875
|
-
"
|
1090
|
+
"adjective": {
|
1091
|
+
},
|
1092
|
+
"article": {
|
876
1093
|
},
|
877
1094
|
"between": {
|
878
1095
|
},
|
@@ -882,6 +1099,16 @@
|
|
882
1099
|
},
|
883
1100
|
"concept": {
|
884
1101
|
},
|
1102
|
+
"distributable": {
|
1103
|
+
},
|
1104
|
+
"doubleQuote": {
|
1105
|
+
},
|
1106
|
+
"each": {
|
1107
|
+
},
|
1108
|
+
"evaluate": {
|
1109
|
+
},
|
1110
|
+
"every": {
|
1111
|
+
},
|
885
1112
|
"have": {
|
886
1113
|
},
|
887
1114
|
"hierarchyAble": {
|
@@ -892,9 +1119,11 @@
|
|
892
1119
|
},
|
893
1120
|
"it": {
|
894
1121
|
},
|
1122
|
+
"memorable": {
|
1123
|
+
},
|
895
1124
|
"modifies": {
|
896
1125
|
},
|
897
|
-
"
|
1126
|
+
"negatable": {
|
898
1127
|
},
|
899
1128
|
"noun": {
|
900
1129
|
},
|
@@ -908,6 +1137,8 @@
|
|
908
1137
|
},
|
909
1138
|
"property": {
|
910
1139
|
},
|
1140
|
+
"propertyOf": {
|
1141
|
+
},
|
911
1142
|
"punctuation": {
|
912
1143
|
},
|
913
1144
|
"queryable": {
|
@@ -918,6 +1149,10 @@
|
|
918
1149
|
},
|
919
1150
|
"reason": {
|
920
1151
|
},
|
1152
|
+
"remember": {
|
1153
|
+
},
|
1154
|
+
"stm_before": {
|
1155
|
+
},
|
921
1156
|
"that": {
|
922
1157
|
},
|
923
1158
|
"the": {
|
@@ -928,11 +1163,13 @@
|
|
928
1163
|
},
|
929
1164
|
"thisitthat": {
|
930
1165
|
},
|
1166
|
+
"to": {
|
1167
|
+
},
|
931
1168
|
"toAble": {
|
932
1169
|
},
|
933
1170
|
"unknown": {
|
934
1171
|
},
|
935
|
-
"
|
1172
|
+
"verb": {
|
936
1173
|
},
|
937
1174
|
"what": {
|
938
1175
|
},
|
@@ -962,11 +1199,14 @@
|
|
962
1199
|
],
|
963
1200
|
"variables": {
|
964
1201
|
}
|
1202
|
+
},
|
1203
|
+
"tokenize2": {
|
965
1204
|
}
|
966
1205
|
},
|
967
1206
|
"processed": [
|
968
1207
|
{
|
969
1208
|
"context": {
|
1209
|
+
"context_index": 1,
|
970
1210
|
"dead": true,
|
971
1211
|
"default": true,
|
972
1212
|
"level": 1,
|
@@ -1019,6 +1259,58 @@
|
|
1019
1259
|
"query": "medium sizeable",
|
1020
1260
|
"responses": [
|
1021
1261
|
""
|
1262
|
+
],
|
1263
|
+
"summaries": [
|
1264
|
+
[
|
1265
|
+
{
|
1266
|
+
"counter": 1,
|
1267
|
+
"operators": [
|
1268
|
+
[
|
1269
|
+
"size",
|
1270
|
+
0
|
1271
|
+
],
|
1272
|
+
[
|
1273
|
+
"sizeable",
|
1274
|
+
0
|
1275
|
+
]
|
1276
|
+
]
|
1277
|
+
},
|
1278
|
+
{
|
1279
|
+
"counter": 2,
|
1280
|
+
"operators": [
|
1281
|
+
[
|
1282
|
+
"size",
|
1283
|
+
1
|
1284
|
+
],
|
1285
|
+
[
|
1286
|
+
"sizeable",
|
1287
|
+
0
|
1288
|
+
]
|
1289
|
+
]
|
1290
|
+
},
|
1291
|
+
{
|
1292
|
+
"counter": 3,
|
1293
|
+
"operators": [
|
1294
|
+
[
|
1295
|
+
"size",
|
1296
|
+
1
|
1297
|
+
],
|
1298
|
+
[
|
1299
|
+
"sizeable",
|
1300
|
+
1
|
1301
|
+
]
|
1302
|
+
]
|
1303
|
+
},
|
1304
|
+
{
|
1305
|
+
"counter": 4,
|
1306
|
+
"operators": [
|
1307
|
+
[
|
1308
|
+
"sizeable",
|
1309
|
+
1
|
1310
|
+
]
|
1311
|
+
]
|
1312
|
+
}
|
1313
|
+
]
|
1022
1314
|
]
|
1023
1315
|
},
|
1024
1316
|
{
|
@@ -1038,6 +1330,7 @@
|
|
1038
1330
|
},
|
1039
1331
|
"contexts": [
|
1040
1332
|
{
|
1333
|
+
"context_index": 1,
|
1041
1334
|
"dead": true,
|
1042
1335
|
"default": true,
|
1043
1336
|
"level": 1,
|
@@ -1133,47 +1426,69 @@
|
|
1133
1426
|
},
|
1134
1427
|
"objects": {
|
1135
1428
|
"nameToUUID": {
|
1429
|
+
"articles": "articles2",
|
1430
|
+
"asking": "asking2",
|
1136
1431
|
"concept": "concept2",
|
1432
|
+
"conjunction": "conjunction2",
|
1137
1433
|
"dialogues": "dialogues2",
|
1434
|
+
"evaluate": "evaluate2",
|
1138
1435
|
"gdefaults": "gdefaults2",
|
1139
1436
|
"hierarchy": "hierarchy2",
|
1140
1437
|
"meta": "meta2",
|
1438
|
+
"negation": "negation2",
|
1141
1439
|
"numbers": "numbers2",
|
1142
1440
|
"pos": "pos2",
|
1143
1441
|
"properties": "properties2",
|
1144
1442
|
"punctuation": "punctuation2",
|
1145
1443
|
"sdefaults": "sdefaults2",
|
1146
1444
|
"sizeable": "sizeable1",
|
1147
|
-
"stm": "stm2"
|
1445
|
+
"stm": "stm2",
|
1446
|
+
"tokenize": "tokenize2"
|
1148
1447
|
},
|
1149
1448
|
"namespaced": {
|
1449
|
+
"articles2": {
|
1450
|
+
},
|
1451
|
+
"asking2": {
|
1452
|
+
},
|
1150
1453
|
"concept2": {
|
1151
1454
|
"defaultTypesForHierarchy": {
|
1152
1455
|
},
|
1153
1456
|
"valueToWords": [
|
1154
1457
|
]
|
1155
1458
|
},
|
1459
|
+
"conjunction2": {
|
1460
|
+
},
|
1156
1461
|
"dialogues2": {
|
1462
|
+
"idSuffix": "",
|
1157
1463
|
"mentioned": [
|
1158
1464
|
],
|
1159
1465
|
"variables": {
|
1160
1466
|
}
|
1161
1467
|
},
|
1468
|
+
"evaluate2": {
|
1469
|
+
},
|
1162
1470
|
"gdefaults2": {
|
1163
1471
|
},
|
1164
1472
|
"hierarchy2": {
|
1165
1473
|
},
|
1166
1474
|
"meta2": {
|
1167
1475
|
},
|
1476
|
+
"negation2": {
|
1477
|
+
},
|
1168
1478
|
"numbers2": {
|
1169
1479
|
},
|
1170
1480
|
"pos2": {
|
1171
1481
|
},
|
1172
1482
|
"properties2": {
|
1173
1483
|
"children": {
|
1174
|
-
"
|
1484
|
+
"adjective": [
|
1485
|
+
"stm_before"
|
1486
|
+
],
|
1487
|
+
"article": [
|
1175
1488
|
"a",
|
1176
|
-
"the"
|
1489
|
+
"the",
|
1490
|
+
"each",
|
1491
|
+
"every"
|
1177
1492
|
],
|
1178
1493
|
"canBeDoQuestion": [
|
1179
1494
|
"have"
|
@@ -1188,16 +1503,14 @@
|
|
1188
1503
|
"ifAble": [
|
1189
1504
|
"orAble"
|
1190
1505
|
],
|
1191
|
-
"notAble": [
|
1192
|
-
"unknown"
|
1193
|
-
],
|
1194
1506
|
"object": [
|
1195
|
-
"unknown",
|
1196
1507
|
"what",
|
1197
1508
|
"whose"
|
1198
1509
|
],
|
1199
1510
|
"preposition": [
|
1200
|
-
"between"
|
1511
|
+
"between",
|
1512
|
+
"propertyOf",
|
1513
|
+
"to"
|
1201
1514
|
],
|
1202
1515
|
"pronoun": [
|
1203
1516
|
"it",
|
@@ -1207,27 +1520,32 @@
|
|
1207
1520
|
"questionMark"
|
1208
1521
|
],
|
1209
1522
|
"queryable": [
|
1523
|
+
"xfx",
|
1210
1524
|
"hierarchyAble",
|
1211
1525
|
"readonly",
|
1212
1526
|
"property",
|
1213
1527
|
"object",
|
1214
|
-
"xfx",
|
1215
1528
|
"concept",
|
1529
|
+
"doubleQuote",
|
1530
|
+
"theAble",
|
1216
1531
|
"unknown",
|
1217
1532
|
"it",
|
1218
1533
|
"what",
|
1219
1534
|
"whatAble",
|
1535
|
+
"negatable",
|
1220
1536
|
"this",
|
1221
|
-
"
|
1222
|
-
"
|
1537
|
+
"reason",
|
1538
|
+
"distributable",
|
1539
|
+
"thisitthat"
|
1223
1540
|
],
|
1224
1541
|
"theAble": [
|
1225
1542
|
"property",
|
1226
1543
|
"object",
|
1227
1544
|
"concept",
|
1228
1545
|
"unknown",
|
1229
|
-
"
|
1230
|
-
"
|
1546
|
+
"reason",
|
1547
|
+
"memorable",
|
1548
|
+
"noun"
|
1231
1549
|
],
|
1232
1550
|
"thisitthat": [
|
1233
1551
|
"it",
|
@@ -1237,56 +1555,66 @@
|
|
1237
1555
|
"toAble": [
|
1238
1556
|
"it"
|
1239
1557
|
],
|
1240
|
-
"
|
1241
|
-
"property"
|
1242
|
-
],
|
1243
|
-
"verby": [
|
1558
|
+
"verb": [
|
1244
1559
|
"modifies",
|
1245
|
-
"is"
|
1560
|
+
"is",
|
1561
|
+
"remember",
|
1562
|
+
"evaluate"
|
1246
1563
|
]
|
1247
1564
|
},
|
1248
1565
|
"concepts": [
|
1249
1566
|
"properties",
|
1250
1567
|
"unknown",
|
1251
1568
|
"hierarchyAble",
|
1252
|
-
"object",
|
1253
1569
|
"what",
|
1570
|
+
"object",
|
1571
|
+
"xfx",
|
1254
1572
|
"queryable",
|
1573
|
+
"between",
|
1574
|
+
"preposition",
|
1255
1575
|
"readonly",
|
1256
|
-
"property",
|
1257
|
-
"xfx",
|
1258
|
-
"theAble",
|
1259
|
-
"whose",
|
1260
1576
|
"have",
|
1261
1577
|
"canBeDoQuestion",
|
1262
1578
|
"canBeQuestion",
|
1263
|
-
"
|
1264
|
-
"
|
1579
|
+
"property",
|
1580
|
+
"theAble",
|
1581
|
+
"propertyOf",
|
1582
|
+
"whose",
|
1265
1583
|
"concept",
|
1266
1584
|
"modifies",
|
1267
|
-
"
|
1585
|
+
"verb",
|
1586
|
+
"doubleQuote",
|
1268
1587
|
"it",
|
1269
1588
|
"pronoun",
|
1270
1589
|
"this",
|
1271
1590
|
"questionMark",
|
1272
1591
|
"punctuation",
|
1273
1592
|
"a",
|
1274
|
-
"
|
1593
|
+
"article",
|
1275
1594
|
"the",
|
1276
|
-
"notAble",
|
1277
1595
|
"whatAble",
|
1596
|
+
"negatable",
|
1278
1597
|
"is",
|
1279
1598
|
"toAble",
|
1280
|
-
"
|
1281
|
-
"thisitthat",
|
1599
|
+
"to",
|
1282
1600
|
"reason",
|
1283
|
-
"
|
1601
|
+
"memorable",
|
1602
|
+
"remember",
|
1603
|
+
"stm_before",
|
1604
|
+
"adjective",
|
1284
1605
|
"orAble",
|
1285
|
-
"ifAble"
|
1606
|
+
"ifAble",
|
1607
|
+
"evaluate",
|
1608
|
+
"each",
|
1609
|
+
"every",
|
1610
|
+
"distributable",
|
1611
|
+
"noun",
|
1612
|
+
"thisitthat",
|
1613
|
+
"that"
|
1286
1614
|
],
|
1287
1615
|
"parents": {
|
1288
1616
|
"a": [
|
1289
|
-
"
|
1617
|
+
"article"
|
1290
1618
|
],
|
1291
1619
|
"between": [
|
1292
1620
|
"preposition"
|
@@ -1295,6 +1623,21 @@
|
|
1295
1623
|
"theAble",
|
1296
1624
|
"queryable"
|
1297
1625
|
],
|
1626
|
+
"distributable": [
|
1627
|
+
"queryable"
|
1628
|
+
],
|
1629
|
+
"doubleQuote": [
|
1630
|
+
"queryable"
|
1631
|
+
],
|
1632
|
+
"each": [
|
1633
|
+
"article"
|
1634
|
+
],
|
1635
|
+
"evaluate": [
|
1636
|
+
"verb"
|
1637
|
+
],
|
1638
|
+
"every": [
|
1639
|
+
"article"
|
1640
|
+
],
|
1298
1641
|
"have": [
|
1299
1642
|
"canBeDoQuestion",
|
1300
1643
|
"canBeQuestion"
|
@@ -1304,7 +1647,7 @@
|
|
1304
1647
|
],
|
1305
1648
|
"is": [
|
1306
1649
|
"canBeQuestion",
|
1307
|
-
"
|
1650
|
+
"verb"
|
1308
1651
|
],
|
1309
1652
|
"it": [
|
1310
1653
|
"pronoun",
|
@@ -1312,8 +1655,14 @@
|
|
1312
1655
|
"toAble",
|
1313
1656
|
"thisitthat"
|
1314
1657
|
],
|
1658
|
+
"memorable": [
|
1659
|
+
"theAble"
|
1660
|
+
],
|
1315
1661
|
"modifies": [
|
1316
|
-
"
|
1662
|
+
"verb"
|
1663
|
+
],
|
1664
|
+
"negatable": [
|
1665
|
+
"queryable"
|
1317
1666
|
],
|
1318
1667
|
"noun": [
|
1319
1668
|
"theAble"
|
@@ -1327,8 +1676,10 @@
|
|
1327
1676
|
],
|
1328
1677
|
"property": [
|
1329
1678
|
"queryable",
|
1330
|
-
"theAble"
|
1331
|
-
|
1679
|
+
"theAble"
|
1680
|
+
],
|
1681
|
+
"propertyOf": [
|
1682
|
+
"preposition"
|
1332
1683
|
],
|
1333
1684
|
"questionMark": [
|
1334
1685
|
"punctuation"
|
@@ -1340,11 +1691,20 @@
|
|
1340
1691
|
"theAble",
|
1341
1692
|
"queryable"
|
1342
1693
|
],
|
1694
|
+
"remember": [
|
1695
|
+
"verb"
|
1696
|
+
],
|
1697
|
+
"stm_before": [
|
1698
|
+
"adjective"
|
1699
|
+
],
|
1343
1700
|
"that": [
|
1344
1701
|
"thisitthat"
|
1345
1702
|
],
|
1346
1703
|
"the": [
|
1347
|
-
"
|
1704
|
+
"article"
|
1705
|
+
],
|
1706
|
+
"theAble": [
|
1707
|
+
"queryable"
|
1348
1708
|
],
|
1349
1709
|
"this": [
|
1350
1710
|
"pronoun",
|
@@ -1354,10 +1714,11 @@
|
|
1354
1714
|
"thisitthat": [
|
1355
1715
|
"queryable"
|
1356
1716
|
],
|
1717
|
+
"to": [
|
1718
|
+
"preposition"
|
1719
|
+
],
|
1357
1720
|
"unknown": [
|
1358
1721
|
"hierarchyAble",
|
1359
|
-
"object",
|
1360
|
-
"notAble",
|
1361
1722
|
"theAble",
|
1362
1723
|
"queryable"
|
1363
1724
|
],
|
@@ -1383,7 +1744,9 @@
|
|
1383
1744
|
"root": {
|
1384
1745
|
"a": {
|
1385
1746
|
},
|
1386
|
-
"
|
1747
|
+
"adjective": {
|
1748
|
+
},
|
1749
|
+
"article": {
|
1387
1750
|
},
|
1388
1751
|
"between": {
|
1389
1752
|
},
|
@@ -1393,6 +1756,16 @@
|
|
1393
1756
|
},
|
1394
1757
|
"concept": {
|
1395
1758
|
},
|
1759
|
+
"distributable": {
|
1760
|
+
},
|
1761
|
+
"doubleQuote": {
|
1762
|
+
},
|
1763
|
+
"each": {
|
1764
|
+
},
|
1765
|
+
"evaluate": {
|
1766
|
+
},
|
1767
|
+
"every": {
|
1768
|
+
},
|
1396
1769
|
"have": {
|
1397
1770
|
},
|
1398
1771
|
"hierarchyAble": {
|
@@ -1403,9 +1776,11 @@
|
|
1403
1776
|
},
|
1404
1777
|
"it": {
|
1405
1778
|
},
|
1779
|
+
"memorable": {
|
1780
|
+
},
|
1406
1781
|
"modifies": {
|
1407
1782
|
},
|
1408
|
-
"
|
1783
|
+
"negatable": {
|
1409
1784
|
},
|
1410
1785
|
"noun": {
|
1411
1786
|
},
|
@@ -1419,6 +1794,8 @@
|
|
1419
1794
|
},
|
1420
1795
|
"property": {
|
1421
1796
|
},
|
1797
|
+
"propertyOf": {
|
1798
|
+
},
|
1422
1799
|
"punctuation": {
|
1423
1800
|
},
|
1424
1801
|
"queryable": {
|
@@ -1429,6 +1806,10 @@
|
|
1429
1806
|
},
|
1430
1807
|
"reason": {
|
1431
1808
|
},
|
1809
|
+
"remember": {
|
1810
|
+
},
|
1811
|
+
"stm_before": {
|
1812
|
+
},
|
1432
1813
|
"that": {
|
1433
1814
|
},
|
1434
1815
|
"the": {
|
@@ -1439,11 +1820,13 @@
|
|
1439
1820
|
},
|
1440
1821
|
"thisitthat": {
|
1441
1822
|
},
|
1823
|
+
"to": {
|
1824
|
+
},
|
1442
1825
|
"toAble": {
|
1443
1826
|
},
|
1444
1827
|
"unknown": {
|
1445
1828
|
},
|
1446
|
-
"
|
1829
|
+
"verb": {
|
1447
1830
|
},
|
1448
1831
|
"what": {
|
1449
1832
|
},
|
@@ -1473,11 +1856,14 @@
|
|
1473
1856
|
],
|
1474
1857
|
"variables": {
|
1475
1858
|
}
|
1859
|
+
},
|
1860
|
+
"tokenize2": {
|
1476
1861
|
}
|
1477
1862
|
},
|
1478
1863
|
"processed": [
|
1479
1864
|
{
|
1480
1865
|
"context": {
|
1866
|
+
"context_index": 1,
|
1481
1867
|
"dead": true,
|
1482
1868
|
"default": true,
|
1483
1869
|
"level": 1,
|
@@ -1530,6 +1916,58 @@
|
|
1530
1916
|
"query": "large sizeable",
|
1531
1917
|
"responses": [
|
1532
1918
|
""
|
1919
|
+
],
|
1920
|
+
"summaries": [
|
1921
|
+
[
|
1922
|
+
{
|
1923
|
+
"counter": 1,
|
1924
|
+
"operators": [
|
1925
|
+
[
|
1926
|
+
"size",
|
1927
|
+
0
|
1928
|
+
],
|
1929
|
+
[
|
1930
|
+
"sizeable",
|
1931
|
+
0
|
1932
|
+
]
|
1933
|
+
]
|
1934
|
+
},
|
1935
|
+
{
|
1936
|
+
"counter": 2,
|
1937
|
+
"operators": [
|
1938
|
+
[
|
1939
|
+
"size",
|
1940
|
+
1
|
1941
|
+
],
|
1942
|
+
[
|
1943
|
+
"sizeable",
|
1944
|
+
0
|
1945
|
+
]
|
1946
|
+
]
|
1947
|
+
},
|
1948
|
+
{
|
1949
|
+
"counter": 3,
|
1950
|
+
"operators": [
|
1951
|
+
[
|
1952
|
+
"size",
|
1953
|
+
1
|
1954
|
+
],
|
1955
|
+
[
|
1956
|
+
"sizeable",
|
1957
|
+
1
|
1958
|
+
]
|
1959
|
+
]
|
1960
|
+
},
|
1961
|
+
{
|
1962
|
+
"counter": 4,
|
1963
|
+
"operators": [
|
1964
|
+
[
|
1965
|
+
"sizeable",
|
1966
|
+
1
|
1967
|
+
]
|
1968
|
+
]
|
1969
|
+
}
|
1970
|
+
]
|
1533
1971
|
]
|
1534
1972
|
},
|
1535
1973
|
{
|
@@ -1549,6 +1987,7 @@
|
|
1549
1987
|
},
|
1550
1988
|
"contexts": [
|
1551
1989
|
{
|
1990
|
+
"context_index": 1,
|
1552
1991
|
"dead": true,
|
1553
1992
|
"default": true,
|
1554
1993
|
"level": 1,
|
@@ -1644,47 +2083,69 @@
|
|
1644
2083
|
},
|
1645
2084
|
"objects": {
|
1646
2085
|
"nameToUUID": {
|
2086
|
+
"articles": "articles2",
|
2087
|
+
"asking": "asking2",
|
1647
2088
|
"concept": "concept2",
|
2089
|
+
"conjunction": "conjunction2",
|
1648
2090
|
"dialogues": "dialogues2",
|
2091
|
+
"evaluate": "evaluate2",
|
1649
2092
|
"gdefaults": "gdefaults2",
|
1650
2093
|
"hierarchy": "hierarchy2",
|
1651
2094
|
"meta": "meta2",
|
2095
|
+
"negation": "negation2",
|
1652
2096
|
"numbers": "numbers2",
|
1653
2097
|
"pos": "pos2",
|
1654
2098
|
"properties": "properties2",
|
1655
2099
|
"punctuation": "punctuation2",
|
1656
2100
|
"sdefaults": "sdefaults2",
|
1657
2101
|
"sizeable": "sizeable1",
|
1658
|
-
"stm": "stm2"
|
2102
|
+
"stm": "stm2",
|
2103
|
+
"tokenize": "tokenize2"
|
1659
2104
|
},
|
1660
2105
|
"namespaced": {
|
2106
|
+
"articles2": {
|
2107
|
+
},
|
2108
|
+
"asking2": {
|
2109
|
+
},
|
1661
2110
|
"concept2": {
|
1662
2111
|
"defaultTypesForHierarchy": {
|
1663
2112
|
},
|
1664
2113
|
"valueToWords": [
|
1665
2114
|
]
|
1666
2115
|
},
|
2116
|
+
"conjunction2": {
|
2117
|
+
},
|
1667
2118
|
"dialogues2": {
|
2119
|
+
"idSuffix": "",
|
1668
2120
|
"mentioned": [
|
1669
2121
|
],
|
1670
2122
|
"variables": {
|
1671
2123
|
}
|
1672
2124
|
},
|
2125
|
+
"evaluate2": {
|
2126
|
+
},
|
1673
2127
|
"gdefaults2": {
|
1674
2128
|
},
|
1675
2129
|
"hierarchy2": {
|
1676
2130
|
},
|
1677
2131
|
"meta2": {
|
1678
2132
|
},
|
2133
|
+
"negation2": {
|
2134
|
+
},
|
1679
2135
|
"numbers2": {
|
1680
2136
|
},
|
1681
2137
|
"pos2": {
|
1682
2138
|
},
|
1683
2139
|
"properties2": {
|
1684
2140
|
"children": {
|
1685
|
-
"
|
2141
|
+
"adjective": [
|
2142
|
+
"stm_before"
|
2143
|
+
],
|
2144
|
+
"article": [
|
1686
2145
|
"a",
|
1687
|
-
"the"
|
2146
|
+
"the",
|
2147
|
+
"each",
|
2148
|
+
"every"
|
1688
2149
|
],
|
1689
2150
|
"canBeDoQuestion": [
|
1690
2151
|
"have"
|
@@ -1699,16 +2160,14 @@
|
|
1699
2160
|
"ifAble": [
|
1700
2161
|
"orAble"
|
1701
2162
|
],
|
1702
|
-
"notAble": [
|
1703
|
-
"unknown"
|
1704
|
-
],
|
1705
2163
|
"object": [
|
1706
|
-
"unknown",
|
1707
2164
|
"what",
|
1708
2165
|
"whose"
|
1709
2166
|
],
|
1710
2167
|
"preposition": [
|
1711
|
-
"between"
|
2168
|
+
"between",
|
2169
|
+
"propertyOf",
|
2170
|
+
"to"
|
1712
2171
|
],
|
1713
2172
|
"pronoun": [
|
1714
2173
|
"it",
|
@@ -1718,27 +2177,32 @@
|
|
1718
2177
|
"questionMark"
|
1719
2178
|
],
|
1720
2179
|
"queryable": [
|
2180
|
+
"xfx",
|
1721
2181
|
"hierarchyAble",
|
1722
2182
|
"readonly",
|
1723
2183
|
"property",
|
1724
2184
|
"object",
|
1725
|
-
"xfx",
|
1726
2185
|
"concept",
|
2186
|
+
"doubleQuote",
|
2187
|
+
"theAble",
|
1727
2188
|
"unknown",
|
1728
2189
|
"it",
|
1729
2190
|
"what",
|
1730
2191
|
"whatAble",
|
2192
|
+
"negatable",
|
1731
2193
|
"this",
|
1732
|
-
"
|
1733
|
-
"
|
2194
|
+
"reason",
|
2195
|
+
"distributable",
|
2196
|
+
"thisitthat"
|
1734
2197
|
],
|
1735
2198
|
"theAble": [
|
1736
2199
|
"property",
|
1737
2200
|
"object",
|
1738
2201
|
"concept",
|
1739
2202
|
"unknown",
|
1740
|
-
"
|
1741
|
-
"
|
2203
|
+
"reason",
|
2204
|
+
"memorable",
|
2205
|
+
"noun"
|
1742
2206
|
],
|
1743
2207
|
"thisitthat": [
|
1744
2208
|
"it",
|
@@ -1748,56 +2212,66 @@
|
|
1748
2212
|
"toAble": [
|
1749
2213
|
"it"
|
1750
2214
|
],
|
1751
|
-
"
|
1752
|
-
"property"
|
1753
|
-
],
|
1754
|
-
"verby": [
|
2215
|
+
"verb": [
|
1755
2216
|
"modifies",
|
1756
|
-
"is"
|
2217
|
+
"is",
|
2218
|
+
"remember",
|
2219
|
+
"evaluate"
|
1757
2220
|
]
|
1758
2221
|
},
|
1759
2222
|
"concepts": [
|
1760
2223
|
"properties",
|
1761
2224
|
"unknown",
|
1762
2225
|
"hierarchyAble",
|
1763
|
-
"object",
|
1764
2226
|
"what",
|
2227
|
+
"object",
|
2228
|
+
"xfx",
|
1765
2229
|
"queryable",
|
2230
|
+
"between",
|
2231
|
+
"preposition",
|
1766
2232
|
"readonly",
|
1767
|
-
"property",
|
1768
|
-
"xfx",
|
1769
|
-
"theAble",
|
1770
|
-
"whose",
|
1771
2233
|
"have",
|
1772
2234
|
"canBeDoQuestion",
|
1773
2235
|
"canBeQuestion",
|
1774
|
-
"
|
1775
|
-
"
|
2236
|
+
"property",
|
2237
|
+
"theAble",
|
2238
|
+
"propertyOf",
|
2239
|
+
"whose",
|
1776
2240
|
"concept",
|
1777
2241
|
"modifies",
|
1778
|
-
"
|
2242
|
+
"verb",
|
2243
|
+
"doubleQuote",
|
1779
2244
|
"it",
|
1780
2245
|
"pronoun",
|
1781
2246
|
"this",
|
1782
2247
|
"questionMark",
|
1783
2248
|
"punctuation",
|
1784
2249
|
"a",
|
1785
|
-
"
|
2250
|
+
"article",
|
1786
2251
|
"the",
|
1787
|
-
"notAble",
|
1788
2252
|
"whatAble",
|
2253
|
+
"negatable",
|
1789
2254
|
"is",
|
1790
2255
|
"toAble",
|
1791
|
-
"
|
1792
|
-
"thisitthat",
|
2256
|
+
"to",
|
1793
2257
|
"reason",
|
1794
|
-
"
|
2258
|
+
"memorable",
|
2259
|
+
"remember",
|
2260
|
+
"stm_before",
|
2261
|
+
"adjective",
|
1795
2262
|
"orAble",
|
1796
|
-
"ifAble"
|
2263
|
+
"ifAble",
|
2264
|
+
"evaluate",
|
2265
|
+
"each",
|
2266
|
+
"every",
|
2267
|
+
"distributable",
|
2268
|
+
"noun",
|
2269
|
+
"thisitthat",
|
2270
|
+
"that"
|
1797
2271
|
],
|
1798
2272
|
"parents": {
|
1799
2273
|
"a": [
|
1800
|
-
"
|
2274
|
+
"article"
|
1801
2275
|
],
|
1802
2276
|
"between": [
|
1803
2277
|
"preposition"
|
@@ -1806,6 +2280,21 @@
|
|
1806
2280
|
"theAble",
|
1807
2281
|
"queryable"
|
1808
2282
|
],
|
2283
|
+
"distributable": [
|
2284
|
+
"queryable"
|
2285
|
+
],
|
2286
|
+
"doubleQuote": [
|
2287
|
+
"queryable"
|
2288
|
+
],
|
2289
|
+
"each": [
|
2290
|
+
"article"
|
2291
|
+
],
|
2292
|
+
"evaluate": [
|
2293
|
+
"verb"
|
2294
|
+
],
|
2295
|
+
"every": [
|
2296
|
+
"article"
|
2297
|
+
],
|
1809
2298
|
"have": [
|
1810
2299
|
"canBeDoQuestion",
|
1811
2300
|
"canBeQuestion"
|
@@ -1815,7 +2304,7 @@
|
|
1815
2304
|
],
|
1816
2305
|
"is": [
|
1817
2306
|
"canBeQuestion",
|
1818
|
-
"
|
2307
|
+
"verb"
|
1819
2308
|
],
|
1820
2309
|
"it": [
|
1821
2310
|
"pronoun",
|
@@ -1823,8 +2312,14 @@
|
|
1823
2312
|
"toAble",
|
1824
2313
|
"thisitthat"
|
1825
2314
|
],
|
2315
|
+
"memorable": [
|
2316
|
+
"theAble"
|
2317
|
+
],
|
1826
2318
|
"modifies": [
|
1827
|
-
"
|
2319
|
+
"verb"
|
2320
|
+
],
|
2321
|
+
"negatable": [
|
2322
|
+
"queryable"
|
1828
2323
|
],
|
1829
2324
|
"noun": [
|
1830
2325
|
"theAble"
|
@@ -1838,8 +2333,10 @@
|
|
1838
2333
|
],
|
1839
2334
|
"property": [
|
1840
2335
|
"queryable",
|
1841
|
-
"theAble"
|
1842
|
-
|
2336
|
+
"theAble"
|
2337
|
+
],
|
2338
|
+
"propertyOf": [
|
2339
|
+
"preposition"
|
1843
2340
|
],
|
1844
2341
|
"questionMark": [
|
1845
2342
|
"punctuation"
|
@@ -1851,11 +2348,20 @@
|
|
1851
2348
|
"theAble",
|
1852
2349
|
"queryable"
|
1853
2350
|
],
|
2351
|
+
"remember": [
|
2352
|
+
"verb"
|
2353
|
+
],
|
2354
|
+
"stm_before": [
|
2355
|
+
"adjective"
|
2356
|
+
],
|
1854
2357
|
"that": [
|
1855
2358
|
"thisitthat"
|
1856
2359
|
],
|
1857
2360
|
"the": [
|
1858
|
-
"
|
2361
|
+
"article"
|
2362
|
+
],
|
2363
|
+
"theAble": [
|
2364
|
+
"queryable"
|
1859
2365
|
],
|
1860
2366
|
"this": [
|
1861
2367
|
"pronoun",
|
@@ -1865,10 +2371,11 @@
|
|
1865
2371
|
"thisitthat": [
|
1866
2372
|
"queryable"
|
1867
2373
|
],
|
2374
|
+
"to": [
|
2375
|
+
"preposition"
|
2376
|
+
],
|
1868
2377
|
"unknown": [
|
1869
2378
|
"hierarchyAble",
|
1870
|
-
"object",
|
1871
|
-
"notAble",
|
1872
2379
|
"theAble",
|
1873
2380
|
"queryable"
|
1874
2381
|
],
|
@@ -1894,7 +2401,9 @@
|
|
1894
2401
|
"root": {
|
1895
2402
|
"a": {
|
1896
2403
|
},
|
1897
|
-
"
|
2404
|
+
"adjective": {
|
2405
|
+
},
|
2406
|
+
"article": {
|
1898
2407
|
},
|
1899
2408
|
"between": {
|
1900
2409
|
},
|
@@ -1904,6 +2413,16 @@
|
|
1904
2413
|
},
|
1905
2414
|
"concept": {
|
1906
2415
|
},
|
2416
|
+
"distributable": {
|
2417
|
+
},
|
2418
|
+
"doubleQuote": {
|
2419
|
+
},
|
2420
|
+
"each": {
|
2421
|
+
},
|
2422
|
+
"evaluate": {
|
2423
|
+
},
|
2424
|
+
"every": {
|
2425
|
+
},
|
1907
2426
|
"have": {
|
1908
2427
|
},
|
1909
2428
|
"hierarchyAble": {
|
@@ -1914,9 +2433,11 @@
|
|
1914
2433
|
},
|
1915
2434
|
"it": {
|
1916
2435
|
},
|
2436
|
+
"memorable": {
|
2437
|
+
},
|
1917
2438
|
"modifies": {
|
1918
2439
|
},
|
1919
|
-
"
|
2440
|
+
"negatable": {
|
1920
2441
|
},
|
1921
2442
|
"noun": {
|
1922
2443
|
},
|
@@ -1930,6 +2451,8 @@
|
|
1930
2451
|
},
|
1931
2452
|
"property": {
|
1932
2453
|
},
|
2454
|
+
"propertyOf": {
|
2455
|
+
},
|
1933
2456
|
"punctuation": {
|
1934
2457
|
},
|
1935
2458
|
"queryable": {
|
@@ -1940,6 +2463,10 @@
|
|
1940
2463
|
},
|
1941
2464
|
"reason": {
|
1942
2465
|
},
|
2466
|
+
"remember": {
|
2467
|
+
},
|
2468
|
+
"stm_before": {
|
2469
|
+
},
|
1943
2470
|
"that": {
|
1944
2471
|
},
|
1945
2472
|
"the": {
|
@@ -1950,11 +2477,13 @@
|
|
1950
2477
|
},
|
1951
2478
|
"thisitthat": {
|
1952
2479
|
},
|
2480
|
+
"to": {
|
2481
|
+
},
|
1953
2482
|
"toAble": {
|
1954
2483
|
},
|
1955
2484
|
"unknown": {
|
1956
2485
|
},
|
1957
|
-
"
|
2486
|
+
"verb": {
|
1958
2487
|
},
|
1959
2488
|
"what": {
|
1960
2489
|
},
|
@@ -1984,11 +2513,14 @@
|
|
1984
2513
|
],
|
1985
2514
|
"variables": {
|
1986
2515
|
}
|
2516
|
+
},
|
2517
|
+
"tokenize2": {
|
1987
2518
|
}
|
1988
2519
|
},
|
1989
2520
|
"processed": [
|
1990
2521
|
{
|
1991
2522
|
"context": {
|
2523
|
+
"context_index": 1,
|
1992
2524
|
"dead": true,
|
1993
2525
|
"default": true,
|
1994
2526
|
"level": 1,
|
@@ -2041,6 +2573,58 @@
|
|
2041
2573
|
"query": "half sizeable",
|
2042
2574
|
"responses": [
|
2043
2575
|
""
|
2576
|
+
],
|
2577
|
+
"summaries": [
|
2578
|
+
[
|
2579
|
+
{
|
2580
|
+
"counter": 1,
|
2581
|
+
"operators": [
|
2582
|
+
[
|
2583
|
+
"size",
|
2584
|
+
0
|
2585
|
+
],
|
2586
|
+
[
|
2587
|
+
"sizeable",
|
2588
|
+
0
|
2589
|
+
]
|
2590
|
+
]
|
2591
|
+
},
|
2592
|
+
{
|
2593
|
+
"counter": 2,
|
2594
|
+
"operators": [
|
2595
|
+
[
|
2596
|
+
"size",
|
2597
|
+
1
|
2598
|
+
],
|
2599
|
+
[
|
2600
|
+
"sizeable",
|
2601
|
+
0
|
2602
|
+
]
|
2603
|
+
]
|
2604
|
+
},
|
2605
|
+
{
|
2606
|
+
"counter": 3,
|
2607
|
+
"operators": [
|
2608
|
+
[
|
2609
|
+
"size",
|
2610
|
+
1
|
2611
|
+
],
|
2612
|
+
[
|
2613
|
+
"sizeable",
|
2614
|
+
1
|
2615
|
+
]
|
2616
|
+
]
|
2617
|
+
},
|
2618
|
+
{
|
2619
|
+
"counter": 4,
|
2620
|
+
"operators": [
|
2621
|
+
[
|
2622
|
+
"sizeable",
|
2623
|
+
1
|
2624
|
+
]
|
2625
|
+
]
|
2626
|
+
}
|
2627
|
+
]
|
2044
2628
|
]
|
2045
2629
|
},
|
2046
2630
|
{
|
@@ -2060,6 +2644,7 @@
|
|
2060
2644
|
},
|
2061
2645
|
"contexts": [
|
2062
2646
|
{
|
2647
|
+
"context_index": 1,
|
2063
2648
|
"dead": true,
|
2064
2649
|
"default": true,
|
2065
2650
|
"level": 1,
|
@@ -2155,47 +2740,69 @@
|
|
2155
2740
|
},
|
2156
2741
|
"objects": {
|
2157
2742
|
"nameToUUID": {
|
2743
|
+
"articles": "articles2",
|
2744
|
+
"asking": "asking2",
|
2158
2745
|
"concept": "concept2",
|
2746
|
+
"conjunction": "conjunction2",
|
2159
2747
|
"dialogues": "dialogues2",
|
2748
|
+
"evaluate": "evaluate2",
|
2160
2749
|
"gdefaults": "gdefaults2",
|
2161
2750
|
"hierarchy": "hierarchy2",
|
2162
2751
|
"meta": "meta2",
|
2752
|
+
"negation": "negation2",
|
2163
2753
|
"numbers": "numbers2",
|
2164
2754
|
"pos": "pos2",
|
2165
2755
|
"properties": "properties2",
|
2166
2756
|
"punctuation": "punctuation2",
|
2167
2757
|
"sdefaults": "sdefaults2",
|
2168
2758
|
"sizeable": "sizeable1",
|
2169
|
-
"stm": "stm2"
|
2759
|
+
"stm": "stm2",
|
2760
|
+
"tokenize": "tokenize2"
|
2170
2761
|
},
|
2171
2762
|
"namespaced": {
|
2763
|
+
"articles2": {
|
2764
|
+
},
|
2765
|
+
"asking2": {
|
2766
|
+
},
|
2172
2767
|
"concept2": {
|
2173
2768
|
"defaultTypesForHierarchy": {
|
2174
2769
|
},
|
2175
2770
|
"valueToWords": [
|
2176
2771
|
]
|
2177
2772
|
},
|
2773
|
+
"conjunction2": {
|
2774
|
+
},
|
2178
2775
|
"dialogues2": {
|
2776
|
+
"idSuffix": "",
|
2179
2777
|
"mentioned": [
|
2180
2778
|
],
|
2181
2779
|
"variables": {
|
2182
2780
|
}
|
2183
2781
|
},
|
2782
|
+
"evaluate2": {
|
2783
|
+
},
|
2184
2784
|
"gdefaults2": {
|
2185
2785
|
},
|
2186
2786
|
"hierarchy2": {
|
2187
2787
|
},
|
2188
2788
|
"meta2": {
|
2189
2789
|
},
|
2790
|
+
"negation2": {
|
2791
|
+
},
|
2190
2792
|
"numbers2": {
|
2191
2793
|
},
|
2192
2794
|
"pos2": {
|
2193
2795
|
},
|
2194
2796
|
"properties2": {
|
2195
2797
|
"children": {
|
2196
|
-
"
|
2798
|
+
"adjective": [
|
2799
|
+
"stm_before"
|
2800
|
+
],
|
2801
|
+
"article": [
|
2197
2802
|
"a",
|
2198
|
-
"the"
|
2803
|
+
"the",
|
2804
|
+
"each",
|
2805
|
+
"every"
|
2199
2806
|
],
|
2200
2807
|
"canBeDoQuestion": [
|
2201
2808
|
"have"
|
@@ -2210,16 +2817,14 @@
|
|
2210
2817
|
"ifAble": [
|
2211
2818
|
"orAble"
|
2212
2819
|
],
|
2213
|
-
"notAble": [
|
2214
|
-
"unknown"
|
2215
|
-
],
|
2216
2820
|
"object": [
|
2217
|
-
"unknown",
|
2218
2821
|
"what",
|
2219
2822
|
"whose"
|
2220
2823
|
],
|
2221
2824
|
"preposition": [
|
2222
|
-
"between"
|
2825
|
+
"between",
|
2826
|
+
"propertyOf",
|
2827
|
+
"to"
|
2223
2828
|
],
|
2224
2829
|
"pronoun": [
|
2225
2830
|
"it",
|
@@ -2229,27 +2834,32 @@
|
|
2229
2834
|
"questionMark"
|
2230
2835
|
],
|
2231
2836
|
"queryable": [
|
2837
|
+
"xfx",
|
2232
2838
|
"hierarchyAble",
|
2233
2839
|
"readonly",
|
2234
2840
|
"property",
|
2235
2841
|
"object",
|
2236
|
-
"xfx",
|
2237
2842
|
"concept",
|
2843
|
+
"doubleQuote",
|
2844
|
+
"theAble",
|
2238
2845
|
"unknown",
|
2239
2846
|
"it",
|
2240
2847
|
"what",
|
2241
2848
|
"whatAble",
|
2849
|
+
"negatable",
|
2242
2850
|
"this",
|
2243
|
-
"
|
2244
|
-
"
|
2851
|
+
"reason",
|
2852
|
+
"distributable",
|
2853
|
+
"thisitthat"
|
2245
2854
|
],
|
2246
2855
|
"theAble": [
|
2247
2856
|
"property",
|
2248
2857
|
"object",
|
2249
2858
|
"concept",
|
2250
2859
|
"unknown",
|
2251
|
-
"
|
2252
|
-
"
|
2860
|
+
"reason",
|
2861
|
+
"memorable",
|
2862
|
+
"noun"
|
2253
2863
|
],
|
2254
2864
|
"thisitthat": [
|
2255
2865
|
"it",
|
@@ -2259,56 +2869,66 @@
|
|
2259
2869
|
"toAble": [
|
2260
2870
|
"it"
|
2261
2871
|
],
|
2262
|
-
"
|
2263
|
-
"property"
|
2264
|
-
],
|
2265
|
-
"verby": [
|
2872
|
+
"verb": [
|
2266
2873
|
"modifies",
|
2267
|
-
"is"
|
2874
|
+
"is",
|
2875
|
+
"remember",
|
2876
|
+
"evaluate"
|
2268
2877
|
]
|
2269
2878
|
},
|
2270
2879
|
"concepts": [
|
2271
2880
|
"properties",
|
2272
2881
|
"unknown",
|
2273
2882
|
"hierarchyAble",
|
2274
|
-
"object",
|
2275
2883
|
"what",
|
2884
|
+
"object",
|
2885
|
+
"xfx",
|
2276
2886
|
"queryable",
|
2887
|
+
"between",
|
2888
|
+
"preposition",
|
2277
2889
|
"readonly",
|
2278
|
-
"property",
|
2279
|
-
"xfx",
|
2280
|
-
"theAble",
|
2281
|
-
"whose",
|
2282
2890
|
"have",
|
2283
2891
|
"canBeDoQuestion",
|
2284
2892
|
"canBeQuestion",
|
2285
|
-
"
|
2286
|
-
"
|
2893
|
+
"property",
|
2894
|
+
"theAble",
|
2895
|
+
"propertyOf",
|
2896
|
+
"whose",
|
2287
2897
|
"concept",
|
2288
2898
|
"modifies",
|
2289
|
-
"
|
2899
|
+
"verb",
|
2900
|
+
"doubleQuote",
|
2290
2901
|
"it",
|
2291
2902
|
"pronoun",
|
2292
2903
|
"this",
|
2293
2904
|
"questionMark",
|
2294
2905
|
"punctuation",
|
2295
2906
|
"a",
|
2296
|
-
"
|
2907
|
+
"article",
|
2297
2908
|
"the",
|
2298
|
-
"notAble",
|
2299
2909
|
"whatAble",
|
2910
|
+
"negatable",
|
2300
2911
|
"is",
|
2301
2912
|
"toAble",
|
2302
|
-
"
|
2303
|
-
"thisitthat",
|
2913
|
+
"to",
|
2304
2914
|
"reason",
|
2305
|
-
"
|
2915
|
+
"memorable",
|
2916
|
+
"remember",
|
2917
|
+
"stm_before",
|
2918
|
+
"adjective",
|
2306
2919
|
"orAble",
|
2307
|
-
"ifAble"
|
2920
|
+
"ifAble",
|
2921
|
+
"evaluate",
|
2922
|
+
"each",
|
2923
|
+
"every",
|
2924
|
+
"distributable",
|
2925
|
+
"noun",
|
2926
|
+
"thisitthat",
|
2927
|
+
"that"
|
2308
2928
|
],
|
2309
2929
|
"parents": {
|
2310
2930
|
"a": [
|
2311
|
-
"
|
2931
|
+
"article"
|
2312
2932
|
],
|
2313
2933
|
"between": [
|
2314
2934
|
"preposition"
|
@@ -2317,6 +2937,21 @@
|
|
2317
2937
|
"theAble",
|
2318
2938
|
"queryable"
|
2319
2939
|
],
|
2940
|
+
"distributable": [
|
2941
|
+
"queryable"
|
2942
|
+
],
|
2943
|
+
"doubleQuote": [
|
2944
|
+
"queryable"
|
2945
|
+
],
|
2946
|
+
"each": [
|
2947
|
+
"article"
|
2948
|
+
],
|
2949
|
+
"evaluate": [
|
2950
|
+
"verb"
|
2951
|
+
],
|
2952
|
+
"every": [
|
2953
|
+
"article"
|
2954
|
+
],
|
2320
2955
|
"have": [
|
2321
2956
|
"canBeDoQuestion",
|
2322
2957
|
"canBeQuestion"
|
@@ -2326,7 +2961,7 @@
|
|
2326
2961
|
],
|
2327
2962
|
"is": [
|
2328
2963
|
"canBeQuestion",
|
2329
|
-
"
|
2964
|
+
"verb"
|
2330
2965
|
],
|
2331
2966
|
"it": [
|
2332
2967
|
"pronoun",
|
@@ -2334,8 +2969,14 @@
|
|
2334
2969
|
"toAble",
|
2335
2970
|
"thisitthat"
|
2336
2971
|
],
|
2972
|
+
"memorable": [
|
2973
|
+
"theAble"
|
2974
|
+
],
|
2337
2975
|
"modifies": [
|
2338
|
-
"
|
2976
|
+
"verb"
|
2977
|
+
],
|
2978
|
+
"negatable": [
|
2979
|
+
"queryable"
|
2339
2980
|
],
|
2340
2981
|
"noun": [
|
2341
2982
|
"theAble"
|
@@ -2349,8 +2990,10 @@
|
|
2349
2990
|
],
|
2350
2991
|
"property": [
|
2351
2992
|
"queryable",
|
2352
|
-
"theAble"
|
2353
|
-
|
2993
|
+
"theAble"
|
2994
|
+
],
|
2995
|
+
"propertyOf": [
|
2996
|
+
"preposition"
|
2354
2997
|
],
|
2355
2998
|
"questionMark": [
|
2356
2999
|
"punctuation"
|
@@ -2362,11 +3005,20 @@
|
|
2362
3005
|
"theAble",
|
2363
3006
|
"queryable"
|
2364
3007
|
],
|
3008
|
+
"remember": [
|
3009
|
+
"verb"
|
3010
|
+
],
|
3011
|
+
"stm_before": [
|
3012
|
+
"adjective"
|
3013
|
+
],
|
2365
3014
|
"that": [
|
2366
3015
|
"thisitthat"
|
2367
3016
|
],
|
2368
3017
|
"the": [
|
2369
|
-
"
|
3018
|
+
"article"
|
3019
|
+
],
|
3020
|
+
"theAble": [
|
3021
|
+
"queryable"
|
2370
3022
|
],
|
2371
3023
|
"this": [
|
2372
3024
|
"pronoun",
|
@@ -2376,10 +3028,11 @@
|
|
2376
3028
|
"thisitthat": [
|
2377
3029
|
"queryable"
|
2378
3030
|
],
|
3031
|
+
"to": [
|
3032
|
+
"preposition"
|
3033
|
+
],
|
2379
3034
|
"unknown": [
|
2380
3035
|
"hierarchyAble",
|
2381
|
-
"object",
|
2382
|
-
"notAble",
|
2383
3036
|
"theAble",
|
2384
3037
|
"queryable"
|
2385
3038
|
],
|
@@ -2405,7 +3058,9 @@
|
|
2405
3058
|
"root": {
|
2406
3059
|
"a": {
|
2407
3060
|
},
|
2408
|
-
"
|
3061
|
+
"adjective": {
|
3062
|
+
},
|
3063
|
+
"article": {
|
2409
3064
|
},
|
2410
3065
|
"between": {
|
2411
3066
|
},
|
@@ -2415,6 +3070,16 @@
|
|
2415
3070
|
},
|
2416
3071
|
"concept": {
|
2417
3072
|
},
|
3073
|
+
"distributable": {
|
3074
|
+
},
|
3075
|
+
"doubleQuote": {
|
3076
|
+
},
|
3077
|
+
"each": {
|
3078
|
+
},
|
3079
|
+
"evaluate": {
|
3080
|
+
},
|
3081
|
+
"every": {
|
3082
|
+
},
|
2418
3083
|
"have": {
|
2419
3084
|
},
|
2420
3085
|
"hierarchyAble": {
|
@@ -2425,9 +3090,11 @@
|
|
2425
3090
|
},
|
2426
3091
|
"it": {
|
2427
3092
|
},
|
3093
|
+
"memorable": {
|
3094
|
+
},
|
2428
3095
|
"modifies": {
|
2429
3096
|
},
|
2430
|
-
"
|
3097
|
+
"negatable": {
|
2431
3098
|
},
|
2432
3099
|
"noun": {
|
2433
3100
|
},
|
@@ -2441,6 +3108,8 @@
|
|
2441
3108
|
},
|
2442
3109
|
"property": {
|
2443
3110
|
},
|
3111
|
+
"propertyOf": {
|
3112
|
+
},
|
2444
3113
|
"punctuation": {
|
2445
3114
|
},
|
2446
3115
|
"queryable": {
|
@@ -2451,6 +3120,10 @@
|
|
2451
3120
|
},
|
2452
3121
|
"reason": {
|
2453
3122
|
},
|
3123
|
+
"remember": {
|
3124
|
+
},
|
3125
|
+
"stm_before": {
|
3126
|
+
},
|
2454
3127
|
"that": {
|
2455
3128
|
},
|
2456
3129
|
"the": {
|
@@ -2461,11 +3134,13 @@
|
|
2461
3134
|
},
|
2462
3135
|
"thisitthat": {
|
2463
3136
|
},
|
3137
|
+
"to": {
|
3138
|
+
},
|
2464
3139
|
"toAble": {
|
2465
3140
|
},
|
2466
3141
|
"unknown": {
|
2467
3142
|
},
|
2468
|
-
"
|
3143
|
+
"verb": {
|
2469
3144
|
},
|
2470
3145
|
"what": {
|
2471
3146
|
},
|
@@ -2495,11 +3170,14 @@
|
|
2495
3170
|
],
|
2496
3171
|
"variables": {
|
2497
3172
|
}
|
3173
|
+
},
|
3174
|
+
"tokenize2": {
|
2498
3175
|
}
|
2499
3176
|
},
|
2500
3177
|
"processed": [
|
2501
3178
|
{
|
2502
3179
|
"context": {
|
3180
|
+
"context_index": 1,
|
2503
3181
|
"dead": true,
|
2504
3182
|
"default": true,
|
2505
3183
|
"level": 1,
|
@@ -2552,6 +3230,58 @@
|
|
2552
3230
|
"query": "full sizeable",
|
2553
3231
|
"responses": [
|
2554
3232
|
""
|
3233
|
+
],
|
3234
|
+
"summaries": [
|
3235
|
+
[
|
3236
|
+
{
|
3237
|
+
"counter": 1,
|
3238
|
+
"operators": [
|
3239
|
+
[
|
3240
|
+
"size",
|
3241
|
+
0
|
3242
|
+
],
|
3243
|
+
[
|
3244
|
+
"sizeable",
|
3245
|
+
0
|
3246
|
+
]
|
3247
|
+
]
|
3248
|
+
},
|
3249
|
+
{
|
3250
|
+
"counter": 2,
|
3251
|
+
"operators": [
|
3252
|
+
[
|
3253
|
+
"size",
|
3254
|
+
1
|
3255
|
+
],
|
3256
|
+
[
|
3257
|
+
"sizeable",
|
3258
|
+
0
|
3259
|
+
]
|
3260
|
+
]
|
3261
|
+
},
|
3262
|
+
{
|
3263
|
+
"counter": 3,
|
3264
|
+
"operators": [
|
3265
|
+
[
|
3266
|
+
"size",
|
3267
|
+
1
|
3268
|
+
],
|
3269
|
+
[
|
3270
|
+
"sizeable",
|
3271
|
+
1
|
3272
|
+
]
|
3273
|
+
]
|
3274
|
+
},
|
3275
|
+
{
|
3276
|
+
"counter": 4,
|
3277
|
+
"operators": [
|
3278
|
+
[
|
3279
|
+
"sizeable",
|
3280
|
+
1
|
3281
|
+
]
|
3282
|
+
]
|
3283
|
+
}
|
3284
|
+
]
|
2555
3285
|
]
|
2556
3286
|
}
|
2557
3287
|
]
|