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.
- package/common/actions.instance.json +99 -0
- package/common/actions.js +67 -0
- package/common/actions.test.json +656 -0
- package/common/angle.instance.json +20 -0
- package/common/colors.instance.json +0 -28
- package/common/compass.instance.json +15 -0
- package/common/dates.instance.json +0 -84
- package/common/dialogues.js +1 -1
- package/common/dimension.instance.json +96 -12
- package/common/dimension.js +12 -3
- package/common/drone.instance.json +10130 -1641
- package/common/drone.js +217 -71
- package/common/drone.test.json +192134 -3455
- package/common/drone_v1.instance.json +38 -31
- package/common/drone_v1.js +20 -15
- package/common/drone_v1.test.json +659 -389
- package/common/edible.instance.json +0 -128
- package/common/fastfood.instance.json +72 -392
- package/common/gdefaults.js +5 -1
- package/common/helpers/conjunction.js +9 -5
- package/common/helpers/drone.js +13 -1
- package/common/length.instance.json +135 -0
- package/common/nameable.js +63 -24
- package/common/nameable.test.json +3270 -3912
- package/common/ordinals.js +13 -0
- package/common/pipboy.instance.json +0 -56
- package/common/pressure.instance.json +20 -0
- package/common/properties.js +16 -6
- package/common/reports.instance.json +1 -1
- package/common/stm.js +119 -25
- package/common/temperature.instance.json +20 -0
- package/common/time.instance.json +45 -0
- package/common/time.test.json +3403 -0
- package/common/weight.instance.json +60 -0
- package/common/wp.instance.json +0 -56
- package/main.js +2 -0
- package/package.json +6 -2
|
@@ -351,6 +351,11 @@
|
|
|
351
351
|
"expression",
|
|
352
352
|
false
|
|
353
353
|
],
|
|
354
|
+
[
|
|
355
|
+
"forQuantity",
|
|
356
|
+
"preposition",
|
|
357
|
+
false
|
|
358
|
+
],
|
|
354
359
|
[
|
|
355
360
|
"forVariable",
|
|
356
361
|
"preposition",
|
|
@@ -2451,6 +2456,11 @@
|
|
|
2451
2456
|
"expression",
|
|
2452
2457
|
false
|
|
2453
2458
|
],
|
|
2459
|
+
[
|
|
2460
|
+
"forQuantity",
|
|
2461
|
+
"preposition",
|
|
2462
|
+
false
|
|
2463
|
+
],
|
|
2454
2464
|
[
|
|
2455
2465
|
"forVariable",
|
|
2456
2466
|
"preposition",
|
|
@@ -4778,6 +4788,11 @@
|
|
|
4778
4788
|
"expression",
|
|
4779
4789
|
false
|
|
4780
4790
|
],
|
|
4791
|
+
[
|
|
4792
|
+
"forQuantity",
|
|
4793
|
+
"preposition",
|
|
4794
|
+
false
|
|
4795
|
+
],
|
|
4781
4796
|
[
|
|
4782
4797
|
"forVariable",
|
|
4783
4798
|
"preposition",
|
|
@@ -9432,6 +9447,11 @@
|
|
|
9432
9447
|
"expression",
|
|
9433
9448
|
false
|
|
9434
9449
|
],
|
|
9450
|
+
[
|
|
9451
|
+
"forQuantity",
|
|
9452
|
+
"preposition",
|
|
9453
|
+
false
|
|
9454
|
+
],
|
|
9435
9455
|
[
|
|
9436
9456
|
"forVariable",
|
|
9437
9457
|
"preposition",
|
|
@@ -12327,6 +12347,11 @@
|
|
|
12327
12347
|
"expression",
|
|
12328
12348
|
false
|
|
12329
12349
|
],
|
|
12350
|
+
[
|
|
12351
|
+
"forQuantity",
|
|
12352
|
+
"preposition",
|
|
12353
|
+
false
|
|
12354
|
+
],
|
|
12330
12355
|
[
|
|
12331
12356
|
"forVariable",
|
|
12332
12357
|
"preposition",
|
|
@@ -15218,6 +15243,11 @@
|
|
|
15218
15243
|
"expression",
|
|
15219
15244
|
false
|
|
15220
15245
|
],
|
|
15246
|
+
[
|
|
15247
|
+
"forQuantity",
|
|
15248
|
+
"preposition",
|
|
15249
|
+
false
|
|
15250
|
+
],
|
|
15221
15251
|
[
|
|
15222
15252
|
"forVariable",
|
|
15223
15253
|
"preposition",
|
|
@@ -18039,6 +18069,11 @@
|
|
|
18039
18069
|
"expression",
|
|
18040
18070
|
false
|
|
18041
18071
|
],
|
|
18072
|
+
[
|
|
18073
|
+
"forQuantity",
|
|
18074
|
+
"preposition",
|
|
18075
|
+
false
|
|
18076
|
+
],
|
|
18042
18077
|
[
|
|
18043
18078
|
"forVariable",
|
|
18044
18079
|
"preposition",
|
|
@@ -20860,6 +20895,11 @@
|
|
|
20860
20895
|
"expression",
|
|
20861
20896
|
false
|
|
20862
20897
|
],
|
|
20898
|
+
[
|
|
20899
|
+
"forQuantity",
|
|
20900
|
+
"preposition",
|
|
20901
|
+
false
|
|
20902
|
+
],
|
|
20863
20903
|
[
|
|
20864
20904
|
"forVariable",
|
|
20865
20905
|
"preposition",
|
|
@@ -23681,6 +23721,11 @@
|
|
|
23681
23721
|
"expression",
|
|
23682
23722
|
false
|
|
23683
23723
|
],
|
|
23724
|
+
[
|
|
23725
|
+
"forQuantity",
|
|
23726
|
+
"preposition",
|
|
23727
|
+
false
|
|
23728
|
+
],
|
|
23684
23729
|
[
|
|
23685
23730
|
"forVariable",
|
|
23686
23731
|
"preposition",
|
|
@@ -26502,6 +26547,11 @@
|
|
|
26502
26547
|
"expression",
|
|
26503
26548
|
false
|
|
26504
26549
|
],
|
|
26550
|
+
[
|
|
26551
|
+
"forQuantity",
|
|
26552
|
+
"preposition",
|
|
26553
|
+
false
|
|
26554
|
+
],
|
|
26505
26555
|
[
|
|
26506
26556
|
"forVariable",
|
|
26507
26557
|
"preposition",
|
|
@@ -29327,6 +29377,11 @@
|
|
|
29327
29377
|
"expression",
|
|
29328
29378
|
false
|
|
29329
29379
|
],
|
|
29380
|
+
[
|
|
29381
|
+
"forQuantity",
|
|
29382
|
+
"preposition",
|
|
29383
|
+
false
|
|
29384
|
+
],
|
|
29330
29385
|
[
|
|
29331
29386
|
"forVariable",
|
|
29332
29387
|
"preposition",
|
|
@@ -32148,6 +32203,11 @@
|
|
|
32148
32203
|
"expression",
|
|
32149
32204
|
false
|
|
32150
32205
|
],
|
|
32206
|
+
[
|
|
32207
|
+
"forQuantity",
|
|
32208
|
+
"preposition",
|
|
32209
|
+
false
|
|
32210
|
+
],
|
|
32151
32211
|
[
|
|
32152
32212
|
"forVariable",
|
|
32153
32213
|
"preposition",
|
package/common/wp.instance.json
CHANGED
|
@@ -28552,20 +28552,6 @@
|
|
|
28552
28552
|
0
|
|
28553
28553
|
]
|
|
28554
28554
|
],
|
|
28555
|
-
[
|
|
28556
|
-
[
|
|
28557
|
-
"is",
|
|
28558
|
-
0
|
|
28559
|
-
],
|
|
28560
|
-
[
|
|
28561
|
-
"list",
|
|
28562
|
-
1
|
|
28563
|
-
],
|
|
28564
|
-
[
|
|
28565
|
-
"unknown",
|
|
28566
|
-
0
|
|
28567
|
-
]
|
|
28568
|
-
],
|
|
28569
28555
|
[
|
|
28570
28556
|
[
|
|
28571
28557
|
"is",
|
|
@@ -55331,20 +55317,6 @@
|
|
|
55331
55317
|
0
|
|
55332
55318
|
]
|
|
55333
55319
|
],
|
|
55334
|
-
[
|
|
55335
|
-
[
|
|
55336
|
-
"is",
|
|
55337
|
-
0
|
|
55338
|
-
],
|
|
55339
|
-
[
|
|
55340
|
-
"list",
|
|
55341
|
-
1
|
|
55342
|
-
],
|
|
55343
|
-
[
|
|
55344
|
-
"unknown",
|
|
55345
|
-
0
|
|
55346
|
-
]
|
|
55347
|
-
],
|
|
55348
55320
|
[
|
|
55349
55321
|
[
|
|
55350
55322
|
"is",
|
|
@@ -62814,34 +62786,6 @@
|
|
|
62814
62786
|
0
|
|
62815
62787
|
]
|
|
62816
62788
|
],
|
|
62817
|
-
[
|
|
62818
|
-
[
|
|
62819
|
-
"is",
|
|
62820
|
-
0
|
|
62821
|
-
],
|
|
62822
|
-
[
|
|
62823
|
-
"list",
|
|
62824
|
-
1
|
|
62825
|
-
],
|
|
62826
|
-
[
|
|
62827
|
-
"unknown",
|
|
62828
|
-
0
|
|
62829
|
-
]
|
|
62830
|
-
],
|
|
62831
|
-
[
|
|
62832
|
-
[
|
|
62833
|
-
"is",
|
|
62834
|
-
0
|
|
62835
|
-
],
|
|
62836
|
-
[
|
|
62837
|
-
"list",
|
|
62838
|
-
1
|
|
62839
|
-
],
|
|
62840
|
-
[
|
|
62841
|
-
"unknown",
|
|
62842
|
-
0
|
|
62843
|
-
]
|
|
62844
|
-
],
|
|
62845
62789
|
[
|
|
62846
62790
|
[
|
|
62847
62791
|
"is",
|
package/main.js
CHANGED
|
@@ -29,6 +29,7 @@ const dateTimeSelectors = require('./common/dateTimeSelectors')
|
|
|
29
29
|
const tokenize = require('./common/tokenize')
|
|
30
30
|
const testing = require('./common/testing')
|
|
31
31
|
const drone_v1 = require('./common/drone_v1')
|
|
32
|
+
const actions = require('./common/actions')
|
|
32
33
|
const articles = require('./common/articles')
|
|
33
34
|
const nameable = require('./common/nameable')
|
|
34
35
|
const conjunction = require('./common/conjunction')
|
|
@@ -100,6 +101,7 @@ module.exports = {
|
|
|
100
101
|
tokenize,
|
|
101
102
|
testing,
|
|
102
103
|
drone_v1,
|
|
104
|
+
actions,
|
|
103
105
|
articles,
|
|
104
106
|
nameable,
|
|
105
107
|
conjunction,
|
package/package.json
CHANGED
|
@@ -67,6 +67,7 @@
|
|
|
67
67
|
"name": "Language",
|
|
68
68
|
"description": "Knowledge related to language",
|
|
69
69
|
"includes": [
|
|
70
|
+
"actions",
|
|
70
71
|
"articles",
|
|
71
72
|
"nameable",
|
|
72
73
|
"conjunction",
|
|
@@ -157,6 +158,9 @@
|
|
|
157
158
|
"description": "Reusable libraries for Entodicton, a natural language to json converter",
|
|
158
159
|
"name": "tpmkms",
|
|
159
160
|
"files": [
|
|
161
|
+
"common/actions.instance.json",
|
|
162
|
+
"common/actions.js",
|
|
163
|
+
"common/actions.test.json",
|
|
160
164
|
"common/angle.instance.json",
|
|
161
165
|
"common/angle.js",
|
|
162
166
|
"common/angle.test.json",
|
|
@@ -382,8 +386,8 @@
|
|
|
382
386
|
"scriptjs": "^2.5.9",
|
|
383
387
|
"table": "^6.7.1",
|
|
384
388
|
"uuid": "^9.0.0",
|
|
385
|
-
"theprogrammablemind": "9.6.
|
|
389
|
+
"theprogrammablemind": "9.6.2"
|
|
386
390
|
},
|
|
387
|
-
"version": "9.6.
|
|
391
|
+
"version": "9.6.2",
|
|
388
392
|
"license": "UNLICENSED"
|
|
389
393
|
}
|