ekms 8.1.0-beta.0 → 8.1.0-beta.1
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 +65 -13
- package/common/colors.instance.json +167 -14
- package/common/comparable.instance.json +3 -3
- package/common/crew.instance.json +27 -257
- package/common/dialogues.js +11 -4
- package/common/dimension.instance.json +10 -1
- package/common/edible.instance.json +174 -32
- package/common/emotions.instance.json +1 -1
- package/common/fastfood.instance.json +809 -1084
- package/common/formulas.instance.json +1 -1
- package/common/gdefaults.js +6 -6
- package/common/helpers/concept.js +1 -1
- package/common/helpers/properties.js +20 -8
- package/common/hierarchy.js +1 -0
- package/common/kirk.instance.json +1 -6
- package/common/length.instance.json +110 -113
- package/common/math.instance.json +1 -1
- package/common/ordering.instance.json +12 -3
- package/common/ordinals.js +1 -0
- package/common/ordinals.test.json +106 -0
- package/common/people.instance.json +82 -272
- package/common/people.test.json +1815 -1073
- package/common/pipboy.instance.json +115 -17
- package/common/pokemon.instance.json +30 -13
- package/common/pressure.instance.json +118 -85
- package/common/properties.instance.json +1 -1
- package/common/properties.js +8 -0
- package/common/reports.instance.json +11 -1
- package/common/spock.instance.json +1 -6
- package/common/temperature.instance.json +127 -90
- package/common/ui.instance.json +1 -1
- package/common/weight.instance.json +191 -166
- package/package.json +2 -2
@@ -288,7 +288,7 @@
|
|
288
288
|
],
|
289
289
|
[
|
290
290
|
"theAble",
|
291
|
-
"
|
291
|
+
"queryable",
|
292
292
|
false
|
293
293
|
],
|
294
294
|
[
|
@@ -639,7 +639,8 @@
|
|
639
639
|
"end": 37
|
640
640
|
},
|
641
641
|
"types": [
|
642
|
-
"list"
|
642
|
+
"list",
|
643
|
+
"queryable"
|
643
644
|
],
|
644
645
|
"listable": true,
|
645
646
|
"isList": true,
|
@@ -654,6 +655,10 @@
|
|
654
655
|
"start": 21,
|
655
656
|
"end": 26
|
656
657
|
},
|
658
|
+
"types": [
|
659
|
+
"queryable",
|
660
|
+
"unknown"
|
661
|
+
],
|
657
662
|
"dead": true,
|
658
663
|
"level": 1
|
659
664
|
},
|
@@ -667,6 +672,10 @@
|
|
667
672
|
"start": 32,
|
668
673
|
"end": 37
|
669
674
|
},
|
675
|
+
"types": [
|
676
|
+
"queryable",
|
677
|
+
"unknown"
|
678
|
+
],
|
670
679
|
"dead": true,
|
671
680
|
"level": 1
|
672
681
|
}
|
@@ -1120,7 +1129,7 @@
|
|
1120
1129
|
],
|
1121
1130
|
[
|
1122
1131
|
"theAble",
|
1123
|
-
"
|
1132
|
+
"queryable",
|
1124
1133
|
false
|
1125
1134
|
],
|
1126
1135
|
[
|
package/common/ordinals.js
CHANGED
@@ -31,6 +31,7 @@ let config = {
|
|
31
31
|
words: {
|
32
32
|
"literals": {
|
33
33
|
"first": [{"id": "ordinal", "initial": "{ value: 1, ordinal: true, instance: true }" }],
|
34
|
+
"last": [{"id": "ordinal", "initial": "{ value: -1, ordinal: true, instance: true }" }],
|
34
35
|
"1st": [{"id": "ordinal", "initial": "{ value: 1, ordinal: true, instance: true }" }],
|
35
36
|
"second": [{"id": "ordinal", "initial": "{ value: 2, ordinal: true, instance: true }" }],
|
36
37
|
"2nd": [{"id": "ordinal", "initial": "{ value: 2, ordinal: true, instance: true }" }],
|
@@ -302,5 +302,111 @@
|
|
302
302
|
"responses": [
|
303
303
|
""
|
304
304
|
]
|
305
|
+
},
|
306
|
+
{
|
307
|
+
"associations": [
|
308
|
+
],
|
309
|
+
"config": {
|
310
|
+
},
|
311
|
+
"contexts": [
|
312
|
+
{
|
313
|
+
"dead": true,
|
314
|
+
"instance": true,
|
315
|
+
"level": 1,
|
316
|
+
"marker": "ordinal",
|
317
|
+
"ordinal": true,
|
318
|
+
"range": {
|
319
|
+
"end": 3,
|
320
|
+
"start": 0
|
321
|
+
},
|
322
|
+
"text": "last",
|
323
|
+
"topLevel": true,
|
324
|
+
"value": -1,
|
325
|
+
"word": "last"
|
326
|
+
}
|
327
|
+
],
|
328
|
+
"developerTest": false,
|
329
|
+
"generatedParenthesized": [
|
330
|
+
""
|
331
|
+
],
|
332
|
+
"metadata": {
|
333
|
+
"opChoices": [
|
334
|
+
{
|
335
|
+
"counter": 1,
|
336
|
+
"op": [
|
337
|
+
"ordinal",
|
338
|
+
0
|
339
|
+
],
|
340
|
+
"ops": [
|
341
|
+
[
|
342
|
+
"ordinal",
|
343
|
+
0
|
344
|
+
]
|
345
|
+
]
|
346
|
+
}
|
347
|
+
]
|
348
|
+
},
|
349
|
+
"objects": {
|
350
|
+
"nameToUUID": {
|
351
|
+
"gdefaults": "gdefaults2",
|
352
|
+
"numbers": "numbers2",
|
353
|
+
"ordinals": "ordinals1",
|
354
|
+
"pos": "pos2",
|
355
|
+
"punctuation": "punctuation2",
|
356
|
+
"sdefaults": "sdefaults2",
|
357
|
+
"tokenize": "tokenize2"
|
358
|
+
},
|
359
|
+
"namespaced": {
|
360
|
+
"gdefaults2": {
|
361
|
+
},
|
362
|
+
"numbers2": {
|
363
|
+
},
|
364
|
+
"ordinals1": {
|
365
|
+
},
|
366
|
+
"pos2": {
|
367
|
+
},
|
368
|
+
"punctuation2": {
|
369
|
+
},
|
370
|
+
"sdefaults2": {
|
371
|
+
},
|
372
|
+
"tokenize2": {
|
373
|
+
}
|
374
|
+
},
|
375
|
+
"processed": [
|
376
|
+
{
|
377
|
+
"context": {
|
378
|
+
"dead": true,
|
379
|
+
"instance": true,
|
380
|
+
"level": 1,
|
381
|
+
"marker": "ordinal",
|
382
|
+
"ordinal": true,
|
383
|
+
"range": {
|
384
|
+
"end": 3,
|
385
|
+
"start": 0
|
386
|
+
},
|
387
|
+
"text": "last",
|
388
|
+
"topLevel": true,
|
389
|
+
"value": -1,
|
390
|
+
"word": "last"
|
391
|
+
},
|
392
|
+
"generatedParenthesized": "",
|
393
|
+
"paraphrases": "last",
|
394
|
+
"paraphrasesParenthesized": "(last)",
|
395
|
+
"responses": [
|
396
|
+
""
|
397
|
+
]
|
398
|
+
}
|
399
|
+
]
|
400
|
+
},
|
401
|
+
"paraphrases": [
|
402
|
+
"last"
|
403
|
+
],
|
404
|
+
"paraphrasesParenthesized": [
|
405
|
+
"(last)"
|
406
|
+
],
|
407
|
+
"query": "last",
|
408
|
+
"responses": [
|
409
|
+
""
|
410
|
+
]
|
305
411
|
}
|
306
412
|
]
|