tpmkms_4wp 8.9.0-beta.2 → 8.9.0-beta.4
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/countable.js +8 -2
- package/common/countable.test.json +586 -0
- package/common/hierarchy.js +5 -5
- package/common/hierarchy.test.json +1491 -0
- package/common/pipboy.instance.json +28 -28
- package/common/wp.instance.json +5986 -618
- package/common/wp.js +33 -3
- package/common/wp.test.json +1120 -0
- package/package.json +2 -2
package/common/wp.test.json
CHANGED
@@ -3784,5 +3784,1125 @@
|
|
3784
3784
|
"responses": [
|
3785
3785
|
""
|
3786
3786
|
]
|
3787
|
+
},
|
3788
|
+
{
|
3789
|
+
"associations": [
|
3790
|
+
[
|
3791
|
+
[
|
3792
|
+
"blue_colors",
|
3793
|
+
0
|
3794
|
+
],
|
3795
|
+
[
|
3796
|
+
"changeState",
|
3797
|
+
0
|
3798
|
+
]
|
3799
|
+
],
|
3800
|
+
[
|
3801
|
+
[
|
3802
|
+
"blue_colors",
|
3803
|
+
0
|
3804
|
+
],
|
3805
|
+
[
|
3806
|
+
"changeState",
|
3807
|
+
0
|
3808
|
+
],
|
3809
|
+
[
|
3810
|
+
"every",
|
3811
|
+
0
|
3812
|
+
],
|
3813
|
+
[
|
3814
|
+
"word",
|
3815
|
+
0
|
3816
|
+
]
|
3817
|
+
],
|
3818
|
+
[
|
3819
|
+
[
|
3820
|
+
"blue_colors",
|
3821
|
+
0
|
3822
|
+
],
|
3823
|
+
[
|
3824
|
+
"changeState",
|
3825
|
+
0
|
3826
|
+
],
|
3827
|
+
[
|
3828
|
+
"word",
|
3829
|
+
0
|
3830
|
+
]
|
3831
|
+
]
|
3832
|
+
],
|
3833
|
+
"config": {
|
3834
|
+
},
|
3835
|
+
"contexts": [
|
3836
|
+
{
|
3837
|
+
"dead": true,
|
3838
|
+
"default": true,
|
3839
|
+
"element": {
|
3840
|
+
"dead": true,
|
3841
|
+
"instance": true,
|
3842
|
+
"level": 1,
|
3843
|
+
"marker": "word",
|
3844
|
+
"modifiers": [
|
3845
|
+
"quantity"
|
3846
|
+
],
|
3847
|
+
"number": "one",
|
3848
|
+
"quantity": {
|
3849
|
+
"dead": true,
|
3850
|
+
"default": true,
|
3851
|
+
"level": 1,
|
3852
|
+
"marker": "every",
|
3853
|
+
"number": "one",
|
3854
|
+
"quantity": "every",
|
3855
|
+
"range": {
|
3856
|
+
"end": 9,
|
3857
|
+
"start": 5
|
3858
|
+
},
|
3859
|
+
"text": "every",
|
3860
|
+
"types": [
|
3861
|
+
"every"
|
3862
|
+
],
|
3863
|
+
"value": "every",
|
3864
|
+
"word": "every"
|
3865
|
+
},
|
3866
|
+
"range": {
|
3867
|
+
"end": 14,
|
3868
|
+
"start": 5
|
3869
|
+
},
|
3870
|
+
"text": "every word",
|
3871
|
+
"types": [
|
3872
|
+
"word"
|
3873
|
+
],
|
3874
|
+
"value": "word",
|
3875
|
+
"word": "word"
|
3876
|
+
},
|
3877
|
+
"generate": [
|
3878
|
+
"operator",
|
3879
|
+
"element",
|
3880
|
+
"state"
|
3881
|
+
],
|
3882
|
+
"level": 1,
|
3883
|
+
"marker": "changeState",
|
3884
|
+
"operator": {
|
3885
|
+
"default": true,
|
3886
|
+
"level": 0,
|
3887
|
+
"marker": "changeState",
|
3888
|
+
"range": {
|
3889
|
+
"end": 3,
|
3890
|
+
"start": 0
|
3891
|
+
},
|
3892
|
+
"text": "make",
|
3893
|
+
"word": "make"
|
3894
|
+
},
|
3895
|
+
"range": {
|
3896
|
+
"end": 19,
|
3897
|
+
"start": 0
|
3898
|
+
},
|
3899
|
+
"state": {
|
3900
|
+
"dead": true,
|
3901
|
+
"level": 1,
|
3902
|
+
"marker": "blue_colors",
|
3903
|
+
"number": "one",
|
3904
|
+
"range": {
|
3905
|
+
"end": 19,
|
3906
|
+
"start": 16
|
3907
|
+
},
|
3908
|
+
"text": "blue",
|
3909
|
+
"types": [
|
3910
|
+
"blue_colors"
|
3911
|
+
],
|
3912
|
+
"value": "blue_colors",
|
3913
|
+
"word": "blue"
|
3914
|
+
},
|
3915
|
+
"text": "make every word blue",
|
3916
|
+
"topLevel": true,
|
3917
|
+
"touchedBy": [
|
3918
|
+
"wp#call2"
|
3919
|
+
],
|
3920
|
+
"word": "make"
|
3921
|
+
}
|
3922
|
+
],
|
3923
|
+
"developerTest": false,
|
3924
|
+
"generatedParenthesized": [
|
3925
|
+
""
|
3926
|
+
],
|
3927
|
+
"metadata": {
|
3928
|
+
"opChoices": [
|
3929
|
+
{
|
3930
|
+
"counter": 1,
|
3931
|
+
"op": [
|
3932
|
+
"every",
|
3933
|
+
0
|
3934
|
+
],
|
3935
|
+
"ops": [
|
3936
|
+
[
|
3937
|
+
"blue_colors",
|
3938
|
+
0
|
3939
|
+
],
|
3940
|
+
[
|
3941
|
+
"changeState",
|
3942
|
+
0
|
3943
|
+
],
|
3944
|
+
[
|
3945
|
+
"counting",
|
3946
|
+
0
|
3947
|
+
],
|
3948
|
+
[
|
3949
|
+
"every",
|
3950
|
+
0
|
3951
|
+
],
|
3952
|
+
[
|
3953
|
+
"word",
|
3954
|
+
0
|
3955
|
+
]
|
3956
|
+
]
|
3957
|
+
},
|
3958
|
+
{
|
3959
|
+
"counter": 2,
|
3960
|
+
"op": [
|
3961
|
+
"word",
|
3962
|
+
0
|
3963
|
+
],
|
3964
|
+
"ops": [
|
3965
|
+
[
|
3966
|
+
"blue_colors",
|
3967
|
+
0
|
3968
|
+
],
|
3969
|
+
[
|
3970
|
+
"changeState",
|
3971
|
+
0
|
3972
|
+
],
|
3973
|
+
[
|
3974
|
+
"counting",
|
3975
|
+
0
|
3976
|
+
],
|
3977
|
+
[
|
3978
|
+
"word",
|
3979
|
+
0
|
3980
|
+
]
|
3981
|
+
]
|
3982
|
+
},
|
3983
|
+
{
|
3984
|
+
"counter": 3,
|
3985
|
+
"op": [
|
3986
|
+
"counting",
|
3987
|
+
0
|
3988
|
+
],
|
3989
|
+
"ops": [
|
3990
|
+
[
|
3991
|
+
"blue_colors",
|
3992
|
+
0
|
3993
|
+
],
|
3994
|
+
[
|
3995
|
+
"changeState",
|
3996
|
+
0
|
3997
|
+
],
|
3998
|
+
[
|
3999
|
+
"counting",
|
4000
|
+
0
|
4001
|
+
]
|
4002
|
+
]
|
4003
|
+
},
|
4004
|
+
{
|
4005
|
+
"counter": 4,
|
4006
|
+
"op": [
|
4007
|
+
"blue_colors",
|
4008
|
+
0
|
4009
|
+
],
|
4010
|
+
"ops": [
|
4011
|
+
[
|
4012
|
+
"blue_colors",
|
4013
|
+
0
|
4014
|
+
],
|
4015
|
+
[
|
4016
|
+
"changeState",
|
4017
|
+
0
|
4018
|
+
]
|
4019
|
+
]
|
4020
|
+
},
|
4021
|
+
{
|
4022
|
+
"counter": 5,
|
4023
|
+
"op": [
|
4024
|
+
"changeState",
|
4025
|
+
0
|
4026
|
+
],
|
4027
|
+
"ops": [
|
4028
|
+
[
|
4029
|
+
"changeState",
|
4030
|
+
0
|
4031
|
+
]
|
4032
|
+
]
|
4033
|
+
}
|
4034
|
+
]
|
4035
|
+
},
|
4036
|
+
"objects": {
|
4037
|
+
"nameToUUID": {
|
4038
|
+
"articles": "articles2",
|
4039
|
+
"asking": "asking2",
|
4040
|
+
"colors": "colors2",
|
4041
|
+
"concept": "concept2",
|
4042
|
+
"conjunction": "conjunction2",
|
4043
|
+
"countable": "countable2",
|
4044
|
+
"dialogues": "dialogues2",
|
4045
|
+
"errors": "errors2",
|
4046
|
+
"evaluate": "evaluate2",
|
4047
|
+
"gdefaults": "gdefaults2",
|
4048
|
+
"hierarchy": "hierarchy2",
|
4049
|
+
"meta": "meta2",
|
4050
|
+
"negation": "negation2",
|
4051
|
+
"numbers": "numbers2",
|
4052
|
+
"ordinals": "ordinals2",
|
4053
|
+
"pos": "pos2",
|
4054
|
+
"properties": "properties2",
|
4055
|
+
"punctuation": "punctuation2",
|
4056
|
+
"sdefaults": "sdefaults2",
|
4057
|
+
"stm": "stm2",
|
4058
|
+
"tokenize": "tokenize2",
|
4059
|
+
"ui": "ui2",
|
4060
|
+
"wp": "wp1"
|
4061
|
+
},
|
4062
|
+
"namespaced": {
|
4063
|
+
"articles2": {
|
4064
|
+
},
|
4065
|
+
"asking2": {
|
4066
|
+
},
|
4067
|
+
"colors2": {
|
4068
|
+
},
|
4069
|
+
"concept2": {
|
4070
|
+
"defaultTypesForHierarchy": {
|
4071
|
+
},
|
4072
|
+
"valueToWords": [
|
4073
|
+
]
|
4074
|
+
},
|
4075
|
+
"conjunction2": {
|
4076
|
+
},
|
4077
|
+
"countable2": {
|
4078
|
+
},
|
4079
|
+
"dialogues2": {
|
4080
|
+
"idSuffix": "",
|
4081
|
+
"mentioned": [
|
4082
|
+
],
|
4083
|
+
"variables": {
|
4084
|
+
}
|
4085
|
+
},
|
4086
|
+
"errors2": {
|
4087
|
+
},
|
4088
|
+
"evaluate2": {
|
4089
|
+
},
|
4090
|
+
"gdefaults2": {
|
4091
|
+
},
|
4092
|
+
"hierarchy2": {
|
4093
|
+
},
|
4094
|
+
"meta2": {
|
4095
|
+
},
|
4096
|
+
"negation2": {
|
4097
|
+
},
|
4098
|
+
"numbers2": {
|
4099
|
+
},
|
4100
|
+
"ordinals2": {
|
4101
|
+
},
|
4102
|
+
"pos2": {
|
4103
|
+
},
|
4104
|
+
"properties2": {
|
4105
|
+
"children": {
|
4106
|
+
"blue_colors": [
|
4107
|
+
"aqua_colors",
|
4108
|
+
"cyan_colors",
|
4109
|
+
"aquamarine_colors",
|
4110
|
+
"turquoise_colors",
|
4111
|
+
"navy_colors"
|
4112
|
+
],
|
4113
|
+
"brightness_colors": [
|
4114
|
+
"dark_colors",
|
4115
|
+
"light_colors"
|
4116
|
+
],
|
4117
|
+
"brown_colors": [
|
4118
|
+
"tan_colors",
|
4119
|
+
"sienna_colors",
|
4120
|
+
"maroon_colors"
|
4121
|
+
],
|
4122
|
+
"color_colors": [
|
4123
|
+
"red_colors",
|
4124
|
+
"pink_colors",
|
4125
|
+
"orange_colors",
|
4126
|
+
"yellow_colors",
|
4127
|
+
"purple_colors",
|
4128
|
+
"green_colors",
|
4129
|
+
"blue_colors",
|
4130
|
+
"brown_colors",
|
4131
|
+
"white_colors",
|
4132
|
+
"gray_colors"
|
4133
|
+
],
|
4134
|
+
"countable": [
|
4135
|
+
"word",
|
4136
|
+
"character",
|
4137
|
+
"paragraph"
|
4138
|
+
],
|
4139
|
+
"gray_colors": [
|
4140
|
+
"silver_colors",
|
4141
|
+
"black_colors"
|
4142
|
+
],
|
4143
|
+
"green_colors": [
|
4144
|
+
"lime_colors",
|
4145
|
+
"chartruese_colors",
|
4146
|
+
"olive_colors",
|
4147
|
+
"teal_colors"
|
4148
|
+
],
|
4149
|
+
"hierarchyAble": [
|
4150
|
+
"unknown"
|
4151
|
+
],
|
4152
|
+
"object": [
|
4153
|
+
"whose"
|
4154
|
+
],
|
4155
|
+
"purple_colors": [
|
4156
|
+
"lavender_colors",
|
4157
|
+
"violet_colors",
|
4158
|
+
"magenta_colors",
|
4159
|
+
"indigo_colors"
|
4160
|
+
],
|
4161
|
+
"red_colors": [
|
4162
|
+
"crimson_colors"
|
4163
|
+
],
|
4164
|
+
"statefulelement": [
|
4165
|
+
"word"
|
4166
|
+
],
|
4167
|
+
"white_colors": [
|
4168
|
+
"snow_colors",
|
4169
|
+
"azure_colors",
|
4170
|
+
"beige_colors",
|
4171
|
+
"ivory_colors"
|
4172
|
+
],
|
4173
|
+
"yellow_colors": [
|
4174
|
+
"gold_colors",
|
4175
|
+
"khaki_colors"
|
4176
|
+
]
|
4177
|
+
},
|
4178
|
+
"concepts": [
|
4179
|
+
"properties",
|
4180
|
+
"unknown",
|
4181
|
+
"hierarchyAble",
|
4182
|
+
"whose",
|
4183
|
+
"object",
|
4184
|
+
"dark_colors",
|
4185
|
+
"brightness_colors",
|
4186
|
+
"light_colors",
|
4187
|
+
"red_colors",
|
4188
|
+
"color_colors",
|
4189
|
+
"pink_colors",
|
4190
|
+
"orange_colors",
|
4191
|
+
"yellow_colors",
|
4192
|
+
"purple_colors",
|
4193
|
+
"green_colors",
|
4194
|
+
"blue_colors",
|
4195
|
+
"brown_colors",
|
4196
|
+
"white_colors",
|
4197
|
+
"gray_colors",
|
4198
|
+
"crimson_colors",
|
4199
|
+
"gold_colors",
|
4200
|
+
"khaki_colors",
|
4201
|
+
"lavender_colors",
|
4202
|
+
"violet_colors",
|
4203
|
+
"magenta_colors",
|
4204
|
+
"indigo_colors",
|
4205
|
+
"lime_colors",
|
4206
|
+
"chartruese_colors",
|
4207
|
+
"olive_colors",
|
4208
|
+
"teal_colors",
|
4209
|
+
"aqua_colors",
|
4210
|
+
"cyan_colors",
|
4211
|
+
"aquamarine_colors",
|
4212
|
+
"turquoise_colors",
|
4213
|
+
"navy_colors",
|
4214
|
+
"tan_colors",
|
4215
|
+
"sienna_colors",
|
4216
|
+
"maroon_colors",
|
4217
|
+
"snow_colors",
|
4218
|
+
"azure_colors",
|
4219
|
+
"beige_colors",
|
4220
|
+
"ivory_colors",
|
4221
|
+
"silver_colors",
|
4222
|
+
"black_colors",
|
4223
|
+
"word",
|
4224
|
+
"countable",
|
4225
|
+
"statefulelement",
|
4226
|
+
"character",
|
4227
|
+
"paragraph"
|
4228
|
+
],
|
4229
|
+
"parents": {
|
4230
|
+
"aqua_colors": [
|
4231
|
+
"blue_colors"
|
4232
|
+
],
|
4233
|
+
"aquamarine_colors": [
|
4234
|
+
"blue_colors"
|
4235
|
+
],
|
4236
|
+
"azure_colors": [
|
4237
|
+
"white_colors"
|
4238
|
+
],
|
4239
|
+
"beige_colors": [
|
4240
|
+
"white_colors"
|
4241
|
+
],
|
4242
|
+
"black_colors": [
|
4243
|
+
"gray_colors"
|
4244
|
+
],
|
4245
|
+
"blue_colors": [
|
4246
|
+
"color_colors"
|
4247
|
+
],
|
4248
|
+
"brown_colors": [
|
4249
|
+
"color_colors"
|
4250
|
+
],
|
4251
|
+
"character": [
|
4252
|
+
"countable"
|
4253
|
+
],
|
4254
|
+
"chartruese_colors": [
|
4255
|
+
"green_colors"
|
4256
|
+
],
|
4257
|
+
"crimson_colors": [
|
4258
|
+
"red_colors"
|
4259
|
+
],
|
4260
|
+
"cyan_colors": [
|
4261
|
+
"blue_colors"
|
4262
|
+
],
|
4263
|
+
"dark_colors": [
|
4264
|
+
"brightness_colors"
|
4265
|
+
],
|
4266
|
+
"gold_colors": [
|
4267
|
+
"yellow_colors"
|
4268
|
+
],
|
4269
|
+
"gray_colors": [
|
4270
|
+
"color_colors"
|
4271
|
+
],
|
4272
|
+
"green_colors": [
|
4273
|
+
"color_colors"
|
4274
|
+
],
|
4275
|
+
"indigo_colors": [
|
4276
|
+
"purple_colors"
|
4277
|
+
],
|
4278
|
+
"ivory_colors": [
|
4279
|
+
"white_colors"
|
4280
|
+
],
|
4281
|
+
"khaki_colors": [
|
4282
|
+
"yellow_colors"
|
4283
|
+
],
|
4284
|
+
"lavender_colors": [
|
4285
|
+
"purple_colors"
|
4286
|
+
],
|
4287
|
+
"light_colors": [
|
4288
|
+
"brightness_colors"
|
4289
|
+
],
|
4290
|
+
"lime_colors": [
|
4291
|
+
"green_colors"
|
4292
|
+
],
|
4293
|
+
"magenta_colors": [
|
4294
|
+
"purple_colors"
|
4295
|
+
],
|
4296
|
+
"maroon_colors": [
|
4297
|
+
"brown_colors"
|
4298
|
+
],
|
4299
|
+
"navy_colors": [
|
4300
|
+
"blue_colors"
|
4301
|
+
],
|
4302
|
+
"olive_colors": [
|
4303
|
+
"green_colors"
|
4304
|
+
],
|
4305
|
+
"orange_colors": [
|
4306
|
+
"color_colors"
|
4307
|
+
],
|
4308
|
+
"paragraph": [
|
4309
|
+
"countable"
|
4310
|
+
],
|
4311
|
+
"pink_colors": [
|
4312
|
+
"color_colors"
|
4313
|
+
],
|
4314
|
+
"purple_colors": [
|
4315
|
+
"color_colors"
|
4316
|
+
],
|
4317
|
+
"red_colors": [
|
4318
|
+
"color_colors"
|
4319
|
+
],
|
4320
|
+
"sienna_colors": [
|
4321
|
+
"brown_colors"
|
4322
|
+
],
|
4323
|
+
"silver_colors": [
|
4324
|
+
"gray_colors"
|
4325
|
+
],
|
4326
|
+
"snow_colors": [
|
4327
|
+
"white_colors"
|
4328
|
+
],
|
4329
|
+
"tan_colors": [
|
4330
|
+
"brown_colors"
|
4331
|
+
],
|
4332
|
+
"teal_colors": [
|
4333
|
+
"green_colors"
|
4334
|
+
],
|
4335
|
+
"turquoise_colors": [
|
4336
|
+
"blue_colors"
|
4337
|
+
],
|
4338
|
+
"unknown": [
|
4339
|
+
"hierarchyAble"
|
4340
|
+
],
|
4341
|
+
"violet_colors": [
|
4342
|
+
"purple_colors"
|
4343
|
+
],
|
4344
|
+
"white_colors": [
|
4345
|
+
"color_colors"
|
4346
|
+
],
|
4347
|
+
"whose": [
|
4348
|
+
"object"
|
4349
|
+
],
|
4350
|
+
"word": [
|
4351
|
+
"countable",
|
4352
|
+
"statefulelement"
|
4353
|
+
],
|
4354
|
+
"yellow_colors": [
|
4355
|
+
"color_colors"
|
4356
|
+
]
|
4357
|
+
},
|
4358
|
+
"properties": {
|
4359
|
+
"handlers": {
|
4360
|
+
},
|
4361
|
+
"initHandlers": [
|
4362
|
+
],
|
4363
|
+
"root": {
|
4364
|
+
"aqua_colors": {
|
4365
|
+
},
|
4366
|
+
"aquamarine_colors": {
|
4367
|
+
},
|
4368
|
+
"azure_colors": {
|
4369
|
+
},
|
4370
|
+
"beige_colors": {
|
4371
|
+
},
|
4372
|
+
"black_colors": {
|
4373
|
+
},
|
4374
|
+
"blue_colors": {
|
4375
|
+
},
|
4376
|
+
"brightness_colors": {
|
4377
|
+
},
|
4378
|
+
"brown_colors": {
|
4379
|
+
},
|
4380
|
+
"character": {
|
4381
|
+
},
|
4382
|
+
"chartruese_colors": {
|
4383
|
+
},
|
4384
|
+
"color_colors": {
|
4385
|
+
},
|
4386
|
+
"countable": {
|
4387
|
+
},
|
4388
|
+
"crimson_colors": {
|
4389
|
+
},
|
4390
|
+
"cyan_colors": {
|
4391
|
+
},
|
4392
|
+
"dark_colors": {
|
4393
|
+
},
|
4394
|
+
"gold_colors": {
|
4395
|
+
},
|
4396
|
+
"gray_colors": {
|
4397
|
+
},
|
4398
|
+
"green_colors": {
|
4399
|
+
},
|
4400
|
+
"hierarchyAble": {
|
4401
|
+
},
|
4402
|
+
"indigo_colors": {
|
4403
|
+
},
|
4404
|
+
"ivory_colors": {
|
4405
|
+
},
|
4406
|
+
"khaki_colors": {
|
4407
|
+
},
|
4408
|
+
"lavender_colors": {
|
4409
|
+
},
|
4410
|
+
"light_colors": {
|
4411
|
+
},
|
4412
|
+
"lime_colors": {
|
4413
|
+
},
|
4414
|
+
"magenta_colors": {
|
4415
|
+
},
|
4416
|
+
"maroon_colors": {
|
4417
|
+
},
|
4418
|
+
"navy_colors": {
|
4419
|
+
},
|
4420
|
+
"object": {
|
4421
|
+
},
|
4422
|
+
"olive_colors": {
|
4423
|
+
},
|
4424
|
+
"orange_colors": {
|
4425
|
+
},
|
4426
|
+
"paragraph": {
|
4427
|
+
},
|
4428
|
+
"pink_colors": {
|
4429
|
+
},
|
4430
|
+
"purple_colors": {
|
4431
|
+
},
|
4432
|
+
"red_colors": {
|
4433
|
+
},
|
4434
|
+
"sienna_colors": {
|
4435
|
+
},
|
4436
|
+
"silver_colors": {
|
4437
|
+
},
|
4438
|
+
"snow_colors": {
|
4439
|
+
},
|
4440
|
+
"statefulelement": {
|
4441
|
+
},
|
4442
|
+
"tan_colors": {
|
4443
|
+
},
|
4444
|
+
"teal_colors": {
|
4445
|
+
},
|
4446
|
+
"turquoise_colors": {
|
4447
|
+
},
|
4448
|
+
"unknown": {
|
4449
|
+
},
|
4450
|
+
"violet_colors": {
|
4451
|
+
},
|
4452
|
+
"white_colors": {
|
4453
|
+
},
|
4454
|
+
"whose": {
|
4455
|
+
},
|
4456
|
+
"word": {
|
4457
|
+
},
|
4458
|
+
"yellow_colors": {
|
4459
|
+
}
|
4460
|
+
}
|
4461
|
+
},
|
4462
|
+
"property": {
|
4463
|
+
},
|
4464
|
+
"relations": [
|
4465
|
+
],
|
4466
|
+
"valueToWords": {
|
4467
|
+
}
|
4468
|
+
},
|
4469
|
+
"punctuation2": {
|
4470
|
+
},
|
4471
|
+
"sdefaults2": {
|
4472
|
+
},
|
4473
|
+
"stm2": {
|
4474
|
+
"mentioned": [
|
4475
|
+
],
|
4476
|
+
"variables": {
|
4477
|
+
}
|
4478
|
+
},
|
4479
|
+
"tokenize2": {
|
4480
|
+
},
|
4481
|
+
"ui2": {
|
4482
|
+
},
|
4483
|
+
"wp1": {
|
4484
|
+
"changeColor": {
|
4485
|
+
"unit": {
|
4486
|
+
"color": "blue_colors",
|
4487
|
+
"scope": "every",
|
4488
|
+
"unit": "word"
|
4489
|
+
}
|
4490
|
+
}
|
4491
|
+
}
|
4492
|
+
},
|
4493
|
+
"processed": [
|
4494
|
+
{
|
4495
|
+
"context": {
|
4496
|
+
"dead": true,
|
4497
|
+
"default": true,
|
4498
|
+
"element": {
|
4499
|
+
"dead": true,
|
4500
|
+
"instance": true,
|
4501
|
+
"level": 1,
|
4502
|
+
"marker": "word",
|
4503
|
+
"modifiers": [
|
4504
|
+
"quantity"
|
4505
|
+
],
|
4506
|
+
"number": "one",
|
4507
|
+
"quantity": {
|
4508
|
+
"dead": true,
|
4509
|
+
"default": true,
|
4510
|
+
"level": 1,
|
4511
|
+
"marker": "every",
|
4512
|
+
"number": "one",
|
4513
|
+
"quantity": "every",
|
4514
|
+
"range": {
|
4515
|
+
"end": 9,
|
4516
|
+
"start": 5
|
4517
|
+
},
|
4518
|
+
"text": "every",
|
4519
|
+
"types": [
|
4520
|
+
"every"
|
4521
|
+
],
|
4522
|
+
"value": "every",
|
4523
|
+
"word": "every"
|
4524
|
+
},
|
4525
|
+
"range": {
|
4526
|
+
"end": 14,
|
4527
|
+
"start": 5
|
4528
|
+
},
|
4529
|
+
"text": "every word",
|
4530
|
+
"types": [
|
4531
|
+
"word"
|
4532
|
+
],
|
4533
|
+
"value": "word",
|
4534
|
+
"word": "word"
|
4535
|
+
},
|
4536
|
+
"generate": [
|
4537
|
+
"operator",
|
4538
|
+
"element",
|
4539
|
+
"state"
|
4540
|
+
],
|
4541
|
+
"level": 1,
|
4542
|
+
"marker": "changeState",
|
4543
|
+
"operator": {
|
4544
|
+
"default": true,
|
4545
|
+
"level": 0,
|
4546
|
+
"marker": "changeState",
|
4547
|
+
"range": {
|
4548
|
+
"end": 3,
|
4549
|
+
"start": 0
|
4550
|
+
},
|
4551
|
+
"text": "make",
|
4552
|
+
"word": "make"
|
4553
|
+
},
|
4554
|
+
"range": {
|
4555
|
+
"end": 19,
|
4556
|
+
"start": 0
|
4557
|
+
},
|
4558
|
+
"state": {
|
4559
|
+
"dead": true,
|
4560
|
+
"level": 1,
|
4561
|
+
"marker": "blue_colors",
|
4562
|
+
"number": "one",
|
4563
|
+
"range": {
|
4564
|
+
"end": 19,
|
4565
|
+
"start": 16
|
4566
|
+
},
|
4567
|
+
"text": "blue",
|
4568
|
+
"types": [
|
4569
|
+
"blue_colors"
|
4570
|
+
],
|
4571
|
+
"value": "blue_colors",
|
4572
|
+
"word": "blue"
|
4573
|
+
},
|
4574
|
+
"text": "make every word blue",
|
4575
|
+
"topLevel": true,
|
4576
|
+
"touchedBy": [
|
4577
|
+
"wp#call2"
|
4578
|
+
],
|
4579
|
+
"word": "make"
|
4580
|
+
},
|
4581
|
+
"generatedParenthesized": "",
|
4582
|
+
"paraphrases": "make every word blue",
|
4583
|
+
"paraphrasesParenthesized": "((make) ((every) (word)) (blue))",
|
4584
|
+
"responses": [
|
4585
|
+
""
|
4586
|
+
]
|
4587
|
+
},
|
4588
|
+
{
|
4589
|
+
"context": {
|
4590
|
+
"dead": true,
|
4591
|
+
"level": 2,
|
4592
|
+
"marker": "is",
|
4593
|
+
"number": "many",
|
4594
|
+
"one": {
|
4595
|
+
"dead": true,
|
4596
|
+
"level": 1,
|
4597
|
+
"marker": "unknown",
|
4598
|
+
"number": "many",
|
4599
|
+
"range": {
|
4600
|
+
"end": 23,
|
4601
|
+
"start": 0
|
4602
|
+
},
|
4603
|
+
"text": "paragraphs",
|
4604
|
+
"types": [
|
4605
|
+
"unknown"
|
4606
|
+
],
|
4607
|
+
"unknown": true,
|
4608
|
+
"value": "paragraphs",
|
4609
|
+
"word": "paragraphs"
|
4610
|
+
},
|
4611
|
+
"range": {
|
4612
|
+
"end": 23,
|
4613
|
+
"start": 0
|
4614
|
+
},
|
4615
|
+
"text": "paragraphs are countable",
|
4616
|
+
"topLevel": true,
|
4617
|
+
"touchedBy": [
|
4618
|
+
"wp#call2",
|
4619
|
+
"instance2#wp#call2"
|
4620
|
+
],
|
4621
|
+
"two": {
|
4622
|
+
"concept": true,
|
4623
|
+
"dead": true,
|
4624
|
+
"default": true,
|
4625
|
+
"level": 1,
|
4626
|
+
"marker": "countable",
|
4627
|
+
"range": {
|
4628
|
+
"end": 23,
|
4629
|
+
"start": 15
|
4630
|
+
},
|
4631
|
+
"text": "countable",
|
4632
|
+
"types": [
|
4633
|
+
"countable"
|
4634
|
+
],
|
4635
|
+
"value": "countable",
|
4636
|
+
"word": "countable"
|
4637
|
+
},
|
4638
|
+
"word": "are"
|
4639
|
+
},
|
4640
|
+
"generatedParenthesized": [
|
4641
|
+
],
|
4642
|
+
"paraphrases": "paragraphs are countable",
|
4643
|
+
"paraphrasesParenthesized": [
|
4644
|
+
],
|
4645
|
+
"responses": [
|
4646
|
+
""
|
4647
|
+
]
|
4648
|
+
},
|
4649
|
+
{
|
4650
|
+
"context": {
|
4651
|
+
"dead": true,
|
4652
|
+
"level": 2,
|
4653
|
+
"marker": "is",
|
4654
|
+
"number": "many",
|
4655
|
+
"one": {
|
4656
|
+
"dead": true,
|
4657
|
+
"level": 1,
|
4658
|
+
"marker": "unknown",
|
4659
|
+
"number": "many",
|
4660
|
+
"range": {
|
4661
|
+
"end": 23,
|
4662
|
+
"start": 0
|
4663
|
+
},
|
4664
|
+
"text": "characters",
|
4665
|
+
"types": [
|
4666
|
+
"unknown"
|
4667
|
+
],
|
4668
|
+
"unknown": true,
|
4669
|
+
"value": "characters",
|
4670
|
+
"word": "characters"
|
4671
|
+
},
|
4672
|
+
"range": {
|
4673
|
+
"end": 23,
|
4674
|
+
"start": 0
|
4675
|
+
},
|
4676
|
+
"text": "characters are countable",
|
4677
|
+
"topLevel": true,
|
4678
|
+
"touchedBy": [
|
4679
|
+
"wp#call2",
|
4680
|
+
"instance1#wp#call2"
|
4681
|
+
],
|
4682
|
+
"two": {
|
4683
|
+
"concept": true,
|
4684
|
+
"dead": true,
|
4685
|
+
"default": true,
|
4686
|
+
"level": 1,
|
4687
|
+
"marker": "countable",
|
4688
|
+
"range": {
|
4689
|
+
"end": 23,
|
4690
|
+
"start": 15
|
4691
|
+
},
|
4692
|
+
"text": "countable",
|
4693
|
+
"types": [
|
4694
|
+
"countable"
|
4695
|
+
],
|
4696
|
+
"value": "countable",
|
4697
|
+
"word": "countable"
|
4698
|
+
},
|
4699
|
+
"word": "are"
|
4700
|
+
},
|
4701
|
+
"generatedParenthesized": [
|
4702
|
+
],
|
4703
|
+
"paraphrases": "characters are countable",
|
4704
|
+
"paraphrasesParenthesized": [
|
4705
|
+
],
|
4706
|
+
"responses": [
|
4707
|
+
""
|
4708
|
+
]
|
4709
|
+
},
|
4710
|
+
{
|
4711
|
+
"context": {
|
4712
|
+
"dead": true,
|
4713
|
+
"level": 2,
|
4714
|
+
"marker": "is",
|
4715
|
+
"number": "many",
|
4716
|
+
"one": {
|
4717
|
+
"dead": true,
|
4718
|
+
"level": 1,
|
4719
|
+
"marker": "unknown",
|
4720
|
+
"number": "many",
|
4721
|
+
"range": {
|
4722
|
+
"end": 39,
|
4723
|
+
"start": 0
|
4724
|
+
},
|
4725
|
+
"text": "words",
|
4726
|
+
"types": [
|
4727
|
+
"unknown"
|
4728
|
+
],
|
4729
|
+
"unknown": true,
|
4730
|
+
"value": "words",
|
4731
|
+
"word": "words"
|
4732
|
+
},
|
4733
|
+
"range": {
|
4734
|
+
"end": 39,
|
4735
|
+
"start": 0
|
4736
|
+
},
|
4737
|
+
"text": "words are countable and statefulelements",
|
4738
|
+
"topLevel": true,
|
4739
|
+
"touchedBy": [
|
4740
|
+
"wp#call2",
|
4741
|
+
"instance0#wp#call2"
|
4742
|
+
],
|
4743
|
+
"two": {
|
4744
|
+
"concept": true,
|
4745
|
+
"default": true,
|
4746
|
+
"isList": true,
|
4747
|
+
"level": 1,
|
4748
|
+
"listable": true,
|
4749
|
+
"marker": "list",
|
4750
|
+
"range": {
|
4751
|
+
"end": 39,
|
4752
|
+
"start": 10
|
4753
|
+
},
|
4754
|
+
"text": "countable and statefulelements",
|
4755
|
+
"types": [
|
4756
|
+
"countable",
|
4757
|
+
"list",
|
4758
|
+
"queryable"
|
4759
|
+
],
|
4760
|
+
"value": [
|
4761
|
+
{
|
4762
|
+
"dead": true,
|
4763
|
+
"default": true,
|
4764
|
+
"level": 1,
|
4765
|
+
"marker": "countable",
|
4766
|
+
"range": {
|
4767
|
+
"end": 18,
|
4768
|
+
"start": 10
|
4769
|
+
},
|
4770
|
+
"text": "countable",
|
4771
|
+
"types": [
|
4772
|
+
"countable",
|
4773
|
+
"queryable"
|
4774
|
+
],
|
4775
|
+
"value": "countable",
|
4776
|
+
"word": "countable"
|
4777
|
+
},
|
4778
|
+
{
|
4779
|
+
"dead": true,
|
4780
|
+
"level": 1,
|
4781
|
+
"marker": "unknown",
|
4782
|
+
"range": {
|
4783
|
+
"end": 39,
|
4784
|
+
"start": 24
|
4785
|
+
},
|
4786
|
+
"text": "statefulelements",
|
4787
|
+
"types": [
|
4788
|
+
"queryable",
|
4789
|
+
"unknown"
|
4790
|
+
],
|
4791
|
+
"unknown": true,
|
4792
|
+
"value": "statefulelements",
|
4793
|
+
"word": "statefulelements"
|
4794
|
+
}
|
4795
|
+
],
|
4796
|
+
"word": "and"
|
4797
|
+
},
|
4798
|
+
"word": "are"
|
4799
|
+
},
|
4800
|
+
"generatedParenthesized": [
|
4801
|
+
],
|
4802
|
+
"paraphrases": "words are countable and statefulelements",
|
4803
|
+
"paraphrasesParenthesized": [
|
4804
|
+
],
|
4805
|
+
"responses": [
|
4806
|
+
""
|
4807
|
+
]
|
4808
|
+
},
|
4809
|
+
{
|
4810
|
+
"context": {
|
4811
|
+
"dead": true,
|
4812
|
+
"default": true,
|
4813
|
+
"level": 1,
|
4814
|
+
"marker": "resetIdSuffix",
|
4815
|
+
"range": {
|
4816
|
+
"end": 12,
|
4817
|
+
"start": 0
|
4818
|
+
},
|
4819
|
+
"text": "resetidsuffix",
|
4820
|
+
"topLevel": true,
|
4821
|
+
"touchedBy": [
|
4822
|
+
"colors#call2",
|
4823
|
+
"instance14#colors#call2",
|
4824
|
+
"instance14#wp#call2"
|
4825
|
+
],
|
4826
|
+
"value": "resetIdSuffix",
|
4827
|
+
"word": "resetidsuffix"
|
4828
|
+
},
|
4829
|
+
"generatedParenthesized": [
|
4830
|
+
],
|
4831
|
+
"paraphrases": "resetidsuffix",
|
4832
|
+
"paraphrasesParenthesized": [
|
4833
|
+
],
|
4834
|
+
"responses": [
|
4835
|
+
""
|
4836
|
+
]
|
4837
|
+
},
|
4838
|
+
{
|
4839
|
+
"context": {
|
4840
|
+
"concept": {
|
4841
|
+
"dead": true,
|
4842
|
+
"level": 1,
|
4843
|
+
"marker": "color_colors",
|
4844
|
+
"number": "one",
|
4845
|
+
"range": {
|
4846
|
+
"end": 17,
|
4847
|
+
"start": 13
|
4848
|
+
},
|
4849
|
+
"text": "color",
|
4850
|
+
"value": "color_colors",
|
4851
|
+
"word": "color"
|
4852
|
+
},
|
4853
|
+
"dead": true,
|
4854
|
+
"flatten": false,
|
4855
|
+
"level": 1,
|
4856
|
+
"marker": "modifies",
|
4857
|
+
"modifiers": [
|
4858
|
+
{
|
4859
|
+
"dead": true,
|
4860
|
+
"level": 1,
|
4861
|
+
"marker": "unknown",
|
4862
|
+
"range": {
|
4863
|
+
"end": 2,
|
4864
|
+
"start": 0
|
4865
|
+
},
|
4866
|
+
"text": "hex",
|
4867
|
+
"unknown": true,
|
4868
|
+
"value": "hex",
|
4869
|
+
"word": "hex"
|
4870
|
+
}
|
4871
|
+
],
|
4872
|
+
"number": "one",
|
4873
|
+
"range": {
|
4874
|
+
"end": 17,
|
4875
|
+
"start": 0
|
4876
|
+
},
|
4877
|
+
"text": "hex modifies color",
|
4878
|
+
"topLevel": true,
|
4879
|
+
"touchedBy": [
|
4880
|
+
"colors#call2",
|
4881
|
+
"instance12#colors#call2",
|
4882
|
+
"instance12#wp#call2"
|
4883
|
+
],
|
4884
|
+
"word": "modifies"
|
4885
|
+
},
|
4886
|
+
"generatedParenthesized": [
|
4887
|
+
],
|
4888
|
+
"paraphrases": "undefined modify",
|
4889
|
+
"paraphrasesParenthesized": [
|
4890
|
+
],
|
4891
|
+
"responses": [
|
4892
|
+
""
|
4893
|
+
]
|
4894
|
+
}
|
4895
|
+
]
|
4896
|
+
},
|
4897
|
+
"paraphrases": [
|
4898
|
+
"make every word blue"
|
4899
|
+
],
|
4900
|
+
"paraphrasesParenthesized": [
|
4901
|
+
"((make) ((every) (word)) (blue))"
|
4902
|
+
],
|
4903
|
+
"query": "make every word blue",
|
4904
|
+
"responses": [
|
4905
|
+
""
|
4906
|
+
]
|
3787
4907
|
}
|
3788
4908
|
]
|