tpmkms 9.2.0-beta.0 → 9.2.0-beta.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.
- package/common/animals.instance.json +8 -8
- package/common/colors.instance.json +18 -46
- package/common/comparable.js +2 -2
- package/common/crew.instance.json +4643 -969
- package/common/crew.test.json +1904 -0
- package/common/dates.instance.json +28562 -0
- package/common/dates.js +152 -0
- package/common/dates.test.json +10239 -0
- package/common/dialogues.js +28 -9
- package/common/dimension.instance.json +2 -2
- package/common/edible.instance.json +1442 -759
- package/common/emotions.instance.json +6 -14
- package/common/emotions.js +4 -5
- package/common/fastfood.instance.json +3976 -1175
- package/common/gdefaults.js +14 -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 +41 -0
- package/common/hierarchy.js +4 -3
- package/common/kirk.instance.json +155 -10
- package/common/length.instance.json +2 -2
- package/common/menus.js +1 -0
- package/common/menus.test.json +2418 -1355
- package/common/meta.js +3 -3
- package/common/ordering.instance.json +2 -2
- package/common/pipboy.instance.json +12 -68
- package/common/pokemon.instance.json +10 -2
- package/common/pressure.instance.json +2 -2
- package/common/properties.js +19 -5
- package/common/punctuation.js +3 -0
- package/common/reports.instance.json +22 -14
- package/common/reports.js +2 -2
- package/common/spock.instance.json +155 -10
- package/common/temperature.instance.json +146 -2
- package/common/wp.instance.json +379 -151
- package/common/wp.js +10 -0
- package/main.js +2 -0
- package/package.json +6 -2
package/common/wp.instance.json
CHANGED
|
@@ -47,6 +47,192 @@
|
|
|
47
47
|
]
|
|
48
48
|
],
|
|
49
49
|
"choose": 0
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"context": [
|
|
53
|
+
[
|
|
54
|
+
"paragraph_wp",
|
|
55
|
+
1
|
|
56
|
+
],
|
|
57
|
+
[
|
|
58
|
+
"thatVerb",
|
|
59
|
+
0
|
|
60
|
+
],
|
|
61
|
+
[
|
|
62
|
+
"paragraphComparisonVerb_wp",
|
|
63
|
+
0
|
|
64
|
+
],
|
|
65
|
+
[
|
|
66
|
+
"unknown",
|
|
67
|
+
0
|
|
68
|
+
]
|
|
69
|
+
],
|
|
70
|
+
"choose": 0
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"context": [
|
|
74
|
+
[
|
|
75
|
+
"word_wp",
|
|
76
|
+
0
|
|
77
|
+
],
|
|
78
|
+
[
|
|
79
|
+
"thatVerb",
|
|
80
|
+
0
|
|
81
|
+
],
|
|
82
|
+
[
|
|
83
|
+
"wordComparison_wp",
|
|
84
|
+
0
|
|
85
|
+
]
|
|
86
|
+
],
|
|
87
|
+
"choose": 0
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"context": [
|
|
91
|
+
[
|
|
92
|
+
"paragraph_wp",
|
|
93
|
+
0
|
|
94
|
+
],
|
|
95
|
+
[
|
|
96
|
+
"thatVerb",
|
|
97
|
+
0
|
|
98
|
+
],
|
|
99
|
+
[
|
|
100
|
+
"paragraphComparisonVerb_wp",
|
|
101
|
+
0
|
|
102
|
+
]
|
|
103
|
+
],
|
|
104
|
+
"choose": 0
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"context": [
|
|
108
|
+
[
|
|
109
|
+
"paragraph_wp",
|
|
110
|
+
1
|
|
111
|
+
],
|
|
112
|
+
[
|
|
113
|
+
"thatVerb",
|
|
114
|
+
0
|
|
115
|
+
],
|
|
116
|
+
[
|
|
117
|
+
"paragraphComparisonVerb_wp",
|
|
118
|
+
0
|
|
119
|
+
]
|
|
120
|
+
],
|
|
121
|
+
"choose": 0
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
"context": [
|
|
125
|
+
[
|
|
126
|
+
"paragraph_wp",
|
|
127
|
+
1
|
|
128
|
+
],
|
|
129
|
+
[
|
|
130
|
+
"thatVerb",
|
|
131
|
+
0
|
|
132
|
+
],
|
|
133
|
+
[
|
|
134
|
+
"paragraphComparisonVerb_wp",
|
|
135
|
+
0
|
|
136
|
+
],
|
|
137
|
+
[
|
|
138
|
+
"bolded_wp",
|
|
139
|
+
0
|
|
140
|
+
],
|
|
141
|
+
[
|
|
142
|
+
"word_wp",
|
|
143
|
+
0
|
|
144
|
+
]
|
|
145
|
+
],
|
|
146
|
+
"choose": 0
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"context": [
|
|
150
|
+
[
|
|
151
|
+
"paragraph_wp",
|
|
152
|
+
1
|
|
153
|
+
],
|
|
154
|
+
[
|
|
155
|
+
"thatVerb",
|
|
156
|
+
0
|
|
157
|
+
],
|
|
158
|
+
[
|
|
159
|
+
"paragraphComparisonVerb_wp",
|
|
160
|
+
0
|
|
161
|
+
],
|
|
162
|
+
[
|
|
163
|
+
"word_wp",
|
|
164
|
+
0
|
|
165
|
+
]
|
|
166
|
+
],
|
|
167
|
+
"choose": 0
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"context": [
|
|
171
|
+
[
|
|
172
|
+
"article",
|
|
173
|
+
0
|
|
174
|
+
],
|
|
175
|
+
[
|
|
176
|
+
"word_wp",
|
|
177
|
+
1
|
|
178
|
+
],
|
|
179
|
+
[
|
|
180
|
+
"statefulElementInContext_wp",
|
|
181
|
+
0
|
|
182
|
+
],
|
|
183
|
+
[
|
|
184
|
+
"every",
|
|
185
|
+
0
|
|
186
|
+
],
|
|
187
|
+
[
|
|
188
|
+
"paragraph_wp",
|
|
189
|
+
0
|
|
190
|
+
]
|
|
191
|
+
],
|
|
192
|
+
"choose": 1
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"context": [
|
|
196
|
+
[
|
|
197
|
+
"article",
|
|
198
|
+
0
|
|
199
|
+
],
|
|
200
|
+
[
|
|
201
|
+
"statefulElement_wp",
|
|
202
|
+
0
|
|
203
|
+
]
|
|
204
|
+
],
|
|
205
|
+
"choose": 1
|
|
206
|
+
},
|
|
207
|
+
{
|
|
208
|
+
"context": [
|
|
209
|
+
[
|
|
210
|
+
"article",
|
|
211
|
+
0
|
|
212
|
+
],
|
|
213
|
+
[
|
|
214
|
+
"statefulElement_wp",
|
|
215
|
+
1
|
|
216
|
+
]
|
|
217
|
+
],
|
|
218
|
+
"choose": 1
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
"context": [
|
|
222
|
+
[
|
|
223
|
+
"article",
|
|
224
|
+
0
|
|
225
|
+
],
|
|
226
|
+
[
|
|
227
|
+
"ordinal",
|
|
228
|
+
0
|
|
229
|
+
],
|
|
230
|
+
[
|
|
231
|
+
"statefulElement_wp",
|
|
232
|
+
0
|
|
233
|
+
]
|
|
234
|
+
],
|
|
235
|
+
"choose": 2
|
|
50
236
|
}
|
|
51
237
|
]
|
|
52
238
|
},
|
|
@@ -6117,13 +6303,13 @@
|
|
|
6117
6303
|
"start": 34,
|
|
6118
6304
|
"end": 42
|
|
6119
6305
|
},
|
|
6306
|
+
"dead": true,
|
|
6120
6307
|
"types": [
|
|
6121
6308
|
"listable",
|
|
6122
6309
|
"orderable",
|
|
6123
6310
|
"queryable",
|
|
6124
6311
|
"theAble"
|
|
6125
6312
|
],
|
|
6126
|
-
"dead": true,
|
|
6127
6313
|
"level": 1
|
|
6128
6314
|
},
|
|
6129
6315
|
{
|
|
@@ -6137,10 +6323,10 @@
|
|
|
6137
6323
|
"start": 44,
|
|
6138
6324
|
"end": 57
|
|
6139
6325
|
},
|
|
6326
|
+
"dead": true,
|
|
6140
6327
|
"types": [
|
|
6141
6328
|
"unknown"
|
|
6142
6329
|
],
|
|
6143
|
-
"dead": true,
|
|
6144
6330
|
"level": 0
|
|
6145
6331
|
},
|
|
6146
6332
|
{
|
|
@@ -6154,10 +6340,10 @@
|
|
|
6154
6340
|
"start": 63,
|
|
6155
6341
|
"end": 78
|
|
6156
6342
|
},
|
|
6343
|
+
"dead": true,
|
|
6157
6344
|
"types": [
|
|
6158
6345
|
"unknown"
|
|
6159
6346
|
],
|
|
6160
|
-
"dead": true,
|
|
6161
6347
|
"level": 0
|
|
6162
6348
|
}
|
|
6163
6349
|
],
|
|
@@ -6260,28 +6446,6 @@
|
|
|
6260
6446
|
0
|
|
6261
6447
|
]
|
|
6262
6448
|
],
|
|
6263
|
-
[
|
|
6264
|
-
[
|
|
6265
|
-
"countable",
|
|
6266
|
-
0
|
|
6267
|
-
],
|
|
6268
|
-
[
|
|
6269
|
-
"distributable",
|
|
6270
|
-
0
|
|
6271
|
-
],
|
|
6272
|
-
[
|
|
6273
|
-
"is",
|
|
6274
|
-
0
|
|
6275
|
-
],
|
|
6276
|
-
[
|
|
6277
|
-
"list",
|
|
6278
|
-
1
|
|
6279
|
-
],
|
|
6280
|
-
[
|
|
6281
|
-
"unknown",
|
|
6282
|
-
0
|
|
6283
|
-
]
|
|
6284
|
-
],
|
|
6285
6449
|
[
|
|
6286
6450
|
[
|
|
6287
6451
|
"countable",
|
|
@@ -13683,28 +13847,6 @@
|
|
|
13683
13847
|
0
|
|
13684
13848
|
]
|
|
13685
13849
|
],
|
|
13686
|
-
[
|
|
13687
|
-
[
|
|
13688
|
-
"countable",
|
|
13689
|
-
0
|
|
13690
|
-
],
|
|
13691
|
-
[
|
|
13692
|
-
"distributable",
|
|
13693
|
-
0
|
|
13694
|
-
],
|
|
13695
|
-
[
|
|
13696
|
-
"is",
|
|
13697
|
-
0
|
|
13698
|
-
],
|
|
13699
|
-
[
|
|
13700
|
-
"list",
|
|
13701
|
-
1
|
|
13702
|
-
],
|
|
13703
|
-
[
|
|
13704
|
-
"unknown",
|
|
13705
|
-
0
|
|
13706
|
-
]
|
|
13707
|
-
],
|
|
13708
13850
|
[
|
|
13709
13851
|
[
|
|
13710
13852
|
"countable",
|
|
@@ -24375,10 +24517,10 @@
|
|
|
24375
24517
|
"start": 32,
|
|
24376
24518
|
"end": 40
|
|
24377
24519
|
},
|
|
24520
|
+
"dead": true,
|
|
24378
24521
|
"types": [
|
|
24379
24522
|
"unknown"
|
|
24380
24523
|
],
|
|
24381
|
-
"dead": true,
|
|
24382
24524
|
"level": 0
|
|
24383
24525
|
},
|
|
24384
24526
|
{
|
|
@@ -24391,10 +24533,10 @@
|
|
|
24391
24533
|
"start": 46,
|
|
24392
24534
|
"end": 54
|
|
24393
24535
|
},
|
|
24536
|
+
"dead": true,
|
|
24394
24537
|
"types": [
|
|
24395
24538
|
"unknown"
|
|
24396
24539
|
],
|
|
24397
|
-
"dead": true,
|
|
24398
24540
|
"level": 0
|
|
24399
24541
|
}
|
|
24400
24542
|
],
|
|
@@ -24475,20 +24617,6 @@
|
|
|
24475
24617
|
0
|
|
24476
24618
|
]
|
|
24477
24619
|
],
|
|
24478
|
-
[
|
|
24479
|
-
[
|
|
24480
|
-
"is",
|
|
24481
|
-
0
|
|
24482
|
-
],
|
|
24483
|
-
[
|
|
24484
|
-
"list",
|
|
24485
|
-
1
|
|
24486
|
-
],
|
|
24487
|
-
[
|
|
24488
|
-
"unknown",
|
|
24489
|
-
0
|
|
24490
|
-
]
|
|
24491
|
-
],
|
|
24492
24620
|
[
|
|
24493
24621
|
[
|
|
24494
24622
|
"is",
|
|
@@ -47975,20 +48103,6 @@
|
|
|
47975
48103
|
0
|
|
47976
48104
|
]
|
|
47977
48105
|
],
|
|
47978
|
-
[
|
|
47979
|
-
[
|
|
47980
|
-
"is",
|
|
47981
|
-
0
|
|
47982
|
-
],
|
|
47983
|
-
[
|
|
47984
|
-
"list",
|
|
47985
|
-
1
|
|
47986
|
-
],
|
|
47987
|
-
[
|
|
47988
|
-
"unknown",
|
|
47989
|
-
0
|
|
47990
|
-
]
|
|
47991
|
-
],
|
|
47992
48106
|
[
|
|
47993
48107
|
[
|
|
47994
48108
|
"is",
|
|
@@ -53220,6 +53334,192 @@
|
|
|
53220
53334
|
]
|
|
53221
53335
|
],
|
|
53222
53336
|
"choose": 0
|
|
53337
|
+
},
|
|
53338
|
+
{
|
|
53339
|
+
"context": [
|
|
53340
|
+
[
|
|
53341
|
+
"paragraph_wp",
|
|
53342
|
+
1
|
|
53343
|
+
],
|
|
53344
|
+
[
|
|
53345
|
+
"thatVerb",
|
|
53346
|
+
0
|
|
53347
|
+
],
|
|
53348
|
+
[
|
|
53349
|
+
"paragraphComparisonVerb_wp",
|
|
53350
|
+
0
|
|
53351
|
+
],
|
|
53352
|
+
[
|
|
53353
|
+
"unknown",
|
|
53354
|
+
0
|
|
53355
|
+
]
|
|
53356
|
+
],
|
|
53357
|
+
"choose": 0
|
|
53358
|
+
},
|
|
53359
|
+
{
|
|
53360
|
+
"context": [
|
|
53361
|
+
[
|
|
53362
|
+
"word_wp",
|
|
53363
|
+
0
|
|
53364
|
+
],
|
|
53365
|
+
[
|
|
53366
|
+
"thatVerb",
|
|
53367
|
+
0
|
|
53368
|
+
],
|
|
53369
|
+
[
|
|
53370
|
+
"wordComparison_wp",
|
|
53371
|
+
0
|
|
53372
|
+
]
|
|
53373
|
+
],
|
|
53374
|
+
"choose": 0
|
|
53375
|
+
},
|
|
53376
|
+
{
|
|
53377
|
+
"context": [
|
|
53378
|
+
[
|
|
53379
|
+
"paragraph_wp",
|
|
53380
|
+
0
|
|
53381
|
+
],
|
|
53382
|
+
[
|
|
53383
|
+
"thatVerb",
|
|
53384
|
+
0
|
|
53385
|
+
],
|
|
53386
|
+
[
|
|
53387
|
+
"paragraphComparisonVerb_wp",
|
|
53388
|
+
0
|
|
53389
|
+
]
|
|
53390
|
+
],
|
|
53391
|
+
"choose": 0
|
|
53392
|
+
},
|
|
53393
|
+
{
|
|
53394
|
+
"context": [
|
|
53395
|
+
[
|
|
53396
|
+
"paragraph_wp",
|
|
53397
|
+
1
|
|
53398
|
+
],
|
|
53399
|
+
[
|
|
53400
|
+
"thatVerb",
|
|
53401
|
+
0
|
|
53402
|
+
],
|
|
53403
|
+
[
|
|
53404
|
+
"paragraphComparisonVerb_wp",
|
|
53405
|
+
0
|
|
53406
|
+
]
|
|
53407
|
+
],
|
|
53408
|
+
"choose": 0
|
|
53409
|
+
},
|
|
53410
|
+
{
|
|
53411
|
+
"context": [
|
|
53412
|
+
[
|
|
53413
|
+
"paragraph_wp",
|
|
53414
|
+
1
|
|
53415
|
+
],
|
|
53416
|
+
[
|
|
53417
|
+
"thatVerb",
|
|
53418
|
+
0
|
|
53419
|
+
],
|
|
53420
|
+
[
|
|
53421
|
+
"paragraphComparisonVerb_wp",
|
|
53422
|
+
0
|
|
53423
|
+
],
|
|
53424
|
+
[
|
|
53425
|
+
"bolded_wp",
|
|
53426
|
+
0
|
|
53427
|
+
],
|
|
53428
|
+
[
|
|
53429
|
+
"word_wp",
|
|
53430
|
+
0
|
|
53431
|
+
]
|
|
53432
|
+
],
|
|
53433
|
+
"choose": 0
|
|
53434
|
+
},
|
|
53435
|
+
{
|
|
53436
|
+
"context": [
|
|
53437
|
+
[
|
|
53438
|
+
"paragraph_wp",
|
|
53439
|
+
1
|
|
53440
|
+
],
|
|
53441
|
+
[
|
|
53442
|
+
"thatVerb",
|
|
53443
|
+
0
|
|
53444
|
+
],
|
|
53445
|
+
[
|
|
53446
|
+
"paragraphComparisonVerb_wp",
|
|
53447
|
+
0
|
|
53448
|
+
],
|
|
53449
|
+
[
|
|
53450
|
+
"word_wp",
|
|
53451
|
+
0
|
|
53452
|
+
]
|
|
53453
|
+
],
|
|
53454
|
+
"choose": 0
|
|
53455
|
+
},
|
|
53456
|
+
{
|
|
53457
|
+
"context": [
|
|
53458
|
+
[
|
|
53459
|
+
"article",
|
|
53460
|
+
0
|
|
53461
|
+
],
|
|
53462
|
+
[
|
|
53463
|
+
"word_wp",
|
|
53464
|
+
1
|
|
53465
|
+
],
|
|
53466
|
+
[
|
|
53467
|
+
"statefulElementInContext_wp",
|
|
53468
|
+
0
|
|
53469
|
+
],
|
|
53470
|
+
[
|
|
53471
|
+
"every",
|
|
53472
|
+
0
|
|
53473
|
+
],
|
|
53474
|
+
[
|
|
53475
|
+
"paragraph_wp",
|
|
53476
|
+
0
|
|
53477
|
+
]
|
|
53478
|
+
],
|
|
53479
|
+
"choose": 1
|
|
53480
|
+
},
|
|
53481
|
+
{
|
|
53482
|
+
"context": [
|
|
53483
|
+
[
|
|
53484
|
+
"article",
|
|
53485
|
+
0
|
|
53486
|
+
],
|
|
53487
|
+
[
|
|
53488
|
+
"statefulElement_wp",
|
|
53489
|
+
0
|
|
53490
|
+
]
|
|
53491
|
+
],
|
|
53492
|
+
"choose": 1
|
|
53493
|
+
},
|
|
53494
|
+
{
|
|
53495
|
+
"context": [
|
|
53496
|
+
[
|
|
53497
|
+
"article",
|
|
53498
|
+
0
|
|
53499
|
+
],
|
|
53500
|
+
[
|
|
53501
|
+
"statefulElement_wp",
|
|
53502
|
+
1
|
|
53503
|
+
]
|
|
53504
|
+
],
|
|
53505
|
+
"choose": 1
|
|
53506
|
+
},
|
|
53507
|
+
{
|
|
53508
|
+
"context": [
|
|
53509
|
+
[
|
|
53510
|
+
"article",
|
|
53511
|
+
0
|
|
53512
|
+
],
|
|
53513
|
+
[
|
|
53514
|
+
"ordinal",
|
|
53515
|
+
0
|
|
53516
|
+
],
|
|
53517
|
+
[
|
|
53518
|
+
"statefulElement_wp",
|
|
53519
|
+
0
|
|
53520
|
+
]
|
|
53521
|
+
],
|
|
53522
|
+
"choose": 2
|
|
53223
53523
|
}
|
|
53224
53524
|
]
|
|
53225
53525
|
},
|
|
@@ -53379,10 +53679,10 @@
|
|
|
53379
53679
|
],
|
|
53380
53680
|
"semantics": [
|
|
53381
53681
|
{
|
|
53382
|
-
"where": "/home/dev/code/theprogrammablemind/kms/common/wp.js:
|
|
53682
|
+
"where": "/home/dev/code/theprogrammablemind/kms/common/wp.js:371"
|
|
53383
53683
|
},
|
|
53384
53684
|
{
|
|
53385
|
-
"where": "/home/dev/code/theprogrammablemind/kms/common/wp.js:
|
|
53685
|
+
"where": "/home/dev/code/theprogrammablemind/kms/common/wp.js:380"
|
|
53386
53686
|
}
|
|
53387
53687
|
],
|
|
53388
53688
|
"priorities": [
|
|
@@ -54053,50 +54353,6 @@
|
|
|
54053
54353
|
0
|
|
54054
54354
|
]
|
|
54055
54355
|
],
|
|
54056
|
-
[
|
|
54057
|
-
[
|
|
54058
|
-
"countable",
|
|
54059
|
-
0
|
|
54060
|
-
],
|
|
54061
|
-
[
|
|
54062
|
-
"distributable",
|
|
54063
|
-
0
|
|
54064
|
-
],
|
|
54065
|
-
[
|
|
54066
|
-
"is",
|
|
54067
|
-
0
|
|
54068
|
-
],
|
|
54069
|
-
[
|
|
54070
|
-
"list",
|
|
54071
|
-
1
|
|
54072
|
-
],
|
|
54073
|
-
[
|
|
54074
|
-
"unknown",
|
|
54075
|
-
0
|
|
54076
|
-
]
|
|
54077
|
-
],
|
|
54078
|
-
[
|
|
54079
|
-
[
|
|
54080
|
-
"countable",
|
|
54081
|
-
0
|
|
54082
|
-
],
|
|
54083
|
-
[
|
|
54084
|
-
"distributable",
|
|
54085
|
-
0
|
|
54086
|
-
],
|
|
54087
|
-
[
|
|
54088
|
-
"is",
|
|
54089
|
-
0
|
|
54090
|
-
],
|
|
54091
|
-
[
|
|
54092
|
-
"list",
|
|
54093
|
-
1
|
|
54094
|
-
],
|
|
54095
|
-
[
|
|
54096
|
-
"unknown",
|
|
54097
|
-
0
|
|
54098
|
-
]
|
|
54099
|
-
],
|
|
54100
54356
|
[
|
|
54101
54357
|
[
|
|
54102
54358
|
"countable",
|
|
@@ -54261,34 +54517,6 @@
|
|
|
54261
54517
|
0
|
|
54262
54518
|
]
|
|
54263
54519
|
],
|
|
54264
|
-
[
|
|
54265
|
-
[
|
|
54266
|
-
"is",
|
|
54267
|
-
0
|
|
54268
|
-
],
|
|
54269
|
-
[
|
|
54270
|
-
"list",
|
|
54271
|
-
1
|
|
54272
|
-
],
|
|
54273
|
-
[
|
|
54274
|
-
"unknown",
|
|
54275
|
-
0
|
|
54276
|
-
]
|
|
54277
|
-
],
|
|
54278
|
-
[
|
|
54279
|
-
[
|
|
54280
|
-
"is",
|
|
54281
|
-
0
|
|
54282
|
-
],
|
|
54283
|
-
[
|
|
54284
|
-
"list",
|
|
54285
|
-
1
|
|
54286
|
-
],
|
|
54287
|
-
[
|
|
54288
|
-
"unknown",
|
|
54289
|
-
0
|
|
54290
|
-
]
|
|
54291
|
-
],
|
|
54292
54520
|
[
|
|
54293
54521
|
[
|
|
54294
54522
|
"is",
|
package/common/wp.js
CHANGED
|
@@ -246,6 +246,16 @@ template = {
|
|
|
246
246
|
associations: {
|
|
247
247
|
positive: [
|
|
248
248
|
{ context: [["word_wp",1],["thatVerb",0],["wordComparison_wp",0],["unknown",0]], choose: 0 },
|
|
249
|
+
{ context: [["paragraph_wp",1],["thatVerb",0],["paragraphComparisonVerb_wp",0],["unknown",0]], choose: 0 },
|
|
250
|
+
{ context: [["word_wp",0],["thatVerb",0],["wordComparison_wp",0]], choose: 0 },
|
|
251
|
+
{ context: [["paragraph_wp",0],["thatVerb",0],["paragraphComparisonVerb_wp",0]], choose: 0 },
|
|
252
|
+
{ context: [["paragraph_wp",1],["thatVerb",0],["paragraphComparisonVerb_wp",0]], choose: 0 },
|
|
253
|
+
{ context: [["paragraph_wp",1],["thatVerb",0],["paragraphComparisonVerb_wp",0],["bolded_wp",0],["word_wp",0]], choose: 0 },
|
|
254
|
+
{ context: [["paragraph_wp",1],["thatVerb",0],["paragraphComparisonVerb_wp",0],["word_wp",0]], choose: 0 },
|
|
255
|
+
{ context: [["article",0],["word_wp",1],["statefulElementInContext_wp",0],["every", 0],["paragraph_wp",0]], choose: 1 },
|
|
256
|
+
{ context: [["article",0],["statefulElement_wp",0]], choose: 1 },
|
|
257
|
+
{ context: [["article",0],["statefulElement_wp",1]], choose: 1 },
|
|
258
|
+
{ context: [["article",0],["ordinal", 0],["statefulElement_wp",0]], choose: 2 },
|
|
249
259
|
]
|
|
250
260
|
},
|
|
251
261
|
|
package/main.js
CHANGED
|
@@ -7,6 +7,7 @@ const percentages = require('./common/percentages')
|
|
|
7
7
|
const colors = require('./common/colors')
|
|
8
8
|
const people = require('./common/people')
|
|
9
9
|
const time = require('./common/time')
|
|
10
|
+
const dates = require('./common/dates')
|
|
10
11
|
const yesno = require('./common/yesno')
|
|
11
12
|
const negation = require('./common/negation')
|
|
12
13
|
const asking = require('./common/asking')
|
|
@@ -68,6 +69,7 @@ module.exports = {
|
|
|
68
69
|
colors,
|
|
69
70
|
people,
|
|
70
71
|
time,
|
|
72
|
+
dates,
|
|
71
73
|
yesno,
|
|
72
74
|
negation,
|
|
73
75
|
asking,
|
package/package.json
CHANGED
|
@@ -27,6 +27,7 @@
|
|
|
27
27
|
"colors",
|
|
28
28
|
"people",
|
|
29
29
|
"time",
|
|
30
|
+
"dates",
|
|
30
31
|
"yesno",
|
|
31
32
|
"negation"
|
|
32
33
|
]
|
|
@@ -172,6 +173,9 @@
|
|
|
172
173
|
"common/crew.test.json",
|
|
173
174
|
"common/currency.js",
|
|
174
175
|
"common/currency.test.json",
|
|
176
|
+
"common/dates.instance.json",
|
|
177
|
+
"common/dates.js",
|
|
178
|
+
"common/dates.test.json",
|
|
175
179
|
"common/dialogues.js",
|
|
176
180
|
"common/dialogues.test.json",
|
|
177
181
|
"common/dimension.instance.json",
|
|
@@ -325,8 +329,8 @@
|
|
|
325
329
|
"scriptjs": "^2.5.9",
|
|
326
330
|
"table": "^6.7.1",
|
|
327
331
|
"uuid": "^9.0.0",
|
|
328
|
-
"theprogrammablemind": "9.2.0-beta.
|
|
332
|
+
"theprogrammablemind": "9.2.0-beta.2"
|
|
329
333
|
},
|
|
330
|
-
"version": "9.2.0-beta.
|
|
334
|
+
"version": "9.2.0-beta.2",
|
|
331
335
|
"license": "UNLICENSED"
|
|
332
336
|
}
|