tpmkms 7.12.4-beta.1 → 7.12.4-beta.3
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 +44 -0
- package/common/crew.instance.json +384 -252
- package/common/dialogues.js +41 -0
- package/common/dialogues.test.json +780 -0
- package/common/edible.instance.json +1380 -0
- package/common/fastfood.instance.json +26857 -222
- package/common/fastfood.js +183 -10
- package/common/fastfood.test.json +44675 -2031
- package/common/help.test.json +26 -8
- package/common/helpers/concept.js +10 -1
- package/common/hierarchy.js +1 -1
- package/common/kirk.instance.json +16 -0
- package/common/length.instance.json +180 -0
- package/common/mathTemplate.instance.json +60 -0
- package/common/ordering.instance.json +52 -0
- package/common/people.instance.json +96 -0
- package/common/pokemon.instance.json +260 -0
- package/common/pressure.instance.json +32 -0
- package/common/reports.instance.json +17 -1
- package/common/scorekeeper.test.json +299 -124
- package/common/spock.instance.json +16 -0
- package/common/temperature.instance.json +92 -0
- package/common/ui.instance.json +8 -0
- package/common/weight.instance.json +252 -0
- package/package.json +2 -2
@@ -148,7 +148,8 @@
|
|
148
148
|
"whose"
|
149
149
|
],
|
150
150
|
"preposition": [
|
151
|
-
"between"
|
151
|
+
"between",
|
152
|
+
"to"
|
152
153
|
],
|
153
154
|
"pronoun": [
|
154
155
|
"it",
|
@@ -228,6 +229,7 @@
|
|
228
229
|
"whatAble",
|
229
230
|
"is",
|
230
231
|
"toAble",
|
232
|
+
"to",
|
231
233
|
"noun",
|
232
234
|
"thisitthat",
|
233
235
|
"reason",
|
@@ -305,6 +307,9 @@
|
|
305
307
|
"thisitthat": [
|
306
308
|
"queryable"
|
307
309
|
],
|
310
|
+
"to": [
|
311
|
+
"preposition"
|
312
|
+
],
|
308
313
|
"unknown": [
|
309
314
|
"hierarchyAble",
|
310
315
|
"object",
|
@@ -390,6 +395,8 @@
|
|
390
395
|
},
|
391
396
|
"thisitthat": {
|
392
397
|
},
|
398
|
+
"to": {
|
399
|
+
},
|
393
400
|
"toAble": {
|
394
401
|
},
|
395
402
|
"unknown": {
|
@@ -782,7 +789,8 @@
|
|
782
789
|
"whose"
|
783
790
|
],
|
784
791
|
"preposition": [
|
785
|
-
"between"
|
792
|
+
"between",
|
793
|
+
"to"
|
786
794
|
],
|
787
795
|
"pronoun": [
|
788
796
|
"it",
|
@@ -862,6 +870,7 @@
|
|
862
870
|
"whatAble",
|
863
871
|
"is",
|
864
872
|
"toAble",
|
873
|
+
"to",
|
865
874
|
"noun",
|
866
875
|
"thisitthat",
|
867
876
|
"reason",
|
@@ -939,6 +948,9 @@
|
|
939
948
|
"thisitthat": [
|
940
949
|
"queryable"
|
941
950
|
],
|
951
|
+
"to": [
|
952
|
+
"preposition"
|
953
|
+
],
|
942
954
|
"unknown": [
|
943
955
|
"hierarchyAble",
|
944
956
|
"object",
|
@@ -1024,6 +1036,8 @@
|
|
1024
1036
|
},
|
1025
1037
|
"thisitthat": {
|
1026
1038
|
},
|
1039
|
+
"to": {
|
1040
|
+
},
|
1027
1041
|
"toAble": {
|
1028
1042
|
},
|
1029
1043
|
"unknown": {
|
@@ -1384,7 +1398,8 @@
|
|
1384
1398
|
"whose"
|
1385
1399
|
],
|
1386
1400
|
"preposition": [
|
1387
|
-
"between"
|
1401
|
+
"between",
|
1402
|
+
"to"
|
1388
1403
|
],
|
1389
1404
|
"pronoun": [
|
1390
1405
|
"it",
|
@@ -1464,6 +1479,7 @@
|
|
1464
1479
|
"whatAble",
|
1465
1480
|
"is",
|
1466
1481
|
"toAble",
|
1482
|
+
"to",
|
1467
1483
|
"noun",
|
1468
1484
|
"thisitthat",
|
1469
1485
|
"reason",
|
@@ -1541,6 +1557,9 @@
|
|
1541
1557
|
"thisitthat": [
|
1542
1558
|
"queryable"
|
1543
1559
|
],
|
1560
|
+
"to": [
|
1561
|
+
"preposition"
|
1562
|
+
],
|
1544
1563
|
"unknown": [
|
1545
1564
|
"hierarchyAble",
|
1546
1565
|
"object",
|
@@ -1626,6 +1645,8 @@
|
|
1626
1645
|
},
|
1627
1646
|
"thisitthat": {
|
1628
1647
|
},
|
1648
|
+
"to": {
|
1649
|
+
},
|
1629
1650
|
"toAble": {
|
1630
1651
|
},
|
1631
1652
|
"unknown": {
|
@@ -2048,7 +2069,8 @@
|
|
2048
2069
|
"whose"
|
2049
2070
|
],
|
2050
2071
|
"preposition": [
|
2051
|
-
"between"
|
2072
|
+
"between",
|
2073
|
+
"to"
|
2052
2074
|
],
|
2053
2075
|
"pronoun": [
|
2054
2076
|
"it",
|
@@ -2128,6 +2150,7 @@
|
|
2128
2150
|
"whatAble",
|
2129
2151
|
"is",
|
2130
2152
|
"toAble",
|
2153
|
+
"to",
|
2131
2154
|
"noun",
|
2132
2155
|
"thisitthat",
|
2133
2156
|
"reason",
|
@@ -2205,6 +2228,9 @@
|
|
2205
2228
|
"thisitthat": [
|
2206
2229
|
"queryable"
|
2207
2230
|
],
|
2231
|
+
"to": [
|
2232
|
+
"preposition"
|
2233
|
+
],
|
2208
2234
|
"unknown": [
|
2209
2235
|
"hierarchyAble",
|
2210
2236
|
"object",
|
@@ -2290,6 +2316,8 @@
|
|
2290
2316
|
},
|
2291
2317
|
"thisitthat": {
|
2292
2318
|
},
|
2319
|
+
"to": {
|
2320
|
+
},
|
2293
2321
|
"toAble": {
|
2294
2322
|
},
|
2295
2323
|
"unknown": {
|
@@ -2831,7 +2859,8 @@
|
|
2831
2859
|
"whose"
|
2832
2860
|
],
|
2833
2861
|
"preposition": [
|
2834
|
-
"between"
|
2862
|
+
"between",
|
2863
|
+
"to"
|
2835
2864
|
],
|
2836
2865
|
"pronoun": [
|
2837
2866
|
"it",
|
@@ -2911,6 +2940,7 @@
|
|
2911
2940
|
"whatAble",
|
2912
2941
|
"is",
|
2913
2942
|
"toAble",
|
2943
|
+
"to",
|
2914
2944
|
"noun",
|
2915
2945
|
"thisitthat",
|
2916
2946
|
"reason",
|
@@ -2988,6 +3018,9 @@
|
|
2988
3018
|
"thisitthat": [
|
2989
3019
|
"queryable"
|
2990
3020
|
],
|
3021
|
+
"to": [
|
3022
|
+
"preposition"
|
3023
|
+
],
|
2991
3024
|
"unknown": [
|
2992
3025
|
"hierarchyAble",
|
2993
3026
|
"object",
|
@@ -3073,6 +3106,8 @@
|
|
3073
3106
|
},
|
3074
3107
|
"thisitthat": {
|
3075
3108
|
},
|
3109
|
+
"to": {
|
3110
|
+
},
|
3076
3111
|
"toAble": {
|
3077
3112
|
},
|
3078
3113
|
"unknown": {
|
@@ -3850,7 +3885,8 @@
|
|
3850
3885
|
"whose"
|
3851
3886
|
],
|
3852
3887
|
"preposition": [
|
3853
|
-
"between"
|
3888
|
+
"between",
|
3889
|
+
"to"
|
3854
3890
|
],
|
3855
3891
|
"pronoun": [
|
3856
3892
|
"it",
|
@@ -3930,6 +3966,7 @@
|
|
3930
3966
|
"whatAble",
|
3931
3967
|
"is",
|
3932
3968
|
"toAble",
|
3969
|
+
"to",
|
3933
3970
|
"noun",
|
3934
3971
|
"thisitthat",
|
3935
3972
|
"reason",
|
@@ -4007,6 +4044,9 @@
|
|
4007
4044
|
"thisitthat": [
|
4008
4045
|
"queryable"
|
4009
4046
|
],
|
4047
|
+
"to": [
|
4048
|
+
"preposition"
|
4049
|
+
],
|
4010
4050
|
"unknown": [
|
4011
4051
|
"hierarchyAble",
|
4012
4052
|
"object",
|
@@ -4092,6 +4132,8 @@
|
|
4092
4132
|
},
|
4093
4133
|
"thisitthat": {
|
4094
4134
|
},
|
4135
|
+
"to": {
|
4136
|
+
},
|
4095
4137
|
"toAble": {
|
4096
4138
|
},
|
4097
4139
|
"unknown": {
|
@@ -5245,7 +5287,8 @@
|
|
5245
5287
|
"whose"
|
5246
5288
|
],
|
5247
5289
|
"preposition": [
|
5248
|
-
"between"
|
5290
|
+
"between",
|
5291
|
+
"to"
|
5249
5292
|
],
|
5250
5293
|
"pronoun": [
|
5251
5294
|
"it",
|
@@ -5325,6 +5368,7 @@
|
|
5325
5368
|
"whatAble",
|
5326
5369
|
"is",
|
5327
5370
|
"toAble",
|
5371
|
+
"to",
|
5328
5372
|
"noun",
|
5329
5373
|
"thisitthat",
|
5330
5374
|
"reason",
|
@@ -5402,6 +5446,9 @@
|
|
5402
5446
|
"thisitthat": [
|
5403
5447
|
"queryable"
|
5404
5448
|
],
|
5449
|
+
"to": [
|
5450
|
+
"preposition"
|
5451
|
+
],
|
5405
5452
|
"unknown": [
|
5406
5453
|
"hierarchyAble",
|
5407
5454
|
"object",
|
@@ -5487,6 +5534,8 @@
|
|
5487
5534
|
},
|
5488
5535
|
"thisitthat": {
|
5489
5536
|
},
|
5537
|
+
"to": {
|
5538
|
+
},
|
5490
5539
|
"toAble": {
|
5491
5540
|
},
|
5492
5541
|
"unknown": {
|
@@ -6235,7 +6284,8 @@
|
|
6235
6284
|
"whose"
|
6236
6285
|
],
|
6237
6286
|
"preposition": [
|
6238
|
-
"between"
|
6287
|
+
"between",
|
6288
|
+
"to"
|
6239
6289
|
],
|
6240
6290
|
"pronoun": [
|
6241
6291
|
"it",
|
@@ -6315,6 +6365,7 @@
|
|
6315
6365
|
"whatAble",
|
6316
6366
|
"is",
|
6317
6367
|
"toAble",
|
6368
|
+
"to",
|
6318
6369
|
"noun",
|
6319
6370
|
"thisitthat",
|
6320
6371
|
"reason",
|
@@ -6392,6 +6443,9 @@
|
|
6392
6443
|
"thisitthat": [
|
6393
6444
|
"queryable"
|
6394
6445
|
],
|
6446
|
+
"to": [
|
6447
|
+
"preposition"
|
6448
|
+
],
|
6395
6449
|
"unknown": [
|
6396
6450
|
"hierarchyAble",
|
6397
6451
|
"object",
|
@@ -6477,6 +6531,8 @@
|
|
6477
6531
|
},
|
6478
6532
|
"thisitthat": {
|
6479
6533
|
},
|
6534
|
+
"to": {
|
6535
|
+
},
|
6480
6536
|
"toAble": {
|
6481
6537
|
},
|
6482
6538
|
"unknown": {
|
@@ -7074,7 +7130,8 @@
|
|
7074
7130
|
"whose"
|
7075
7131
|
],
|
7076
7132
|
"preposition": [
|
7077
|
-
"between"
|
7133
|
+
"between",
|
7134
|
+
"to"
|
7078
7135
|
],
|
7079
7136
|
"pronoun": [
|
7080
7137
|
"it",
|
@@ -7154,6 +7211,7 @@
|
|
7154
7211
|
"whatAble",
|
7155
7212
|
"is",
|
7156
7213
|
"toAble",
|
7214
|
+
"to",
|
7157
7215
|
"noun",
|
7158
7216
|
"thisitthat",
|
7159
7217
|
"reason",
|
@@ -7231,6 +7289,9 @@
|
|
7231
7289
|
"thisitthat": [
|
7232
7290
|
"queryable"
|
7233
7291
|
],
|
7292
|
+
"to": [
|
7293
|
+
"preposition"
|
7294
|
+
],
|
7234
7295
|
"unknown": [
|
7235
7296
|
"hierarchyAble",
|
7236
7297
|
"object",
|
@@ -7316,6 +7377,8 @@
|
|
7316
7377
|
},
|
7317
7378
|
"thisitthat": {
|
7318
7379
|
},
|
7380
|
+
"to": {
|
7381
|
+
},
|
7319
7382
|
"toAble": {
|
7320
7383
|
},
|
7321
7384
|
"unknown": {
|
@@ -7857,7 +7920,8 @@
|
|
7857
7920
|
"whose"
|
7858
7921
|
],
|
7859
7922
|
"preposition": [
|
7860
|
-
"between"
|
7923
|
+
"between",
|
7924
|
+
"to"
|
7861
7925
|
],
|
7862
7926
|
"pronoun": [
|
7863
7927
|
"it",
|
@@ -7937,6 +8001,7 @@
|
|
7937
8001
|
"whatAble",
|
7938
8002
|
"is",
|
7939
8003
|
"toAble",
|
8004
|
+
"to",
|
7940
8005
|
"noun",
|
7941
8006
|
"thisitthat",
|
7942
8007
|
"reason",
|
@@ -8014,6 +8079,9 @@
|
|
8014
8079
|
"thisitthat": [
|
8015
8080
|
"queryable"
|
8016
8081
|
],
|
8082
|
+
"to": [
|
8083
|
+
"preposition"
|
8084
|
+
],
|
8017
8085
|
"unknown": [
|
8018
8086
|
"hierarchyAble",
|
8019
8087
|
"object",
|
@@ -8099,6 +8167,8 @@
|
|
8099
8167
|
},
|
8100
8168
|
"thisitthat": {
|
8101
8169
|
},
|
8170
|
+
"to": {
|
8171
|
+
},
|
8102
8172
|
"toAble": {
|
8103
8173
|
},
|
8104
8174
|
"unknown": {
|
@@ -8576,7 +8646,8 @@
|
|
8576
8646
|
"whose"
|
8577
8647
|
],
|
8578
8648
|
"preposition": [
|
8579
|
-
"between"
|
8649
|
+
"between",
|
8650
|
+
"to"
|
8580
8651
|
],
|
8581
8652
|
"pronoun": [
|
8582
8653
|
"it",
|
@@ -8656,6 +8727,7 @@
|
|
8656
8727
|
"whatAble",
|
8657
8728
|
"is",
|
8658
8729
|
"toAble",
|
8730
|
+
"to",
|
8659
8731
|
"noun",
|
8660
8732
|
"thisitthat",
|
8661
8733
|
"reason",
|
@@ -8733,6 +8805,9 @@
|
|
8733
8805
|
"thisitthat": [
|
8734
8806
|
"queryable"
|
8735
8807
|
],
|
8808
|
+
"to": [
|
8809
|
+
"preposition"
|
8810
|
+
],
|
8736
8811
|
"unknown": [
|
8737
8812
|
"hierarchyAble",
|
8738
8813
|
"object",
|
@@ -8818,6 +8893,8 @@
|
|
8818
8893
|
},
|
8819
8894
|
"thisitthat": {
|
8820
8895
|
},
|
8896
|
+
"to": {
|
8897
|
+
},
|
8821
8898
|
"toAble": {
|
8822
8899
|
},
|
8823
8900
|
"unknown": {
|
@@ -9325,7 +9402,8 @@
|
|
9325
9402
|
"whose"
|
9326
9403
|
],
|
9327
9404
|
"preposition": [
|
9328
|
-
"between"
|
9405
|
+
"between",
|
9406
|
+
"to"
|
9329
9407
|
],
|
9330
9408
|
"pronoun": [
|
9331
9409
|
"it",
|
@@ -9405,6 +9483,7 @@
|
|
9405
9483
|
"whatAble",
|
9406
9484
|
"is",
|
9407
9485
|
"toAble",
|
9486
|
+
"to",
|
9408
9487
|
"noun",
|
9409
9488
|
"thisitthat",
|
9410
9489
|
"reason",
|
@@ -9482,6 +9561,9 @@
|
|
9482
9561
|
"thisitthat": [
|
9483
9562
|
"queryable"
|
9484
9563
|
],
|
9564
|
+
"to": [
|
9565
|
+
"preposition"
|
9566
|
+
],
|
9485
9567
|
"unknown": [
|
9486
9568
|
"hierarchyAble",
|
9487
9569
|
"object",
|
@@ -9567,6 +9649,8 @@
|
|
9567
9649
|
},
|
9568
9650
|
"thisitthat": {
|
9569
9651
|
},
|
9652
|
+
"to": {
|
9653
|
+
},
|
9570
9654
|
"toAble": {
|
9571
9655
|
},
|
9572
9656
|
"unknown": {
|
@@ -10223,7 +10307,8 @@
|
|
10223
10307
|
"whose"
|
10224
10308
|
],
|
10225
10309
|
"preposition": [
|
10226
|
-
"between"
|
10310
|
+
"between",
|
10311
|
+
"to"
|
10227
10312
|
],
|
10228
10313
|
"pronoun": [
|
10229
10314
|
"it",
|
@@ -10303,6 +10388,7 @@
|
|
10303
10388
|
"whatAble",
|
10304
10389
|
"is",
|
10305
10390
|
"toAble",
|
10391
|
+
"to",
|
10306
10392
|
"noun",
|
10307
10393
|
"thisitthat",
|
10308
10394
|
"reason",
|
@@ -10380,6 +10466,9 @@
|
|
10380
10466
|
"thisitthat": [
|
10381
10467
|
"queryable"
|
10382
10468
|
],
|
10469
|
+
"to": [
|
10470
|
+
"preposition"
|
10471
|
+
],
|
10383
10472
|
"unknown": [
|
10384
10473
|
"hierarchyAble",
|
10385
10474
|
"object",
|
@@ -10465,6 +10554,8 @@
|
|
10465
10554
|
},
|
10466
10555
|
"thisitthat": {
|
10467
10556
|
},
|
10557
|
+
"to": {
|
10558
|
+
},
|
10468
10559
|
"toAble": {
|
10469
10560
|
},
|
10470
10561
|
"unknown": {
|
@@ -11894,7 +11985,8 @@
|
|
11894
11985
|
"whose"
|
11895
11986
|
],
|
11896
11987
|
"preposition": [
|
11897
|
-
"between"
|
11988
|
+
"between",
|
11989
|
+
"to"
|
11898
11990
|
],
|
11899
11991
|
"pronoun": [
|
11900
11992
|
"it",
|
@@ -11974,6 +12066,7 @@
|
|
11974
12066
|
"whatAble",
|
11975
12067
|
"is",
|
11976
12068
|
"toAble",
|
12069
|
+
"to",
|
11977
12070
|
"noun",
|
11978
12071
|
"thisitthat",
|
11979
12072
|
"reason",
|
@@ -12051,6 +12144,9 @@
|
|
12051
12144
|
"thisitthat": [
|
12052
12145
|
"queryable"
|
12053
12146
|
],
|
12147
|
+
"to": [
|
12148
|
+
"preposition"
|
12149
|
+
],
|
12054
12150
|
"unknown": [
|
12055
12151
|
"hierarchyAble",
|
12056
12152
|
"object",
|
@@ -12136,6 +12232,8 @@
|
|
12136
12232
|
},
|
12137
12233
|
"thisitthat": {
|
12138
12234
|
},
|
12235
|
+
"to": {
|
12236
|
+
},
|
12139
12237
|
"toAble": {
|
12140
12238
|
},
|
12141
12239
|
"unknown": {
|
@@ -13083,7 +13181,8 @@
|
|
13083
13181
|
"whose"
|
13084
13182
|
],
|
13085
13183
|
"preposition": [
|
13086
|
-
"between"
|
13184
|
+
"between",
|
13185
|
+
"to"
|
13087
13186
|
],
|
13088
13187
|
"pronoun": [
|
13089
13188
|
"it",
|
@@ -13163,6 +13262,7 @@
|
|
13163
13262
|
"whatAble",
|
13164
13263
|
"is",
|
13165
13264
|
"toAble",
|
13265
|
+
"to",
|
13166
13266
|
"noun",
|
13167
13267
|
"thisitthat",
|
13168
13268
|
"reason",
|
@@ -13240,6 +13340,9 @@
|
|
13240
13340
|
"thisitthat": [
|
13241
13341
|
"queryable"
|
13242
13342
|
],
|
13343
|
+
"to": [
|
13344
|
+
"preposition"
|
13345
|
+
],
|
13243
13346
|
"unknown": [
|
13244
13347
|
"hierarchyAble",
|
13245
13348
|
"object",
|
@@ -13325,6 +13428,8 @@
|
|
13325
13428
|
},
|
13326
13429
|
"thisitthat": {
|
13327
13430
|
},
|
13431
|
+
"to": {
|
13432
|
+
},
|
13328
13433
|
"toAble": {
|
13329
13434
|
},
|
13330
13435
|
"unknown": {
|
@@ -15383,7 +15488,8 @@
|
|
15383
15488
|
"whose"
|
15384
15489
|
],
|
15385
15490
|
"preposition": [
|
15386
|
-
"between"
|
15491
|
+
"between",
|
15492
|
+
"to"
|
15387
15493
|
],
|
15388
15494
|
"pronoun": [
|
15389
15495
|
"it",
|
@@ -15463,6 +15569,7 @@
|
|
15463
15569
|
"whatAble",
|
15464
15570
|
"is",
|
15465
15571
|
"toAble",
|
15572
|
+
"to",
|
15466
15573
|
"noun",
|
15467
15574
|
"thisitthat",
|
15468
15575
|
"reason",
|
@@ -15540,6 +15647,9 @@
|
|
15540
15647
|
"thisitthat": [
|
15541
15648
|
"queryable"
|
15542
15649
|
],
|
15650
|
+
"to": [
|
15651
|
+
"preposition"
|
15652
|
+
],
|
15543
15653
|
"unknown": [
|
15544
15654
|
"hierarchyAble",
|
15545
15655
|
"object",
|
@@ -15625,6 +15735,8 @@
|
|
15625
15735
|
},
|
15626
15736
|
"thisitthat": {
|
15627
15737
|
},
|
15738
|
+
"to": {
|
15739
|
+
},
|
15628
15740
|
"toAble": {
|
15629
15741
|
},
|
15630
15742
|
"unknown": {
|
@@ -17604,7 +17716,8 @@
|
|
17604
17716
|
"whose"
|
17605
17717
|
],
|
17606
17718
|
"preposition": [
|
17607
|
-
"between"
|
17719
|
+
"between",
|
17720
|
+
"to"
|
17608
17721
|
],
|
17609
17722
|
"pronoun": [
|
17610
17723
|
"it",
|
@@ -17684,6 +17797,7 @@
|
|
17684
17797
|
"whatAble",
|
17685
17798
|
"is",
|
17686
17799
|
"toAble",
|
17800
|
+
"to",
|
17687
17801
|
"noun",
|
17688
17802
|
"thisitthat",
|
17689
17803
|
"reason",
|
@@ -17761,6 +17875,9 @@
|
|
17761
17875
|
"thisitthat": [
|
17762
17876
|
"queryable"
|
17763
17877
|
],
|
17878
|
+
"to": [
|
17879
|
+
"preposition"
|
17880
|
+
],
|
17764
17881
|
"unknown": [
|
17765
17882
|
"hierarchyAble",
|
17766
17883
|
"object",
|
@@ -17846,6 +17963,8 @@
|
|
17846
17963
|
},
|
17847
17964
|
"thisitthat": {
|
17848
17965
|
},
|
17966
|
+
"to": {
|
17967
|
+
},
|
17849
17968
|
"toAble": {
|
17850
17969
|
},
|
17851
17970
|
"unknown": {
|
@@ -18893,12 +19012,6 @@
|
|
18893
19012
|
"topLevel": true,
|
18894
19013
|
"verbatim": "what is the winning score?"
|
18895
19014
|
},
|
18896
|
-
{
|
18897
|
-
"isResponse": true,
|
18898
|
-
"marker": "verbatim",
|
18899
|
-
"topLevel": true,
|
18900
|
-
"verbatim": "what is the winning score?"
|
18901
|
-
},
|
18902
19015
|
{
|
18903
19016
|
"dead": true,
|
18904
19017
|
"default": true,
|
@@ -18961,7 +19074,7 @@
|
|
18961
19074
|
"text": "greg got 10 points",
|
18962
19075
|
"topLevel": true,
|
18963
19076
|
"touchedBy": [
|
18964
|
-
"scorekeeper#
|
19077
|
+
"scorekeeper#call49"
|
18965
19078
|
],
|
18966
19079
|
"word": "got"
|
18967
19080
|
},
|
@@ -18971,12 +19084,6 @@
|
|
18971
19084
|
"topLevel": true,
|
18972
19085
|
"verbatim": "what is the winning score?"
|
18973
19086
|
},
|
18974
|
-
{
|
18975
|
-
"isResponse": true,
|
18976
|
-
"marker": "verbatim",
|
18977
|
-
"topLevel": true,
|
18978
|
-
"verbatim": "what is the winning score?"
|
18979
|
-
},
|
18980
19087
|
{
|
18981
19088
|
"dead": true,
|
18982
19089
|
"evalue": {
|
@@ -19032,8 +19139,8 @@
|
|
19032
19139
|
},
|
19033
19140
|
"text": "the scores",
|
19034
19141
|
"touchedBy": [
|
19035
|
-
"scorekeeper#
|
19036
|
-
"scorekeeper#
|
19142
|
+
"scorekeeper#call67",
|
19143
|
+
"scorekeeper#call66"
|
19037
19144
|
],
|
19038
19145
|
"types": [
|
19039
19146
|
"score"
|
@@ -19078,7 +19185,7 @@
|
|
19078
19185
|
"text": "what are the scores",
|
19079
19186
|
"topLevel": true,
|
19080
19187
|
"touchedBy": [
|
19081
|
-
"scorekeeper#
|
19188
|
+
"scorekeeper#call66"
|
19082
19189
|
],
|
19083
19190
|
"two": {
|
19084
19191
|
"concept": true,
|
@@ -19105,12 +19212,6 @@
|
|
19105
19212
|
},
|
19106
19213
|
"word": "are"
|
19107
19214
|
},
|
19108
|
-
{
|
19109
|
-
"isResponse": true,
|
19110
|
-
"marker": "verbatim",
|
19111
|
-
"topLevel": true,
|
19112
|
-
"verbatim": "what is the winning score?"
|
19113
|
-
},
|
19114
19215
|
{
|
19115
19216
|
"isResponse": true,
|
19116
19217
|
"marker": "verbatim",
|
@@ -19126,12 +19227,9 @@
|
|
19126
19227
|
"(what is the winning score?)",
|
19127
19228
|
"",
|
19128
19229
|
"(what is the winning score?)",
|
19129
|
-
"(what is the winning score?)",
|
19130
19230
|
"",
|
19131
19231
|
"(what is the winning score?)",
|
19132
|
-
"(what is the winning score?)",
|
19133
19232
|
"(((the (scores)) are (greg has 10 points)))",
|
19134
|
-
"(what is the winning score?)",
|
19135
19233
|
"(what is the winning score?)"
|
19136
19234
|
],
|
19137
19235
|
"metadata": {
|
@@ -20385,7 +20483,8 @@
|
|
20385
20483
|
"whose"
|
20386
20484
|
],
|
20387
20485
|
"preposition": [
|
20388
|
-
"between"
|
20486
|
+
"between",
|
20487
|
+
"to"
|
20389
20488
|
],
|
20390
20489
|
"pronoun": [
|
20391
20490
|
"it",
|
@@ -20465,6 +20564,7 @@
|
|
20465
20564
|
"whatAble",
|
20466
20565
|
"is",
|
20467
20566
|
"toAble",
|
20567
|
+
"to",
|
20468
20568
|
"noun",
|
20469
20569
|
"thisitthat",
|
20470
20570
|
"reason",
|
@@ -20542,6 +20642,9 @@
|
|
20542
20642
|
"thisitthat": [
|
20543
20643
|
"queryable"
|
20544
20644
|
],
|
20645
|
+
"to": [
|
20646
|
+
"preposition"
|
20647
|
+
],
|
20545
20648
|
"unknown": [
|
20546
20649
|
"hierarchyAble",
|
20547
20650
|
"object",
|
@@ -20627,6 +20730,8 @@
|
|
20627
20730
|
},
|
20628
20731
|
"thisitthat": {
|
20629
20732
|
},
|
20733
|
+
"to": {
|
20734
|
+
},
|
20630
20735
|
"toAble": {
|
20631
20736
|
},
|
20632
20737
|
"unknown": {
|
@@ -20846,38 +20951,9 @@
|
|
20846
20951
|
"what is the winning score?",
|
20847
20952
|
"",
|
20848
20953
|
"what is the winning score?",
|
20849
|
-
"what is the winning score?",
|
20850
20954
|
"",
|
20851
20955
|
"what is the winning score?",
|
20852
|
-
"what is the winning score?",
|
20853
20956
|
"the scores are greg has 10 points",
|
20854
|
-
"what is the winning score?",
|
20855
|
-
"what is the winning score?"
|
20856
|
-
]
|
20857
|
-
},
|
20858
|
-
{
|
20859
|
-
"context": {
|
20860
|
-
"isResponse": true,
|
20861
|
-
"marker": "verbatim",
|
20862
|
-
"topLevel": true,
|
20863
|
-
"verbatim": "what is the winning score?"
|
20864
|
-
},
|
20865
|
-
"generatedParenthesized": "(what is the winning score?)",
|
20866
|
-
"paraphrases": "what is the winning score?",
|
20867
|
-
"paraphrasesParenthesized": "(what is the winning score?)",
|
20868
|
-
"responses": [
|
20869
|
-
"",
|
20870
|
-
"what is the winning score?",
|
20871
|
-
"",
|
20872
|
-
"what is the winning score?",
|
20873
|
-
"",
|
20874
|
-
"what is the winning score?",
|
20875
|
-
"what is the winning score?",
|
20876
|
-
"",
|
20877
|
-
"what is the winning score?",
|
20878
|
-
"what is the winning score?",
|
20879
|
-
"the scores are greg has 10 points",
|
20880
|
-
"what is the winning score?",
|
20881
20957
|
"what is the winning score?"
|
20882
20958
|
]
|
20883
20959
|
},
|
@@ -20937,8 +21013,8 @@
|
|
20937
21013
|
},
|
20938
21014
|
"text": "the scores",
|
20939
21015
|
"touchedBy": [
|
20940
|
-
"scorekeeper#
|
20941
|
-
"scorekeeper#
|
21016
|
+
"scorekeeper#call67",
|
21017
|
+
"scorekeeper#call66"
|
20942
21018
|
],
|
20943
21019
|
"types": [
|
20944
21020
|
"score"
|
@@ -20983,7 +21059,7 @@
|
|
20983
21059
|
"text": "what are the scores",
|
20984
21060
|
"topLevel": true,
|
20985
21061
|
"touchedBy": [
|
20986
|
-
"scorekeeper#
|
21062
|
+
"scorekeeper#call66"
|
20987
21063
|
],
|
20988
21064
|
"two": {
|
20989
21065
|
"concept": true,
|
@@ -21020,12 +21096,9 @@
|
|
21020
21096
|
"what is the winning score?",
|
21021
21097
|
"",
|
21022
21098
|
"what is the winning score?",
|
21023
|
-
"what is the winning score?",
|
21024
21099
|
"",
|
21025
21100
|
"what is the winning score?",
|
21026
|
-
"what is the winning score?",
|
21027
21101
|
"the scores are greg has 10 points",
|
21028
|
-
"what is the winning score?",
|
21029
21102
|
"what is the winning score?"
|
21030
21103
|
]
|
21031
21104
|
},
|
@@ -21046,38 +21119,9 @@
|
|
21046
21119
|
"what is the winning score?",
|
21047
21120
|
"",
|
21048
21121
|
"what is the winning score?",
|
21049
|
-
"what is the winning score?",
|
21050
21122
|
"",
|
21051
21123
|
"what is the winning score?",
|
21052
|
-
"what is the winning score?",
|
21053
21124
|
"the scores are greg has 10 points",
|
21054
|
-
"what is the winning score?",
|
21055
|
-
"what is the winning score?"
|
21056
|
-
]
|
21057
|
-
},
|
21058
|
-
{
|
21059
|
-
"context": {
|
21060
|
-
"isResponse": true,
|
21061
|
-
"marker": "verbatim",
|
21062
|
-
"topLevel": true,
|
21063
|
-
"verbatim": "what is the winning score?"
|
21064
|
-
},
|
21065
|
-
"generatedParenthesized": "(what is the winning score?)",
|
21066
|
-
"paraphrases": "what is the winning score?",
|
21067
|
-
"paraphrasesParenthesized": "(what is the winning score?)",
|
21068
|
-
"responses": [
|
21069
|
-
"",
|
21070
|
-
"what is the winning score?",
|
21071
|
-
"",
|
21072
|
-
"what is the winning score?",
|
21073
|
-
"",
|
21074
|
-
"what is the winning score?",
|
21075
|
-
"what is the winning score?",
|
21076
|
-
"",
|
21077
|
-
"what is the winning score?",
|
21078
|
-
"what is the winning score?",
|
21079
|
-
"the scores are greg has 10 points",
|
21080
|
-
"what is the winning score?",
|
21081
21125
|
"what is the winning score?"
|
21082
21126
|
]
|
21083
21127
|
},
|
@@ -21144,7 +21188,7 @@
|
|
21144
21188
|
"text": "greg got 10 points",
|
21145
21189
|
"topLevel": true,
|
21146
21190
|
"touchedBy": [
|
21147
|
-
"scorekeeper#
|
21191
|
+
"scorekeeper#call49"
|
21148
21192
|
],
|
21149
21193
|
"word": "got"
|
21150
21194
|
},
|
@@ -21158,12 +21202,103 @@
|
|
21158
21202
|
"what is the winning score?",
|
21159
21203
|
"",
|
21160
21204
|
"what is the winning score?",
|
21205
|
+
"",
|
21206
|
+
"what is the winning score?",
|
21207
|
+
"the scores are greg has 10 points",
|
21208
|
+
"what is the winning score?"
|
21209
|
+
]
|
21210
|
+
},
|
21211
|
+
{
|
21212
|
+
"context": {
|
21213
|
+
"isResponse": true,
|
21214
|
+
"marker": "verbatim",
|
21215
|
+
"topLevel": true,
|
21216
|
+
"verbatim": "what is the winning score?"
|
21217
|
+
},
|
21218
|
+
"generatedParenthesized": "(what is the winning score?)",
|
21219
|
+
"paraphrases": "what is the winning score?",
|
21220
|
+
"paraphrasesParenthesized": "(what is the winning score?)",
|
21221
|
+
"responses": [
|
21222
|
+
"",
|
21223
|
+
"what is the winning score?",
|
21224
|
+
"",
|
21161
21225
|
"what is the winning score?",
|
21162
21226
|
"",
|
21163
21227
|
"what is the winning score?",
|
21228
|
+
"",
|
21164
21229
|
"what is the winning score?",
|
21165
21230
|
"the scores are greg has 10 points",
|
21231
|
+
"what is the winning score?"
|
21232
|
+
]
|
21233
|
+
},
|
21234
|
+
{
|
21235
|
+
"context": {
|
21236
|
+
"arg": {
|
21237
|
+
"concept": true,
|
21238
|
+
"dead": true,
|
21239
|
+
"default": true,
|
21240
|
+
"determiner": {
|
21241
|
+
"default": true,
|
21242
|
+
"level": 0,
|
21243
|
+
"marker": "a",
|
21244
|
+
"range": {
|
21245
|
+
"end": 42,
|
21246
|
+
"start": 42
|
21247
|
+
},
|
21248
|
+
"text": "a",
|
21249
|
+
"value": "a",
|
21250
|
+
"word": "a"
|
21251
|
+
},
|
21252
|
+
"level": 1,
|
21253
|
+
"marker": "game",
|
21254
|
+
"modifiers": [
|
21255
|
+
"determiner",
|
21256
|
+
"new"
|
21257
|
+
],
|
21258
|
+
"new": "new",
|
21259
|
+
"number": "one",
|
21260
|
+
"pullFromContext": false,
|
21261
|
+
"range": {
|
21262
|
+
"end": 51,
|
21263
|
+
"start": 42
|
21264
|
+
},
|
21265
|
+
"text": "a new game",
|
21266
|
+
"types": [
|
21267
|
+
"game"
|
21268
|
+
],
|
21269
|
+
"value": "game",
|
21270
|
+
"wantsValue": true,
|
21271
|
+
"word": "game"
|
21272
|
+
},
|
21273
|
+
"dead": true,
|
21274
|
+
"default": true,
|
21275
|
+
"level": 1,
|
21276
|
+
"marker": "start",
|
21277
|
+
"range": {
|
21278
|
+
"end": 51,
|
21279
|
+
"start": 36
|
21280
|
+
},
|
21281
|
+
"text": "start a new game",
|
21282
|
+
"topLevel": true,
|
21283
|
+
"touchedBy": [
|
21284
|
+
"scorekeeper#call34"
|
21285
|
+
],
|
21286
|
+
"value": "start",
|
21287
|
+
"word": "start"
|
21288
|
+
},
|
21289
|
+
"generatedParenthesized": "",
|
21290
|
+
"paraphrases": "start a new game",
|
21291
|
+
"paraphrasesParenthesized": "(start ((a) new (game)))",
|
21292
|
+
"responses": [
|
21293
|
+
"",
|
21294
|
+
"what is the winning score?",
|
21295
|
+
"",
|
21296
|
+
"what is the winning score?",
|
21297
|
+
"",
|
21298
|
+
"what is the winning score?",
|
21299
|
+
"",
|
21166
21300
|
"what is the winning score?",
|
21301
|
+
"the scores are greg has 10 points",
|
21167
21302
|
"what is the winning score?"
|
21168
21303
|
]
|
21169
21304
|
}
|
@@ -21177,12 +21312,9 @@
|
|
21177
21312
|
"what is the winning score?",
|
21178
21313
|
"start a new game",
|
21179
21314
|
"what is the winning score?",
|
21180
|
-
"what is the winning score?",
|
21181
21315
|
"greg got 10 points",
|
21182
21316
|
"what is the winning score?",
|
21183
|
-
"what is the winning score?",
|
21184
21317
|
"what are the scores?",
|
21185
|
-
"what is the winning score?",
|
21186
21318
|
"what is the winning score?"
|
21187
21319
|
],
|
21188
21320
|
"paraphrasesParenthesized": [
|
@@ -21193,12 +21325,9 @@
|
|
21193
21325
|
"(what is the winning score?)",
|
21194
21326
|
"(start ((a) new (game)))",
|
21195
21327
|
"(what is the winning score?)",
|
21196
|
-
"(what is the winning score?)",
|
21197
21328
|
"((greg) got ((10) (points)))",
|
21198
21329
|
"(what is the winning score?)",
|
21199
|
-
"(what is the winning score?)",
|
21200
21330
|
"(((what) are (the (scores)))?)",
|
21201
|
-
"(what is the winning score?)",
|
21202
21331
|
"(what is the winning score?)"
|
21203
21332
|
],
|
21204
21333
|
"query": "the winning score is 20 points\\nstart a new game greg got 10 points start a new game greg got 10 points what are the scores",
|
@@ -21210,12 +21339,9 @@
|
|
21210
21339
|
"what is the winning score?",
|
21211
21340
|
"",
|
21212
21341
|
"what is the winning score?",
|
21213
|
-
"what is the winning score?",
|
21214
21342
|
"",
|
21215
21343
|
"what is the winning score?",
|
21216
|
-
"what is the winning score?",
|
21217
21344
|
"the scores are greg has 10 points",
|
21218
|
-
"what is the winning score?",
|
21219
21345
|
"what is the winning score?"
|
21220
21346
|
]
|
21221
21347
|
},
|
@@ -22375,7 +22501,8 @@
|
|
22375
22501
|
"whose"
|
22376
22502
|
],
|
22377
22503
|
"preposition": [
|
22378
|
-
"between"
|
22504
|
+
"between",
|
22505
|
+
"to"
|
22379
22506
|
],
|
22380
22507
|
"pronoun": [
|
22381
22508
|
"it",
|
@@ -22455,6 +22582,7 @@
|
|
22455
22582
|
"whatAble",
|
22456
22583
|
"is",
|
22457
22584
|
"toAble",
|
22585
|
+
"to",
|
22458
22586
|
"noun",
|
22459
22587
|
"thisitthat",
|
22460
22588
|
"reason",
|
@@ -22532,6 +22660,9 @@
|
|
22532
22660
|
"thisitthat": [
|
22533
22661
|
"queryable"
|
22534
22662
|
],
|
22663
|
+
"to": [
|
22664
|
+
"preposition"
|
22665
|
+
],
|
22535
22666
|
"unknown": [
|
22536
22667
|
"hierarchyAble",
|
22537
22668
|
"object",
|
@@ -22617,6 +22748,8 @@
|
|
22617
22748
|
},
|
22618
22749
|
"thisitthat": {
|
22619
22750
|
},
|
22751
|
+
"to": {
|
22752
|
+
},
|
22620
22753
|
"toAble": {
|
22621
22754
|
},
|
22622
22755
|
"unknown": {
|
@@ -24643,7 +24776,8 @@
|
|
24643
24776
|
"whose"
|
24644
24777
|
],
|
24645
24778
|
"preposition": [
|
24646
|
-
"between"
|
24779
|
+
"between",
|
24780
|
+
"to"
|
24647
24781
|
],
|
24648
24782
|
"pronoun": [
|
24649
24783
|
"it",
|
@@ -24723,6 +24857,7 @@
|
|
24723
24857
|
"whatAble",
|
24724
24858
|
"is",
|
24725
24859
|
"toAble",
|
24860
|
+
"to",
|
24726
24861
|
"noun",
|
24727
24862
|
"thisitthat",
|
24728
24863
|
"reason",
|
@@ -24800,6 +24935,9 @@
|
|
24800
24935
|
"thisitthat": [
|
24801
24936
|
"queryable"
|
24802
24937
|
],
|
24938
|
+
"to": [
|
24939
|
+
"preposition"
|
24940
|
+
],
|
24803
24941
|
"unknown": [
|
24804
24942
|
"hierarchyAble",
|
24805
24943
|
"object",
|
@@ -24885,6 +25023,8 @@
|
|
24885
25023
|
},
|
24886
25024
|
"thisitthat": {
|
24887
25025
|
},
|
25026
|
+
"to": {
|
25027
|
+
},
|
24888
25028
|
"toAble": {
|
24889
25029
|
},
|
24890
25030
|
"unknown": {
|
@@ -26848,7 +26988,8 @@
|
|
26848
26988
|
"whose"
|
26849
26989
|
],
|
26850
26990
|
"preposition": [
|
26851
|
-
"between"
|
26991
|
+
"between",
|
26992
|
+
"to"
|
26852
26993
|
],
|
26853
26994
|
"pronoun": [
|
26854
26995
|
"it",
|
@@ -26928,6 +27069,7 @@
|
|
26928
27069
|
"whatAble",
|
26929
27070
|
"is",
|
26930
27071
|
"toAble",
|
27072
|
+
"to",
|
26931
27073
|
"noun",
|
26932
27074
|
"thisitthat",
|
26933
27075
|
"reason",
|
@@ -27005,6 +27147,9 @@
|
|
27005
27147
|
"thisitthat": [
|
27006
27148
|
"queryable"
|
27007
27149
|
],
|
27150
|
+
"to": [
|
27151
|
+
"preposition"
|
27152
|
+
],
|
27008
27153
|
"unknown": [
|
27009
27154
|
"hierarchyAble",
|
27010
27155
|
"object",
|
@@ -27090,6 +27235,8 @@
|
|
27090
27235
|
},
|
27091
27236
|
"thisitthat": {
|
27092
27237
|
},
|
27238
|
+
"to": {
|
27239
|
+
},
|
27093
27240
|
"toAble": {
|
27094
27241
|
},
|
27095
27242
|
"unknown": {
|
@@ -28728,7 +28875,8 @@
|
|
28728
28875
|
"whose"
|
28729
28876
|
],
|
28730
28877
|
"preposition": [
|
28731
|
-
"between"
|
28878
|
+
"between",
|
28879
|
+
"to"
|
28732
28880
|
],
|
28733
28881
|
"pronoun": [
|
28734
28882
|
"it",
|
@@ -28808,6 +28956,7 @@
|
|
28808
28956
|
"whatAble",
|
28809
28957
|
"is",
|
28810
28958
|
"toAble",
|
28959
|
+
"to",
|
28811
28960
|
"noun",
|
28812
28961
|
"thisitthat",
|
28813
28962
|
"reason",
|
@@ -28885,6 +29034,9 @@
|
|
28885
29034
|
"thisitthat": [
|
28886
29035
|
"queryable"
|
28887
29036
|
],
|
29037
|
+
"to": [
|
29038
|
+
"preposition"
|
29039
|
+
],
|
28888
29040
|
"unknown": [
|
28889
29041
|
"hierarchyAble",
|
28890
29042
|
"object",
|
@@ -28970,6 +29122,8 @@
|
|
28970
29122
|
},
|
28971
29123
|
"thisitthat": {
|
28972
29124
|
},
|
29125
|
+
"to": {
|
29126
|
+
},
|
28973
29127
|
"toAble": {
|
28974
29128
|
},
|
28975
29129
|
"unknown": {
|
@@ -30358,7 +30512,8 @@
|
|
30358
30512
|
"whose"
|
30359
30513
|
],
|
30360
30514
|
"preposition": [
|
30361
|
-
"between"
|
30515
|
+
"between",
|
30516
|
+
"to"
|
30362
30517
|
],
|
30363
30518
|
"pronoun": [
|
30364
30519
|
"it",
|
@@ -30438,6 +30593,7 @@
|
|
30438
30593
|
"whatAble",
|
30439
30594
|
"is",
|
30440
30595
|
"toAble",
|
30596
|
+
"to",
|
30441
30597
|
"noun",
|
30442
30598
|
"thisitthat",
|
30443
30599
|
"reason",
|
@@ -30515,6 +30671,9 @@
|
|
30515
30671
|
"thisitthat": [
|
30516
30672
|
"queryable"
|
30517
30673
|
],
|
30674
|
+
"to": [
|
30675
|
+
"preposition"
|
30676
|
+
],
|
30518
30677
|
"unknown": [
|
30519
30678
|
"hierarchyAble",
|
30520
30679
|
"object",
|
@@ -30600,6 +30759,8 @@
|
|
30600
30759
|
},
|
30601
30760
|
"thisitthat": {
|
30602
30761
|
},
|
30762
|
+
"to": {
|
30763
|
+
},
|
30603
30764
|
"toAble": {
|
30604
30765
|
},
|
30605
30766
|
"unknown": {
|
@@ -31900,7 +32061,8 @@
|
|
31900
32061
|
"whose"
|
31901
32062
|
],
|
31902
32063
|
"preposition": [
|
31903
|
-
"between"
|
32064
|
+
"between",
|
32065
|
+
"to"
|
31904
32066
|
],
|
31905
32067
|
"pronoun": [
|
31906
32068
|
"it",
|
@@ -31980,6 +32142,7 @@
|
|
31980
32142
|
"whatAble",
|
31981
32143
|
"is",
|
31982
32144
|
"toAble",
|
32145
|
+
"to",
|
31983
32146
|
"noun",
|
31984
32147
|
"thisitthat",
|
31985
32148
|
"reason",
|
@@ -32057,6 +32220,9 @@
|
|
32057
32220
|
"thisitthat": [
|
32058
32221
|
"queryable"
|
32059
32222
|
],
|
32223
|
+
"to": [
|
32224
|
+
"preposition"
|
32225
|
+
],
|
32060
32226
|
"unknown": [
|
32061
32227
|
"hierarchyAble",
|
32062
32228
|
"object",
|
@@ -32142,6 +32308,8 @@
|
|
32142
32308
|
},
|
32143
32309
|
"thisitthat": {
|
32144
32310
|
},
|
32311
|
+
"to": {
|
32312
|
+
},
|
32145
32313
|
"toAble": {
|
32146
32314
|
},
|
32147
32315
|
"unknown": {
|
@@ -33118,7 +33286,8 @@
|
|
33118
33286
|
"whose"
|
33119
33287
|
],
|
33120
33288
|
"preposition": [
|
33121
|
-
"between"
|
33289
|
+
"between",
|
33290
|
+
"to"
|
33122
33291
|
],
|
33123
33292
|
"pronoun": [
|
33124
33293
|
"it",
|
@@ -33198,6 +33367,7 @@
|
|
33198
33367
|
"whatAble",
|
33199
33368
|
"is",
|
33200
33369
|
"toAble",
|
33370
|
+
"to",
|
33201
33371
|
"noun",
|
33202
33372
|
"thisitthat",
|
33203
33373
|
"reason",
|
@@ -33275,6 +33445,9 @@
|
|
33275
33445
|
"thisitthat": [
|
33276
33446
|
"queryable"
|
33277
33447
|
],
|
33448
|
+
"to": [
|
33449
|
+
"preposition"
|
33450
|
+
],
|
33278
33451
|
"unknown": [
|
33279
33452
|
"hierarchyAble",
|
33280
33453
|
"object",
|
@@ -33360,6 +33533,8 @@
|
|
33360
33533
|
},
|
33361
33534
|
"thisitthat": {
|
33362
33535
|
},
|
33536
|
+
"to": {
|
33537
|
+
},
|
33363
33538
|
"toAble": {
|
33364
33539
|
},
|
33365
33540
|
"unknown": {
|