tpmkms 9.0.3 → 9.1.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.
Files changed (48) hide show
  1. package/common/animals.instance.json +0 -130
  2. package/common/articles.js +6 -0
  3. package/common/avatar.js +1 -3
  4. package/common/colors.instance.json +117 -201
  5. package/common/comparable.instance.json +2 -93
  6. package/common/comparable.js +0 -7
  7. package/common/concept.js +0 -8
  8. package/common/conjunction.js +0 -7
  9. package/common/crew.instance.json +83 -864
  10. package/common/crew.js +1 -13
  11. package/common/dialogues.js +18 -63
  12. package/common/dimension.instance.json +2 -136
  13. package/common/dimension.js +0 -8
  14. package/common/edible.instance.json +418 -675
  15. package/common/edible.js +0 -13
  16. package/common/emotions.instance.json +0 -10
  17. package/common/emotions.js +0 -8
  18. package/common/fastfood.instance.json +4098 -7859
  19. package/common/fastfood.js +0 -120
  20. package/common/formulas.instance.json +0 -10
  21. package/common/help.js +0 -5
  22. package/common/helpers/properties.js +1 -1
  23. package/common/hierarchy.js +0 -9
  24. package/common/kirk.instance.json +0 -10
  25. package/common/length.instance.json +0 -150
  26. package/common/math.instance.json +0 -10
  27. package/common/meta.js +7 -0
  28. package/common/ordering.instance.json +0 -20
  29. package/common/ordinals.js +0 -5
  30. package/common/people.instance.json +147 -196
  31. package/common/people.js +0 -4
  32. package/common/pipboy.instance.json +48 -661
  33. package/common/pipboy.js +2 -12
  34. package/common/pokemon.instance.json +140 -679
  35. package/common/pressure.instance.json +0 -40
  36. package/common/properties.instance.json +0 -10
  37. package/common/properties.js +0 -14
  38. package/common/reports.instance.json +1 -21
  39. package/common/reports.js +0 -7
  40. package/common/scorekeeper.js +0 -12
  41. package/common/spock.instance.json +0 -10
  42. package/common/temperature.instance.json +0 -40
  43. package/common/ui.instance.json +0 -10
  44. package/common/weight.instance.json +0 -367
  45. package/common/weight.js +0 -9
  46. package/common/wp.instance.json +2 -694
  47. package/common/wp.js +0 -18
  48. package/package.json +2 -2
@@ -1,37 +1,6 @@
1
1
  {
2
2
  "configs": [
3
3
  "sort modifies ordering",
4
- {
5
- "associations": {
6
- "positive": [
7
- {
8
- "context": [
9
- [
10
- "unknown",
11
- 0
12
- ],
13
- [
14
- "is",
15
- 0
16
- ],
17
- [
18
- "article",
19
- 0
20
- ],
21
- [
22
- "sort",
23
- 0
24
- ],
25
- [
26
- "concept",
27
- 0
28
- ]
29
- ],
30
- "choose": 1
31
- }
32
- ]
33
- }
34
- },
35
4
  "ascending is a sort ordering",
36
5
  "descending is a sort ordering",
37
6
  {
@@ -304,16 +273,6 @@
304
273
  "toAble",
305
274
  false
306
275
  ],
307
- [
308
- "unknown",
309
- "queryable",
310
- false
311
- ],
312
- [
313
- "unknown",
314
- "theAble",
315
- false
316
- ],
317
276
  [
318
277
  "verb",
319
278
  "verb",
@@ -590,38 +549,6 @@
590
549
  "query": "sort modifies ordering"
591
550
  }
592
551
  },
593
- {
594
- "extraConfig": true,
595
- "associations": {
596
- "positive": [
597
- {
598
- "context": [
599
- [
600
- "unknown",
601
- 0
602
- ],
603
- [
604
- "is",
605
- 0
606
- ],
607
- [
608
- "article",
609
- 0
610
- ],
611
- [
612
- "sort",
613
- 0
614
- ],
615
- [
616
- "concept",
617
- 0
618
- ]
619
- ],
620
- "choose": 1
621
- }
622
- ]
623
- }
624
- },
625
552
  {
626
553
  "hierarchy": [
627
554
  [
@@ -899,16 +826,6 @@
899
826
  "toAble",
900
827
  false
901
828
  ],
902
- [
903
- "unknown",
904
- "queryable",
905
- false
906
- ],
907
- [
908
- "unknown",
909
- "theAble",
910
- false
911
- ],
912
829
  [
913
830
  "verb",
914
831
  "verb",
@@ -1058,6 +975,7 @@
1058
975
  },
1059
976
  "dead": true,
1060
977
  "types": [
978
+ "queryable",
1061
979
  "unknown"
1062
980
  ],
1063
981
  "level": 0
@@ -1732,16 +1650,6 @@
1732
1650
  "toAble",
1733
1651
  false
1734
1652
  ],
1735
- [
1736
- "unknown",
1737
- "queryable",
1738
- false
1739
- ],
1740
- [
1741
- "unknown",
1742
- "theAble",
1743
- false
1744
- ],
1745
1653
  [
1746
1654
  "verb",
1747
1655
  "verb",
@@ -1891,6 +1799,7 @@
1891
1799
  },
1892
1800
  "dead": true,
1893
1801
  "types": [
1802
+ "queryable",
1894
1803
  "unknown"
1895
1804
  ],
1896
1805
  "level": 0
@@ -42,13 +42,6 @@ const config = {
42
42
  const template = {
43
43
  configs: [
44
44
  "sort modifies ordering",
45
- {
46
- associations: {
47
- positive: [
48
- { context: [["unknown",0],["is",0],["article",0],["sort",0],["concept",0]], choose: 1 },
49
- ]
50
- },
51
- },
52
45
  "ascending is a sort ordering",
53
46
  "descending is a sort ordering",
54
47
  {
package/common/concept.js CHANGED
@@ -32,14 +32,6 @@ config = {
32
32
  { id: "literally", bridge: "{ ...after[0], flatten: false, literally: true }" },
33
33
  { id: "concept" },
34
34
  ],
35
- associations: {
36
- positive: [
37
- { context: [['unknown', 0], ['modifies', 0], ['unknown', 0]], choose: 1 },
38
- { context: [['unknown', 0], ['modifies', 0], ['adjective', 0], ['queryable', 0]], choose: 1 },
39
- { context: [['unknown', 0], ['unknown', 0], ['modifies', 0], ['adjective', 0], ['queryable', 0]], choose: 2 },
40
- { context: [['literally', 0], ['modifies', 0], ['unknown', 0]], choose: 1 },
41
- ],
42
- },
43
35
  priorities: [
44
36
  { "context": [['literally', 0], ['modifies', 0], ], "choose": [0] },
45
37
  ],
@@ -9,13 +9,6 @@ const config = {
9
9
  operators: [
10
10
  "(x [list|and] y)",
11
11
  ],
12
- associations: {
13
- positive: [
14
- { context: [['listable', 0], ['list', 0], ['listable', 0]], choose: 0 },
15
- { context: [['listable', 1], ['list', 0], ['listable', 0]], choose: 0 },
16
- { context: [['listable', 1], ['list', 0], ['listable', 1]], choose: 0 },
17
- ]
18
- },
19
12
  bridges: [
20
13
  // context.instance == variables.instance (unification)
21
14
  {