tpmkms_4wp 8.9.1-beta.2 → 8.9.1-beta.21

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 (80) hide show
  1. package/common/animals.instance.json +348 -68
  2. package/common/articles.js +20 -4
  3. package/common/articles.test.json +338 -0
  4. package/common/asking.js +3 -3
  5. package/common/asking.test.json +41 -0
  6. package/common/avatar.js +1 -1
  7. package/common/characters.js +1 -1
  8. package/common/colors.instance.json +608 -113
  9. package/common/comparable.instance.json +60 -12
  10. package/common/comparable.js +2 -2
  11. package/common/concept.js +2 -2
  12. package/common/conjunction.js +1 -1
  13. package/common/countable.js +3 -9
  14. package/common/countable.test.json +0 -586
  15. package/common/crew.instance.json +520 -392
  16. package/common/currency.js +2 -2
  17. package/common/dialogues.js +28 -11
  18. package/common/dimension.instance.json +16 -8
  19. package/common/dimension.js +2 -2
  20. package/common/edible.instance.json +595 -229
  21. package/common/emotions.instance.json +20 -4
  22. package/common/errors.js +3 -1
  23. package/common/events.js +1 -1
  24. package/common/fastfood.instance.json +2095 -1498
  25. package/common/fastfood.js +16 -10
  26. package/common/formulas.instance.json +16 -5
  27. package/common/formulas.js +1 -1
  28. package/common/formulas.test.json +461 -10
  29. package/common/gdefaults.js +27 -14
  30. package/common/help.js +4 -4
  31. package/common/help.test.json +4 -4
  32. package/common/helpers/concept.js +5 -5
  33. package/common/helpers/conjunction.js +1 -1
  34. package/common/helpers/formulas.js +4 -4
  35. package/common/helpers/frankenhash.js +4 -4
  36. package/common/helpers/meta.js +4 -4
  37. package/common/helpers/ordering.js +2 -2
  38. package/common/helpers/properties.js +17 -17
  39. package/common/helpers.js +17 -1
  40. package/common/hierarchy.js +3 -3
  41. package/common/javascript.js +1 -1
  42. package/common/kirk.instance.json +20 -4
  43. package/common/length.instance.json +300 -80
  44. package/common/math.instance.json +16 -5
  45. package/common/math.js +1 -1
  46. package/common/meta.js +5 -5
  47. package/common/nameable.js +1 -1
  48. package/common/negation.js +1 -1
  49. package/common/numbers.js +1 -1
  50. package/common/ordering.instance.json +41 -11
  51. package/common/ordinals.js +9 -3
  52. package/common/ordinals.test.json +327 -0
  53. package/common/people.instance.json +228 -80
  54. package/common/people.js +1 -1
  55. package/common/percentages.js +1 -1
  56. package/common/pipboy.instance.json +334 -180
  57. package/common/pipboy.js +6 -6
  58. package/common/pokemon.instance.json +304 -57
  59. package/common/pos.js +16 -6
  60. package/common/pressure.instance.json +64 -23
  61. package/common/properties.instance.json +20 -4
  62. package/common/properties.js +6 -6
  63. package/common/punctuation.js +1 -1
  64. package/common/reports.instance.json +34 -12
  65. package/common/reports.js +9 -9
  66. package/common/scorekeeper.js +5 -5
  67. package/common/sdefaults.js +2 -2
  68. package/common/sizeable.js +2 -2
  69. package/common/spock.instance.json +20 -4
  70. package/common/stm.js +6 -6
  71. package/common/tell.js +1 -1
  72. package/common/temperature.instance.json +64 -24
  73. package/common/tester.js +1 -1
  74. package/common/ui.instance.json +21 -5
  75. package/common/weight.instance.json +261 -109
  76. package/common/wp.instance.json +6621 -404
  77. package/common/wp.js +199 -41
  78. package/common/wp.test.json +109575 -3828
  79. package/common/yesno.js +1 -1
  80. package/package.json +11 -6
@@ -4746,591 +4746,5 @@
4746
4746
  "responses": [
4747
4747
  ""
4748
4748
  ]
4749
- },
4750
- {
4751
- "associations": [
4752
- [
4753
- [
4754
- "countable",
4755
- 0
4756
- ],
4757
- [
4758
- "every",
4759
- 0
4760
- ]
4761
- ]
4762
- ],
4763
- "config": {
4764
- },
4765
- "contexts": [
4766
- {
4767
- "dead": true,
4768
- "default": true,
4769
- "instance": true,
4770
- "level": 1,
4771
- "marker": "countable",
4772
- "modifiers": [
4773
- "quantity"
4774
- ],
4775
- "number": "one",
4776
- "quantity": {
4777
- "dead": true,
4778
- "default": true,
4779
- "level": 1,
4780
- "marker": "every",
4781
- "number": "one",
4782
- "quantity": "every",
4783
- "range": {
4784
- "end": 4,
4785
- "start": 0
4786
- },
4787
- "text": "every",
4788
- "types": [
4789
- "every"
4790
- ],
4791
- "value": "every",
4792
- "word": "every"
4793
- },
4794
- "range": {
4795
- "end": 14,
4796
- "start": 0
4797
- },
4798
- "text": "every countable",
4799
- "topLevel": true,
4800
- "types": [
4801
- "countable"
4802
- ],
4803
- "value": "countable",
4804
- "word": "countable"
4805
- }
4806
- ],
4807
- "developerTest": false,
4808
- "generatedParenthesized": [
4809
- ""
4810
- ],
4811
- "metadata": {
4812
- "opChoices": [
4813
- {
4814
- "counter": 1,
4815
- "op": [
4816
- "every",
4817
- 0
4818
- ],
4819
- "ops": [
4820
- [
4821
- "countable",
4822
- 0
4823
- ],
4824
- [
4825
- "counting",
4826
- 0
4827
- ],
4828
- [
4829
- "every",
4830
- 0
4831
- ]
4832
- ]
4833
- },
4834
- {
4835
- "counter": 2,
4836
- "op": [
4837
- "countable",
4838
- 0
4839
- ],
4840
- "ops": [
4841
- [
4842
- "countable",
4843
- 0
4844
- ],
4845
- [
4846
- "counting",
4847
- 0
4848
- ]
4849
- ]
4850
- },
4851
- {
4852
- "counter": 3,
4853
- "op": [
4854
- "counting",
4855
- 0
4856
- ],
4857
- "ops": [
4858
- [
4859
- "counting",
4860
- 0
4861
- ]
4862
- ]
4863
- }
4864
- ]
4865
- },
4866
- "objects": {
4867
- "nameToUUID": {
4868
- "articles": "articles2",
4869
- "asking": "asking2",
4870
- "concept": "concept2",
4871
- "conjunction": "conjunction2",
4872
- "countable": "countable1",
4873
- "dialogues": "dialogues2",
4874
- "evaluate": "evaluate2",
4875
- "gdefaults": "gdefaults2",
4876
- "hierarchy": "hierarchy2",
4877
- "meta": "meta2",
4878
- "negation": "negation2",
4879
- "numbers": "numbers2",
4880
- "pos": "pos2",
4881
- "properties": "properties2",
4882
- "punctuation": "punctuation2",
4883
- "sdefaults": "sdefaults2",
4884
- "stm": "stm2",
4885
- "tokenize": "tokenize2"
4886
- },
4887
- "namespaced": {
4888
- "articles2": {
4889
- },
4890
- "asking2": {
4891
- },
4892
- "concept2": {
4893
- "defaultTypesForHierarchy": {
4894
- },
4895
- "valueToWords": [
4896
- ]
4897
- },
4898
- "conjunction2": {
4899
- },
4900
- "countable1": {
4901
- },
4902
- "dialogues2": {
4903
- "idSuffix": "",
4904
- "mentioned": [
4905
- ],
4906
- "variables": {
4907
- }
4908
- },
4909
- "evaluate2": {
4910
- },
4911
- "gdefaults2": {
4912
- },
4913
- "hierarchy2": {
4914
- },
4915
- "meta2": {
4916
- },
4917
- "negation2": {
4918
- },
4919
- "numbers2": {
4920
- },
4921
- "pos2": {
4922
- },
4923
- "properties2": {
4924
- "children": {
4925
- "adjective": [
4926
- "stm_before"
4927
- ],
4928
- "articlePOS": [
4929
- "a",
4930
- "the"
4931
- ],
4932
- "canBeDoQuestion": [
4933
- "have"
4934
- ],
4935
- "canBeQuestion": [
4936
- "have",
4937
- "is"
4938
- ],
4939
- "hierarchyAble": [
4940
- "unknown"
4941
- ],
4942
- "ifAble": [
4943
- "orAble"
4944
- ],
4945
- "object": [
4946
- "what",
4947
- "whose"
4948
- ],
4949
- "preposition": [
4950
- "between",
4951
- "propertyOf",
4952
- "to"
4953
- ],
4954
- "pronoun": [
4955
- "it",
4956
- "this"
4957
- ],
4958
- "punctuation": [
4959
- "questionMark"
4960
- ],
4961
- "queryable": [
4962
- "xfx",
4963
- "hierarchyAble",
4964
- "readonly",
4965
- "property",
4966
- "object",
4967
- "concept",
4968
- "doubleQuote",
4969
- "theAble",
4970
- "unknown",
4971
- "it",
4972
- "what",
4973
- "whatAble",
4974
- "this",
4975
- "reason",
4976
- "thisitthat"
4977
- ],
4978
- "theAble": [
4979
- "property",
4980
- "object",
4981
- "concept",
4982
- "unknown",
4983
- "reason",
4984
- "memorable",
4985
- "noun"
4986
- ],
4987
- "thisitthat": [
4988
- "it",
4989
- "this",
4990
- "that"
4991
- ],
4992
- "toAble": [
4993
- "it"
4994
- ],
4995
- "verb": [
4996
- "modifies",
4997
- "is",
4998
- "remember",
4999
- "evaluate"
5000
- ]
5001
- },
5002
- "concepts": [
5003
- "properties",
5004
- "unknown",
5005
- "hierarchyAble",
5006
- "what",
5007
- "object",
5008
- "xfx",
5009
- "queryable",
5010
- "between",
5011
- "preposition",
5012
- "readonly",
5013
- "have",
5014
- "canBeDoQuestion",
5015
- "canBeQuestion",
5016
- "property",
5017
- "theAble",
5018
- "propertyOf",
5019
- "whose",
5020
- "concept",
5021
- "modifies",
5022
- "verb",
5023
- "doubleQuote",
5024
- "it",
5025
- "pronoun",
5026
- "this",
5027
- "questionMark",
5028
- "punctuation",
5029
- "a",
5030
- "articlePOS",
5031
- "the",
5032
- "whatAble",
5033
- "is",
5034
- "toAble",
5035
- "to",
5036
- "reason",
5037
- "memorable",
5038
- "remember",
5039
- "stm_before",
5040
- "adjective",
5041
- "orAble",
5042
- "ifAble",
5043
- "evaluate",
5044
- "noun",
5045
- "thisitthat",
5046
- "that"
5047
- ],
5048
- "parents": {
5049
- "a": [
5050
- "articlePOS"
5051
- ],
5052
- "between": [
5053
- "preposition"
5054
- ],
5055
- "concept": [
5056
- "theAble",
5057
- "queryable"
5058
- ],
5059
- "doubleQuote": [
5060
- "queryable"
5061
- ],
5062
- "evaluate": [
5063
- "verb"
5064
- ],
5065
- "have": [
5066
- "canBeDoQuestion",
5067
- "canBeQuestion"
5068
- ],
5069
- "hierarchyAble": [
5070
- "queryable"
5071
- ],
5072
- "is": [
5073
- "canBeQuestion",
5074
- "verb"
5075
- ],
5076
- "it": [
5077
- "pronoun",
5078
- "queryable",
5079
- "toAble",
5080
- "thisitthat"
5081
- ],
5082
- "memorable": [
5083
- "theAble"
5084
- ],
5085
- "modifies": [
5086
- "verb"
5087
- ],
5088
- "noun": [
5089
- "theAble"
5090
- ],
5091
- "object": [
5092
- "queryable",
5093
- "theAble"
5094
- ],
5095
- "orAble": [
5096
- "ifAble"
5097
- ],
5098
- "property": [
5099
- "queryable",
5100
- "theAble"
5101
- ],
5102
- "propertyOf": [
5103
- "preposition"
5104
- ],
5105
- "questionMark": [
5106
- "punctuation"
5107
- ],
5108
- "readonly": [
5109
- "queryable"
5110
- ],
5111
- "reason": [
5112
- "theAble",
5113
- "queryable"
5114
- ],
5115
- "remember": [
5116
- "verb"
5117
- ],
5118
- "stm_before": [
5119
- "adjective"
5120
- ],
5121
- "that": [
5122
- "thisitthat"
5123
- ],
5124
- "the": [
5125
- "articlePOS"
5126
- ],
5127
- "theAble": [
5128
- "queryable"
5129
- ],
5130
- "this": [
5131
- "pronoun",
5132
- "queryable",
5133
- "thisitthat"
5134
- ],
5135
- "thisitthat": [
5136
- "queryable"
5137
- ],
5138
- "to": [
5139
- "preposition"
5140
- ],
5141
- "unknown": [
5142
- "hierarchyAble",
5143
- "theAble",
5144
- "queryable"
5145
- ],
5146
- "what": [
5147
- "object",
5148
- "queryable"
5149
- ],
5150
- "whatAble": [
5151
- "queryable"
5152
- ],
5153
- "whose": [
5154
- "object"
5155
- ],
5156
- "xfx": [
5157
- "queryable"
5158
- ]
5159
- },
5160
- "properties": {
5161
- "handlers": {
5162
- },
5163
- "initHandlers": [
5164
- ],
5165
- "root": {
5166
- "a": {
5167
- },
5168
- "adjective": {
5169
- },
5170
- "articlePOS": {
5171
- },
5172
- "between": {
5173
- },
5174
- "canBeDoQuestion": {
5175
- },
5176
- "canBeQuestion": {
5177
- },
5178
- "concept": {
5179
- },
5180
- "doubleQuote": {
5181
- },
5182
- "evaluate": {
5183
- },
5184
- "have": {
5185
- },
5186
- "hierarchyAble": {
5187
- },
5188
- "ifAble": {
5189
- },
5190
- "is": {
5191
- },
5192
- "it": {
5193
- },
5194
- "memorable": {
5195
- },
5196
- "modifies": {
5197
- },
5198
- "noun": {
5199
- },
5200
- "object": {
5201
- },
5202
- "orAble": {
5203
- },
5204
- "preposition": {
5205
- },
5206
- "pronoun": {
5207
- },
5208
- "property": {
5209
- },
5210
- "propertyOf": {
5211
- },
5212
- "punctuation": {
5213
- },
5214
- "queryable": {
5215
- },
5216
- "questionMark": {
5217
- },
5218
- "readonly": {
5219
- },
5220
- "reason": {
5221
- },
5222
- "remember": {
5223
- },
5224
- "stm_before": {
5225
- },
5226
- "that": {
5227
- },
5228
- "the": {
5229
- },
5230
- "theAble": {
5231
- },
5232
- "this": {
5233
- },
5234
- "thisitthat": {
5235
- },
5236
- "to": {
5237
- },
5238
- "toAble": {
5239
- },
5240
- "unknown": {
5241
- },
5242
- "verb": {
5243
- },
5244
- "what": {
5245
- },
5246
- "whatAble": {
5247
- },
5248
- "whose": {
5249
- },
5250
- "xfx": {
5251
- }
5252
- }
5253
- },
5254
- "property": {
5255
- },
5256
- "relations": [
5257
- ],
5258
- "valueToWords": {
5259
- }
5260
- },
5261
- "punctuation2": {
5262
- },
5263
- "sdefaults2": {
5264
- },
5265
- "stm2": {
5266
- "mentioned": [
5267
- ],
5268
- "variables": {
5269
- }
5270
- },
5271
- "tokenize2": {
5272
- }
5273
- },
5274
- "processed": [
5275
- {
5276
- "context": {
5277
- "dead": true,
5278
- "default": true,
5279
- "instance": true,
5280
- "level": 1,
5281
- "marker": "countable",
5282
- "modifiers": [
5283
- "quantity"
5284
- ],
5285
- "number": "one",
5286
- "quantity": {
5287
- "dead": true,
5288
- "default": true,
5289
- "level": 1,
5290
- "marker": "every",
5291
- "number": "one",
5292
- "quantity": "every",
5293
- "range": {
5294
- "end": 4,
5295
- "start": 0
5296
- },
5297
- "text": "every",
5298
- "types": [
5299
- "every"
5300
- ],
5301
- "value": "every",
5302
- "word": "every"
5303
- },
5304
- "range": {
5305
- "end": 14,
5306
- "start": 0
5307
- },
5308
- "text": "every countable",
5309
- "topLevel": true,
5310
- "types": [
5311
- "countable"
5312
- ],
5313
- "value": "countable",
5314
- "word": "countable"
5315
- },
5316
- "generatedParenthesized": "",
5317
- "paraphrases": "every countable",
5318
- "paraphrasesParenthesized": "((every) (countable))",
5319
- "responses": [
5320
- ""
5321
- ]
5322
- }
5323
- ]
5324
- },
5325
- "paraphrases": [
5326
- "every countable"
5327
- ],
5328
- "paraphrasesParenthesized": [
5329
- "((every) (countable))"
5330
- ],
5331
- "query": "every countable",
5332
- "responses": [
5333
- ""
5334
- ]
5335
4749
  }
5336
4750
  ]