tpmkms_4wp 9.2.0 → 9.3.0-beta.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.
- package/common/animals.instance.json +21 -8
- package/common/avatar.js +2 -10
- package/common/colors.instance.json +32 -46
- package/common/comparable.instance.json +3 -0
- package/common/comparable.js +2 -2
- package/common/crew.instance.json +4736 -964
- package/common/crew.test.json +1904 -0
- package/common/dates.instance.json +28643 -0
- package/common/dates.js +167 -0
- package/common/dates.test.json +16226 -0
- package/common/dialogues.js +28 -9
- package/common/dimension.instance.json +3 -2
- package/common/edible.instance.json +1474 -759
- package/common/emotions.instance.json +7 -14
- package/common/emotions.js +4 -5
- package/common/fastfood.instance.json +3914 -722
- package/common/fastfood.js +7 -0
- package/common/formulas.instance.json +1 -0
- package/common/gdefaults.js +18 -0
- package/common/helpers/concept.js +1 -0
- package/common/helpers/dialogues.js +3 -0
- package/common/helpers/properties.js +2 -27
- package/common/helpers.js +70 -1
- package/common/hierarchy.js +4 -3
- package/common/kirk.instance.json +186 -124
- package/common/length.instance.json +17 -2
- package/common/math.instance.json +1 -0
- package/common/menus.instance.json +7 -0
- package/common/menus.js +1 -0
- package/common/menus.test.json +2418 -1355
- package/common/meta.js +3 -3
- package/common/ordering.instance.json +4 -2
- package/common/people.instance.json +8 -0
- package/common/pipboy.instance.json +29 -68
- package/common/pokemon.instance.json +24 -3
- package/common/pressure.instance.json +6 -2
- package/common/properties.instance.json +1 -0
- package/common/properties.js +19 -5
- package/common/punctuation.js +3 -0
- package/common/reports.instance.json +24 -14
- package/common/reports.js +2 -2
- package/common/self.instance.json +2 -0
- package/common/self.js +49 -0
- package/common/self.test.json +2 -0
- package/common/spock.instance.json +186 -124
- package/common/temperature.instance.json +6 -2
- package/common/ui.instance.json +1 -0
- package/common/weight.instance.json +12 -0
- package/common/wp.instance.json +777 -151
- package/common/wp.js +15 -2
- package/main.js +4 -0
- package/package.json +10 -2
@@ -498,10 +498,10 @@
|
|
498
498
|
"start": 0,
|
499
499
|
"end": 4
|
500
500
|
},
|
501
|
+
"dead": true,
|
501
502
|
"types": [
|
502
503
|
"unknown"
|
503
504
|
],
|
504
|
-
"dead": true,
|
505
505
|
"level": 0
|
506
506
|
},
|
507
507
|
{
|
@@ -514,10 +514,10 @@
|
|
514
514
|
"start": 10,
|
515
515
|
"end": 16
|
516
516
|
},
|
517
|
+
"dead": true,
|
517
518
|
"types": [
|
518
519
|
"unknown"
|
519
520
|
],
|
520
|
-
"dead": true,
|
521
521
|
"level": 0
|
522
522
|
}
|
523
523
|
],
|
@@ -884,6 +884,7 @@
|
|
884
884
|
}
|
885
885
|
],
|
886
886
|
"learned_contextual_priorities": [],
|
887
|
+
"rtf_associations": [],
|
887
888
|
"query": "birds and mammals are animals",
|
888
889
|
"key": {
|
889
890
|
"query": "birds and mammals are animals"
|
@@ -1649,6 +1650,7 @@
|
|
1649
1650
|
}
|
1650
1651
|
],
|
1651
1652
|
"learned_contextual_priorities": [],
|
1653
|
+
"rtf_associations": [],
|
1652
1654
|
"query": "mammals have ears",
|
1653
1655
|
"key": {
|
1654
1656
|
"query": "mammals have ears"
|
@@ -2414,6 +2416,7 @@
|
|
2414
2416
|
}
|
2415
2417
|
],
|
2416
2418
|
"learned_contextual_priorities": [],
|
2419
|
+
"rtf_associations": [],
|
2417
2420
|
"query": "mammals have hair",
|
2418
2421
|
"key": {
|
2419
2422
|
"query": "mammals have hair"
|
@@ -3292,6 +3295,7 @@
|
|
3292
3295
|
}
|
3293
3296
|
],
|
3294
3297
|
"learned_contextual_priorities": [],
|
3298
|
+
"rtf_associations": [],
|
3295
3299
|
"query": "mammals dont have wings",
|
3296
3300
|
"key": {
|
3297
3301
|
"query": "mammals dont have wings"
|
@@ -4057,6 +4061,7 @@
|
|
4057
4061
|
}
|
4058
4062
|
],
|
4059
4063
|
"learned_contextual_priorities": [],
|
4064
|
+
"rtf_associations": [],
|
4060
4065
|
"query": "animals have skin",
|
4061
4066
|
"key": {
|
4062
4067
|
"query": "animals have skin"
|
@@ -4822,6 +4827,7 @@
|
|
4822
4827
|
}
|
4823
4828
|
],
|
4824
4829
|
"learned_contextual_priorities": [],
|
4830
|
+
"rtf_associations": [],
|
4825
4831
|
"query": "animals have eyes",
|
4826
4832
|
"key": {
|
4827
4833
|
"query": "animals have eyes"
|
@@ -5587,6 +5593,7 @@
|
|
5587
5593
|
}
|
5588
5594
|
],
|
5589
5595
|
"learned_contextual_priorities": [],
|
5596
|
+
"rtf_associations": [],
|
5590
5597
|
"query": "birds have wings",
|
5591
5598
|
"key": {
|
5592
5599
|
"query": "birds have wings"
|
@@ -6352,6 +6359,7 @@
|
|
6352
6359
|
}
|
6353
6360
|
],
|
6354
6361
|
"learned_contextual_priorities": [],
|
6362
|
+
"rtf_associations": [],
|
6355
6363
|
"query": "birds have beaks",
|
6356
6364
|
"key": {
|
6357
6365
|
"query": "birds have beaks"
|
@@ -7109,10 +7117,10 @@
|
|
7109
7117
|
"start": 12,
|
7110
7118
|
"end": 18
|
7111
7119
|
},
|
7120
|
+
"dead": true,
|
7112
7121
|
"types": [
|
7113
7122
|
"unknown"
|
7114
7123
|
],
|
7115
|
-
"dead": true,
|
7116
7124
|
"level": 0
|
7117
7125
|
},
|
7118
7126
|
{
|
@@ -7125,10 +7133,10 @@
|
|
7125
7133
|
"start": 24,
|
7126
7134
|
"end": 30
|
7127
7135
|
},
|
7136
|
+
"dead": true,
|
7128
7137
|
"types": [
|
7129
7138
|
"unknown"
|
7130
7139
|
],
|
7131
|
-
"dead": true,
|
7132
7140
|
"level": 0
|
7133
7141
|
}
|
7134
7142
|
],
|
@@ -7817,6 +7825,7 @@
|
|
7817
7825
|
}
|
7818
7826
|
],
|
7819
7827
|
"learned_contextual_priorities": [],
|
7828
|
+
"rtf_associations": [],
|
7820
7829
|
"query": "humans bats felines and canines are mammals",
|
7821
7830
|
"key": {
|
7822
7831
|
"query": "humans bats felines and canines are mammals"
|
@@ -8734,10 +8743,10 @@
|
|
8734
8743
|
"start": 12,
|
8735
8744
|
"end": 19
|
8736
8745
|
},
|
8746
|
+
"dead": true,
|
8737
8747
|
"types": [
|
8738
8748
|
"unknown"
|
8739
8749
|
],
|
8740
|
-
"dead": true,
|
8741
8750
|
"level": 0
|
8742
8751
|
},
|
8743
8752
|
{
|
@@ -8750,10 +8759,10 @@
|
|
8750
8759
|
"start": 25,
|
8751
8760
|
"end": 31
|
8752
8761
|
},
|
8762
|
+
"dead": true,
|
8753
8763
|
"types": [
|
8754
8764
|
"unknown"
|
8755
8765
|
],
|
8756
|
-
"dead": true,
|
8757
8766
|
"level": 0
|
8758
8767
|
}
|
8759
8768
|
],
|
@@ -9442,6 +9451,7 @@
|
|
9442
9451
|
}
|
9443
9452
|
],
|
9444
9453
|
"learned_contextual_priorities": [],
|
9454
|
+
"rtf_associations": [],
|
9445
9455
|
"query": "owls eagles pidgeons and parrots are birds",
|
9446
9456
|
"key": {
|
9447
9457
|
"query": "owls eagles pidgeons and parrots are birds"
|
@@ -10518,6 +10528,7 @@
|
|
10518
10528
|
}
|
10519
10529
|
],
|
10520
10530
|
"learned_contextual_priorities": [],
|
10531
|
+
"rtf_associations": [],
|
10521
10532
|
"query": "cats are felines",
|
10522
10533
|
"key": {
|
10523
10534
|
"query": "cats are felines"
|
@@ -11491,10 +11502,10 @@
|
|
11491
11502
|
"start": 0,
|
11492
11503
|
"end": 3
|
11493
11504
|
},
|
11505
|
+
"dead": true,
|
11494
11506
|
"types": [
|
11495
11507
|
"unknown"
|
11496
11508
|
],
|
11497
|
-
"dead": true,
|
11498
11509
|
"level": 0
|
11499
11510
|
},
|
11500
11511
|
{
|
@@ -11507,10 +11518,10 @@
|
|
11507
11518
|
"start": 9,
|
11508
11519
|
"end": 14
|
11509
11520
|
},
|
11521
|
+
"dead": true,
|
11510
11522
|
"types": [
|
11511
11523
|
"unknown"
|
11512
11524
|
],
|
11513
|
-
"dead": true,
|
11514
11525
|
"level": 0
|
11515
11526
|
}
|
11516
11527
|
],
|
@@ -11871,6 +11882,7 @@
|
|
11871
11882
|
}
|
11872
11883
|
],
|
11873
11884
|
"learned_contextual_priorities": [],
|
11885
|
+
"rtf_associations": [],
|
11874
11886
|
"query": "dogs and wolves are canines",
|
11875
11887
|
"key": {
|
11876
11888
|
"query": "dogs and wolves are canines"
|
@@ -13076,6 +13088,7 @@
|
|
13076
13088
|
}
|
13077
13089
|
],
|
13078
13090
|
"learned_contextual_priorities": [],
|
13091
|
+
"rtf_associations": [],
|
13079
13092
|
"query": "bats have wings",
|
13080
13093
|
"key": {
|
13081
13094
|
"query": "bats have wings"
|
package/common/avatar.js
CHANGED
@@ -3,20 +3,12 @@ const { defaultContextCheck } = require('./helpers')
|
|
3
3
|
const dialogues = require('./dialogues')
|
4
4
|
const hierarchy = require('./hierarchy')
|
5
5
|
const emotions = require('./emotions')
|
6
|
+
const selfKM = require('./self')
|
6
7
|
const avatar_tests = require('./avatar.test.json')
|
7
8
|
|
8
9
|
const config = {
|
9
10
|
name: 'avatar',
|
10
11
|
|
11
|
-
// TODO make different response for answerNotKnown based on emotions
|
12
|
-
operators: [
|
13
|
-
"([self])",
|
14
|
-
],
|
15
|
-
|
16
|
-
bridges: [
|
17
|
-
{ id: 'self', level: 0, bridge: "{ ...next(operator) }" },
|
18
|
-
],
|
19
|
-
|
20
12
|
hierarchy: [
|
21
13
|
['self', 'queryable'],
|
22
14
|
],
|
@@ -70,7 +62,7 @@ const config = {
|
|
70
62
|
|
71
63
|
knowledgeModule( {
|
72
64
|
config,
|
73
|
-
includes: [hierarchy, emotions],
|
65
|
+
includes: [selfKM, hierarchy, emotions],
|
74
66
|
|
75
67
|
module,
|
76
68
|
description: 'avatar for dialogues',
|
@@ -620,6 +620,7 @@
|
|
620
620
|
}
|
621
621
|
],
|
622
622
|
"learned_contextual_priorities": [],
|
623
|
+
"rtf_associations": [],
|
623
624
|
"query": "setidsuffix _colors",
|
624
625
|
"key": {
|
625
626
|
"query": "setidsuffix _colors"
|
@@ -1108,10 +1109,10 @@
|
|
1108
1109
|
"start": 0,
|
1109
1110
|
"end": 3
|
1110
1111
|
},
|
1112
|
+
"dead": true,
|
1111
1113
|
"types": [
|
1112
1114
|
"unknown"
|
1113
1115
|
],
|
1114
|
-
"dead": true,
|
1115
1116
|
"level": 0
|
1116
1117
|
},
|
1117
1118
|
{
|
@@ -1124,10 +1125,10 @@
|
|
1124
1125
|
"start": 9,
|
1125
1126
|
"end": 13
|
1126
1127
|
},
|
1128
|
+
"dead": true,
|
1127
1129
|
"types": [
|
1128
1130
|
"unknown"
|
1129
1131
|
],
|
1130
|
-
"dead": true,
|
1131
1132
|
"level": 0
|
1132
1133
|
}
|
1133
1134
|
],
|
@@ -1494,6 +1495,7 @@
|
|
1494
1495
|
}
|
1495
1496
|
],
|
1496
1497
|
"learned_contextual_priorities": [],
|
1498
|
+
"rtf_associations": [],
|
1497
1499
|
"query": "dark and light are brightness",
|
1498
1500
|
"key": {
|
1499
1501
|
"query": "dark and light are brightness"
|
@@ -3499,10 +3501,10 @@
|
|
3499
3501
|
"start": 55,
|
3500
3502
|
"end": 59
|
3501
3503
|
},
|
3504
|
+
"dead": true,
|
3502
3505
|
"types": [
|
3503
3506
|
"unknown"
|
3504
3507
|
],
|
3505
|
-
"dead": true,
|
3506
3508
|
"level": 0
|
3507
3509
|
},
|
3508
3510
|
{
|
@@ -3515,10 +3517,10 @@
|
|
3515
3517
|
"start": 65,
|
3516
3518
|
"end": 68
|
3517
3519
|
},
|
3520
|
+
"dead": true,
|
3518
3521
|
"types": [
|
3519
3522
|
"unknown"
|
3520
3523
|
],
|
3521
|
-
"dead": true,
|
3522
3524
|
"level": 0
|
3523
3525
|
}
|
3524
3526
|
],
|
@@ -3599,20 +3601,6 @@
|
|
3599
3601
|
0
|
3600
3602
|
]
|
3601
3603
|
],
|
3602
|
-
[
|
3603
|
-
[
|
3604
|
-
"is",
|
3605
|
-
0
|
3606
|
-
],
|
3607
|
-
[
|
3608
|
-
"list",
|
3609
|
-
1
|
3610
|
-
],
|
3611
|
-
[
|
3612
|
-
"unknown",
|
3613
|
-
0
|
3614
|
-
]
|
3615
|
-
],
|
3616
3604
|
[
|
3617
3605
|
[
|
3618
3606
|
"is",
|
@@ -8201,6 +8189,7 @@
|
|
8201
8189
|
}
|
8202
8190
|
],
|
8203
8191
|
"learned_contextual_priorities": [],
|
8192
|
+
"rtf_associations": [],
|
8204
8193
|
"query": "red, pink, orange, yellow, purple, green, blue, brown, white and gray are colors",
|
8205
8194
|
"key": {
|
8206
8195
|
"query": "red, pink, orange, yellow, purple, green, blue, brown, white and gray are colors"
|
@@ -9517,6 +9506,7 @@
|
|
9517
9506
|
}
|
9518
9507
|
],
|
9519
9508
|
"learned_contextual_priorities": [],
|
9509
|
+
"rtf_associations": [],
|
9520
9510
|
"query": "crimson is a red",
|
9521
9511
|
"key": {
|
9522
9512
|
"query": "crimson is a red"
|
@@ -10638,10 +10628,10 @@
|
|
10638
10628
|
"start": 0,
|
10639
10629
|
"end": 3
|
10640
10630
|
},
|
10631
|
+
"dead": true,
|
10641
10632
|
"types": [
|
10642
10633
|
"unknown"
|
10643
10634
|
],
|
10644
|
-
"dead": true,
|
10645
10635
|
"level": 0
|
10646
10636
|
},
|
10647
10637
|
{
|
@@ -10654,10 +10644,10 @@
|
|
10654
10644
|
"start": 9,
|
10655
10645
|
"end": 13
|
10656
10646
|
},
|
10647
|
+
"dead": true,
|
10657
10648
|
"types": [
|
10658
10649
|
"unknown"
|
10659
10650
|
],
|
10660
|
-
"dead": true,
|
10661
10651
|
"level": 0
|
10662
10652
|
}
|
10663
10653
|
],
|
@@ -11142,6 +11132,7 @@
|
|
11142
11132
|
}
|
11143
11133
|
],
|
11144
11134
|
"learned_contextual_priorities": [],
|
11135
|
+
"rtf_associations": [],
|
11145
11136
|
"query": "gold and khaki is a yellow",
|
11146
11137
|
"key": {
|
11147
11138
|
"query": "gold and khaki is a yellow"
|
@@ -12627,10 +12618,10 @@
|
|
12627
12618
|
"start": 18,
|
12628
12619
|
"end": 24
|
12629
12620
|
},
|
12621
|
+
"dead": true,
|
12630
12622
|
"types": [
|
12631
12623
|
"unknown"
|
12632
12624
|
],
|
12633
|
-
"dead": true,
|
12634
12625
|
"level": 0
|
12635
12626
|
},
|
12636
12627
|
{
|
@@ -12643,10 +12634,10 @@
|
|
12643
12634
|
"start": 30,
|
12644
12635
|
"end": 35
|
12645
12636
|
},
|
12637
|
+
"dead": true,
|
12646
12638
|
"types": [
|
12647
12639
|
"unknown"
|
12648
12640
|
],
|
12649
|
-
"dead": true,
|
12650
12641
|
"level": 0
|
12651
12642
|
}
|
12652
12643
|
],
|
@@ -13793,6 +13784,7 @@
|
|
13793
13784
|
}
|
13794
13785
|
],
|
13795
13786
|
"learned_contextual_priorities": [],
|
13787
|
+
"rtf_associations": [],
|
13796
13788
|
"query": "lavender, violet, magenta and indigo is a purple",
|
13797
13789
|
"key": {
|
13798
13790
|
"query": "lavender, violet, magenta and indigo is a purple"
|
@@ -15438,10 +15430,10 @@
|
|
15438
15430
|
"start": 18,
|
15439
15431
|
"end": 22
|
15440
15432
|
},
|
15433
|
+
"dead": true,
|
15441
15434
|
"types": [
|
15442
15435
|
"unknown"
|
15443
15436
|
],
|
15444
|
-
"dead": true,
|
15445
15437
|
"level": 0
|
15446
15438
|
},
|
15447
15439
|
{
|
@@ -15454,10 +15446,10 @@
|
|
15454
15446
|
"start": 28,
|
15455
15447
|
"end": 31
|
15456
15448
|
},
|
15449
|
+
"dead": true,
|
15457
15450
|
"types": [
|
15458
15451
|
"unknown"
|
15459
15452
|
],
|
15460
|
-
"dead": true,
|
15461
15453
|
"level": 0
|
15462
15454
|
}
|
15463
15455
|
],
|
@@ -16604,6 +16596,7 @@
|
|
16604
16596
|
}
|
16605
16597
|
],
|
16606
16598
|
"learned_contextual_priorities": [],
|
16599
|
+
"rtf_associations": [],
|
16607
16600
|
"query": "lime, chartruese, olive and teal are a green",
|
16608
16601
|
"key": {
|
16609
16602
|
"query": "lime, chartruese, olive and teal are a green"
|
@@ -18575,10 +18568,10 @@
|
|
18575
18568
|
"start": 24,
|
18576
18569
|
"end": 32
|
18577
18570
|
},
|
18571
|
+
"dead": true,
|
18578
18572
|
"types": [
|
18579
18573
|
"unknown"
|
18580
18574
|
],
|
18581
|
-
"dead": true,
|
18582
18575
|
"level": 0
|
18583
18576
|
},
|
18584
18577
|
{
|
@@ -18591,10 +18584,10 @@
|
|
18591
18584
|
"start": 38,
|
18592
18585
|
"end": 41
|
18593
18586
|
},
|
18587
|
+
"dead": true,
|
18594
18588
|
"types": [
|
18595
18589
|
"unknown"
|
18596
18590
|
],
|
18597
|
-
"dead": true,
|
18598
18591
|
"level": 0
|
18599
18592
|
}
|
18600
18593
|
],
|
@@ -20166,6 +20159,7 @@
|
|
20166
20159
|
}
|
20167
20160
|
],
|
20168
20161
|
"learned_contextual_priorities": [],
|
20162
|
+
"rtf_associations": [],
|
20169
20163
|
"query": "aqua, cyan, aquamarine, turquoise and navy are a blue",
|
20170
20164
|
"key": {
|
20171
20165
|
"query": "aqua, cyan, aquamarine, turquoise and navy are a blue"
|
@@ -22021,10 +22015,10 @@
|
|
22021
22015
|
"start": 5,
|
22022
22016
|
"end": 10
|
22023
22017
|
},
|
22018
|
+
"dead": true,
|
22024
22019
|
"types": [
|
22025
22020
|
"unknown"
|
22026
22021
|
],
|
22027
|
-
"dead": true,
|
22028
22022
|
"level": 0
|
22029
22023
|
},
|
22030
22024
|
{
|
@@ -22037,10 +22031,10 @@
|
|
22037
22031
|
"start": 16,
|
22038
22032
|
"end": 21
|
22039
22033
|
},
|
22034
|
+
"dead": true,
|
22040
22035
|
"types": [
|
22041
22036
|
"unknown"
|
22042
22037
|
],
|
22043
|
-
"dead": true,
|
22044
22038
|
"level": 0
|
22045
22039
|
}
|
22046
22040
|
],
|
@@ -22842,6 +22836,7 @@
|
|
22842
22836
|
}
|
22843
22837
|
],
|
22844
22838
|
"learned_contextual_priorities": [],
|
22839
|
+
"rtf_associations": [],
|
22845
22840
|
"query": "tan, sienna and maroon are a brown",
|
22846
22841
|
"key": {
|
22847
22842
|
"query": "tan, sienna and maroon are a brown"
|
@@ -24967,10 +24962,10 @@
|
|
24967
24962
|
"start": 13,
|
24968
24963
|
"end": 17
|
24969
24964
|
},
|
24965
|
+
"dead": true,
|
24970
24966
|
"types": [
|
24971
24967
|
"unknown"
|
24972
24968
|
],
|
24973
|
-
"dead": true,
|
24974
24969
|
"level": 0
|
24975
24970
|
},
|
24976
24971
|
{
|
@@ -24983,10 +24978,10 @@
|
|
24983
24978
|
"start": 23,
|
24984
24979
|
"end": 27
|
24985
24980
|
},
|
24981
|
+
"dead": true,
|
24986
24982
|
"types": [
|
24987
24983
|
"unknown"
|
24988
24984
|
],
|
24989
|
-
"dead": true,
|
24990
24985
|
"level": 0
|
24991
24986
|
}
|
24992
24987
|
],
|
@@ -26133,6 +26128,7 @@
|
|
26133
26128
|
}
|
26134
26129
|
],
|
26135
26130
|
"learned_contextual_priorities": [],
|
26131
|
+
"rtf_associations": [],
|
26136
26132
|
"query": "snow, azure, beige and ivory are a white",
|
26137
26133
|
"key": {
|
26138
26134
|
"query": "snow, azure, beige and ivory are a white"
|
@@ -28134,10 +28130,10 @@
|
|
28134
28130
|
"start": 0,
|
28135
28131
|
"end": 5
|
28136
28132
|
},
|
28133
|
+
"dead": true,
|
28137
28134
|
"types": [
|
28138
28135
|
"unknown"
|
28139
28136
|
],
|
28140
|
-
"dead": true,
|
28141
28137
|
"level": 0
|
28142
28138
|
},
|
28143
28139
|
{
|
@@ -28150,10 +28146,10 @@
|
|
28150
28146
|
"start": 11,
|
28151
28147
|
"end": 15
|
28152
28148
|
},
|
28149
|
+
"dead": true,
|
28153
28150
|
"types": [
|
28154
28151
|
"unknown"
|
28155
28152
|
],
|
28156
|
-
"dead": true,
|
28157
28153
|
"level": 0
|
28158
28154
|
}
|
28159
28155
|
],
|
@@ -28638,6 +28634,7 @@
|
|
28638
28634
|
}
|
28639
28635
|
],
|
28640
28636
|
"learned_contextual_priorities": [],
|
28637
|
+
"rtf_associations": [],
|
28641
28638
|
"query": "silver and black are a gray",
|
28642
28639
|
"key": {
|
28643
28640
|
"query": "silver and black are a gray"
|
@@ -30796,6 +30793,7 @@
|
|
30796
30793
|
}
|
30797
30794
|
],
|
30798
30795
|
"learned_contextual_priorities": [],
|
30796
|
+
"rtf_associations": [],
|
30799
30797
|
"query": "brightness modifies colors",
|
30800
30798
|
"key": {
|
30801
30799
|
"query": "brightness modifies colors"
|
@@ -33019,6 +33017,7 @@
|
|
33019
33017
|
}
|
33020
33018
|
],
|
33021
33019
|
"learned_contextual_priorities": [],
|
33020
|
+
"rtf_associations": [],
|
33022
33021
|
"query": "hex modifies color",
|
33023
33022
|
"key": {
|
33024
33023
|
"query": "hex modifies color"
|
@@ -35240,6 +35239,7 @@
|
|
35240
35239
|
}
|
35241
35240
|
],
|
35242
35241
|
"learned_contextual_priorities": [],
|
35242
|
+
"rtf_associations": [],
|
35243
35243
|
"query": "resetIdSuffix",
|
35244
35244
|
"key": {
|
35245
35245
|
"query": "resetIdSuffix"
|
@@ -36105,20 +36105,6 @@
|
|
36105
36105
|
0
|
36106
36106
|
]
|
36107
36107
|
],
|
36108
|
-
[
|
36109
|
-
[
|
36110
|
-
"is",
|
36111
|
-
0
|
36112
|
-
],
|
36113
|
-
[
|
36114
|
-
"list",
|
36115
|
-
1
|
36116
|
-
],
|
36117
|
-
[
|
36118
|
-
"unknown",
|
36119
|
-
0
|
36120
|
-
]
|
36121
|
-
],
|
36122
36108
|
[
|
36123
36109
|
[
|
36124
36110
|
"is",
|
@@ -545,6 +545,7 @@
|
|
545
545
|
}
|
546
546
|
],
|
547
547
|
"learned_contextual_priorities": [],
|
548
|
+
"rtf_associations": [],
|
548
549
|
"query": "sort modifies ordering",
|
549
550
|
"key": {
|
550
551
|
"query": "sort modifies ordering"
|
@@ -1330,6 +1331,7 @@
|
|
1330
1331
|
}
|
1331
1332
|
],
|
1332
1333
|
"learned_contextual_priorities": [],
|
1334
|
+
"rtf_associations": [],
|
1333
1335
|
"query": "ascending is a sort ordering",
|
1334
1336
|
"key": {
|
1335
1337
|
"query": "ascending is a sort ordering"
|
@@ -2155,6 +2157,7 @@
|
|
2155
2157
|
}
|
2156
2158
|
],
|
2157
2159
|
"learned_contextual_priorities": [],
|
2160
|
+
"rtf_associations": [],
|
2158
2161
|
"query": "descending is a sort ordering",
|
2159
2162
|
"key": {
|
2160
2163
|
"query": "descending is a sort ordering"
|
package/common/comparable.js
CHANGED
@@ -18,8 +18,8 @@ const config = {
|
|
18
18
|
],
|
19
19
|
associations: {
|
20
20
|
positive: [
|
21
|
-
{ context: [["article", 0], ["condition",0],["comparable",0]], choose:
|
22
|
-
{ context: [["article", 0], ["condition",0],["comparable",1]], choose:
|
21
|
+
{ context: [["article", 0], ["condition",0],["comparable",0]], choose: 2 },
|
22
|
+
{ context: [["article", 0], ["condition",0],["comparable",1]], choose: 2 },
|
23
23
|
]
|
24
24
|
},
|
25
25
|
bridges: [
|