tpmkms 9.6.1 → 9.6.2

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 (37) hide show
  1. package/common/actions.instance.json +99 -0
  2. package/common/actions.js +67 -0
  3. package/common/actions.test.json +656 -0
  4. package/common/angle.instance.json +20 -0
  5. package/common/colors.instance.json +0 -28
  6. package/common/compass.instance.json +15 -0
  7. package/common/dates.instance.json +0 -84
  8. package/common/dialogues.js +1 -1
  9. package/common/dimension.instance.json +96 -12
  10. package/common/dimension.js +12 -3
  11. package/common/drone.instance.json +10130 -1641
  12. package/common/drone.js +217 -71
  13. package/common/drone.test.json +192134 -3455
  14. package/common/drone_v1.instance.json +38 -31
  15. package/common/drone_v1.js +20 -15
  16. package/common/drone_v1.test.json +659 -389
  17. package/common/edible.instance.json +0 -128
  18. package/common/fastfood.instance.json +72 -392
  19. package/common/gdefaults.js +5 -1
  20. package/common/helpers/conjunction.js +9 -5
  21. package/common/helpers/drone.js +13 -1
  22. package/common/length.instance.json +135 -0
  23. package/common/nameable.js +63 -24
  24. package/common/nameable.test.json +3270 -3912
  25. package/common/ordinals.js +13 -0
  26. package/common/pipboy.instance.json +0 -56
  27. package/common/pressure.instance.json +20 -0
  28. package/common/properties.js +16 -6
  29. package/common/reports.instance.json +1 -1
  30. package/common/stm.js +119 -25
  31. package/common/temperature.instance.json +20 -0
  32. package/common/time.instance.json +45 -0
  33. package/common/time.test.json +3403 -0
  34. package/common/weight.instance.json +60 -0
  35. package/common/wp.instance.json +0 -56
  36. package/main.js +2 -0
  37. package/package.json +6 -2
@@ -0,0 +1,656 @@
1
+ [
2
+ {
3
+ "associations": [
4
+ [
5
+ [
6
+ "action",
7
+ 0
8
+ ],
9
+ [
10
+ "doAction",
11
+ 0
12
+ ]
13
+ ]
14
+ ],
15
+ "config": {
16
+ },
17
+ "contexts": [
18
+ {
19
+ "action": {
20
+ "dead": true,
21
+ "default": true,
22
+ "level": 0,
23
+ "marker": "action",
24
+ "range": {
25
+ "end": 8,
26
+ "start": 3
27
+ },
28
+ "text": "action",
29
+ "types": [
30
+ "action"
31
+ ],
32
+ "value": "action",
33
+ "word": "action"
34
+ },
35
+ "context_id": 2,
36
+ "context_index": 1,
37
+ "dead": true,
38
+ "default": true,
39
+ "interpolate": [
40
+ {
41
+ "property": "operator"
42
+ },
43
+ {
44
+ "property": "action"
45
+ }
46
+ ],
47
+ "level": 1,
48
+ "marker": "doAction",
49
+ "operator": {
50
+ "default": true,
51
+ "level": 0,
52
+ "marker": "doAction",
53
+ "range": {
54
+ "end": 1,
55
+ "start": 0
56
+ },
57
+ "text": "do",
58
+ "word": "do"
59
+ },
60
+ "range": {
61
+ "end": 8,
62
+ "start": 0
63
+ },
64
+ "text": "do action",
65
+ "topLevel": true,
66
+ "word": "do"
67
+ }
68
+ ],
69
+ "generatedParenthesized": [
70
+ ""
71
+ ],
72
+ "metadata": {
73
+ "opChoices": [
74
+ {
75
+ "counter": 1,
76
+ "op": [
77
+ "doAction",
78
+ 0
79
+ ],
80
+ "ops": [
81
+ [
82
+ "doAction",
83
+ 0
84
+ ]
85
+ ]
86
+ }
87
+ ]
88
+ },
89
+ "objects": {
90
+ "associations": [
91
+ ],
92
+ "nameToUUID": {
93
+ "actions": "actions1",
94
+ "articles": "articles2",
95
+ "asking": "asking2",
96
+ "conjunction": "conjunction2",
97
+ "dialogues": "dialogues2",
98
+ "evaluate": "evaluate2",
99
+ "gdefaults": "gdefaults2",
100
+ "meta": "meta2",
101
+ "negation": "negation2",
102
+ "pos": "pos2",
103
+ "punctuation": "punctuation2",
104
+ "sdefaults": "sdefaults2",
105
+ "stm": "stm2",
106
+ "tokenize": "tokenize2",
107
+ "words": "words2"
108
+ },
109
+ "namespaced": {
110
+ "actions1": {
111
+ "km": "actions1"
112
+ },
113
+ "articles2": {
114
+ "km": "articles2"
115
+ },
116
+ "asking2": {
117
+ "km": "asking2"
118
+ },
119
+ "conjunction2": {
120
+ "km": "conjunction2"
121
+ },
122
+ "dialogues2": {
123
+ "idSuffix": "",
124
+ "km": "dialogues2",
125
+ "mentioned": [
126
+ ],
127
+ "variables": {
128
+ }
129
+ },
130
+ "evaluate2": {
131
+ "km": "evaluate2"
132
+ },
133
+ "gdefaults2": {
134
+ "km": "gdefaults2"
135
+ },
136
+ "meta2": {
137
+ "km": "meta2"
138
+ },
139
+ "negation2": {
140
+ "km": "negation2"
141
+ },
142
+ "pos2": {
143
+ "km": "pos2"
144
+ },
145
+ "punctuation2": {
146
+ "km": "punctuation2"
147
+ },
148
+ "sdefaults2": {
149
+ "km": "sdefaults2"
150
+ },
151
+ "stm2": {
152
+ "km": "stm2",
153
+ "mentioned": [
154
+ ],
155
+ "variables": {
156
+ }
157
+ },
158
+ "tokenize2": {
159
+ "km": "tokenize2"
160
+ },
161
+ "words2": {
162
+ "km": "words2",
163
+ "words": [
164
+ ]
165
+ }
166
+ },
167
+ "processed": [
168
+ {
169
+ "context": {
170
+ "action": {
171
+ "dead": true,
172
+ "default": true,
173
+ "level": 0,
174
+ "marker": "action",
175
+ "range": {
176
+ "end": 8,
177
+ "start": 3
178
+ },
179
+ "text": "action",
180
+ "types": [
181
+ "action"
182
+ ],
183
+ "value": "action",
184
+ "word": "action"
185
+ },
186
+ "context_id": 2,
187
+ "context_index": 1,
188
+ "dead": true,
189
+ "default": true,
190
+ "interpolate": [
191
+ {
192
+ "property": "operator"
193
+ },
194
+ {
195
+ "property": "action"
196
+ }
197
+ ],
198
+ "level": 1,
199
+ "marker": "doAction",
200
+ "operator": {
201
+ "default": true,
202
+ "level": 0,
203
+ "marker": "doAction",
204
+ "range": {
205
+ "end": 1,
206
+ "start": 0
207
+ },
208
+ "text": "do",
209
+ "word": "do"
210
+ },
211
+ "range": {
212
+ "end": 8,
213
+ "start": 0
214
+ },
215
+ "text": "do action",
216
+ "topLevel": true,
217
+ "word": "do"
218
+ },
219
+ "generatedParenthesized": [
220
+ ],
221
+ "paraphrases": [
222
+ ],
223
+ "paraphrasesParenthesized": [
224
+ ],
225
+ "responses": [
226
+ ""
227
+ ]
228
+ }
229
+ ]
230
+ },
231
+ "paraphrases": [
232
+ "do action"
233
+ ],
234
+ "paraphrasesParenthesized": [
235
+ "((do) (action))"
236
+ ],
237
+ "query": "do action",
238
+ "responses": [
239
+ ""
240
+ ],
241
+ "summaries": [
242
+ {
243
+ "length": 1,
244
+ "summaries": [
245
+ {
246
+ "counter": 1,
247
+ "operators": [
248
+ {
249
+ "marker": [
250
+ "doAction",
251
+ 0
252
+ ],
253
+ "range": {
254
+ "end": 1,
255
+ "start": 0
256
+ }
257
+ },
258
+ {
259
+ "marker": [
260
+ "action",
261
+ 0
262
+ ],
263
+ "range": {
264
+ "end": 8,
265
+ "start": 3
266
+ }
267
+ }
268
+ ]
269
+ },
270
+ {
271
+ "counter": 2,
272
+ "operators": [
273
+ {
274
+ "marker": [
275
+ "doAction",
276
+ 1
277
+ ],
278
+ "range": {
279
+ "end": 8,
280
+ "start": 0
281
+ }
282
+ }
283
+ ]
284
+ }
285
+ ]
286
+ }
287
+ ]
288
+ },
289
+ {
290
+ "associations": [
291
+ [
292
+ [
293
+ "action",
294
+ 0
295
+ ],
296
+ [
297
+ "again",
298
+ 0
299
+ ]
300
+ ]
301
+ ],
302
+ "config": {
303
+ },
304
+ "contexts": [
305
+ {
306
+ "action": {
307
+ "dead": true,
308
+ "default": true,
309
+ "level": 0,
310
+ "marker": "action",
311
+ "range": {
312
+ "end": 5,
313
+ "start": 0
314
+ },
315
+ "text": "action",
316
+ "types": [
317
+ "action"
318
+ ],
319
+ "value": "action",
320
+ "word": "action"
321
+ },
322
+ "again": {
323
+ "default": true,
324
+ "level": 0,
325
+ "marker": "again",
326
+ "range": {
327
+ "end": 11,
328
+ "start": 7
329
+ },
330
+ "text": "again",
331
+ "value": "again",
332
+ "word": "again"
333
+ },
334
+ "context_id": 2,
335
+ "context_index": 1,
336
+ "dead": true,
337
+ "default": true,
338
+ "fromSTM": true,
339
+ "interpolate": [
340
+ {
341
+ "property": "action"
342
+ },
343
+ {
344
+ "property": "again"
345
+ }
346
+ ],
347
+ "level": 0,
348
+ "marker": "action",
349
+ "pullFromContext": false,
350
+ "range": {
351
+ "end": 11,
352
+ "start": 0
353
+ },
354
+ "stm": {
355
+ "id": 1
356
+ },
357
+ "text": "action again",
358
+ "topLevel": true,
359
+ "types": [
360
+ "action"
361
+ ],
362
+ "value": "action",
363
+ "word": "action"
364
+ }
365
+ ],
366
+ "generatedParenthesized": [
367
+ ""
368
+ ],
369
+ "metadata": {
370
+ "opChoices": [
371
+ {
372
+ "counter": 1,
373
+ "op": [
374
+ "again",
375
+ 0
376
+ ],
377
+ "ops": [
378
+ [
379
+ "again",
380
+ 0
381
+ ]
382
+ ]
383
+ }
384
+ ]
385
+ },
386
+ "objects": {
387
+ "associations": [
388
+ ],
389
+ "nameToUUID": {
390
+ "actions": "actions1",
391
+ "articles": "articles2",
392
+ "asking": "asking2",
393
+ "conjunction": "conjunction2",
394
+ "dialogues": "dialogues2",
395
+ "evaluate": "evaluate2",
396
+ "gdefaults": "gdefaults2",
397
+ "meta": "meta2",
398
+ "negation": "negation2",
399
+ "pos": "pos2",
400
+ "punctuation": "punctuation2",
401
+ "sdefaults": "sdefaults2",
402
+ "stm": "stm2",
403
+ "tokenize": "tokenize2",
404
+ "words": "words2"
405
+ },
406
+ "namespaced": {
407
+ "actions1": {
408
+ "km": "actions1"
409
+ },
410
+ "articles2": {
411
+ "km": "articles2"
412
+ },
413
+ "asking2": {
414
+ "km": "asking2"
415
+ },
416
+ "conjunction2": {
417
+ "km": "conjunction2"
418
+ },
419
+ "dialogues2": {
420
+ "idSuffix": "",
421
+ "km": "dialogues2",
422
+ "mentioned": [
423
+ ],
424
+ "variables": {
425
+ }
426
+ },
427
+ "evaluate2": {
428
+ "km": "evaluate2"
429
+ },
430
+ "gdefaults2": {
431
+ "km": "gdefaults2"
432
+ },
433
+ "meta2": {
434
+ "km": "meta2"
435
+ },
436
+ "negation2": {
437
+ "km": "negation2"
438
+ },
439
+ "pos2": {
440
+ "km": "pos2"
441
+ },
442
+ "punctuation2": {
443
+ "km": "punctuation2"
444
+ },
445
+ "sdefaults2": {
446
+ "km": "sdefaults2"
447
+ },
448
+ "stm2": {
449
+ "km": "stm2",
450
+ "mentioned": [
451
+ {
452
+ "action": {
453
+ "dead": true,
454
+ "default": true,
455
+ "level": 0,
456
+ "marker": "action",
457
+ "range": {
458
+ "end": 5,
459
+ "start": 0
460
+ },
461
+ "text": "action",
462
+ "types": [
463
+ "action"
464
+ ],
465
+ "value": "action",
466
+ "word": "action"
467
+ },
468
+ "again": {
469
+ "default": true,
470
+ "level": 0,
471
+ "marker": "again",
472
+ "range": {
473
+ "end": 11,
474
+ "start": 7
475
+ },
476
+ "text": "again",
477
+ "value": "again",
478
+ "word": "again"
479
+ },
480
+ "context_id": 2,
481
+ "context_index": 1,
482
+ "dead": true,
483
+ "default": true,
484
+ "fromSTM": true,
485
+ "interpolate": [
486
+ {
487
+ "property": "action"
488
+ },
489
+ {
490
+ "property": "again"
491
+ }
492
+ ],
493
+ "level": 0,
494
+ "marker": "action",
495
+ "pullFromContext": false,
496
+ "range": {
497
+ "end": 11,
498
+ "start": 0
499
+ },
500
+ "stm": {
501
+ "id": 1
502
+ },
503
+ "text": "action again",
504
+ "topLevel": true,
505
+ "types": [
506
+ "action"
507
+ ],
508
+ "value": "action",
509
+ "word": "action"
510
+ }
511
+ ],
512
+ "variables": {
513
+ }
514
+ },
515
+ "tokenize2": {
516
+ "km": "tokenize2"
517
+ },
518
+ "words2": {
519
+ "km": "words2",
520
+ "words": [
521
+ ]
522
+ }
523
+ },
524
+ "processed": [
525
+ {
526
+ "context": {
527
+ "action": {
528
+ "dead": true,
529
+ "default": true,
530
+ "level": 0,
531
+ "marker": "action",
532
+ "range": {
533
+ "end": 5,
534
+ "start": 0
535
+ },
536
+ "text": "action",
537
+ "types": [
538
+ "action"
539
+ ],
540
+ "value": "action",
541
+ "word": "action"
542
+ },
543
+ "again": {
544
+ "default": true,
545
+ "level": 0,
546
+ "marker": "again",
547
+ "range": {
548
+ "end": 11,
549
+ "start": 7
550
+ },
551
+ "text": "again",
552
+ "value": "again",
553
+ "word": "again"
554
+ },
555
+ "context_id": 2,
556
+ "context_index": 1,
557
+ "dead": true,
558
+ "default": true,
559
+ "fromSTM": true,
560
+ "interpolate": [
561
+ {
562
+ "property": "action"
563
+ },
564
+ {
565
+ "property": "again"
566
+ }
567
+ ],
568
+ "level": 0,
569
+ "marker": "action",
570
+ "pullFromContext": false,
571
+ "range": {
572
+ "end": 11,
573
+ "start": 0
574
+ },
575
+ "stm": {
576
+ "id": 1
577
+ },
578
+ "text": "action again",
579
+ "topLevel": true,
580
+ "types": [
581
+ "action"
582
+ ],
583
+ "value": "action",
584
+ "word": "action"
585
+ },
586
+ "generatedParenthesized": [
587
+ ],
588
+ "paraphrases": [
589
+ ],
590
+ "paraphrasesParenthesized": [
591
+ ],
592
+ "responses": [
593
+ ""
594
+ ]
595
+ }
596
+ ]
597
+ },
598
+ "paraphrases": [
599
+ "action again"
600
+ ],
601
+ "paraphrasesParenthesized": [
602
+ "((action) (again))"
603
+ ],
604
+ "query": "action again",
605
+ "responses": [
606
+ ""
607
+ ],
608
+ "summaries": [
609
+ {
610
+ "length": 1,
611
+ "summaries": [
612
+ {
613
+ "counter": 1,
614
+ "operators": [
615
+ {
616
+ "marker": [
617
+ "action",
618
+ 0
619
+ ],
620
+ "range": {
621
+ "end": 5,
622
+ "start": 0
623
+ }
624
+ },
625
+ {
626
+ "marker": [
627
+ "again",
628
+ 0
629
+ ],
630
+ "range": {
631
+ "end": 11,
632
+ "start": 7
633
+ }
634
+ }
635
+ ]
636
+ },
637
+ {
638
+ "counter": 2,
639
+ "operators": [
640
+ {
641
+ "marker": [
642
+ "action",
643
+ 0
644
+ ],
645
+ "range": {
646
+ "end": 11,
647
+ "start": 0
648
+ }
649
+ }
650
+ ]
651
+ }
652
+ ]
653
+ }
654
+ ]
655
+ }
656
+ ]
@@ -343,6 +343,11 @@
343
343
  "expression",
344
344
  false
345
345
  ],
346
+ [
347
+ "forQuantity",
348
+ "preposition",
349
+ false
350
+ ],
346
351
  [
347
352
  "forVariable",
348
353
  "preposition",
@@ -2580,6 +2585,11 @@
2580
2585
  "expression",
2581
2586
  false
2582
2587
  ],
2588
+ [
2589
+ "forQuantity",
2590
+ "preposition",
2591
+ false
2592
+ ],
2583
2593
  [
2584
2594
  "forVariable",
2585
2595
  "preposition",
@@ -5373,6 +5383,11 @@
5373
5383
  "expression",
5374
5384
  false
5375
5385
  ],
5386
+ [
5387
+ "forQuantity",
5388
+ "preposition",
5389
+ false
5390
+ ],
5376
5391
  [
5377
5392
  "forVariable",
5378
5393
  "preposition",
@@ -8319,6 +8334,11 @@
8319
8334
  "expression",
8320
8335
  false
8321
8336
  ],
8337
+ [
8338
+ "forQuantity",
8339
+ "preposition",
8340
+ false
8341
+ ],
8322
8342
  [
8323
8343
  "forVariable",
8324
8344
  "preposition",