ekms 8.0.0-beta.53 → 8.0.0-beta.55
Sign up to get free protection for your applications and to get access to all the features.
- package/common/animals.instance.json +78 -78
- package/common/articles.js +1 -1
- package/common/colors.instance.json +84 -112
- package/common/comparable.js +15 -3
- package/common/comparable.test.json +438 -2
- package/common/concept.js +1 -1
- package/common/countable.js +1 -1
- package/common/crew.instance.json +340 -156
- package/common/dialogues.js +1 -1
- package/common/dimension.instance.json +7 -7
- package/common/edible.instance.json +194 -306
- package/common/emotions.instance.json +66 -6
- package/common/evaluate.js +1 -1
- package/common/events.js +1 -1
- package/common/fastfood.instance.json +1928 -1565
- package/common/fastfood.js +4 -4
- package/common/formulas.instance.json +10 -10
- package/common/formulas.js +2 -2
- package/common/helpers/concept.js +1 -1
- package/common/kirk.instance.json +6 -6
- package/common/length.instance.json +105 -105
- package/common/math.instance.json +8 -8
- package/common/math.js +1 -1
- package/common/nameable.js +2 -2
- package/common/negation.js +1 -1
- package/common/ordering.instance.json +12 -80
- package/common/people.instance.json +48 -48
- package/common/pipboy.instance.json +134 -190
- package/common/pipboy.js +16 -16
- package/common/pokemon.instance.json +78 -78
- package/common/pos.js +8 -8
- package/common/pressure.instance.json +28 -28
- package/common/properties.instance.json +6 -6
- package/common/reports.instance.json +41 -21
- package/common/reports.js +9 -8
- package/common/sizeable.js +1 -1
- package/common/spock.instance.json +6 -6
- package/common/stm.js +1 -1
- package/common/temperature.instance.json +28 -28
- package/common/ui.instance.json +11 -11
- package/common/ui.js +5 -5
- package/common/weight.instance.json +84 -84
- package/package.json +2 -2
@@ -63,6 +63,9 @@
|
|
63
63
|
},
|
64
64
|
"text": "highest comparable",
|
65
65
|
"topLevel": true,
|
66
|
+
"types": [
|
67
|
+
"highest"
|
68
|
+
],
|
66
69
|
"value": "highest",
|
67
70
|
"word": "highest"
|
68
71
|
}
|
@@ -99,6 +102,10 @@
|
|
99
102
|
[
|
100
103
|
"comparable",
|
101
104
|
0
|
105
|
+
],
|
106
|
+
[
|
107
|
+
"compare",
|
108
|
+
0
|
102
109
|
]
|
103
110
|
]
|
104
111
|
},
|
@@ -119,29 +126,40 @@
|
|
119
126
|
},
|
120
127
|
"objects": {
|
121
128
|
"nameToUUID": {
|
129
|
+
"articles": "articles2",
|
122
130
|
"comparable": "comparable1",
|
123
131
|
"dialogues": "dialogues2",
|
132
|
+
"evaluate": "evaluate2",
|
124
133
|
"gdefaults": "gdefaults2",
|
125
134
|
"meta": "meta2",
|
135
|
+
"negation": "negation2",
|
126
136
|
"numbers": "numbers2",
|
127
137
|
"pos": "pos2",
|
128
138
|
"punctuation": "punctuation2",
|
129
139
|
"sdefaults": "sdefaults2",
|
130
|
-
"stm": "stm2"
|
140
|
+
"stm": "stm2",
|
141
|
+
"tokenize": "tokenize2"
|
131
142
|
},
|
132
143
|
"namespaced": {
|
144
|
+
"articles2": {
|
145
|
+
},
|
133
146
|
"comparable1": {
|
134
147
|
},
|
135
148
|
"dialogues2": {
|
149
|
+
"idSuffix": "",
|
136
150
|
"mentioned": [
|
137
151
|
],
|
138
152
|
"variables": {
|
139
153
|
}
|
140
154
|
},
|
155
|
+
"evaluate2": {
|
156
|
+
},
|
141
157
|
"gdefaults2": {
|
142
158
|
},
|
143
159
|
"meta2": {
|
144
160
|
},
|
161
|
+
"negation2": {
|
162
|
+
},
|
145
163
|
"numbers2": {
|
146
164
|
},
|
147
165
|
"pos2": {
|
@@ -155,6 +173,8 @@
|
|
155
173
|
],
|
156
174
|
"variables": {
|
157
175
|
}
|
176
|
+
},
|
177
|
+
"tokenize2": {
|
158
178
|
}
|
159
179
|
},
|
160
180
|
"processed": [
|
@@ -207,6 +227,9 @@
|
|
207
227
|
},
|
208
228
|
"text": "highest comparable",
|
209
229
|
"topLevel": true,
|
230
|
+
"types": [
|
231
|
+
"highest"
|
232
|
+
],
|
210
233
|
"value": "highest",
|
211
234
|
"word": "highest"
|
212
235
|
},
|
@@ -294,6 +317,9 @@
|
|
294
317
|
},
|
295
318
|
"text": "lowest comparable",
|
296
319
|
"topLevel": true,
|
320
|
+
"types": [
|
321
|
+
"lowest"
|
322
|
+
],
|
297
323
|
"value": "lowest",
|
298
324
|
"word": "lowest"
|
299
325
|
}
|
@@ -330,6 +356,10 @@
|
|
330
356
|
[
|
331
357
|
"comparable",
|
332
358
|
0
|
359
|
+
],
|
360
|
+
[
|
361
|
+
"compare",
|
362
|
+
0
|
333
363
|
]
|
334
364
|
]
|
335
365
|
},
|
@@ -350,29 +380,40 @@
|
|
350
380
|
},
|
351
381
|
"objects": {
|
352
382
|
"nameToUUID": {
|
383
|
+
"articles": "articles2",
|
353
384
|
"comparable": "comparable1",
|
354
385
|
"dialogues": "dialogues2",
|
386
|
+
"evaluate": "evaluate2",
|
355
387
|
"gdefaults": "gdefaults2",
|
356
388
|
"meta": "meta2",
|
389
|
+
"negation": "negation2",
|
357
390
|
"numbers": "numbers2",
|
358
391
|
"pos": "pos2",
|
359
392
|
"punctuation": "punctuation2",
|
360
393
|
"sdefaults": "sdefaults2",
|
361
|
-
"stm": "stm2"
|
394
|
+
"stm": "stm2",
|
395
|
+
"tokenize": "tokenize2"
|
362
396
|
},
|
363
397
|
"namespaced": {
|
398
|
+
"articles2": {
|
399
|
+
},
|
364
400
|
"comparable1": {
|
365
401
|
},
|
366
402
|
"dialogues2": {
|
403
|
+
"idSuffix": "",
|
367
404
|
"mentioned": [
|
368
405
|
],
|
369
406
|
"variables": {
|
370
407
|
}
|
371
408
|
},
|
409
|
+
"evaluate2": {
|
410
|
+
},
|
372
411
|
"gdefaults2": {
|
373
412
|
},
|
374
413
|
"meta2": {
|
375
414
|
},
|
415
|
+
"negation2": {
|
416
|
+
},
|
376
417
|
"numbers2": {
|
377
418
|
},
|
378
419
|
"pos2": {
|
@@ -386,6 +427,8 @@
|
|
386
427
|
],
|
387
428
|
"variables": {
|
388
429
|
}
|
430
|
+
},
|
431
|
+
"tokenize2": {
|
389
432
|
}
|
390
433
|
},
|
391
434
|
"processed": [
|
@@ -438,6 +481,9 @@
|
|
438
481
|
},
|
439
482
|
"text": "lowest comparable",
|
440
483
|
"topLevel": true,
|
484
|
+
"types": [
|
485
|
+
"lowest"
|
486
|
+
],
|
441
487
|
"value": "lowest",
|
442
488
|
"word": "lowest"
|
443
489
|
},
|
@@ -460,5 +506,395 @@
|
|
460
506
|
"responses": [
|
461
507
|
""
|
462
508
|
]
|
509
|
+
},
|
510
|
+
{
|
511
|
+
"associations": [
|
512
|
+
[
|
513
|
+
[
|
514
|
+
"comparable",
|
515
|
+
0
|
516
|
+
],
|
517
|
+
[
|
518
|
+
"descending",
|
519
|
+
0
|
520
|
+
]
|
521
|
+
]
|
522
|
+
],
|
523
|
+
"config": {
|
524
|
+
},
|
525
|
+
"contexts": [
|
526
|
+
{
|
527
|
+
"dead": true,
|
528
|
+
"default": true,
|
529
|
+
"descending": {
|
530
|
+
"default": true,
|
531
|
+
"level": 0,
|
532
|
+
"marker": "descending",
|
533
|
+
"range": {
|
534
|
+
"end": 20,
|
535
|
+
"start": 11
|
536
|
+
},
|
537
|
+
"text": "descending",
|
538
|
+
"value": "descending",
|
539
|
+
"word": "descending"
|
540
|
+
},
|
541
|
+
"level": 2,
|
542
|
+
"marker": "comparable",
|
543
|
+
"ordering": "descending",
|
544
|
+
"postModifiers": [
|
545
|
+
"descending"
|
546
|
+
],
|
547
|
+
"range": {
|
548
|
+
"end": 20,
|
549
|
+
"start": 0
|
550
|
+
},
|
551
|
+
"text": "comparable descending",
|
552
|
+
"topLevel": true,
|
553
|
+
"types": [
|
554
|
+
"comparable"
|
555
|
+
],
|
556
|
+
"value": "comparable",
|
557
|
+
"word": "comparable"
|
558
|
+
}
|
559
|
+
],
|
560
|
+
"generatedParenthesized": [
|
561
|
+
""
|
562
|
+
],
|
563
|
+
"metadata": {
|
564
|
+
"opChoices": [
|
565
|
+
{
|
566
|
+
"counter": 1,
|
567
|
+
"op": [
|
568
|
+
"comparable",
|
569
|
+
0
|
570
|
+
],
|
571
|
+
"ops": [
|
572
|
+
[
|
573
|
+
"comparable",
|
574
|
+
0
|
575
|
+
],
|
576
|
+
[
|
577
|
+
"descending",
|
578
|
+
0
|
579
|
+
]
|
580
|
+
]
|
581
|
+
},
|
582
|
+
{
|
583
|
+
"counter": 2,
|
584
|
+
"op": [
|
585
|
+
"descending",
|
586
|
+
0
|
587
|
+
],
|
588
|
+
"ops": [
|
589
|
+
[
|
590
|
+
"descending",
|
591
|
+
0
|
592
|
+
]
|
593
|
+
]
|
594
|
+
}
|
595
|
+
]
|
596
|
+
},
|
597
|
+
"objects": {
|
598
|
+
"nameToUUID": {
|
599
|
+
"articles": "articles2",
|
600
|
+
"comparable": "comparable1",
|
601
|
+
"dialogues": "dialogues2",
|
602
|
+
"evaluate": "evaluate2",
|
603
|
+
"gdefaults": "gdefaults2",
|
604
|
+
"meta": "meta2",
|
605
|
+
"negation": "negation2",
|
606
|
+
"numbers": "numbers2",
|
607
|
+
"pos": "pos2",
|
608
|
+
"punctuation": "punctuation2",
|
609
|
+
"sdefaults": "sdefaults2",
|
610
|
+
"stm": "stm2",
|
611
|
+
"tokenize": "tokenize2"
|
612
|
+
},
|
613
|
+
"namespaced": {
|
614
|
+
"articles2": {
|
615
|
+
},
|
616
|
+
"comparable1": {
|
617
|
+
},
|
618
|
+
"dialogues2": {
|
619
|
+
"idSuffix": "",
|
620
|
+
"mentioned": [
|
621
|
+
],
|
622
|
+
"variables": {
|
623
|
+
}
|
624
|
+
},
|
625
|
+
"evaluate2": {
|
626
|
+
},
|
627
|
+
"gdefaults2": {
|
628
|
+
},
|
629
|
+
"meta2": {
|
630
|
+
},
|
631
|
+
"negation2": {
|
632
|
+
},
|
633
|
+
"numbers2": {
|
634
|
+
},
|
635
|
+
"pos2": {
|
636
|
+
},
|
637
|
+
"punctuation2": {
|
638
|
+
},
|
639
|
+
"sdefaults2": {
|
640
|
+
},
|
641
|
+
"stm2": {
|
642
|
+
"mentioned": [
|
643
|
+
],
|
644
|
+
"variables": {
|
645
|
+
}
|
646
|
+
},
|
647
|
+
"tokenize2": {
|
648
|
+
}
|
649
|
+
},
|
650
|
+
"processed": [
|
651
|
+
{
|
652
|
+
"context": {
|
653
|
+
"dead": true,
|
654
|
+
"default": true,
|
655
|
+
"descending": {
|
656
|
+
"default": true,
|
657
|
+
"level": 0,
|
658
|
+
"marker": "descending",
|
659
|
+
"range": {
|
660
|
+
"end": 20,
|
661
|
+
"start": 11
|
662
|
+
},
|
663
|
+
"text": "descending",
|
664
|
+
"value": "descending",
|
665
|
+
"word": "descending"
|
666
|
+
},
|
667
|
+
"level": 2,
|
668
|
+
"marker": "comparable",
|
669
|
+
"ordering": "descending",
|
670
|
+
"postModifiers": [
|
671
|
+
"descending"
|
672
|
+
],
|
673
|
+
"range": {
|
674
|
+
"end": 20,
|
675
|
+
"start": 0
|
676
|
+
},
|
677
|
+
"text": "comparable descending",
|
678
|
+
"topLevel": true,
|
679
|
+
"types": [
|
680
|
+
"comparable"
|
681
|
+
],
|
682
|
+
"value": "comparable",
|
683
|
+
"word": "comparable"
|
684
|
+
},
|
685
|
+
"generatedParenthesized": "",
|
686
|
+
"paraphrases": "comparable descending",
|
687
|
+
"paraphrasesParenthesized": "((comparable) (descending))",
|
688
|
+
"responses": [
|
689
|
+
""
|
690
|
+
]
|
691
|
+
}
|
692
|
+
]
|
693
|
+
},
|
694
|
+
"paraphrases": [
|
695
|
+
"comparable descending"
|
696
|
+
],
|
697
|
+
"paraphrasesParenthesized": [
|
698
|
+
"((comparable) (descending))"
|
699
|
+
],
|
700
|
+
"query": "comparable descending",
|
701
|
+
"responses": [
|
702
|
+
""
|
703
|
+
]
|
704
|
+
},
|
705
|
+
{
|
706
|
+
"associations": [
|
707
|
+
[
|
708
|
+
[
|
709
|
+
"ascending",
|
710
|
+
0
|
711
|
+
],
|
712
|
+
[
|
713
|
+
"comparable",
|
714
|
+
0
|
715
|
+
]
|
716
|
+
]
|
717
|
+
],
|
718
|
+
"config": {
|
719
|
+
},
|
720
|
+
"contexts": [
|
721
|
+
{
|
722
|
+
"ascending": {
|
723
|
+
"default": true,
|
724
|
+
"level": 0,
|
725
|
+
"marker": "ascending",
|
726
|
+
"range": {
|
727
|
+
"end": 19,
|
728
|
+
"start": 11
|
729
|
+
},
|
730
|
+
"text": "ascending",
|
731
|
+
"value": "ascending",
|
732
|
+
"word": "ascending"
|
733
|
+
},
|
734
|
+
"dead": true,
|
735
|
+
"default": true,
|
736
|
+
"level": 2,
|
737
|
+
"marker": "comparable",
|
738
|
+
"ordering": "ascending",
|
739
|
+
"postModifiers": [
|
740
|
+
"ascending"
|
741
|
+
],
|
742
|
+
"range": {
|
743
|
+
"end": 19,
|
744
|
+
"start": 0
|
745
|
+
},
|
746
|
+
"text": "comparable ascending",
|
747
|
+
"topLevel": true,
|
748
|
+
"types": [
|
749
|
+
"comparable"
|
750
|
+
],
|
751
|
+
"value": "comparable",
|
752
|
+
"word": "comparable"
|
753
|
+
}
|
754
|
+
],
|
755
|
+
"generatedParenthesized": [
|
756
|
+
""
|
757
|
+
],
|
758
|
+
"metadata": {
|
759
|
+
"opChoices": [
|
760
|
+
{
|
761
|
+
"counter": 1,
|
762
|
+
"op": [
|
763
|
+
"comparable",
|
764
|
+
0
|
765
|
+
],
|
766
|
+
"ops": [
|
767
|
+
[
|
768
|
+
"ascending",
|
769
|
+
0
|
770
|
+
],
|
771
|
+
[
|
772
|
+
"comparable",
|
773
|
+
0
|
774
|
+
]
|
775
|
+
]
|
776
|
+
},
|
777
|
+
{
|
778
|
+
"counter": 2,
|
779
|
+
"op": [
|
780
|
+
"ascending",
|
781
|
+
0
|
782
|
+
],
|
783
|
+
"ops": [
|
784
|
+
[
|
785
|
+
"ascending",
|
786
|
+
0
|
787
|
+
]
|
788
|
+
]
|
789
|
+
}
|
790
|
+
]
|
791
|
+
},
|
792
|
+
"objects": {
|
793
|
+
"nameToUUID": {
|
794
|
+
"articles": "articles2",
|
795
|
+
"comparable": "comparable1",
|
796
|
+
"dialogues": "dialogues2",
|
797
|
+
"evaluate": "evaluate2",
|
798
|
+
"gdefaults": "gdefaults2",
|
799
|
+
"meta": "meta2",
|
800
|
+
"negation": "negation2",
|
801
|
+
"numbers": "numbers2",
|
802
|
+
"pos": "pos2",
|
803
|
+
"punctuation": "punctuation2",
|
804
|
+
"sdefaults": "sdefaults2",
|
805
|
+
"stm": "stm2",
|
806
|
+
"tokenize": "tokenize2"
|
807
|
+
},
|
808
|
+
"namespaced": {
|
809
|
+
"articles2": {
|
810
|
+
},
|
811
|
+
"comparable1": {
|
812
|
+
},
|
813
|
+
"dialogues2": {
|
814
|
+
"idSuffix": "",
|
815
|
+
"mentioned": [
|
816
|
+
],
|
817
|
+
"variables": {
|
818
|
+
}
|
819
|
+
},
|
820
|
+
"evaluate2": {
|
821
|
+
},
|
822
|
+
"gdefaults2": {
|
823
|
+
},
|
824
|
+
"meta2": {
|
825
|
+
},
|
826
|
+
"negation2": {
|
827
|
+
},
|
828
|
+
"numbers2": {
|
829
|
+
},
|
830
|
+
"pos2": {
|
831
|
+
},
|
832
|
+
"punctuation2": {
|
833
|
+
},
|
834
|
+
"sdefaults2": {
|
835
|
+
},
|
836
|
+
"stm2": {
|
837
|
+
"mentioned": [
|
838
|
+
],
|
839
|
+
"variables": {
|
840
|
+
}
|
841
|
+
},
|
842
|
+
"tokenize2": {
|
843
|
+
}
|
844
|
+
},
|
845
|
+
"processed": [
|
846
|
+
{
|
847
|
+
"context": {
|
848
|
+
"ascending": {
|
849
|
+
"default": true,
|
850
|
+
"level": 0,
|
851
|
+
"marker": "ascending",
|
852
|
+
"range": {
|
853
|
+
"end": 19,
|
854
|
+
"start": 11
|
855
|
+
},
|
856
|
+
"text": "ascending",
|
857
|
+
"value": "ascending",
|
858
|
+
"word": "ascending"
|
859
|
+
},
|
860
|
+
"dead": true,
|
861
|
+
"default": true,
|
862
|
+
"level": 2,
|
863
|
+
"marker": "comparable",
|
864
|
+
"ordering": "ascending",
|
865
|
+
"postModifiers": [
|
866
|
+
"ascending"
|
867
|
+
],
|
868
|
+
"range": {
|
869
|
+
"end": 19,
|
870
|
+
"start": 0
|
871
|
+
},
|
872
|
+
"text": "comparable ascending",
|
873
|
+
"topLevel": true,
|
874
|
+
"types": [
|
875
|
+
"comparable"
|
876
|
+
],
|
877
|
+
"value": "comparable",
|
878
|
+
"word": "comparable"
|
879
|
+
},
|
880
|
+
"generatedParenthesized": "",
|
881
|
+
"paraphrases": "comparable ascending",
|
882
|
+
"paraphrasesParenthesized": "((comparable) (ascending))",
|
883
|
+
"responses": [
|
884
|
+
""
|
885
|
+
]
|
886
|
+
}
|
887
|
+
]
|
888
|
+
},
|
889
|
+
"paraphrases": [
|
890
|
+
"comparable ascending"
|
891
|
+
],
|
892
|
+
"paraphrasesParenthesized": [
|
893
|
+
"((comparable) (ascending))"
|
894
|
+
],
|
895
|
+
"query": "comparable ascending",
|
896
|
+
"responses": [
|
897
|
+
""
|
898
|
+
]
|
463
899
|
}
|
464
900
|
]
|
package/common/concept.js
CHANGED
@@ -24,7 +24,7 @@ config = {
|
|
24
24
|
bridges: [
|
25
25
|
{
|
26
26
|
id: "modifies",
|
27
|
-
isA: ['
|
27
|
+
isA: ['verb'],
|
28
28
|
words: [{ word: 'modifies', number: 'one', flatten: false }, { word: 'modify', number: 'many', flatten: true }],
|
29
29
|
// bridge: "{ ...next(operator), modifiers: before, concept: after[0], flatten: true }"
|
30
30
|
bridge: "{ ...next(operator), modifiers: before, concept: after[0] }"
|
package/common/countable.js
CHANGED
@@ -26,7 +26,7 @@ let config = {
|
|
26
26
|
{
|
27
27
|
id: "counting",
|
28
28
|
convolution: true,
|
29
|
-
before: ['
|
29
|
+
before: ['verb'],
|
30
30
|
bridge: "{ ...after, modifiers: append(['quantity'], after[0].modifiers), quantity: before[0], number: default(before[0].number, before[0].value), instance: true }"
|
31
31
|
},
|
32
32
|
{
|