tpmkms_4wp 8.9.0-beta.2 → 8.9.0-beta.20

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.
Files changed (40) hide show
  1. package/common/animals.instance.json +65 -0
  2. package/common/articles.js +4 -0
  3. package/common/colors.instance.json +99 -0
  4. package/common/comparable.instance.json +15 -0
  5. package/common/conjunction.js +27 -18
  6. package/common/countable.js +8 -2
  7. package/common/countable.test.json +586 -0
  8. package/common/crew.instance.json +130 -176
  9. package/common/dialogues.js +7 -11
  10. package/common/dimension.instance.json +10 -0
  11. package/common/edible.instance.json +376 -0
  12. package/common/emotions.instance.json +8 -0
  13. package/common/fastfood.instance.json +1421 -836
  14. package/common/formulas.instance.json +10 -0
  15. package/common/helpers/conjunction.js +75 -0
  16. package/common/helpers/dialogues.js +14 -8
  17. package/common/helpers/properties.js +2 -2
  18. package/common/helpers.js +29 -0
  19. package/common/hierarchy.js +5 -5
  20. package/common/hierarchy.test.json +1491 -0
  21. package/common/kirk.instance.json +5 -0
  22. package/common/length.instance.json +150 -0
  23. package/common/math.instance.json +10 -0
  24. package/common/meta.js +5 -3
  25. package/common/ordering.instance.json +62 -0
  26. package/common/people.instance.json +169 -4
  27. package/common/pipboy.instance.json +254 -28
  28. package/common/pokemon.instance.json +65 -0
  29. package/common/pressure.instance.json +40 -0
  30. package/common/properties.instance.json +5 -0
  31. package/common/reports.instance.json +21 -1
  32. package/common/spock.instance.json +5 -0
  33. package/common/temperature.instance.json +40 -0
  34. package/common/ui.instance.json +10 -0
  35. package/common/ui.js +0 -1
  36. package/common/weight.instance.json +120 -0
  37. package/common/wp.instance.json +28952 -958
  38. package/common/wp.js +178 -10
  39. package/common/wp.test.json +28248 -703
  40. package/package.json +3 -2
@@ -140,6 +140,11 @@
140
140
  "verb",
141
141
  false
142
142
  ],
143
+ [
144
+ "negatable",
145
+ "queryable",
146
+ false
147
+ ],
143
148
  [
144
149
  "noun",
145
150
  "theAble",
@@ -784,6 +789,11 @@
784
789
  "name_modifier",
785
790
  false
786
791
  ],
792
+ [
793
+ "negatable",
794
+ "queryable",
795
+ false
796
+ ],
787
797
  [
788
798
  "noun",
789
799
  "theAble",
@@ -1522,6 +1532,11 @@
1522
1532
  "name_modifier",
1523
1533
  false
1524
1534
  ],
1535
+ [
1536
+ "negatable",
1537
+ "queryable",
1538
+ false
1539
+ ],
1525
1540
  [
1526
1541
  "noun",
1527
1542
  "theAble",
@@ -2305,6 +2320,11 @@
2305
2320
  "name_modifier",
2306
2321
  false
2307
2322
  ],
2323
+ [
2324
+ "negatable",
2325
+ "queryable",
2326
+ false
2327
+ ],
2308
2328
  [
2309
2329
  "noun",
2310
2330
  "theAble",
@@ -2430,6 +2450,31 @@
2430
2450
  "adjective",
2431
2451
  false
2432
2452
  ],
2453
+ [
2454
+ "surname",
2455
+ "isEdee",
2456
+ false
2457
+ ],
2458
+ [
2459
+ "surname",
2460
+ "isEder",
2461
+ false
2462
+ ],
2463
+ [
2464
+ "surname",
2465
+ "last_name",
2466
+ false
2467
+ ],
2468
+ [
2469
+ "surname",
2470
+ "queryable",
2471
+ false
2472
+ ],
2473
+ [
2474
+ "surname",
2475
+ "theAble",
2476
+ false
2477
+ ],
2433
2478
  [
2434
2479
  "that",
2435
2480
  "thisitthat",
@@ -3133,6 +3178,11 @@
3133
3178
  "name_modifier",
3134
3179
  false
3135
3180
  ],
3181
+ [
3182
+ "negatable",
3183
+ "queryable",
3184
+ false
3185
+ ],
3136
3186
  [
3137
3187
  "noun",
3138
3188
  "theAble",
@@ -3258,6 +3308,31 @@
3258
3308
  "adjective",
3259
3309
  false
3260
3310
  ],
3311
+ [
3312
+ "surname",
3313
+ "isEdee",
3314
+ false
3315
+ ],
3316
+ [
3317
+ "surname",
3318
+ "isEder",
3319
+ false
3320
+ ],
3321
+ [
3322
+ "surname",
3323
+ "last_name",
3324
+ false
3325
+ ],
3326
+ [
3327
+ "surname",
3328
+ "queryable",
3329
+ false
3330
+ ],
3331
+ [
3332
+ "surname",
3333
+ "theAble",
3334
+ false
3335
+ ],
3261
3336
  [
3262
3337
  "that",
3263
3338
  "thisitthat",
@@ -4020,6 +4095,11 @@
4020
4095
  "name_modifier",
4021
4096
  false
4022
4097
  ],
4098
+ [
4099
+ "negatable",
4100
+ "queryable",
4101
+ false
4102
+ ],
4023
4103
  [
4024
4104
  "noun",
4025
4105
  "theAble",
@@ -4145,6 +4225,31 @@
4145
4225
  "adjective",
4146
4226
  false
4147
4227
  ],
4228
+ [
4229
+ "surname",
4230
+ "isEdee",
4231
+ false
4232
+ ],
4233
+ [
4234
+ "surname",
4235
+ "isEder",
4236
+ false
4237
+ ],
4238
+ [
4239
+ "surname",
4240
+ "last_name",
4241
+ false
4242
+ ],
4243
+ [
4244
+ "surname",
4245
+ "queryable",
4246
+ false
4247
+ ],
4248
+ [
4249
+ "surname",
4250
+ "theAble",
4251
+ false
4252
+ ],
4148
4253
  [
4149
4254
  "that",
4150
4255
  "thisitthat",
@@ -5285,6 +5390,11 @@
5285
5390
  "name_modifier",
5286
5391
  false
5287
5392
  ],
5393
+ [
5394
+ "negatable",
5395
+ "queryable",
5396
+ false
5397
+ ],
5288
5398
  [
5289
5399
  "noun",
5290
5400
  "theAble",
@@ -5410,6 +5520,31 @@
5410
5520
  "adjective",
5411
5521
  false
5412
5522
  ],
5523
+ [
5524
+ "surname",
5525
+ "isEdee",
5526
+ false
5527
+ ],
5528
+ [
5529
+ "surname",
5530
+ "isEder",
5531
+ false
5532
+ ],
5533
+ [
5534
+ "surname",
5535
+ "last_name",
5536
+ false
5537
+ ],
5538
+ [
5539
+ "surname",
5540
+ "queryable",
5541
+ false
5542
+ ],
5543
+ [
5544
+ "surname",
5545
+ "theAble",
5546
+ false
5547
+ ],
5413
5548
  [
5414
5549
  "that",
5415
5550
  "thisitthat",
@@ -5867,10 +6002,10 @@
5867
6002
  ]
5868
6003
  ],
5869
6004
  "learned_contextual_priorities": [],
5870
- "query": "ownerVar is owneeVar owned by",
6005
+ "query": "ownervar is owneevar owned by",
5871
6006
  "skipSemantics": false,
5872
6007
  "key": {
5873
- "query": "ownerVar is owneeVar owned by"
6008
+ "query": "ownervar is owneevar owned by"
5874
6009
  }
5875
6010
  },
5876
6011
  {
@@ -6315,6 +6450,11 @@
6315
6450
  "name_modifier",
6316
6451
  false
6317
6452
  ],
6453
+ [
6454
+ "negatable",
6455
+ "queryable",
6456
+ false
6457
+ ],
6318
6458
  [
6319
6459
  "noun",
6320
6460
  "theAble",
@@ -6465,6 +6605,31 @@
6465
6605
  "adjective",
6466
6606
  false
6467
6607
  ],
6608
+ [
6609
+ "surname",
6610
+ "isEdee",
6611
+ false
6612
+ ],
6613
+ [
6614
+ "surname",
6615
+ "isEder",
6616
+ false
6617
+ ],
6618
+ [
6619
+ "surname",
6620
+ "last_name",
6621
+ false
6622
+ ],
6623
+ [
6624
+ "surname",
6625
+ "queryable",
6626
+ false
6627
+ ],
6628
+ [
6629
+ "surname",
6630
+ "theAble",
6631
+ false
6632
+ ],
6468
6633
  [
6469
6634
  "that",
6470
6635
  "thisitthat",
@@ -6834,10 +6999,10 @@
6834
6999
  ]
6835
7000
  ],
6836
7001
  "learned_contextual_priorities": [],
6837
- "query": "owneeVar is owned by ownerVar",
7002
+ "query": "owneevar is owned by ownervar",
6838
7003
  "skipSemantics": false,
6839
7004
  "key": {
6840
- "query": "owneeVar is owned by ownerVar"
7005
+ "query": "owneevar is owned by ownervar"
6841
7006
  }
6842
7007
  }
6843
7008
  ],