tpmkms_4wp 9.2.0 → 9.3.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 +21 -8
- package/common/colors.instance.json +32 -18
- package/common/comparable.instance.json +3 -0
- package/common/comparable.js +2 -2
- package/common/crew.instance.json +4736 -964
- package/common/crew.test.json +1904 -0
- package/common/dates.instance.json +28657 -0
- package/common/dates.js +152 -0
- package/common/dates.test.json +10239 -0
- package/common/dialogues.js +28 -9
- package/common/dimension.instance.json +3 -2
- package/common/edible.instance.json +1335 -508
- package/common/emotions.instance.json +7 -14
- package/common/emotions.js +4 -5
- package/common/fastfood.instance.json +4090 -698
- package/common/fastfood.js +7 -0
- package/common/formulas.instance.json +1 -0
- package/common/gdefaults.js +14 -0
- package/common/helpers/concept.js +1 -0
- package/common/helpers/dialogues.js +3 -0
- package/common/helpers/properties.js +2 -27
- package/common/helpers.js +70 -1
- package/common/hierarchy.js +4 -3
- package/common/kirk.instance.json +156 -10
- package/common/length.instance.json +17 -2
- package/common/math.instance.json +1 -0
- package/common/menus.instance.json +7 -0
- package/common/menus.js +1 -0
- package/common/menus.test.json +2418 -1355
- package/common/meta.js +3 -3
- package/common/ordering.instance.json +4 -2
- package/common/people.instance.json +8 -0
- package/common/pipboy.instance.json +57 -12
- package/common/pokemon.instance.json +24 -3
- package/common/pressure.instance.json +6 -2
- package/common/properties.instance.json +1 -0
- package/common/properties.js +19 -5
- package/common/punctuation.js +3 -0
- package/common/reports.instance.json +24 -14
- package/common/reports.js +2 -2
- package/common/spock.instance.json +156 -10
- package/common/temperature.instance.json +6 -2
- package/common/ui.instance.json +1 -0
- package/common/weight.instance.json +12 -0
- package/common/wp.instance.json +393 -95
- package/common/wp.js +15 -0
- package/main.js +2 -0
- package/package.json +6 -2
@@ -400,6 +400,11 @@
|
|
400
400
|
"queryable",
|
401
401
|
false
|
402
402
|
],
|
403
|
+
[
|
404
|
+
"doctor",
|
405
|
+
"rank",
|
406
|
+
false
|
407
|
+
],
|
403
408
|
[
|
404
409
|
"doctor",
|
405
410
|
"theAble",
|
@@ -495,11 +500,6 @@
|
|
495
500
|
"theAble",
|
496
501
|
false
|
497
502
|
],
|
498
|
-
[
|
499
|
-
"emotion",
|
500
|
-
"unknown",
|
501
|
-
false
|
502
|
-
],
|
503
503
|
[
|
504
504
|
"evaluate",
|
505
505
|
"verb",
|
@@ -510,6 +510,41 @@
|
|
510
510
|
"article",
|
511
511
|
false
|
512
512
|
],
|
513
|
+
[
|
514
|
+
"eye",
|
515
|
+
"hierarchyAble",
|
516
|
+
false
|
517
|
+
],
|
518
|
+
[
|
519
|
+
"eye",
|
520
|
+
"isEdee",
|
521
|
+
false
|
522
|
+
],
|
523
|
+
[
|
524
|
+
"eye",
|
525
|
+
"isEder",
|
526
|
+
false
|
527
|
+
],
|
528
|
+
[
|
529
|
+
"eye",
|
530
|
+
"object",
|
531
|
+
false
|
532
|
+
],
|
533
|
+
[
|
534
|
+
"eye",
|
535
|
+
"property",
|
536
|
+
false
|
537
|
+
],
|
538
|
+
[
|
539
|
+
"eye",
|
540
|
+
"queryable",
|
541
|
+
false
|
542
|
+
],
|
543
|
+
[
|
544
|
+
"eye",
|
545
|
+
"theAble",
|
546
|
+
false
|
547
|
+
],
|
513
548
|
[
|
514
549
|
"feel",
|
515
550
|
"canBeDoQuestion",
|
@@ -790,6 +825,11 @@
|
|
790
825
|
"isEder",
|
791
826
|
false
|
792
827
|
],
|
828
|
+
[
|
829
|
+
"mccoy",
|
830
|
+
"name",
|
831
|
+
false
|
832
|
+
],
|
793
833
|
[
|
794
834
|
"mccoy",
|
795
835
|
"object",
|
@@ -865,6 +905,41 @@
|
|
865
905
|
"verb",
|
866
906
|
false
|
867
907
|
],
|
908
|
+
[
|
909
|
+
"name",
|
910
|
+
"hierarchyAble",
|
911
|
+
false
|
912
|
+
],
|
913
|
+
[
|
914
|
+
"name",
|
915
|
+
"isEdee",
|
916
|
+
false
|
917
|
+
],
|
918
|
+
[
|
919
|
+
"name",
|
920
|
+
"isEder",
|
921
|
+
false
|
922
|
+
],
|
923
|
+
[
|
924
|
+
"name",
|
925
|
+
"object",
|
926
|
+
false
|
927
|
+
],
|
928
|
+
[
|
929
|
+
"name",
|
930
|
+
"property",
|
931
|
+
false
|
932
|
+
],
|
933
|
+
[
|
934
|
+
"name",
|
935
|
+
"queryable",
|
936
|
+
false
|
937
|
+
],
|
938
|
+
[
|
939
|
+
"name",
|
940
|
+
"theAble",
|
941
|
+
false
|
942
|
+
],
|
868
943
|
[
|
869
944
|
"negatable",
|
870
945
|
"queryable",
|
@@ -1185,6 +1260,41 @@
|
|
1185
1260
|
"punctuation",
|
1186
1261
|
false
|
1187
1262
|
],
|
1263
|
+
[
|
1264
|
+
"rank",
|
1265
|
+
"hierarchyAble",
|
1266
|
+
false
|
1267
|
+
],
|
1268
|
+
[
|
1269
|
+
"rank",
|
1270
|
+
"isEdee",
|
1271
|
+
false
|
1272
|
+
],
|
1273
|
+
[
|
1274
|
+
"rank",
|
1275
|
+
"isEder",
|
1276
|
+
false
|
1277
|
+
],
|
1278
|
+
[
|
1279
|
+
"rank",
|
1280
|
+
"object",
|
1281
|
+
false
|
1282
|
+
],
|
1283
|
+
[
|
1284
|
+
"rank",
|
1285
|
+
"property",
|
1286
|
+
false
|
1287
|
+
],
|
1288
|
+
[
|
1289
|
+
"rank",
|
1290
|
+
"queryable",
|
1291
|
+
false
|
1292
|
+
],
|
1293
|
+
[
|
1294
|
+
"rank",
|
1295
|
+
"theAble",
|
1296
|
+
false
|
1297
|
+
],
|
1188
1298
|
[
|
1189
1299
|
"readonly",
|
1190
1300
|
"queryable",
|
@@ -1210,11 +1320,6 @@
|
|
1210
1320
|
"queryable",
|
1211
1321
|
false
|
1212
1322
|
],
|
1213
|
-
[
|
1214
|
-
"sentientBeing",
|
1215
|
-
"unknown",
|
1216
|
-
false
|
1217
|
-
],
|
1218
1323
|
[
|
1219
1324
|
"spock",
|
1220
1325
|
"crew_member",
|
@@ -1240,6 +1345,11 @@
|
|
1240
1345
|
"isEder",
|
1241
1346
|
false
|
1242
1347
|
],
|
1348
|
+
[
|
1349
|
+
"spock",
|
1350
|
+
"name",
|
1351
|
+
false
|
1352
|
+
],
|
1243
1353
|
[
|
1244
1354
|
"spock",
|
1245
1355
|
"object",
|
@@ -1260,6 +1370,41 @@
|
|
1260
1370
|
"theAble",
|
1261
1371
|
false
|
1262
1372
|
],
|
1373
|
+
[
|
1374
|
+
"status",
|
1375
|
+
"hierarchyAble",
|
1376
|
+
false
|
1377
|
+
],
|
1378
|
+
[
|
1379
|
+
"status",
|
1380
|
+
"isEdee",
|
1381
|
+
false
|
1382
|
+
],
|
1383
|
+
[
|
1384
|
+
"status",
|
1385
|
+
"isEder",
|
1386
|
+
false
|
1387
|
+
],
|
1388
|
+
[
|
1389
|
+
"status",
|
1390
|
+
"object",
|
1391
|
+
false
|
1392
|
+
],
|
1393
|
+
[
|
1394
|
+
"status",
|
1395
|
+
"property",
|
1396
|
+
false
|
1397
|
+
],
|
1398
|
+
[
|
1399
|
+
"status",
|
1400
|
+
"queryable",
|
1401
|
+
false
|
1402
|
+
],
|
1403
|
+
[
|
1404
|
+
"status",
|
1405
|
+
"theAble",
|
1406
|
+
false
|
1407
|
+
],
|
1263
1408
|
[
|
1264
1409
|
"stm_before",
|
1265
1410
|
"adjective",
|
@@ -1753,6 +1898,7 @@
|
|
1753
1898
|
}
|
1754
1899
|
],
|
1755
1900
|
"learned_contextual_priorities": [],
|
1901
|
+
"rtf_associations": [],
|
1756
1902
|
"query": "you are spock",
|
1757
1903
|
"key": {
|
1758
1904
|
"query": "you are spock"
|
@@ -1432,6 +1432,7 @@
|
|
1432
1432
|
}
|
1433
1433
|
],
|
1434
1434
|
"learned_contextual_priorities": [],
|
1435
|
+
"rtf_associations": [],
|
1435
1436
|
"query": "temperature is a dimension",
|
1436
1437
|
"key": {
|
1437
1438
|
"query": "temperature is a dimension"
|
@@ -2763,10 +2764,10 @@
|
|
2763
2764
|
"start": 8,
|
2764
2765
|
"end": 17
|
2765
2766
|
},
|
2767
|
+
"dead": true,
|
2766
2768
|
"types": [
|
2767
2769
|
"unknown"
|
2768
2770
|
],
|
2769
|
-
"dead": true,
|
2770
2771
|
"level": 0
|
2771
2772
|
},
|
2772
2773
|
{
|
@@ -2779,10 +2780,10 @@
|
|
2779
2780
|
"start": 23,
|
2780
2781
|
"end": 28
|
2781
2782
|
},
|
2783
|
+
"dead": true,
|
2782
2784
|
"types": [
|
2783
2785
|
"unknown"
|
2784
2786
|
],
|
2785
|
-
"dead": true,
|
2786
2787
|
"level": 0
|
2787
2788
|
}
|
2788
2789
|
],
|
@@ -3635,6 +3636,7 @@
|
|
3635
3636
|
}
|
3636
3637
|
],
|
3637
3638
|
"learned_contextual_priorities": [],
|
3639
|
+
"rtf_associations": [],
|
3638
3640
|
"query": "celcius fahrenheit and kelvin are units of temperature",
|
3639
3641
|
"key": {
|
3640
3642
|
"query": "celcius fahrenheit and kelvin are units of temperature"
|
@@ -6112,6 +6114,7 @@
|
|
6112
6114
|
}
|
6113
6115
|
],
|
6114
6116
|
"learned_contextual_priorities": [],
|
6117
|
+
"rtf_associations": [],
|
6115
6118
|
"query": "fahrenheit = celcius*9/5 + 32",
|
6116
6119
|
"key": {
|
6117
6120
|
"query": "fahrenheit = celcius*9/5 + 32"
|
@@ -9315,6 +9318,7 @@
|
|
9315
9318
|
}
|
9316
9319
|
],
|
9317
9320
|
"learned_contextual_priorities": [],
|
9321
|
+
"rtf_associations": [],
|
9318
9322
|
"query": "celcius = (fahrenheit - 32)*5/8 + 32",
|
9319
9323
|
"key": {
|
9320
9324
|
"query": "celcius = (fahrenheit - 32)*5/8 + 32"
|
package/common/ui.instance.json
CHANGED
@@ -1268,6 +1268,7 @@
|
|
1268
1268
|
}
|
1269
1269
|
],
|
1270
1270
|
"learned_contextual_priorities": [],
|
1271
|
+
"rtf_associations": [],
|
1271
1272
|
"query": "troy modifies ounces",
|
1272
1273
|
"key": {
|
1273
1274
|
"query": "troy modifies ounces"
|
@@ -2834,6 +2835,7 @@
|
|
2834
2835
|
}
|
2835
2836
|
],
|
2836
2837
|
"learned_contextual_priorities": [],
|
2838
|
+
"rtf_associations": [],
|
2837
2839
|
"query": "weight is a dimension",
|
2838
2840
|
"key": {
|
2839
2841
|
"query": "weight is a dimension"
|
@@ -6613,6 +6615,7 @@
|
|
6613
6615
|
}
|
6614
6616
|
],
|
6615
6617
|
"learned_contextual_priorities": [],
|
6618
|
+
"rtf_associations": [],
|
6616
6619
|
"query": "kilograms grams pounds (troy ounces) ounces and tons are units of weight",
|
6617
6620
|
"key": {
|
6618
6621
|
"query": "kilograms grams pounds (troy ounces) ounces and tons are units of weight"
|
@@ -8565,6 +8568,7 @@
|
|
8565
8568
|
}
|
8566
8569
|
],
|
8567
8570
|
"learned_contextual_priorities": [],
|
8571
|
+
"rtf_associations": [],
|
8568
8572
|
"query": "ounces = 1.097 * troy ounces",
|
8569
8573
|
"key": {
|
8570
8574
|
"query": "ounces = 1.097 * troy ounces"
|
@@ -10517,6 +10521,7 @@
|
|
10517
10521
|
}
|
10518
10522
|
],
|
10519
10523
|
"learned_contextual_priorities": [],
|
10524
|
+
"rtf_associations": [],
|
10520
10525
|
"query": "troy ounces = ounces / 1.097",
|
10521
10526
|
"key": {
|
10522
10527
|
"query": "troy ounces = ounces / 1.097"
|
@@ -12417,6 +12422,7 @@
|
|
12417
12422
|
}
|
12418
12423
|
],
|
12419
12424
|
"learned_contextual_priorities": [],
|
12425
|
+
"rtf_associations": [],
|
12420
12426
|
"query": "kilograms = pounds * 0.453592",
|
12421
12427
|
"key": {
|
12422
12428
|
"query": "kilograms = pounds * 0.453592"
|
@@ -14317,6 +14323,7 @@
|
|
14317
14323
|
}
|
14318
14324
|
],
|
14319
14325
|
"learned_contextual_priorities": [],
|
14326
|
+
"rtf_associations": [],
|
14320
14327
|
"query": "grams = kilograms * 1000",
|
14321
14328
|
"key": {
|
14322
14329
|
"query": "grams = kilograms * 1000"
|
@@ -16217,6 +16224,7 @@
|
|
16217
16224
|
}
|
16218
16225
|
],
|
16219
16226
|
"learned_contextual_priorities": [],
|
16227
|
+
"rtf_associations": [],
|
16220
16228
|
"query": "kilograms = grams / 1000",
|
16221
16229
|
"key": {
|
16222
16230
|
"query": "kilograms = grams / 1000"
|
@@ -18117,6 +18125,7 @@
|
|
18117
18125
|
}
|
18118
18126
|
],
|
18119
18127
|
"learned_contextual_priorities": [],
|
18128
|
+
"rtf_associations": [],
|
18120
18129
|
"query": "pounds = kilograms * 2.20462",
|
18121
18130
|
"key": {
|
18122
18131
|
"query": "pounds = kilograms * 2.20462"
|
@@ -20017,6 +20026,7 @@
|
|
20017
20026
|
}
|
20018
20027
|
],
|
20019
20028
|
"learned_contextual_priorities": [],
|
20029
|
+
"rtf_associations": [],
|
20020
20030
|
"query": "ounces = pounds * 16",
|
20021
20031
|
"key": {
|
20022
20032
|
"query": "ounces = pounds * 16"
|
@@ -21908,6 +21918,7 @@
|
|
21908
21918
|
}
|
21909
21919
|
],
|
21910
21920
|
"learned_contextual_priorities": [],
|
21921
|
+
"rtf_associations": [],
|
21911
21922
|
"query": "ton = tonne * 0.907185",
|
21912
21923
|
"key": {
|
21913
21924
|
"query": "ton = tonne * 0.907185"
|
@@ -23808,6 +23819,7 @@
|
|
23808
23819
|
}
|
23809
23820
|
],
|
23810
23821
|
"learned_contextual_priorities": [],
|
23822
|
+
"rtf_associations": [],
|
23811
23823
|
"query": "pounds = ton * 2000",
|
23812
23824
|
"key": {
|
23813
23825
|
"query": "pounds = ton * 2000"
|