tpmkms_4wp 8.9.1-beta.9 → 9.0.0
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 +6516 -754
- package/common/articles.js +6 -9
- package/common/articles.test.json +304 -4
- package/common/asking.js +1 -1
- package/common/asking.test.json +1599 -140
- package/common/avatar.js +8 -0
- package/common/avatar.test.json +6008 -2749
- package/common/characters.test.json +1371 -95
- package/common/colors.instance.json +22685 -1441
- package/common/colors.test.json +704 -136
- package/common/comparable.instance.json +1302 -169
- package/common/comparable.js +12 -12
- package/common/comparable.test.json +3239 -558
- package/common/concept.js +10 -2
- package/common/concept.test.json +2853 -694
- package/common/conjunction.js +12 -0
- package/common/conjunction.test.json +229 -1
- package/common/countable.js +1 -1
- package/common/countable.test.json +1306 -48
- package/common/crew.instance.json +18984 -1943
- package/common/crew.js +19 -0
- package/common/crew.test.json +10218 -2145
- package/common/currency.js +0 -1
- package/common/currency.test.json +948 -64
- package/common/dialogues.js +100 -32
- package/common/dialogues.test.json +6611 -1905
- package/common/dimension.instance.json +751 -82
- package/common/dimension.js +16 -2
- package/common/dimension.test.json +23680 -11550
- package/common/edible.instance.json +21654 -2721
- package/common/edible.js +13 -0
- package/common/edible.test.json +1580 -304
- package/common/emotions.instance.json +2275 -259
- package/common/emotions.js +10 -2
- package/common/emotions.test.json +1134 -107
- package/common/errors.js +0 -2
- package/common/errors.test.json +88 -0
- package/common/evaluate.test.json +100 -1
- package/common/events.test.json +2197 -242
- package/common/fastfood.instance.json +82297 -10535
- package/common/fastfood.js +96 -9
- package/common/fastfood.test.json +65486 -21430
- package/common/formulas.instance.json +316 -59
- package/common/formulas.test.json +13202 -6757
- package/common/gdefaults.js +9 -2
- package/common/help.test.json +288 -0
- package/common/helpers/concept.js +3 -2
- package/common/helpers/properties.js +2 -32
- package/common/hierarchy.js +9 -0
- package/common/hierarchy.test.json +53813 -17340
- package/common/javascript.test.json +214 -11
- package/common/kirk.instance.json +309 -9
- package/common/kirk.test.json +1123 -254
- package/common/length.instance.json +9722 -774
- package/common/length.test.json +12055 -8184
- package/common/listener.test.json +39 -1
- package/common/math.instance.json +285 -58
- package/common/math.test.json +38557 -17754
- package/common/meta.instance.json +1 -0
- package/common/meta.js +8 -8
- package/common/meta.test.json +2770 -275
- package/common/nameable.js +1 -1
- package/common/nameable.test.json +5150 -1475
- package/common/negation.test.json +146 -8
- package/common/numbers.test.json +234 -0
- package/common/ordering.instance.json +3870 -493
- package/common/ordering.test.json +2680 -1283
- package/common/ordinals.js +11 -1
- package/common/ordinals.test.json +627 -3
- package/common/people.instance.json +3844 -575
- package/common/people.js +0 -14
- package/common/people.test.json +27157 -13664
- package/common/percentages.js +0 -1
- package/common/percentages.test.json +313 -0
- package/common/pipboy.instance.json +13577 -1511
- package/common/pipboy.js +30 -48
- package/common/pipboy.test.json +19335 -6019
- package/common/pokemon.instance.json +6014 -731
- package/common/pokemon.test.json +1826 -389
- package/common/pos.js +15 -5
- package/common/pressure.instance.json +2615 -308
- package/common/pressure.test.json +2997 -1629
- package/common/properties.instance.json +894 -86
- package/common/properties.js +17 -26
- package/common/properties.test.json +46801 -14612
- package/common/punctuation.test.json +327 -0
- package/common/reports.instance.json +979 -120
- package/common/reports.js +9 -2
- package/common/reports.test.json +16653 -2453
- package/common/scorekeeper.instance.json +1 -0
- package/common/scorekeeper.js +17 -7
- package/common/scorekeeper.test.json +42546 -15408
- package/common/sizeable.js +1 -1
- package/common/sizeable.test.json +1170 -215
- package/common/spock.instance.json +309 -9
- package/common/spock.test.json +1123 -254
- package/common/stgame.js +0 -1
- package/common/stgame.test.json +1371 -91
- package/common/stm.test.json +842 -9
- package/common/tell.test.json +224 -1
- package/common/temperature.instance.json +5967 -308
- package/common/temperature.test.json +2610 -1272
- package/common/testing.test.json +84 -1
- package/common/time.test.json +5345 -272
- package/common/tokenize.js +3 -2
- package/common/tokenize.test.json +39 -0
- package/common/ui.instance.json +130 -27
- package/common/ui.js +0 -16
- package/common/ui.test.json +4620 -140
- package/common/weight.instance.json +9915 -777
- package/common/weight.js +10 -0
- package/common/weight.test.json +18658 -12176
- package/common/wp.instance.json +14141 -1542
- package/common/wp.js +105 -38
- package/common/wp.test.json +61801 -1662
- package/common/yesno.test.json +168 -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
|
"instance": true,
|
@@ -174,9 +175,11 @@
|
|
174
175
|
"adjective": [
|
175
176
|
"stm_before"
|
176
177
|
],
|
177
|
-
"
|
178
|
+
"article": [
|
178
179
|
"a",
|
179
|
-
"the"
|
180
|
+
"the",
|
181
|
+
"each",
|
182
|
+
"every"
|
180
183
|
],
|
181
184
|
"canBeDoQuestion": [
|
182
185
|
"have"
|
@@ -197,6 +200,7 @@
|
|
197
200
|
],
|
198
201
|
"preposition": [
|
199
202
|
"between",
|
203
|
+
"propertyOf",
|
200
204
|
"to"
|
201
205
|
],
|
202
206
|
"pronoun": [
|
@@ -219,8 +223,10 @@
|
|
219
223
|
"it",
|
220
224
|
"what",
|
221
225
|
"whatAble",
|
226
|
+
"negatable",
|
222
227
|
"this",
|
223
228
|
"reason",
|
229
|
+
"distributable",
|
224
230
|
"thisitthat"
|
225
231
|
],
|
226
232
|
"theAble": [
|
@@ -263,6 +269,7 @@
|
|
263
269
|
"canBeQuestion",
|
264
270
|
"property",
|
265
271
|
"theAble",
|
272
|
+
"propertyOf",
|
266
273
|
"whose",
|
267
274
|
"concept",
|
268
275
|
"modifies",
|
@@ -274,9 +281,10 @@
|
|
274
281
|
"questionMark",
|
275
282
|
"punctuation",
|
276
283
|
"a",
|
277
|
-
"
|
284
|
+
"article",
|
278
285
|
"the",
|
279
286
|
"whatAble",
|
287
|
+
"negatable",
|
280
288
|
"is",
|
281
289
|
"toAble",
|
282
290
|
"to",
|
@@ -288,13 +296,16 @@
|
|
288
296
|
"orAble",
|
289
297
|
"ifAble",
|
290
298
|
"evaluate",
|
299
|
+
"each",
|
300
|
+
"every",
|
301
|
+
"distributable",
|
291
302
|
"noun",
|
292
303
|
"thisitthat",
|
293
304
|
"that"
|
294
305
|
],
|
295
306
|
"parents": {
|
296
307
|
"a": [
|
297
|
-
"
|
308
|
+
"article"
|
298
309
|
],
|
299
310
|
"between": [
|
300
311
|
"preposition"
|
@@ -303,12 +314,21 @@
|
|
303
314
|
"theAble",
|
304
315
|
"queryable"
|
305
316
|
],
|
317
|
+
"distributable": [
|
318
|
+
"queryable"
|
319
|
+
],
|
306
320
|
"doubleQuote": [
|
307
321
|
"queryable"
|
308
322
|
],
|
323
|
+
"each": [
|
324
|
+
"article"
|
325
|
+
],
|
309
326
|
"evaluate": [
|
310
327
|
"verb"
|
311
328
|
],
|
329
|
+
"every": [
|
330
|
+
"article"
|
331
|
+
],
|
312
332
|
"have": [
|
313
333
|
"canBeDoQuestion",
|
314
334
|
"canBeQuestion"
|
@@ -332,6 +352,9 @@
|
|
332
352
|
"modifies": [
|
333
353
|
"verb"
|
334
354
|
],
|
355
|
+
"negatable": [
|
356
|
+
"queryable"
|
357
|
+
],
|
335
358
|
"noun": [
|
336
359
|
"theAble"
|
337
360
|
],
|
@@ -346,6 +369,9 @@
|
|
346
369
|
"queryable",
|
347
370
|
"theAble"
|
348
371
|
],
|
372
|
+
"propertyOf": [
|
373
|
+
"preposition"
|
374
|
+
],
|
349
375
|
"questionMark": [
|
350
376
|
"punctuation"
|
351
377
|
],
|
@@ -366,7 +392,7 @@
|
|
366
392
|
"thisitthat"
|
367
393
|
],
|
368
394
|
"the": [
|
369
|
-
"
|
395
|
+
"article"
|
370
396
|
],
|
371
397
|
"theAble": [
|
372
398
|
"queryable"
|
@@ -411,7 +437,7 @@
|
|
411
437
|
},
|
412
438
|
"adjective": {
|
413
439
|
},
|
414
|
-
"
|
440
|
+
"article": {
|
415
441
|
},
|
416
442
|
"between": {
|
417
443
|
},
|
@@ -421,10 +447,16 @@
|
|
421
447
|
},
|
422
448
|
"concept": {
|
423
449
|
},
|
450
|
+
"distributable": {
|
451
|
+
},
|
424
452
|
"doubleQuote": {
|
425
453
|
},
|
454
|
+
"each": {
|
455
|
+
},
|
426
456
|
"evaluate": {
|
427
457
|
},
|
458
|
+
"every": {
|
459
|
+
},
|
428
460
|
"have": {
|
429
461
|
},
|
430
462
|
"hierarchyAble": {
|
@@ -439,6 +471,8 @@
|
|
439
471
|
},
|
440
472
|
"modifies": {
|
441
473
|
},
|
474
|
+
"negatable": {
|
475
|
+
},
|
442
476
|
"noun": {
|
443
477
|
},
|
444
478
|
"object": {
|
@@ -451,6 +485,8 @@
|
|
451
485
|
},
|
452
486
|
"property": {
|
453
487
|
},
|
488
|
+
"propertyOf": {
|
489
|
+
},
|
454
490
|
"punctuation": {
|
455
491
|
},
|
456
492
|
"queryable": {
|
@@ -516,6 +552,7 @@
|
|
516
552
|
"processed": [
|
517
553
|
{
|
518
554
|
"context": {
|
555
|
+
"context_index": 1,
|
519
556
|
"dead": true,
|
520
557
|
"default": true,
|
521
558
|
"instance": true,
|
@@ -571,6 +608,103 @@
|
|
571
608
|
"query": "2 countable",
|
572
609
|
"responses": [
|
573
610
|
""
|
611
|
+
],
|
612
|
+
"summaries": [
|
613
|
+
{
|
614
|
+
"length": 1,
|
615
|
+
"summaries": [
|
616
|
+
{
|
617
|
+
"counter": 1,
|
618
|
+
"operators": [
|
619
|
+
{
|
620
|
+
"marker": [
|
621
|
+
"integer",
|
622
|
+
0
|
623
|
+
],
|
624
|
+
"range": {
|
625
|
+
"end": 0,
|
626
|
+
"start": 0
|
627
|
+
}
|
628
|
+
},
|
629
|
+
{
|
630
|
+
"marker": [
|
631
|
+
"countable",
|
632
|
+
0
|
633
|
+
],
|
634
|
+
"range": {
|
635
|
+
"end": 10,
|
636
|
+
"start": 2
|
637
|
+
}
|
638
|
+
}
|
639
|
+
]
|
640
|
+
},
|
641
|
+
{
|
642
|
+
"counter": 2,
|
643
|
+
"operators": [
|
644
|
+
{
|
645
|
+
"marker": [
|
646
|
+
"integer",
|
647
|
+
1
|
648
|
+
],
|
649
|
+
"range": {
|
650
|
+
"end": 0,
|
651
|
+
"start": 0
|
652
|
+
}
|
653
|
+
},
|
654
|
+
{
|
655
|
+
"marker": [
|
656
|
+
"countable",
|
657
|
+
0
|
658
|
+
],
|
659
|
+
"range": {
|
660
|
+
"end": 10,
|
661
|
+
"start": 2
|
662
|
+
}
|
663
|
+
}
|
664
|
+
]
|
665
|
+
},
|
666
|
+
{
|
667
|
+
"counter": 3,
|
668
|
+
"operators": [
|
669
|
+
{
|
670
|
+
"marker": [
|
671
|
+
"integer",
|
672
|
+
1
|
673
|
+
],
|
674
|
+
"range": {
|
675
|
+
"end": 0,
|
676
|
+
"start": 0
|
677
|
+
}
|
678
|
+
},
|
679
|
+
{
|
680
|
+
"marker": [
|
681
|
+
"countable",
|
682
|
+
1
|
683
|
+
],
|
684
|
+
"range": {
|
685
|
+
"end": 10,
|
686
|
+
"start": 2
|
687
|
+
}
|
688
|
+
}
|
689
|
+
]
|
690
|
+
},
|
691
|
+
{
|
692
|
+
"counter": 4,
|
693
|
+
"operators": [
|
694
|
+
{
|
695
|
+
"marker": [
|
696
|
+
"countable",
|
697
|
+
1
|
698
|
+
],
|
699
|
+
"range": {
|
700
|
+
"end": 10,
|
701
|
+
"start": 0
|
702
|
+
}
|
703
|
+
}
|
704
|
+
]
|
705
|
+
}
|
706
|
+
]
|
707
|
+
}
|
574
708
|
]
|
575
709
|
},
|
576
710
|
{
|
@@ -590,6 +724,7 @@
|
|
590
724
|
},
|
591
725
|
"contexts": [
|
592
726
|
{
|
727
|
+
"context_index": 1,
|
593
728
|
"dead": true,
|
594
729
|
"default": true,
|
595
730
|
"instance": true,
|
@@ -605,6 +740,7 @@
|
|
605
740
|
"level": 1,
|
606
741
|
"marker": "all",
|
607
742
|
"number": "many",
|
743
|
+
"quantity": "all",
|
608
744
|
"range": {
|
609
745
|
"end": 2,
|
610
746
|
"start": 0
|
@@ -749,9 +885,11 @@
|
|
749
885
|
"adjective": [
|
750
886
|
"stm_before"
|
751
887
|
],
|
752
|
-
"
|
888
|
+
"article": [
|
753
889
|
"a",
|
754
|
-
"the"
|
890
|
+
"the",
|
891
|
+
"each",
|
892
|
+
"every"
|
755
893
|
],
|
756
894
|
"canBeDoQuestion": [
|
757
895
|
"have"
|
@@ -772,6 +910,7 @@
|
|
772
910
|
],
|
773
911
|
"preposition": [
|
774
912
|
"between",
|
913
|
+
"propertyOf",
|
775
914
|
"to"
|
776
915
|
],
|
777
916
|
"pronoun": [
|
@@ -794,8 +933,10 @@
|
|
794
933
|
"it",
|
795
934
|
"what",
|
796
935
|
"whatAble",
|
936
|
+
"negatable",
|
797
937
|
"this",
|
798
938
|
"reason",
|
939
|
+
"distributable",
|
799
940
|
"thisitthat"
|
800
941
|
],
|
801
942
|
"theAble": [
|
@@ -838,6 +979,7 @@
|
|
838
979
|
"canBeQuestion",
|
839
980
|
"property",
|
840
981
|
"theAble",
|
982
|
+
"propertyOf",
|
841
983
|
"whose",
|
842
984
|
"concept",
|
843
985
|
"modifies",
|
@@ -849,9 +991,10 @@
|
|
849
991
|
"questionMark",
|
850
992
|
"punctuation",
|
851
993
|
"a",
|
852
|
-
"
|
994
|
+
"article",
|
853
995
|
"the",
|
854
996
|
"whatAble",
|
997
|
+
"negatable",
|
855
998
|
"is",
|
856
999
|
"toAble",
|
857
1000
|
"to",
|
@@ -863,13 +1006,16 @@
|
|
863
1006
|
"orAble",
|
864
1007
|
"ifAble",
|
865
1008
|
"evaluate",
|
1009
|
+
"each",
|
1010
|
+
"every",
|
1011
|
+
"distributable",
|
866
1012
|
"noun",
|
867
1013
|
"thisitthat",
|
868
1014
|
"that"
|
869
1015
|
],
|
870
1016
|
"parents": {
|
871
1017
|
"a": [
|
872
|
-
"
|
1018
|
+
"article"
|
873
1019
|
],
|
874
1020
|
"between": [
|
875
1021
|
"preposition"
|
@@ -878,12 +1024,21 @@
|
|
878
1024
|
"theAble",
|
879
1025
|
"queryable"
|
880
1026
|
],
|
1027
|
+
"distributable": [
|
1028
|
+
"queryable"
|
1029
|
+
],
|
881
1030
|
"doubleQuote": [
|
882
1031
|
"queryable"
|
883
1032
|
],
|
1033
|
+
"each": [
|
1034
|
+
"article"
|
1035
|
+
],
|
884
1036
|
"evaluate": [
|
885
1037
|
"verb"
|
886
1038
|
],
|
1039
|
+
"every": [
|
1040
|
+
"article"
|
1041
|
+
],
|
887
1042
|
"have": [
|
888
1043
|
"canBeDoQuestion",
|
889
1044
|
"canBeQuestion"
|
@@ -907,6 +1062,9 @@
|
|
907
1062
|
"modifies": [
|
908
1063
|
"verb"
|
909
1064
|
],
|
1065
|
+
"negatable": [
|
1066
|
+
"queryable"
|
1067
|
+
],
|
910
1068
|
"noun": [
|
911
1069
|
"theAble"
|
912
1070
|
],
|
@@ -921,6 +1079,9 @@
|
|
921
1079
|
"queryable",
|
922
1080
|
"theAble"
|
923
1081
|
],
|
1082
|
+
"propertyOf": [
|
1083
|
+
"preposition"
|
1084
|
+
],
|
924
1085
|
"questionMark": [
|
925
1086
|
"punctuation"
|
926
1087
|
],
|
@@ -941,7 +1102,7 @@
|
|
941
1102
|
"thisitthat"
|
942
1103
|
],
|
943
1104
|
"the": [
|
944
|
-
"
|
1105
|
+
"article"
|
945
1106
|
],
|
946
1107
|
"theAble": [
|
947
1108
|
"queryable"
|
@@ -986,7 +1147,7 @@
|
|
986
1147
|
},
|
987
1148
|
"adjective": {
|
988
1149
|
},
|
989
|
-
"
|
1150
|
+
"article": {
|
990
1151
|
},
|
991
1152
|
"between": {
|
992
1153
|
},
|
@@ -996,10 +1157,16 @@
|
|
996
1157
|
},
|
997
1158
|
"concept": {
|
998
1159
|
},
|
1160
|
+
"distributable": {
|
1161
|
+
},
|
999
1162
|
"doubleQuote": {
|
1000
1163
|
},
|
1164
|
+
"each": {
|
1165
|
+
},
|
1001
1166
|
"evaluate": {
|
1002
1167
|
},
|
1168
|
+
"every": {
|
1169
|
+
},
|
1003
1170
|
"have": {
|
1004
1171
|
},
|
1005
1172
|
"hierarchyAble": {
|
@@ -1014,6 +1181,8 @@
|
|
1014
1181
|
},
|
1015
1182
|
"modifies": {
|
1016
1183
|
},
|
1184
|
+
"negatable": {
|
1185
|
+
},
|
1017
1186
|
"noun": {
|
1018
1187
|
},
|
1019
1188
|
"object": {
|
@@ -1026,6 +1195,8 @@
|
|
1026
1195
|
},
|
1027
1196
|
"property": {
|
1028
1197
|
},
|
1198
|
+
"propertyOf": {
|
1199
|
+
},
|
1029
1200
|
"punctuation": {
|
1030
1201
|
},
|
1031
1202
|
"queryable": {
|
@@ -1091,6 +1262,7 @@
|
|
1091
1262
|
"processed": [
|
1092
1263
|
{
|
1093
1264
|
"context": {
|
1265
|
+
"context_index": 1,
|
1094
1266
|
"dead": true,
|
1095
1267
|
"default": true,
|
1096
1268
|
"instance": true,
|
@@ -1106,6 +1278,7 @@
|
|
1106
1278
|
"level": 1,
|
1107
1279
|
"marker": "all",
|
1108
1280
|
"number": "many",
|
1281
|
+
"quantity": "all",
|
1109
1282
|
"range": {
|
1110
1283
|
"end": 2,
|
1111
1284
|
"start": 0
|
@@ -1147,6 +1320,103 @@
|
|
1147
1320
|
"query": "all countable",
|
1148
1321
|
"responses": [
|
1149
1322
|
""
|
1323
|
+
],
|
1324
|
+
"summaries": [
|
1325
|
+
{
|
1326
|
+
"length": 1,
|
1327
|
+
"summaries": [
|
1328
|
+
{
|
1329
|
+
"counter": 1,
|
1330
|
+
"operators": [
|
1331
|
+
{
|
1332
|
+
"marker": [
|
1333
|
+
"all",
|
1334
|
+
0
|
1335
|
+
],
|
1336
|
+
"range": {
|
1337
|
+
"end": 2,
|
1338
|
+
"start": 0
|
1339
|
+
}
|
1340
|
+
},
|
1341
|
+
{
|
1342
|
+
"marker": [
|
1343
|
+
"countable",
|
1344
|
+
0
|
1345
|
+
],
|
1346
|
+
"range": {
|
1347
|
+
"end": 12,
|
1348
|
+
"start": 4
|
1349
|
+
}
|
1350
|
+
}
|
1351
|
+
]
|
1352
|
+
},
|
1353
|
+
{
|
1354
|
+
"counter": 2,
|
1355
|
+
"operators": [
|
1356
|
+
{
|
1357
|
+
"marker": [
|
1358
|
+
"all",
|
1359
|
+
1
|
1360
|
+
],
|
1361
|
+
"range": {
|
1362
|
+
"end": 2,
|
1363
|
+
"start": 0
|
1364
|
+
}
|
1365
|
+
},
|
1366
|
+
{
|
1367
|
+
"marker": [
|
1368
|
+
"countable",
|
1369
|
+
0
|
1370
|
+
],
|
1371
|
+
"range": {
|
1372
|
+
"end": 12,
|
1373
|
+
"start": 4
|
1374
|
+
}
|
1375
|
+
}
|
1376
|
+
]
|
1377
|
+
},
|
1378
|
+
{
|
1379
|
+
"counter": 3,
|
1380
|
+
"operators": [
|
1381
|
+
{
|
1382
|
+
"marker": [
|
1383
|
+
"all",
|
1384
|
+
1
|
1385
|
+
],
|
1386
|
+
"range": {
|
1387
|
+
"end": 2,
|
1388
|
+
"start": 0
|
1389
|
+
}
|
1390
|
+
},
|
1391
|
+
{
|
1392
|
+
"marker": [
|
1393
|
+
"countable",
|
1394
|
+
1
|
1395
|
+
],
|
1396
|
+
"range": {
|
1397
|
+
"end": 12,
|
1398
|
+
"start": 4
|
1399
|
+
}
|
1400
|
+
}
|
1401
|
+
]
|
1402
|
+
},
|
1403
|
+
{
|
1404
|
+
"counter": 4,
|
1405
|
+
"operators": [
|
1406
|
+
{
|
1407
|
+
"marker": [
|
1408
|
+
"countable",
|
1409
|
+
1
|
1410
|
+
],
|
1411
|
+
"range": {
|
1412
|
+
"end": 12,
|
1413
|
+
"start": 0
|
1414
|
+
}
|
1415
|
+
}
|
1416
|
+
]
|
1417
|
+
}
|
1418
|
+
]
|
1419
|
+
}
|
1150
1420
|
]
|
1151
1421
|
},
|
1152
1422
|
{
|
@@ -1166,6 +1436,7 @@
|
|
1166
1436
|
},
|
1167
1437
|
"contexts": [
|
1168
1438
|
{
|
1439
|
+
"context_index": 1,
|
1169
1440
|
"dead": true,
|
1170
1441
|
"default": true,
|
1171
1442
|
"instance": true,
|
@@ -1324,9 +1595,11 @@
|
|
1324
1595
|
"adjective": [
|
1325
1596
|
"stm_before"
|
1326
1597
|
],
|
1327
|
-
"
|
1598
|
+
"article": [
|
1328
1599
|
"a",
|
1329
|
-
"the"
|
1600
|
+
"the",
|
1601
|
+
"each",
|
1602
|
+
"every"
|
1330
1603
|
],
|
1331
1604
|
"canBeDoQuestion": [
|
1332
1605
|
"have"
|
@@ -1347,6 +1620,7 @@
|
|
1347
1620
|
],
|
1348
1621
|
"preposition": [
|
1349
1622
|
"between",
|
1623
|
+
"propertyOf",
|
1350
1624
|
"to"
|
1351
1625
|
],
|
1352
1626
|
"pronoun": [
|
@@ -1369,8 +1643,10 @@
|
|
1369
1643
|
"it",
|
1370
1644
|
"what",
|
1371
1645
|
"whatAble",
|
1646
|
+
"negatable",
|
1372
1647
|
"this",
|
1373
1648
|
"reason",
|
1649
|
+
"distributable",
|
1374
1650
|
"thisitthat"
|
1375
1651
|
],
|
1376
1652
|
"theAble": [
|
@@ -1413,6 +1689,7 @@
|
|
1413
1689
|
"canBeQuestion",
|
1414
1690
|
"property",
|
1415
1691
|
"theAble",
|
1692
|
+
"propertyOf",
|
1416
1693
|
"whose",
|
1417
1694
|
"concept",
|
1418
1695
|
"modifies",
|
@@ -1424,9 +1701,10 @@
|
|
1424
1701
|
"questionMark",
|
1425
1702
|
"punctuation",
|
1426
1703
|
"a",
|
1427
|
-
"
|
1704
|
+
"article",
|
1428
1705
|
"the",
|
1429
1706
|
"whatAble",
|
1707
|
+
"negatable",
|
1430
1708
|
"is",
|
1431
1709
|
"toAble",
|
1432
1710
|
"to",
|
@@ -1438,13 +1716,16 @@
|
|
1438
1716
|
"orAble",
|
1439
1717
|
"ifAble",
|
1440
1718
|
"evaluate",
|
1719
|
+
"each",
|
1720
|
+
"every",
|
1721
|
+
"distributable",
|
1441
1722
|
"noun",
|
1442
1723
|
"thisitthat",
|
1443
1724
|
"that"
|
1444
1725
|
],
|
1445
1726
|
"parents": {
|
1446
1727
|
"a": [
|
1447
|
-
"
|
1728
|
+
"article"
|
1448
1729
|
],
|
1449
1730
|
"between": [
|
1450
1731
|
"preposition"
|
@@ -1453,12 +1734,21 @@
|
|
1453
1734
|
"theAble",
|
1454
1735
|
"queryable"
|
1455
1736
|
],
|
1737
|
+
"distributable": [
|
1738
|
+
"queryable"
|
1739
|
+
],
|
1456
1740
|
"doubleQuote": [
|
1457
1741
|
"queryable"
|
1458
1742
|
],
|
1743
|
+
"each": [
|
1744
|
+
"article"
|
1745
|
+
],
|
1459
1746
|
"evaluate": [
|
1460
1747
|
"verb"
|
1461
1748
|
],
|
1749
|
+
"every": [
|
1750
|
+
"article"
|
1751
|
+
],
|
1462
1752
|
"have": [
|
1463
1753
|
"canBeDoQuestion",
|
1464
1754
|
"canBeQuestion"
|
@@ -1482,6 +1772,9 @@
|
|
1482
1772
|
"modifies": [
|
1483
1773
|
"verb"
|
1484
1774
|
],
|
1775
|
+
"negatable": [
|
1776
|
+
"queryable"
|
1777
|
+
],
|
1485
1778
|
"noun": [
|
1486
1779
|
"theAble"
|
1487
1780
|
],
|
@@ -1496,6 +1789,9 @@
|
|
1496
1789
|
"queryable",
|
1497
1790
|
"theAble"
|
1498
1791
|
],
|
1792
|
+
"propertyOf": [
|
1793
|
+
"preposition"
|
1794
|
+
],
|
1499
1795
|
"questionMark": [
|
1500
1796
|
"punctuation"
|
1501
1797
|
],
|
@@ -1516,7 +1812,7 @@
|
|
1516
1812
|
"thisitthat"
|
1517
1813
|
],
|
1518
1814
|
"the": [
|
1519
|
-
"
|
1815
|
+
"article"
|
1520
1816
|
],
|
1521
1817
|
"theAble": [
|
1522
1818
|
"queryable"
|
@@ -1561,7 +1857,7 @@
|
|
1561
1857
|
},
|
1562
1858
|
"adjective": {
|
1563
1859
|
},
|
1564
|
-
"
|
1860
|
+
"article": {
|
1565
1861
|
},
|
1566
1862
|
"between": {
|
1567
1863
|
},
|
@@ -1571,10 +1867,16 @@
|
|
1571
1867
|
},
|
1572
1868
|
"concept": {
|
1573
1869
|
},
|
1870
|
+
"distributable": {
|
1871
|
+
},
|
1574
1872
|
"doubleQuote": {
|
1575
1873
|
},
|
1874
|
+
"each": {
|
1875
|
+
},
|
1576
1876
|
"evaluate": {
|
1577
1877
|
},
|
1878
|
+
"every": {
|
1879
|
+
},
|
1578
1880
|
"have": {
|
1579
1881
|
},
|
1580
1882
|
"hierarchyAble": {
|
@@ -1589,6 +1891,8 @@
|
|
1589
1891
|
},
|
1590
1892
|
"modifies": {
|
1591
1893
|
},
|
1894
|
+
"negatable": {
|
1895
|
+
},
|
1592
1896
|
"noun": {
|
1593
1897
|
},
|
1594
1898
|
"object": {
|
@@ -1601,6 +1905,8 @@
|
|
1601
1905
|
},
|
1602
1906
|
"property": {
|
1603
1907
|
},
|
1908
|
+
"propertyOf": {
|
1909
|
+
},
|
1604
1910
|
"punctuation": {
|
1605
1911
|
},
|
1606
1912
|
"queryable": {
|
@@ -1666,6 +1972,7 @@
|
|
1666
1972
|
"processed": [
|
1667
1973
|
{
|
1668
1974
|
"context": {
|
1975
|
+
"context_index": 1,
|
1669
1976
|
"dead": true,
|
1670
1977
|
"default": true,
|
1671
1978
|
"instance": true,
|
@@ -1721,6 +2028,103 @@
|
|
1721
2028
|
"query": "1 countable",
|
1722
2029
|
"responses": [
|
1723
2030
|
""
|
2031
|
+
],
|
2032
|
+
"summaries": [
|
2033
|
+
{
|
2034
|
+
"length": 1,
|
2035
|
+
"summaries": [
|
2036
|
+
{
|
2037
|
+
"counter": 1,
|
2038
|
+
"operators": [
|
2039
|
+
{
|
2040
|
+
"marker": [
|
2041
|
+
"integer",
|
2042
|
+
0
|
2043
|
+
],
|
2044
|
+
"range": {
|
2045
|
+
"end": 0,
|
2046
|
+
"start": 0
|
2047
|
+
}
|
2048
|
+
},
|
2049
|
+
{
|
2050
|
+
"marker": [
|
2051
|
+
"countable",
|
2052
|
+
0
|
2053
|
+
],
|
2054
|
+
"range": {
|
2055
|
+
"end": 10,
|
2056
|
+
"start": 2
|
2057
|
+
}
|
2058
|
+
}
|
2059
|
+
]
|
2060
|
+
},
|
2061
|
+
{
|
2062
|
+
"counter": 2,
|
2063
|
+
"operators": [
|
2064
|
+
{
|
2065
|
+
"marker": [
|
2066
|
+
"integer",
|
2067
|
+
1
|
2068
|
+
],
|
2069
|
+
"range": {
|
2070
|
+
"end": 0,
|
2071
|
+
"start": 0
|
2072
|
+
}
|
2073
|
+
},
|
2074
|
+
{
|
2075
|
+
"marker": [
|
2076
|
+
"countable",
|
2077
|
+
0
|
2078
|
+
],
|
2079
|
+
"range": {
|
2080
|
+
"end": 10,
|
2081
|
+
"start": 2
|
2082
|
+
}
|
2083
|
+
}
|
2084
|
+
]
|
2085
|
+
},
|
2086
|
+
{
|
2087
|
+
"counter": 3,
|
2088
|
+
"operators": [
|
2089
|
+
{
|
2090
|
+
"marker": [
|
2091
|
+
"integer",
|
2092
|
+
1
|
2093
|
+
],
|
2094
|
+
"range": {
|
2095
|
+
"end": 0,
|
2096
|
+
"start": 0
|
2097
|
+
}
|
2098
|
+
},
|
2099
|
+
{
|
2100
|
+
"marker": [
|
2101
|
+
"countable",
|
2102
|
+
1
|
2103
|
+
],
|
2104
|
+
"range": {
|
2105
|
+
"end": 10,
|
2106
|
+
"start": 2
|
2107
|
+
}
|
2108
|
+
}
|
2109
|
+
]
|
2110
|
+
},
|
2111
|
+
{
|
2112
|
+
"counter": 4,
|
2113
|
+
"operators": [
|
2114
|
+
{
|
2115
|
+
"marker": [
|
2116
|
+
"countable",
|
2117
|
+
1
|
2118
|
+
],
|
2119
|
+
"range": {
|
2120
|
+
"end": 10,
|
2121
|
+
"start": 0
|
2122
|
+
}
|
2123
|
+
}
|
2124
|
+
]
|
2125
|
+
}
|
2126
|
+
]
|
2127
|
+
}
|
1724
2128
|
]
|
1725
2129
|
},
|
1726
2130
|
{
|
@@ -1740,6 +2144,7 @@
|
|
1740
2144
|
},
|
1741
2145
|
"contexts": [
|
1742
2146
|
{
|
2147
|
+
"context_index": 1,
|
1743
2148
|
"count": {
|
1744
2149
|
"dead": true,
|
1745
2150
|
"instance": true,
|
@@ -1892,9 +2297,11 @@
|
|
1892
2297
|
"adjective": [
|
1893
2298
|
"stm_before"
|
1894
2299
|
],
|
1895
|
-
"
|
2300
|
+
"article": [
|
1896
2301
|
"a",
|
1897
|
-
"the"
|
2302
|
+
"the",
|
2303
|
+
"each",
|
2304
|
+
"every"
|
1898
2305
|
],
|
1899
2306
|
"canBeDoQuestion": [
|
1900
2307
|
"have"
|
@@ -1915,6 +2322,7 @@
|
|
1915
2322
|
],
|
1916
2323
|
"preposition": [
|
1917
2324
|
"between",
|
2325
|
+
"propertyOf",
|
1918
2326
|
"to"
|
1919
2327
|
],
|
1920
2328
|
"pronoun": [
|
@@ -1937,8 +2345,10 @@
|
|
1937
2345
|
"it",
|
1938
2346
|
"what",
|
1939
2347
|
"whatAble",
|
2348
|
+
"negatable",
|
1940
2349
|
"this",
|
1941
2350
|
"reason",
|
2351
|
+
"distributable",
|
1942
2352
|
"thisitthat"
|
1943
2353
|
],
|
1944
2354
|
"theAble": [
|
@@ -1981,6 +2391,7 @@
|
|
1981
2391
|
"canBeQuestion",
|
1982
2392
|
"property",
|
1983
2393
|
"theAble",
|
2394
|
+
"propertyOf",
|
1984
2395
|
"whose",
|
1985
2396
|
"concept",
|
1986
2397
|
"modifies",
|
@@ -1992,9 +2403,10 @@
|
|
1992
2403
|
"questionMark",
|
1993
2404
|
"punctuation",
|
1994
2405
|
"a",
|
1995
|
-
"
|
2406
|
+
"article",
|
1996
2407
|
"the",
|
1997
2408
|
"whatAble",
|
2409
|
+
"negatable",
|
1998
2410
|
"is",
|
1999
2411
|
"toAble",
|
2000
2412
|
"to",
|
@@ -2006,13 +2418,16 @@
|
|
2006
2418
|
"orAble",
|
2007
2419
|
"ifAble",
|
2008
2420
|
"evaluate",
|
2421
|
+
"each",
|
2422
|
+
"every",
|
2423
|
+
"distributable",
|
2009
2424
|
"noun",
|
2010
2425
|
"thisitthat",
|
2011
2426
|
"that"
|
2012
2427
|
],
|
2013
2428
|
"parents": {
|
2014
2429
|
"a": [
|
2015
|
-
"
|
2430
|
+
"article"
|
2016
2431
|
],
|
2017
2432
|
"between": [
|
2018
2433
|
"preposition"
|
@@ -2021,12 +2436,21 @@
|
|
2021
2436
|
"theAble",
|
2022
2437
|
"queryable"
|
2023
2438
|
],
|
2439
|
+
"distributable": [
|
2440
|
+
"queryable"
|
2441
|
+
],
|
2024
2442
|
"doubleQuote": [
|
2025
2443
|
"queryable"
|
2026
2444
|
],
|
2445
|
+
"each": [
|
2446
|
+
"article"
|
2447
|
+
],
|
2027
2448
|
"evaluate": [
|
2028
2449
|
"verb"
|
2029
2450
|
],
|
2451
|
+
"every": [
|
2452
|
+
"article"
|
2453
|
+
],
|
2030
2454
|
"have": [
|
2031
2455
|
"canBeDoQuestion",
|
2032
2456
|
"canBeQuestion"
|
@@ -2050,6 +2474,9 @@
|
|
2050
2474
|
"modifies": [
|
2051
2475
|
"verb"
|
2052
2476
|
],
|
2477
|
+
"negatable": [
|
2478
|
+
"queryable"
|
2479
|
+
],
|
2053
2480
|
"noun": [
|
2054
2481
|
"theAble"
|
2055
2482
|
],
|
@@ -2064,6 +2491,9 @@
|
|
2064
2491
|
"queryable",
|
2065
2492
|
"theAble"
|
2066
2493
|
],
|
2494
|
+
"propertyOf": [
|
2495
|
+
"preposition"
|
2496
|
+
],
|
2067
2497
|
"questionMark": [
|
2068
2498
|
"punctuation"
|
2069
2499
|
],
|
@@ -2084,7 +2514,7 @@
|
|
2084
2514
|
"thisitthat"
|
2085
2515
|
],
|
2086
2516
|
"the": [
|
2087
|
-
"
|
2517
|
+
"article"
|
2088
2518
|
],
|
2089
2519
|
"theAble": [
|
2090
2520
|
"queryable"
|
@@ -2129,7 +2559,7 @@
|
|
2129
2559
|
},
|
2130
2560
|
"adjective": {
|
2131
2561
|
},
|
2132
|
-
"
|
2562
|
+
"article": {
|
2133
2563
|
},
|
2134
2564
|
"between": {
|
2135
2565
|
},
|
@@ -2139,10 +2569,16 @@
|
|
2139
2569
|
},
|
2140
2570
|
"concept": {
|
2141
2571
|
},
|
2572
|
+
"distributable": {
|
2573
|
+
},
|
2142
2574
|
"doubleQuote": {
|
2143
2575
|
},
|
2576
|
+
"each": {
|
2577
|
+
},
|
2144
2578
|
"evaluate": {
|
2145
2579
|
},
|
2580
|
+
"every": {
|
2581
|
+
},
|
2146
2582
|
"have": {
|
2147
2583
|
},
|
2148
2584
|
"hierarchyAble": {
|
@@ -2157,6 +2593,8 @@
|
|
2157
2593
|
},
|
2158
2594
|
"modifies": {
|
2159
2595
|
},
|
2596
|
+
"negatable": {
|
2597
|
+
},
|
2160
2598
|
"noun": {
|
2161
2599
|
},
|
2162
2600
|
"object": {
|
@@ -2169,6 +2607,8 @@
|
|
2169
2607
|
},
|
2170
2608
|
"property": {
|
2171
2609
|
},
|
2610
|
+
"propertyOf": {
|
2611
|
+
},
|
2172
2612
|
"punctuation": {
|
2173
2613
|
},
|
2174
2614
|
"queryable": {
|
@@ -2234,6 +2674,7 @@
|
|
2234
2674
|
"processed": [
|
2235
2675
|
{
|
2236
2676
|
"context": {
|
2677
|
+
"context_index": 1,
|
2237
2678
|
"count": {
|
2238
2679
|
"dead": true,
|
2239
2680
|
"instance": true,
|
@@ -2283,6 +2724,103 @@
|
|
2283
2724
|
"query": "10 piece",
|
2284
2725
|
"responses": [
|
2285
2726
|
""
|
2727
|
+
],
|
2728
|
+
"summaries": [
|
2729
|
+
{
|
2730
|
+
"length": 1,
|
2731
|
+
"summaries": [
|
2732
|
+
{
|
2733
|
+
"counter": 1,
|
2734
|
+
"operators": [
|
2735
|
+
{
|
2736
|
+
"marker": [
|
2737
|
+
"integer",
|
2738
|
+
0
|
2739
|
+
],
|
2740
|
+
"range": {
|
2741
|
+
"end": 1,
|
2742
|
+
"start": 0
|
2743
|
+
}
|
2744
|
+
},
|
2745
|
+
{
|
2746
|
+
"marker": [
|
2747
|
+
"piece",
|
2748
|
+
0
|
2749
|
+
],
|
2750
|
+
"range": {
|
2751
|
+
"end": 7,
|
2752
|
+
"start": 3
|
2753
|
+
}
|
2754
|
+
}
|
2755
|
+
]
|
2756
|
+
},
|
2757
|
+
{
|
2758
|
+
"counter": 2,
|
2759
|
+
"operators": [
|
2760
|
+
{
|
2761
|
+
"marker": [
|
2762
|
+
"integer",
|
2763
|
+
1
|
2764
|
+
],
|
2765
|
+
"range": {
|
2766
|
+
"end": 1,
|
2767
|
+
"start": 0
|
2768
|
+
}
|
2769
|
+
},
|
2770
|
+
{
|
2771
|
+
"marker": [
|
2772
|
+
"piece",
|
2773
|
+
0
|
2774
|
+
],
|
2775
|
+
"range": {
|
2776
|
+
"end": 7,
|
2777
|
+
"start": 3
|
2778
|
+
}
|
2779
|
+
}
|
2780
|
+
]
|
2781
|
+
},
|
2782
|
+
{
|
2783
|
+
"counter": 3,
|
2784
|
+
"operators": [
|
2785
|
+
{
|
2786
|
+
"marker": [
|
2787
|
+
"integer",
|
2788
|
+
1
|
2789
|
+
],
|
2790
|
+
"range": {
|
2791
|
+
"end": 1,
|
2792
|
+
"start": 0
|
2793
|
+
}
|
2794
|
+
},
|
2795
|
+
{
|
2796
|
+
"marker": [
|
2797
|
+
"piece",
|
2798
|
+
1
|
2799
|
+
],
|
2800
|
+
"range": {
|
2801
|
+
"end": 7,
|
2802
|
+
"start": 3
|
2803
|
+
}
|
2804
|
+
}
|
2805
|
+
]
|
2806
|
+
},
|
2807
|
+
{
|
2808
|
+
"counter": 4,
|
2809
|
+
"operators": [
|
2810
|
+
{
|
2811
|
+
"marker": [
|
2812
|
+
"countOfPieces",
|
2813
|
+
1
|
2814
|
+
],
|
2815
|
+
"range": {
|
2816
|
+
"end": 7,
|
2817
|
+
"start": 0
|
2818
|
+
}
|
2819
|
+
}
|
2820
|
+
]
|
2821
|
+
}
|
2822
|
+
]
|
2823
|
+
}
|
2286
2824
|
]
|
2287
2825
|
},
|
2288
2826
|
{
|
@@ -2316,6 +2854,7 @@
|
|
2316
2854
|
},
|
2317
2855
|
"contexts": [
|
2318
2856
|
{
|
2857
|
+
"context_index": 1,
|
2319
2858
|
"dead": true,
|
2320
2859
|
"default": true,
|
2321
2860
|
"instance": true,
|
@@ -2362,6 +2901,7 @@
|
|
2362
2901
|
"end": 23,
|
2363
2902
|
"start": 0
|
2364
2903
|
},
|
2904
|
+
"raw_text": "hasCountOfPieces",
|
2365
2905
|
"text": "2 piece hascountofpieces",
|
2366
2906
|
"topLevel": true,
|
2367
2907
|
"types": [
|
@@ -2533,9 +3073,11 @@
|
|
2533
3073
|
"adjective": [
|
2534
3074
|
"stm_before"
|
2535
3075
|
],
|
2536
|
-
"
|
3076
|
+
"article": [
|
2537
3077
|
"a",
|
2538
|
-
"the"
|
3078
|
+
"the",
|
3079
|
+
"each",
|
3080
|
+
"every"
|
2539
3081
|
],
|
2540
3082
|
"canBeDoQuestion": [
|
2541
3083
|
"have"
|
@@ -2556,6 +3098,7 @@
|
|
2556
3098
|
],
|
2557
3099
|
"preposition": [
|
2558
3100
|
"between",
|
3101
|
+
"propertyOf",
|
2559
3102
|
"to"
|
2560
3103
|
],
|
2561
3104
|
"pronoun": [
|
@@ -2578,8 +3121,10 @@
|
|
2578
3121
|
"it",
|
2579
3122
|
"what",
|
2580
3123
|
"whatAble",
|
3124
|
+
"negatable",
|
2581
3125
|
"this",
|
2582
3126
|
"reason",
|
3127
|
+
"distributable",
|
2583
3128
|
"thisitthat"
|
2584
3129
|
],
|
2585
3130
|
"theAble": [
|
@@ -2622,6 +3167,7 @@
|
|
2622
3167
|
"canBeQuestion",
|
2623
3168
|
"property",
|
2624
3169
|
"theAble",
|
3170
|
+
"propertyOf",
|
2625
3171
|
"whose",
|
2626
3172
|
"concept",
|
2627
3173
|
"modifies",
|
@@ -2633,9 +3179,10 @@
|
|
2633
3179
|
"questionMark",
|
2634
3180
|
"punctuation",
|
2635
3181
|
"a",
|
2636
|
-
"
|
3182
|
+
"article",
|
2637
3183
|
"the",
|
2638
3184
|
"whatAble",
|
3185
|
+
"negatable",
|
2639
3186
|
"is",
|
2640
3187
|
"toAble",
|
2641
3188
|
"to",
|
@@ -2647,13 +3194,16 @@
|
|
2647
3194
|
"orAble",
|
2648
3195
|
"ifAble",
|
2649
3196
|
"evaluate",
|
3197
|
+
"each",
|
3198
|
+
"every",
|
3199
|
+
"distributable",
|
2650
3200
|
"noun",
|
2651
3201
|
"thisitthat",
|
2652
3202
|
"that"
|
2653
3203
|
],
|
2654
3204
|
"parents": {
|
2655
3205
|
"a": [
|
2656
|
-
"
|
3206
|
+
"article"
|
2657
3207
|
],
|
2658
3208
|
"between": [
|
2659
3209
|
"preposition"
|
@@ -2662,12 +3212,21 @@
|
|
2662
3212
|
"theAble",
|
2663
3213
|
"queryable"
|
2664
3214
|
],
|
3215
|
+
"distributable": [
|
3216
|
+
"queryable"
|
3217
|
+
],
|
2665
3218
|
"doubleQuote": [
|
2666
3219
|
"queryable"
|
2667
3220
|
],
|
3221
|
+
"each": [
|
3222
|
+
"article"
|
3223
|
+
],
|
2668
3224
|
"evaluate": [
|
2669
3225
|
"verb"
|
2670
3226
|
],
|
3227
|
+
"every": [
|
3228
|
+
"article"
|
3229
|
+
],
|
2671
3230
|
"have": [
|
2672
3231
|
"canBeDoQuestion",
|
2673
3232
|
"canBeQuestion"
|
@@ -2691,6 +3250,9 @@
|
|
2691
3250
|
"modifies": [
|
2692
3251
|
"verb"
|
2693
3252
|
],
|
3253
|
+
"negatable": [
|
3254
|
+
"queryable"
|
3255
|
+
],
|
2694
3256
|
"noun": [
|
2695
3257
|
"theAble"
|
2696
3258
|
],
|
@@ -2705,6 +3267,9 @@
|
|
2705
3267
|
"queryable",
|
2706
3268
|
"theAble"
|
2707
3269
|
],
|
3270
|
+
"propertyOf": [
|
3271
|
+
"preposition"
|
3272
|
+
],
|
2708
3273
|
"questionMark": [
|
2709
3274
|
"punctuation"
|
2710
3275
|
],
|
@@ -2725,7 +3290,7 @@
|
|
2725
3290
|
"thisitthat"
|
2726
3291
|
],
|
2727
3292
|
"the": [
|
2728
|
-
"
|
3293
|
+
"article"
|
2729
3294
|
],
|
2730
3295
|
"theAble": [
|
2731
3296
|
"queryable"
|
@@ -2770,7 +3335,7 @@
|
|
2770
3335
|
},
|
2771
3336
|
"adjective": {
|
2772
3337
|
},
|
2773
|
-
"
|
3338
|
+
"article": {
|
2774
3339
|
},
|
2775
3340
|
"between": {
|
2776
3341
|
},
|
@@ -2780,10 +3345,16 @@
|
|
2780
3345
|
},
|
2781
3346
|
"concept": {
|
2782
3347
|
},
|
3348
|
+
"distributable": {
|
3349
|
+
},
|
2783
3350
|
"doubleQuote": {
|
2784
3351
|
},
|
3352
|
+
"each": {
|
3353
|
+
},
|
2785
3354
|
"evaluate": {
|
2786
3355
|
},
|
3356
|
+
"every": {
|
3357
|
+
},
|
2787
3358
|
"have": {
|
2788
3359
|
},
|
2789
3360
|
"hierarchyAble": {
|
@@ -2798,6 +3369,8 @@
|
|
2798
3369
|
},
|
2799
3370
|
"modifies": {
|
2800
3371
|
},
|
3372
|
+
"negatable": {
|
3373
|
+
},
|
2801
3374
|
"noun": {
|
2802
3375
|
},
|
2803
3376
|
"object": {
|
@@ -2810,6 +3383,8 @@
|
|
2810
3383
|
},
|
2811
3384
|
"property": {
|
2812
3385
|
},
|
3386
|
+
"propertyOf": {
|
3387
|
+
},
|
2813
3388
|
"punctuation": {
|
2814
3389
|
},
|
2815
3390
|
"queryable": {
|
@@ -2875,6 +3450,7 @@
|
|
2875
3450
|
"processed": [
|
2876
3451
|
{
|
2877
3452
|
"context": {
|
3453
|
+
"context_index": 1,
|
2878
3454
|
"dead": true,
|
2879
3455
|
"default": true,
|
2880
3456
|
"instance": true,
|
@@ -2921,6 +3497,7 @@
|
|
2921
3497
|
"end": 23,
|
2922
3498
|
"start": 0
|
2923
3499
|
},
|
3500
|
+
"raw_text": "hasCountOfPieces",
|
2924
3501
|
"text": "2 piece hascountofpieces",
|
2925
3502
|
"topLevel": true,
|
2926
3503
|
"types": [
|
@@ -2947,6 +3524,183 @@
|
|
2947
3524
|
"query": "2 piece hasCountOfPieces",
|
2948
3525
|
"responses": [
|
2949
3526
|
""
|
3527
|
+
],
|
3528
|
+
"summaries": [
|
3529
|
+
{
|
3530
|
+
"length": 1,
|
3531
|
+
"summaries": [
|
3532
|
+
{
|
3533
|
+
"counter": 1,
|
3534
|
+
"operators": [
|
3535
|
+
{
|
3536
|
+
"marker": [
|
3537
|
+
"integer",
|
3538
|
+
0
|
3539
|
+
],
|
3540
|
+
"range": {
|
3541
|
+
"end": 0,
|
3542
|
+
"start": 0
|
3543
|
+
}
|
3544
|
+
},
|
3545
|
+
{
|
3546
|
+
"marker": [
|
3547
|
+
"piece",
|
3548
|
+
0
|
3549
|
+
],
|
3550
|
+
"range": {
|
3551
|
+
"end": 6,
|
3552
|
+
"start": 2
|
3553
|
+
}
|
3554
|
+
},
|
3555
|
+
{
|
3556
|
+
"marker": [
|
3557
|
+
"hasCountOfPieces",
|
3558
|
+
0
|
3559
|
+
],
|
3560
|
+
"range": {
|
3561
|
+
"end": 23,
|
3562
|
+
"start": 8
|
3563
|
+
}
|
3564
|
+
}
|
3565
|
+
]
|
3566
|
+
},
|
3567
|
+
{
|
3568
|
+
"counter": 2,
|
3569
|
+
"operators": [
|
3570
|
+
{
|
3571
|
+
"marker": [
|
3572
|
+
"integer",
|
3573
|
+
1
|
3574
|
+
],
|
3575
|
+
"range": {
|
3576
|
+
"end": 0,
|
3577
|
+
"start": 0
|
3578
|
+
}
|
3579
|
+
},
|
3580
|
+
{
|
3581
|
+
"marker": [
|
3582
|
+
"piece",
|
3583
|
+
0
|
3584
|
+
],
|
3585
|
+
"range": {
|
3586
|
+
"end": 6,
|
3587
|
+
"start": 2
|
3588
|
+
}
|
3589
|
+
},
|
3590
|
+
{
|
3591
|
+
"marker": [
|
3592
|
+
"hasCountOfPieces",
|
3593
|
+
0
|
3594
|
+
],
|
3595
|
+
"range": {
|
3596
|
+
"end": 23,
|
3597
|
+
"start": 8
|
3598
|
+
}
|
3599
|
+
}
|
3600
|
+
]
|
3601
|
+
},
|
3602
|
+
{
|
3603
|
+
"counter": 3,
|
3604
|
+
"operators": [
|
3605
|
+
{
|
3606
|
+
"marker": [
|
3607
|
+
"integer",
|
3608
|
+
1
|
3609
|
+
],
|
3610
|
+
"range": {
|
3611
|
+
"end": 0,
|
3612
|
+
"start": 0
|
3613
|
+
}
|
3614
|
+
},
|
3615
|
+
{
|
3616
|
+
"marker": [
|
3617
|
+
"piece",
|
3618
|
+
1
|
3619
|
+
],
|
3620
|
+
"range": {
|
3621
|
+
"end": 6,
|
3622
|
+
"start": 2
|
3623
|
+
}
|
3624
|
+
},
|
3625
|
+
{
|
3626
|
+
"marker": [
|
3627
|
+
"hasCountOfPieces",
|
3628
|
+
0
|
3629
|
+
],
|
3630
|
+
"range": {
|
3631
|
+
"end": 23,
|
3632
|
+
"start": 8
|
3633
|
+
}
|
3634
|
+
}
|
3635
|
+
]
|
3636
|
+
},
|
3637
|
+
{
|
3638
|
+
"counter": 4,
|
3639
|
+
"operators": [
|
3640
|
+
{
|
3641
|
+
"marker": [
|
3642
|
+
"countOfPieces",
|
3643
|
+
1
|
3644
|
+
],
|
3645
|
+
"range": {
|
3646
|
+
"end": 6,
|
3647
|
+
"start": 0
|
3648
|
+
}
|
3649
|
+
},
|
3650
|
+
{
|
3651
|
+
"marker": [
|
3652
|
+
"hasCountOfPieces",
|
3653
|
+
0
|
3654
|
+
],
|
3655
|
+
"range": {
|
3656
|
+
"end": 23,
|
3657
|
+
"start": 8
|
3658
|
+
}
|
3659
|
+
}
|
3660
|
+
]
|
3661
|
+
},
|
3662
|
+
{
|
3663
|
+
"counter": 5,
|
3664
|
+
"operators": [
|
3665
|
+
{
|
3666
|
+
"marker": [
|
3667
|
+
"countOfPieces",
|
3668
|
+
1
|
3669
|
+
],
|
3670
|
+
"range": {
|
3671
|
+
"end": 6,
|
3672
|
+
"start": 0
|
3673
|
+
}
|
3674
|
+
},
|
3675
|
+
{
|
3676
|
+
"marker": [
|
3677
|
+
"hasCountOfPieces",
|
3678
|
+
1
|
3679
|
+
],
|
3680
|
+
"range": {
|
3681
|
+
"end": 23,
|
3682
|
+
"start": 8
|
3683
|
+
}
|
3684
|
+
}
|
3685
|
+
]
|
3686
|
+
},
|
3687
|
+
{
|
3688
|
+
"counter": 6,
|
3689
|
+
"operators": [
|
3690
|
+
{
|
3691
|
+
"marker": [
|
3692
|
+
"hasCountOfPieces",
|
3693
|
+
1
|
3694
|
+
],
|
3695
|
+
"range": {
|
3696
|
+
"end": 23,
|
3697
|
+
"start": 0
|
3698
|
+
}
|
3699
|
+
}
|
3700
|
+
]
|
3701
|
+
}
|
3702
|
+
]
|
3703
|
+
}
|
2950
3704
|
]
|
2951
3705
|
},
|
2952
3706
|
{
|
@@ -2980,6 +3734,7 @@
|
|
2980
3734
|
},
|
2981
3735
|
"contexts": [
|
2982
3736
|
{
|
3737
|
+
"context_index": 1,
|
2983
3738
|
"dead": true,
|
2984
3739
|
"default": true,
|
2985
3740
|
"instance": true,
|
@@ -3044,6 +3799,7 @@
|
|
3044
3799
|
"end": 26,
|
3045
3800
|
"start": 0
|
3046
3801
|
},
|
3802
|
+
"raw_text": "hasCountOfPieces",
|
3047
3803
|
"text": "10 2 piece hascountofpieces",
|
3048
3804
|
"topLevel": true,
|
3049
3805
|
"types": [
|
@@ -3257,9 +4013,11 @@
|
|
3257
4013
|
"adjective": [
|
3258
4014
|
"stm_before"
|
3259
4015
|
],
|
3260
|
-
"
|
4016
|
+
"article": [
|
3261
4017
|
"a",
|
3262
|
-
"the"
|
4018
|
+
"the",
|
4019
|
+
"each",
|
4020
|
+
"every"
|
3263
4021
|
],
|
3264
4022
|
"canBeDoQuestion": [
|
3265
4023
|
"have"
|
@@ -3280,6 +4038,7 @@
|
|
3280
4038
|
],
|
3281
4039
|
"preposition": [
|
3282
4040
|
"between",
|
4041
|
+
"propertyOf",
|
3283
4042
|
"to"
|
3284
4043
|
],
|
3285
4044
|
"pronoun": [
|
@@ -3302,8 +4061,10 @@
|
|
3302
4061
|
"it",
|
3303
4062
|
"what",
|
3304
4063
|
"whatAble",
|
4064
|
+
"negatable",
|
3305
4065
|
"this",
|
3306
4066
|
"reason",
|
4067
|
+
"distributable",
|
3307
4068
|
"thisitthat"
|
3308
4069
|
],
|
3309
4070
|
"theAble": [
|
@@ -3346,6 +4107,7 @@
|
|
3346
4107
|
"canBeQuestion",
|
3347
4108
|
"property",
|
3348
4109
|
"theAble",
|
4110
|
+
"propertyOf",
|
3349
4111
|
"whose",
|
3350
4112
|
"concept",
|
3351
4113
|
"modifies",
|
@@ -3357,9 +4119,10 @@
|
|
3357
4119
|
"questionMark",
|
3358
4120
|
"punctuation",
|
3359
4121
|
"a",
|
3360
|
-
"
|
4122
|
+
"article",
|
3361
4123
|
"the",
|
3362
4124
|
"whatAble",
|
4125
|
+
"negatable",
|
3363
4126
|
"is",
|
3364
4127
|
"toAble",
|
3365
4128
|
"to",
|
@@ -3371,13 +4134,16 @@
|
|
3371
4134
|
"orAble",
|
3372
4135
|
"ifAble",
|
3373
4136
|
"evaluate",
|
4137
|
+
"each",
|
4138
|
+
"every",
|
4139
|
+
"distributable",
|
3374
4140
|
"noun",
|
3375
4141
|
"thisitthat",
|
3376
4142
|
"that"
|
3377
4143
|
],
|
3378
4144
|
"parents": {
|
3379
4145
|
"a": [
|
3380
|
-
"
|
4146
|
+
"article"
|
3381
4147
|
],
|
3382
4148
|
"between": [
|
3383
4149
|
"preposition"
|
@@ -3386,12 +4152,21 @@
|
|
3386
4152
|
"theAble",
|
3387
4153
|
"queryable"
|
3388
4154
|
],
|
4155
|
+
"distributable": [
|
4156
|
+
"queryable"
|
4157
|
+
],
|
3389
4158
|
"doubleQuote": [
|
3390
4159
|
"queryable"
|
3391
4160
|
],
|
4161
|
+
"each": [
|
4162
|
+
"article"
|
4163
|
+
],
|
3392
4164
|
"evaluate": [
|
3393
4165
|
"verb"
|
3394
4166
|
],
|
4167
|
+
"every": [
|
4168
|
+
"article"
|
4169
|
+
],
|
3395
4170
|
"have": [
|
3396
4171
|
"canBeDoQuestion",
|
3397
4172
|
"canBeQuestion"
|
@@ -3415,6 +4190,9 @@
|
|
3415
4190
|
"modifies": [
|
3416
4191
|
"verb"
|
3417
4192
|
],
|
4193
|
+
"negatable": [
|
4194
|
+
"queryable"
|
4195
|
+
],
|
3418
4196
|
"noun": [
|
3419
4197
|
"theAble"
|
3420
4198
|
],
|
@@ -3429,6 +4207,9 @@
|
|
3429
4207
|
"queryable",
|
3430
4208
|
"theAble"
|
3431
4209
|
],
|
4210
|
+
"propertyOf": [
|
4211
|
+
"preposition"
|
4212
|
+
],
|
3432
4213
|
"questionMark": [
|
3433
4214
|
"punctuation"
|
3434
4215
|
],
|
@@ -3449,7 +4230,7 @@
|
|
3449
4230
|
"thisitthat"
|
3450
4231
|
],
|
3451
4232
|
"the": [
|
3452
|
-
"
|
4233
|
+
"article"
|
3453
4234
|
],
|
3454
4235
|
"theAble": [
|
3455
4236
|
"queryable"
|
@@ -3494,7 +4275,7 @@
|
|
3494
4275
|
},
|
3495
4276
|
"adjective": {
|
3496
4277
|
},
|
3497
|
-
"
|
4278
|
+
"article": {
|
3498
4279
|
},
|
3499
4280
|
"between": {
|
3500
4281
|
},
|
@@ -3504,10 +4285,16 @@
|
|
3504
4285
|
},
|
3505
4286
|
"concept": {
|
3506
4287
|
},
|
4288
|
+
"distributable": {
|
4289
|
+
},
|
3507
4290
|
"doubleQuote": {
|
3508
4291
|
},
|
4292
|
+
"each": {
|
4293
|
+
},
|
3509
4294
|
"evaluate": {
|
3510
4295
|
},
|
4296
|
+
"every": {
|
4297
|
+
},
|
3511
4298
|
"have": {
|
3512
4299
|
},
|
3513
4300
|
"hierarchyAble": {
|
@@ -3522,6 +4309,8 @@
|
|
3522
4309
|
},
|
3523
4310
|
"modifies": {
|
3524
4311
|
},
|
4312
|
+
"negatable": {
|
4313
|
+
},
|
3525
4314
|
"noun": {
|
3526
4315
|
},
|
3527
4316
|
"object": {
|
@@ -3534,6 +4323,8 @@
|
|
3534
4323
|
},
|
3535
4324
|
"property": {
|
3536
4325
|
},
|
4326
|
+
"propertyOf": {
|
4327
|
+
},
|
3537
4328
|
"punctuation": {
|
3538
4329
|
},
|
3539
4330
|
"queryable": {
|
@@ -3599,6 +4390,7 @@
|
|
3599
4390
|
"processed": [
|
3600
4391
|
{
|
3601
4392
|
"context": {
|
4393
|
+
"context_index": 1,
|
3602
4394
|
"dead": true,
|
3603
4395
|
"default": true,
|
3604
4396
|
"instance": true,
|
@@ -3663,6 +4455,7 @@
|
|
3663
4455
|
"end": 26,
|
3664
4456
|
"start": 0
|
3665
4457
|
},
|
4458
|
+
"raw_text": "hasCountOfPieces",
|
3666
4459
|
"text": "10 2 piece hascountofpieces",
|
3667
4460
|
"topLevel": true,
|
3668
4461
|
"types": [
|
@@ -3689,6 +4482,303 @@
|
|
3689
4482
|
"query": "10 2 piece hasCountOfPieces",
|
3690
4483
|
"responses": [
|
3691
4484
|
""
|
4485
|
+
],
|
4486
|
+
"summaries": [
|
4487
|
+
{
|
4488
|
+
"length": 1,
|
4489
|
+
"summaries": [
|
4490
|
+
{
|
4491
|
+
"counter": 1,
|
4492
|
+
"operators": [
|
4493
|
+
{
|
4494
|
+
"marker": [
|
4495
|
+
"integer",
|
4496
|
+
0
|
4497
|
+
],
|
4498
|
+
"range": {
|
4499
|
+
"end": 1,
|
4500
|
+
"start": 0
|
4501
|
+
}
|
4502
|
+
},
|
4503
|
+
{
|
4504
|
+
"marker": [
|
4505
|
+
"integer",
|
4506
|
+
0
|
4507
|
+
],
|
4508
|
+
"range": {
|
4509
|
+
"end": 3,
|
4510
|
+
"start": 3
|
4511
|
+
}
|
4512
|
+
},
|
4513
|
+
{
|
4514
|
+
"marker": [
|
4515
|
+
"piece",
|
4516
|
+
0
|
4517
|
+
],
|
4518
|
+
"range": {
|
4519
|
+
"end": 9,
|
4520
|
+
"start": 5
|
4521
|
+
}
|
4522
|
+
},
|
4523
|
+
{
|
4524
|
+
"marker": [
|
4525
|
+
"hasCountOfPieces",
|
4526
|
+
0
|
4527
|
+
],
|
4528
|
+
"range": {
|
4529
|
+
"end": 26,
|
4530
|
+
"start": 11
|
4531
|
+
}
|
4532
|
+
}
|
4533
|
+
]
|
4534
|
+
},
|
4535
|
+
{
|
4536
|
+
"counter": 2,
|
4537
|
+
"operators": [
|
4538
|
+
{
|
4539
|
+
"marker": [
|
4540
|
+
"integer",
|
4541
|
+
1
|
4542
|
+
],
|
4543
|
+
"range": {
|
4544
|
+
"end": 1,
|
4545
|
+
"start": 0
|
4546
|
+
}
|
4547
|
+
},
|
4548
|
+
{
|
4549
|
+
"marker": [
|
4550
|
+
"integer",
|
4551
|
+
0
|
4552
|
+
],
|
4553
|
+
"range": {
|
4554
|
+
"end": 3,
|
4555
|
+
"start": 3
|
4556
|
+
}
|
4557
|
+
},
|
4558
|
+
{
|
4559
|
+
"marker": [
|
4560
|
+
"piece",
|
4561
|
+
0
|
4562
|
+
],
|
4563
|
+
"range": {
|
4564
|
+
"end": 9,
|
4565
|
+
"start": 5
|
4566
|
+
}
|
4567
|
+
},
|
4568
|
+
{
|
4569
|
+
"marker": [
|
4570
|
+
"hasCountOfPieces",
|
4571
|
+
0
|
4572
|
+
],
|
4573
|
+
"range": {
|
4574
|
+
"end": 26,
|
4575
|
+
"start": 11
|
4576
|
+
}
|
4577
|
+
}
|
4578
|
+
]
|
4579
|
+
},
|
4580
|
+
{
|
4581
|
+
"counter": 3,
|
4582
|
+
"operators": [
|
4583
|
+
{
|
4584
|
+
"marker": [
|
4585
|
+
"integer",
|
4586
|
+
1
|
4587
|
+
],
|
4588
|
+
"range": {
|
4589
|
+
"end": 1,
|
4590
|
+
"start": 0
|
4591
|
+
}
|
4592
|
+
},
|
4593
|
+
{
|
4594
|
+
"marker": [
|
4595
|
+
"integer",
|
4596
|
+
1
|
4597
|
+
],
|
4598
|
+
"range": {
|
4599
|
+
"end": 3,
|
4600
|
+
"start": 3
|
4601
|
+
}
|
4602
|
+
},
|
4603
|
+
{
|
4604
|
+
"marker": [
|
4605
|
+
"piece",
|
4606
|
+
0
|
4607
|
+
],
|
4608
|
+
"range": {
|
4609
|
+
"end": 9,
|
4610
|
+
"start": 5
|
4611
|
+
}
|
4612
|
+
},
|
4613
|
+
{
|
4614
|
+
"marker": [
|
4615
|
+
"hasCountOfPieces",
|
4616
|
+
0
|
4617
|
+
],
|
4618
|
+
"range": {
|
4619
|
+
"end": 26,
|
4620
|
+
"start": 11
|
4621
|
+
}
|
4622
|
+
}
|
4623
|
+
]
|
4624
|
+
},
|
4625
|
+
{
|
4626
|
+
"counter": 4,
|
4627
|
+
"operators": [
|
4628
|
+
{
|
4629
|
+
"marker": [
|
4630
|
+
"integer",
|
4631
|
+
1
|
4632
|
+
],
|
4633
|
+
"range": {
|
4634
|
+
"end": 1,
|
4635
|
+
"start": 0
|
4636
|
+
}
|
4637
|
+
},
|
4638
|
+
{
|
4639
|
+
"marker": [
|
4640
|
+
"integer",
|
4641
|
+
1
|
4642
|
+
],
|
4643
|
+
"range": {
|
4644
|
+
"end": 3,
|
4645
|
+
"start": 3
|
4646
|
+
}
|
4647
|
+
},
|
4648
|
+
{
|
4649
|
+
"marker": [
|
4650
|
+
"piece",
|
4651
|
+
1
|
4652
|
+
],
|
4653
|
+
"range": {
|
4654
|
+
"end": 9,
|
4655
|
+
"start": 5
|
4656
|
+
}
|
4657
|
+
},
|
4658
|
+
{
|
4659
|
+
"marker": [
|
4660
|
+
"hasCountOfPieces",
|
4661
|
+
0
|
4662
|
+
],
|
4663
|
+
"range": {
|
4664
|
+
"end": 26,
|
4665
|
+
"start": 11
|
4666
|
+
}
|
4667
|
+
}
|
4668
|
+
]
|
4669
|
+
},
|
4670
|
+
{
|
4671
|
+
"counter": 5,
|
4672
|
+
"operators": [
|
4673
|
+
{
|
4674
|
+
"marker": [
|
4675
|
+
"integer",
|
4676
|
+
1
|
4677
|
+
],
|
4678
|
+
"range": {
|
4679
|
+
"end": 1,
|
4680
|
+
"start": 0
|
4681
|
+
}
|
4682
|
+
},
|
4683
|
+
{
|
4684
|
+
"marker": [
|
4685
|
+
"countOfPieces",
|
4686
|
+
1
|
4687
|
+
],
|
4688
|
+
"range": {
|
4689
|
+
"end": 9,
|
4690
|
+
"start": 3
|
4691
|
+
}
|
4692
|
+
},
|
4693
|
+
{
|
4694
|
+
"marker": [
|
4695
|
+
"hasCountOfPieces",
|
4696
|
+
0
|
4697
|
+
],
|
4698
|
+
"range": {
|
4699
|
+
"end": 26,
|
4700
|
+
"start": 11
|
4701
|
+
}
|
4702
|
+
}
|
4703
|
+
]
|
4704
|
+
},
|
4705
|
+
{
|
4706
|
+
"counter": 6,
|
4707
|
+
"operators": [
|
4708
|
+
{
|
4709
|
+
"marker": [
|
4710
|
+
"integer",
|
4711
|
+
1
|
4712
|
+
],
|
4713
|
+
"range": {
|
4714
|
+
"end": 1,
|
4715
|
+
"start": 0
|
4716
|
+
}
|
4717
|
+
},
|
4718
|
+
{
|
4719
|
+
"marker": [
|
4720
|
+
"countOfPieces",
|
4721
|
+
1
|
4722
|
+
],
|
4723
|
+
"range": {
|
4724
|
+
"end": 9,
|
4725
|
+
"start": 3
|
4726
|
+
}
|
4727
|
+
},
|
4728
|
+
{
|
4729
|
+
"marker": [
|
4730
|
+
"hasCountOfPieces",
|
4731
|
+
1
|
4732
|
+
],
|
4733
|
+
"range": {
|
4734
|
+
"end": 26,
|
4735
|
+
"start": 11
|
4736
|
+
}
|
4737
|
+
}
|
4738
|
+
]
|
4739
|
+
},
|
4740
|
+
{
|
4741
|
+
"counter": 7,
|
4742
|
+
"operators": [
|
4743
|
+
{
|
4744
|
+
"marker": [
|
4745
|
+
"integer",
|
4746
|
+
1
|
4747
|
+
],
|
4748
|
+
"range": {
|
4749
|
+
"end": 1,
|
4750
|
+
"start": 0
|
4751
|
+
}
|
4752
|
+
},
|
4753
|
+
{
|
4754
|
+
"marker": [
|
4755
|
+
"hasCountOfPieces",
|
4756
|
+
1
|
4757
|
+
],
|
4758
|
+
"range": {
|
4759
|
+
"end": 26,
|
4760
|
+
"start": 3
|
4761
|
+
}
|
4762
|
+
}
|
4763
|
+
]
|
4764
|
+
},
|
4765
|
+
{
|
4766
|
+
"counter": 8,
|
4767
|
+
"operators": [
|
4768
|
+
{
|
4769
|
+
"marker": [
|
4770
|
+
"hasCountOfPieces",
|
4771
|
+
1
|
4772
|
+
],
|
4773
|
+
"range": {
|
4774
|
+
"end": 26,
|
4775
|
+
"start": 0
|
4776
|
+
}
|
4777
|
+
}
|
4778
|
+
]
|
4779
|
+
}
|
4780
|
+
]
|
4781
|
+
}
|
3692
4782
|
]
|
3693
4783
|
},
|
3694
4784
|
{
|
@@ -3708,6 +4798,7 @@
|
|
3708
4798
|
},
|
3709
4799
|
"contexts": [
|
3710
4800
|
{
|
4801
|
+
"context_index": 1,
|
3711
4802
|
"dead": true,
|
3712
4803
|
"default": true,
|
3713
4804
|
"level": 1,
|
@@ -3826,9 +4917,11 @@
|
|
3826
4917
|
"adjective": [
|
3827
4918
|
"stm_before"
|
3828
4919
|
],
|
3829
|
-
"
|
4920
|
+
"article": [
|
3830
4921
|
"a",
|
3831
|
-
"the"
|
4922
|
+
"the",
|
4923
|
+
"each",
|
4924
|
+
"every"
|
3832
4925
|
],
|
3833
4926
|
"canBeDoQuestion": [
|
3834
4927
|
"have"
|
@@ -3849,6 +4942,7 @@
|
|
3849
4942
|
],
|
3850
4943
|
"preposition": [
|
3851
4944
|
"between",
|
4945
|
+
"propertyOf",
|
3852
4946
|
"to"
|
3853
4947
|
],
|
3854
4948
|
"pronoun": [
|
@@ -3871,8 +4965,10 @@
|
|
3871
4965
|
"it",
|
3872
4966
|
"what",
|
3873
4967
|
"whatAble",
|
4968
|
+
"negatable",
|
3874
4969
|
"this",
|
3875
4970
|
"reason",
|
4971
|
+
"distributable",
|
3876
4972
|
"thisitthat"
|
3877
4973
|
],
|
3878
4974
|
"theAble": [
|
@@ -3915,6 +5011,7 @@
|
|
3915
5011
|
"canBeQuestion",
|
3916
5012
|
"property",
|
3917
5013
|
"theAble",
|
5014
|
+
"propertyOf",
|
3918
5015
|
"whose",
|
3919
5016
|
"concept",
|
3920
5017
|
"modifies",
|
@@ -3926,9 +5023,10 @@
|
|
3926
5023
|
"questionMark",
|
3927
5024
|
"punctuation",
|
3928
5025
|
"a",
|
3929
|
-
"
|
5026
|
+
"article",
|
3930
5027
|
"the",
|
3931
5028
|
"whatAble",
|
5029
|
+
"negatable",
|
3932
5030
|
"is",
|
3933
5031
|
"toAble",
|
3934
5032
|
"to",
|
@@ -3940,13 +5038,16 @@
|
|
3940
5038
|
"orAble",
|
3941
5039
|
"ifAble",
|
3942
5040
|
"evaluate",
|
5041
|
+
"each",
|
5042
|
+
"every",
|
5043
|
+
"distributable",
|
3943
5044
|
"noun",
|
3944
5045
|
"thisitthat",
|
3945
5046
|
"that"
|
3946
5047
|
],
|
3947
5048
|
"parents": {
|
3948
5049
|
"a": [
|
3949
|
-
"
|
5050
|
+
"article"
|
3950
5051
|
],
|
3951
5052
|
"between": [
|
3952
5053
|
"preposition"
|
@@ -3955,12 +5056,21 @@
|
|
3955
5056
|
"theAble",
|
3956
5057
|
"queryable"
|
3957
5058
|
],
|
5059
|
+
"distributable": [
|
5060
|
+
"queryable"
|
5061
|
+
],
|
3958
5062
|
"doubleQuote": [
|
3959
5063
|
"queryable"
|
3960
5064
|
],
|
5065
|
+
"each": [
|
5066
|
+
"article"
|
5067
|
+
],
|
3961
5068
|
"evaluate": [
|
3962
5069
|
"verb"
|
3963
5070
|
],
|
5071
|
+
"every": [
|
5072
|
+
"article"
|
5073
|
+
],
|
3964
5074
|
"have": [
|
3965
5075
|
"canBeDoQuestion",
|
3966
5076
|
"canBeQuestion"
|
@@ -3984,6 +5094,9 @@
|
|
3984
5094
|
"modifies": [
|
3985
5095
|
"verb"
|
3986
5096
|
],
|
5097
|
+
"negatable": [
|
5098
|
+
"queryable"
|
5099
|
+
],
|
3987
5100
|
"noun": [
|
3988
5101
|
"theAble"
|
3989
5102
|
],
|
@@ -3998,6 +5111,9 @@
|
|
3998
5111
|
"queryable",
|
3999
5112
|
"theAble"
|
4000
5113
|
],
|
5114
|
+
"propertyOf": [
|
5115
|
+
"preposition"
|
5116
|
+
],
|
4001
5117
|
"questionMark": [
|
4002
5118
|
"punctuation"
|
4003
5119
|
],
|
@@ -4018,7 +5134,7 @@
|
|
4018
5134
|
"thisitthat"
|
4019
5135
|
],
|
4020
5136
|
"the": [
|
4021
|
-
"
|
5137
|
+
"article"
|
4022
5138
|
],
|
4023
5139
|
"theAble": [
|
4024
5140
|
"queryable"
|
@@ -4063,7 +5179,7 @@
|
|
4063
5179
|
},
|
4064
5180
|
"adjective": {
|
4065
5181
|
},
|
4066
|
-
"
|
5182
|
+
"article": {
|
4067
5183
|
},
|
4068
5184
|
"between": {
|
4069
5185
|
},
|
@@ -4073,10 +5189,16 @@
|
|
4073
5189
|
},
|
4074
5190
|
"concept": {
|
4075
5191
|
},
|
5192
|
+
"distributable": {
|
5193
|
+
},
|
4076
5194
|
"doubleQuote": {
|
4077
5195
|
},
|
5196
|
+
"each": {
|
5197
|
+
},
|
4078
5198
|
"evaluate": {
|
4079
5199
|
},
|
5200
|
+
"every": {
|
5201
|
+
},
|
4080
5202
|
"have": {
|
4081
5203
|
},
|
4082
5204
|
"hierarchyAble": {
|
@@ -4091,6 +5213,8 @@
|
|
4091
5213
|
},
|
4092
5214
|
"modifies": {
|
4093
5215
|
},
|
5216
|
+
"negatable": {
|
5217
|
+
},
|
4094
5218
|
"noun": {
|
4095
5219
|
},
|
4096
5220
|
"object": {
|
@@ -4103,6 +5227,8 @@
|
|
4103
5227
|
},
|
4104
5228
|
"property": {
|
4105
5229
|
},
|
5230
|
+
"propertyOf": {
|
5231
|
+
},
|
4106
5232
|
"punctuation": {
|
4107
5233
|
},
|
4108
5234
|
"queryable": {
|
@@ -4168,6 +5294,7 @@
|
|
4168
5294
|
"processed": [
|
4169
5295
|
{
|
4170
5296
|
"context": {
|
5297
|
+
"context_index": 1,
|
4171
5298
|
"dead": true,
|
4172
5299
|
"default": true,
|
4173
5300
|
"level": 1,
|
@@ -4217,6 +5344,53 @@
|
|
4217
5344
|
"query": "more countable",
|
4218
5345
|
"responses": [
|
4219
5346
|
""
|
5347
|
+
],
|
5348
|
+
"summaries": [
|
5349
|
+
{
|
5350
|
+
"length": 1,
|
5351
|
+
"summaries": [
|
5352
|
+
{
|
5353
|
+
"counter": 1,
|
5354
|
+
"operators": [
|
5355
|
+
{
|
5356
|
+
"marker": [
|
5357
|
+
"more",
|
5358
|
+
0
|
5359
|
+
],
|
5360
|
+
"range": {
|
5361
|
+
"end": 3,
|
5362
|
+
"start": 0
|
5363
|
+
}
|
5364
|
+
},
|
5365
|
+
{
|
5366
|
+
"marker": [
|
5367
|
+
"countable",
|
5368
|
+
0
|
5369
|
+
],
|
5370
|
+
"range": {
|
5371
|
+
"end": 13,
|
5372
|
+
"start": 5
|
5373
|
+
}
|
5374
|
+
}
|
5375
|
+
]
|
5376
|
+
},
|
5377
|
+
{
|
5378
|
+
"counter": 2,
|
5379
|
+
"operators": [
|
5380
|
+
{
|
5381
|
+
"marker": [
|
5382
|
+
"countable",
|
5383
|
+
1
|
5384
|
+
],
|
5385
|
+
"range": {
|
5386
|
+
"end": 13,
|
5387
|
+
"start": 0
|
5388
|
+
}
|
5389
|
+
}
|
5390
|
+
]
|
5391
|
+
}
|
5392
|
+
]
|
5393
|
+
}
|
4220
5394
|
]
|
4221
5395
|
},
|
4222
5396
|
{
|
@@ -4236,6 +5410,7 @@
|
|
4236
5410
|
},
|
4237
5411
|
"contexts": [
|
4238
5412
|
{
|
5413
|
+
"context_index": 1,
|
4239
5414
|
"dead": true,
|
4240
5415
|
"default": true,
|
4241
5416
|
"less": {
|
@@ -4354,9 +5529,11 @@
|
|
4354
5529
|
"adjective": [
|
4355
5530
|
"stm_before"
|
4356
5531
|
],
|
4357
|
-
"
|
5532
|
+
"article": [
|
4358
5533
|
"a",
|
4359
|
-
"the"
|
5534
|
+
"the",
|
5535
|
+
"each",
|
5536
|
+
"every"
|
4360
5537
|
],
|
4361
5538
|
"canBeDoQuestion": [
|
4362
5539
|
"have"
|
@@ -4377,6 +5554,7 @@
|
|
4377
5554
|
],
|
4378
5555
|
"preposition": [
|
4379
5556
|
"between",
|
5557
|
+
"propertyOf",
|
4380
5558
|
"to"
|
4381
5559
|
],
|
4382
5560
|
"pronoun": [
|
@@ -4399,8 +5577,10 @@
|
|
4399
5577
|
"it",
|
4400
5578
|
"what",
|
4401
5579
|
"whatAble",
|
5580
|
+
"negatable",
|
4402
5581
|
"this",
|
4403
5582
|
"reason",
|
5583
|
+
"distributable",
|
4404
5584
|
"thisitthat"
|
4405
5585
|
],
|
4406
5586
|
"theAble": [
|
@@ -4443,6 +5623,7 @@
|
|
4443
5623
|
"canBeQuestion",
|
4444
5624
|
"property",
|
4445
5625
|
"theAble",
|
5626
|
+
"propertyOf",
|
4446
5627
|
"whose",
|
4447
5628
|
"concept",
|
4448
5629
|
"modifies",
|
@@ -4454,9 +5635,10 @@
|
|
4454
5635
|
"questionMark",
|
4455
5636
|
"punctuation",
|
4456
5637
|
"a",
|
4457
|
-
"
|
5638
|
+
"article",
|
4458
5639
|
"the",
|
4459
5640
|
"whatAble",
|
5641
|
+
"negatable",
|
4460
5642
|
"is",
|
4461
5643
|
"toAble",
|
4462
5644
|
"to",
|
@@ -4468,13 +5650,16 @@
|
|
4468
5650
|
"orAble",
|
4469
5651
|
"ifAble",
|
4470
5652
|
"evaluate",
|
5653
|
+
"each",
|
5654
|
+
"every",
|
5655
|
+
"distributable",
|
4471
5656
|
"noun",
|
4472
5657
|
"thisitthat",
|
4473
5658
|
"that"
|
4474
5659
|
],
|
4475
5660
|
"parents": {
|
4476
5661
|
"a": [
|
4477
|
-
"
|
5662
|
+
"article"
|
4478
5663
|
],
|
4479
5664
|
"between": [
|
4480
5665
|
"preposition"
|
@@ -4483,12 +5668,21 @@
|
|
4483
5668
|
"theAble",
|
4484
5669
|
"queryable"
|
4485
5670
|
],
|
5671
|
+
"distributable": [
|
5672
|
+
"queryable"
|
5673
|
+
],
|
4486
5674
|
"doubleQuote": [
|
4487
5675
|
"queryable"
|
4488
5676
|
],
|
5677
|
+
"each": [
|
5678
|
+
"article"
|
5679
|
+
],
|
4489
5680
|
"evaluate": [
|
4490
5681
|
"verb"
|
4491
5682
|
],
|
5683
|
+
"every": [
|
5684
|
+
"article"
|
5685
|
+
],
|
4492
5686
|
"have": [
|
4493
5687
|
"canBeDoQuestion",
|
4494
5688
|
"canBeQuestion"
|
@@ -4512,6 +5706,9 @@
|
|
4512
5706
|
"modifies": [
|
4513
5707
|
"verb"
|
4514
5708
|
],
|
5709
|
+
"negatable": [
|
5710
|
+
"queryable"
|
5711
|
+
],
|
4515
5712
|
"noun": [
|
4516
5713
|
"theAble"
|
4517
5714
|
],
|
@@ -4526,6 +5723,9 @@
|
|
4526
5723
|
"queryable",
|
4527
5724
|
"theAble"
|
4528
5725
|
],
|
5726
|
+
"propertyOf": [
|
5727
|
+
"preposition"
|
5728
|
+
],
|
4529
5729
|
"questionMark": [
|
4530
5730
|
"punctuation"
|
4531
5731
|
],
|
@@ -4546,7 +5746,7 @@
|
|
4546
5746
|
"thisitthat"
|
4547
5747
|
],
|
4548
5748
|
"the": [
|
4549
|
-
"
|
5749
|
+
"article"
|
4550
5750
|
],
|
4551
5751
|
"theAble": [
|
4552
5752
|
"queryable"
|
@@ -4591,7 +5791,7 @@
|
|
4591
5791
|
},
|
4592
5792
|
"adjective": {
|
4593
5793
|
},
|
4594
|
-
"
|
5794
|
+
"article": {
|
4595
5795
|
},
|
4596
5796
|
"between": {
|
4597
5797
|
},
|
@@ -4601,10 +5801,16 @@
|
|
4601
5801
|
},
|
4602
5802
|
"concept": {
|
4603
5803
|
},
|
5804
|
+
"distributable": {
|
5805
|
+
},
|
4604
5806
|
"doubleQuote": {
|
4605
5807
|
},
|
5808
|
+
"each": {
|
5809
|
+
},
|
4606
5810
|
"evaluate": {
|
4607
5811
|
},
|
5812
|
+
"every": {
|
5813
|
+
},
|
4608
5814
|
"have": {
|
4609
5815
|
},
|
4610
5816
|
"hierarchyAble": {
|
@@ -4619,6 +5825,8 @@
|
|
4619
5825
|
},
|
4620
5826
|
"modifies": {
|
4621
5827
|
},
|
5828
|
+
"negatable": {
|
5829
|
+
},
|
4622
5830
|
"noun": {
|
4623
5831
|
},
|
4624
5832
|
"object": {
|
@@ -4631,6 +5839,8 @@
|
|
4631
5839
|
},
|
4632
5840
|
"property": {
|
4633
5841
|
},
|
5842
|
+
"propertyOf": {
|
5843
|
+
},
|
4634
5844
|
"punctuation": {
|
4635
5845
|
},
|
4636
5846
|
"queryable": {
|
@@ -4696,6 +5906,7 @@
|
|
4696
5906
|
"processed": [
|
4697
5907
|
{
|
4698
5908
|
"context": {
|
5909
|
+
"context_index": 1,
|
4699
5910
|
"dead": true,
|
4700
5911
|
"default": true,
|
4701
5912
|
"less": {
|
@@ -4745,6 +5956,53 @@
|
|
4745
5956
|
"query": "less countable",
|
4746
5957
|
"responses": [
|
4747
5958
|
""
|
5959
|
+
],
|
5960
|
+
"summaries": [
|
5961
|
+
{
|
5962
|
+
"length": 1,
|
5963
|
+
"summaries": [
|
5964
|
+
{
|
5965
|
+
"counter": 1,
|
5966
|
+
"operators": [
|
5967
|
+
{
|
5968
|
+
"marker": [
|
5969
|
+
"less",
|
5970
|
+
0
|
5971
|
+
],
|
5972
|
+
"range": {
|
5973
|
+
"end": 3,
|
5974
|
+
"start": 0
|
5975
|
+
}
|
5976
|
+
},
|
5977
|
+
{
|
5978
|
+
"marker": [
|
5979
|
+
"countable",
|
5980
|
+
0
|
5981
|
+
],
|
5982
|
+
"range": {
|
5983
|
+
"end": 13,
|
5984
|
+
"start": 5
|
5985
|
+
}
|
5986
|
+
}
|
5987
|
+
]
|
5988
|
+
},
|
5989
|
+
{
|
5990
|
+
"counter": 2,
|
5991
|
+
"operators": [
|
5992
|
+
{
|
5993
|
+
"marker": [
|
5994
|
+
"countable",
|
5995
|
+
1
|
5996
|
+
],
|
5997
|
+
"range": {
|
5998
|
+
"end": 13,
|
5999
|
+
"start": 0
|
6000
|
+
}
|
6001
|
+
}
|
6002
|
+
]
|
6003
|
+
}
|
6004
|
+
]
|
6005
|
+
}
|
4748
6006
|
]
|
4749
6007
|
}
|
4750
6008
|
]
|