tpmkms 9.7.1-beta.14 → 9.7.1-beta.16
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 +42 -33
- package/common/angle.instance.json +145 -454
- package/common/animals.instance.json +469 -649
- package/common/can.instance.json +73 -100
- package/common/colors.instance.json +504 -1614
- package/common/comparable.instance.json +217 -456
- package/common/compass.instance.json +109 -455
- package/common/concept.instance.json +905 -1
- package/common/concept.js +60 -9
- package/common/crew.instance.json +937 -2620
- package/common/dates.instance.json +180 -335
- package/common/dialogues.js +5 -2
- package/common/dimension.instance.json +472 -1188
- package/common/drone.instance.json +2859 -1449
- package/common/drone.js +2 -2
- package/common/drone_v1.instance.json +961 -575
- package/common/edible.instance.json +1153 -2246
- package/common/emotions.instance.json +37 -249
- package/common/fastfood.instance.json +3183 -12835
- package/common/fastfood.js +1 -0
- package/common/formulas.instance.json +218 -201
- package/common/kirk.instance.json +37 -33
- package/common/length.instance.json +975 -2445
- package/common/length.js +4 -1
- package/common/math.instance.json +37 -25
- package/common/menus.instance.json +252 -333
- package/common/numbers.instance.json +0 -1
- package/common/ordering.instance.json +73 -492
- package/common/people.instance.json +289 -694
- package/common/pipboy.instance.json +613 -1005
- package/common/pokemon.instance.json +472 -1228
- package/common/pressure.instance.json +145 -366
- package/common/properties.instance.json +2606 -737
- package/common/properties.js +50 -10
- package/common/reports.instance.json +75 -238
- package/common/spock.instance.json +37 -33
- package/common/temperature.instance.json +145 -814
- package/common/time.instance.json +611 -1227
- package/common/ui.instance.json +37 -25
- package/common/weight.instance.json +433 -1446
- package/common/wp.instance.json +504 -1238
- package/package.json +2 -2
|
@@ -402,6 +402,11 @@
|
|
|
402
402
|
"propertyMarker",
|
|
403
403
|
false
|
|
404
404
|
],
|
|
405
|
+
[
|
|
406
|
+
"ageMarker",
|
|
407
|
+
"queryable",
|
|
408
|
+
false
|
|
409
|
+
],
|
|
405
410
|
[
|
|
406
411
|
"all",
|
|
407
412
|
"quantifier",
|
|
@@ -537,6 +542,16 @@
|
|
|
537
542
|
"theAble",
|
|
538
543
|
false
|
|
539
544
|
],
|
|
545
|
+
[
|
|
546
|
+
"compound",
|
|
547
|
+
"concept",
|
|
548
|
+
false
|
|
549
|
+
],
|
|
550
|
+
[
|
|
551
|
+
"compound_modifier",
|
|
552
|
+
"adjective",
|
|
553
|
+
false
|
|
554
|
+
],
|
|
540
555
|
[
|
|
541
556
|
"concept",
|
|
542
557
|
"queryable",
|
|
@@ -1187,6 +1202,11 @@
|
|
|
1187
1202
|
"isEder",
|
|
1188
1203
|
false
|
|
1189
1204
|
],
|
|
1205
|
+
[
|
|
1206
|
+
"isOpenCompound",
|
|
1207
|
+
"verb",
|
|
1208
|
+
false
|
|
1209
|
+
],
|
|
1190
1210
|
[
|
|
1191
1211
|
"isQuery",
|
|
1192
1212
|
"verb",
|
|
@@ -1957,6 +1977,26 @@
|
|
|
1957
1977
|
"theAble",
|
|
1958
1978
|
false
|
|
1959
1979
|
],
|
|
1980
|
+
[
|
|
1981
|
+
"open",
|
|
1982
|
+
"compound_modifier",
|
|
1983
|
+
false
|
|
1984
|
+
],
|
|
1985
|
+
[
|
|
1986
|
+
"open_compound",
|
|
1987
|
+
"adjective",
|
|
1988
|
+
true
|
|
1989
|
+
],
|
|
1990
|
+
[
|
|
1991
|
+
"open_compound",
|
|
1992
|
+
"compound",
|
|
1993
|
+
false
|
|
1994
|
+
],
|
|
1995
|
+
[
|
|
1996
|
+
"open_compound",
|
|
1997
|
+
"concept",
|
|
1998
|
+
false
|
|
1999
|
+
],
|
|
1960
2000
|
[
|
|
1961
2001
|
"operator",
|
|
1962
2002
|
"concept",
|
|
@@ -2794,22 +2834,7 @@
|
|
|
2794
2834
|
"responses": [
|
|
2795
2835
|
""
|
|
2796
2836
|
],
|
|
2797
|
-
"associations": [
|
|
2798
|
-
[
|
|
2799
|
-
[
|
|
2800
|
-
"convertToUnits",
|
|
2801
|
-
0
|
|
2802
|
-
],
|
|
2803
|
-
[
|
|
2804
|
-
"millisecond",
|
|
2805
|
-
0
|
|
2806
|
-
],
|
|
2807
|
-
[
|
|
2808
|
-
"quantity",
|
|
2809
|
-
0
|
|
2810
|
-
]
|
|
2811
|
-
]
|
|
2812
|
-
],
|
|
2837
|
+
"associations": [],
|
|
2813
2838
|
"summaries": [
|
|
2814
2839
|
{
|
|
2815
2840
|
"summaries": [
|
|
@@ -2903,7 +2928,6 @@
|
|
|
2903
2928
|
}
|
|
2904
2929
|
],
|
|
2905
2930
|
"learned_contextual_priorities": [],
|
|
2906
|
-
"rtf_associations": [],
|
|
2907
2931
|
"query": "quantity in milliseconds",
|
|
2908
2932
|
"skipSemantics": true,
|
|
2909
2933
|
"key": {
|
|
@@ -2912,22 +2936,7 @@
|
|
|
2912
2936
|
}
|
|
2913
2937
|
],
|
|
2914
2938
|
"semantics": [],
|
|
2915
|
-
"associations": [
|
|
2916
|
-
[
|
|
2917
|
-
[
|
|
2918
|
-
"convertToUnits",
|
|
2919
|
-
0
|
|
2920
|
-
],
|
|
2921
|
-
[
|
|
2922
|
-
"millisecond",
|
|
2923
|
-
0
|
|
2924
|
-
],
|
|
2925
|
-
[
|
|
2926
|
-
"quantity",
|
|
2927
|
-
0
|
|
2928
|
-
]
|
|
2929
|
-
]
|
|
2930
|
-
],
|
|
2939
|
+
"associations": [],
|
|
2931
2940
|
"summaries": [
|
|
2932
2941
|
{
|
|
2933
2942
|
"summaries": [
|