tpmkms_4wp 8.9.0-beta.3 → 8.9.0-beta.5
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 +32 -3
- package/common/wp.test.json +3732 -81
- package/package.json +2 -2
package/common/wp.test.json
CHANGED
@@ -115,10 +115,12 @@
|
|
115
115
|
"nameToUUID": {
|
116
116
|
"articles": "articles2",
|
117
117
|
"asking": "asking2",
|
118
|
+
"colors": "colors2",
|
118
119
|
"concept": "concept2",
|
119
120
|
"conjunction": "conjunction2",
|
120
121
|
"countable": "countable2",
|
121
122
|
"dialogues": "dialogues2",
|
123
|
+
"errors": "errors2",
|
122
124
|
"evaluate": "evaluate2",
|
123
125
|
"gdefaults": "gdefaults2",
|
124
126
|
"hierarchy": "hierarchy2",
|
@@ -140,6 +142,8 @@
|
|
140
142
|
},
|
141
143
|
"asking2": {
|
142
144
|
},
|
145
|
+
"colors2": {
|
146
|
+
},
|
143
147
|
"concept2": {
|
144
148
|
"defaultTypesForHierarchy": {
|
145
149
|
},
|
@@ -157,6 +161,8 @@
|
|
157
161
|
"variables": {
|
158
162
|
}
|
159
163
|
},
|
164
|
+
"errors2": {
|
165
|
+
},
|
160
166
|
"evaluate2": {
|
161
167
|
},
|
162
168
|
"gdefaults2": {
|
@@ -175,16 +181,76 @@
|
|
175
181
|
},
|
176
182
|
"properties2": {
|
177
183
|
"children": {
|
184
|
+
"blue_colors": [
|
185
|
+
"aqua_colors",
|
186
|
+
"cyan_colors",
|
187
|
+
"aquamarine_colors",
|
188
|
+
"turquoise_colors",
|
189
|
+
"navy_colors"
|
190
|
+
],
|
191
|
+
"brightness_colors": [
|
192
|
+
"dark_colors",
|
193
|
+
"light_colors"
|
194
|
+
],
|
195
|
+
"brown_colors": [
|
196
|
+
"tan_colors",
|
197
|
+
"sienna_colors",
|
198
|
+
"maroon_colors"
|
199
|
+
],
|
200
|
+
"color_colors": [
|
201
|
+
"red_colors",
|
202
|
+
"pink_colors",
|
203
|
+
"orange_colors",
|
204
|
+
"yellow_colors",
|
205
|
+
"purple_colors",
|
206
|
+
"green_colors",
|
207
|
+
"blue_colors",
|
208
|
+
"brown_colors",
|
209
|
+
"white_colors",
|
210
|
+
"gray_colors"
|
211
|
+
],
|
178
212
|
"countable": [
|
179
213
|
"word",
|
180
214
|
"character",
|
181
215
|
"paragraph"
|
182
216
|
],
|
217
|
+
"gray_colors": [
|
218
|
+
"silver_colors",
|
219
|
+
"black_colors"
|
220
|
+
],
|
221
|
+
"green_colors": [
|
222
|
+
"lime_colors",
|
223
|
+
"chartruese_colors",
|
224
|
+
"olive_colors",
|
225
|
+
"teal_colors"
|
226
|
+
],
|
183
227
|
"hierarchyAble": [
|
184
228
|
"unknown"
|
185
229
|
],
|
186
230
|
"object": [
|
187
231
|
"whose"
|
232
|
+
],
|
233
|
+
"purple_colors": [
|
234
|
+
"lavender_colors",
|
235
|
+
"violet_colors",
|
236
|
+
"magenta_colors",
|
237
|
+
"indigo_colors"
|
238
|
+
],
|
239
|
+
"red_colors": [
|
240
|
+
"crimson_colors"
|
241
|
+
],
|
242
|
+
"statefulelement": [
|
243
|
+
"word"
|
244
|
+
],
|
245
|
+
"white_colors": [
|
246
|
+
"snow_colors",
|
247
|
+
"azure_colors",
|
248
|
+
"beige_colors",
|
249
|
+
"ivory_colors"
|
250
|
+
],
|
251
|
+
"yellow_colors": [
|
252
|
+
"gold_colors",
|
253
|
+
"khaki_colors"
|
188
254
|
]
|
189
255
|
},
|
190
256
|
"concepts": [
|
@@ -193,26 +259,178 @@
|
|
193
259
|
"hierarchyAble",
|
194
260
|
"whose",
|
195
261
|
"object",
|
262
|
+
"dark_colors",
|
263
|
+
"brightness_colors",
|
264
|
+
"light_colors",
|
265
|
+
"red_colors",
|
266
|
+
"color_colors",
|
267
|
+
"pink_colors",
|
268
|
+
"orange_colors",
|
269
|
+
"yellow_colors",
|
270
|
+
"purple_colors",
|
271
|
+
"green_colors",
|
272
|
+
"blue_colors",
|
273
|
+
"brown_colors",
|
274
|
+
"white_colors",
|
275
|
+
"gray_colors",
|
276
|
+
"crimson_colors",
|
277
|
+
"gold_colors",
|
278
|
+
"khaki_colors",
|
279
|
+
"lavender_colors",
|
280
|
+
"violet_colors",
|
281
|
+
"magenta_colors",
|
282
|
+
"indigo_colors",
|
283
|
+
"lime_colors",
|
284
|
+
"chartruese_colors",
|
285
|
+
"olive_colors",
|
286
|
+
"teal_colors",
|
287
|
+
"aqua_colors",
|
288
|
+
"cyan_colors",
|
289
|
+
"aquamarine_colors",
|
290
|
+
"turquoise_colors",
|
291
|
+
"navy_colors",
|
292
|
+
"tan_colors",
|
293
|
+
"sienna_colors",
|
294
|
+
"maroon_colors",
|
295
|
+
"snow_colors",
|
296
|
+
"azure_colors",
|
297
|
+
"beige_colors",
|
298
|
+
"ivory_colors",
|
299
|
+
"silver_colors",
|
300
|
+
"black_colors",
|
196
301
|
"word",
|
197
302
|
"countable",
|
303
|
+
"statefulelement",
|
198
304
|
"character",
|
199
305
|
"paragraph"
|
200
306
|
],
|
201
307
|
"parents": {
|
308
|
+
"aqua_colors": [
|
309
|
+
"blue_colors"
|
310
|
+
],
|
311
|
+
"aquamarine_colors": [
|
312
|
+
"blue_colors"
|
313
|
+
],
|
314
|
+
"azure_colors": [
|
315
|
+
"white_colors"
|
316
|
+
],
|
317
|
+
"beige_colors": [
|
318
|
+
"white_colors"
|
319
|
+
],
|
320
|
+
"black_colors": [
|
321
|
+
"gray_colors"
|
322
|
+
],
|
323
|
+
"blue_colors": [
|
324
|
+
"color_colors"
|
325
|
+
],
|
326
|
+
"brown_colors": [
|
327
|
+
"color_colors"
|
328
|
+
],
|
202
329
|
"character": [
|
203
330
|
"countable"
|
204
331
|
],
|
332
|
+
"chartruese_colors": [
|
333
|
+
"green_colors"
|
334
|
+
],
|
335
|
+
"crimson_colors": [
|
336
|
+
"red_colors"
|
337
|
+
],
|
338
|
+
"cyan_colors": [
|
339
|
+
"blue_colors"
|
340
|
+
],
|
341
|
+
"dark_colors": [
|
342
|
+
"brightness_colors"
|
343
|
+
],
|
344
|
+
"gold_colors": [
|
345
|
+
"yellow_colors"
|
346
|
+
],
|
347
|
+
"gray_colors": [
|
348
|
+
"color_colors"
|
349
|
+
],
|
350
|
+
"green_colors": [
|
351
|
+
"color_colors"
|
352
|
+
],
|
353
|
+
"indigo_colors": [
|
354
|
+
"purple_colors"
|
355
|
+
],
|
356
|
+
"ivory_colors": [
|
357
|
+
"white_colors"
|
358
|
+
],
|
359
|
+
"khaki_colors": [
|
360
|
+
"yellow_colors"
|
361
|
+
],
|
362
|
+
"lavender_colors": [
|
363
|
+
"purple_colors"
|
364
|
+
],
|
365
|
+
"light_colors": [
|
366
|
+
"brightness_colors"
|
367
|
+
],
|
368
|
+
"lime_colors": [
|
369
|
+
"green_colors"
|
370
|
+
],
|
371
|
+
"magenta_colors": [
|
372
|
+
"purple_colors"
|
373
|
+
],
|
374
|
+
"maroon_colors": [
|
375
|
+
"brown_colors"
|
376
|
+
],
|
377
|
+
"navy_colors": [
|
378
|
+
"blue_colors"
|
379
|
+
],
|
380
|
+
"olive_colors": [
|
381
|
+
"green_colors"
|
382
|
+
],
|
383
|
+
"orange_colors": [
|
384
|
+
"color_colors"
|
385
|
+
],
|
205
386
|
"paragraph": [
|
206
387
|
"countable"
|
207
388
|
],
|
389
|
+
"pink_colors": [
|
390
|
+
"color_colors"
|
391
|
+
],
|
392
|
+
"purple_colors": [
|
393
|
+
"color_colors"
|
394
|
+
],
|
395
|
+
"red_colors": [
|
396
|
+
"color_colors"
|
397
|
+
],
|
398
|
+
"sienna_colors": [
|
399
|
+
"brown_colors"
|
400
|
+
],
|
401
|
+
"silver_colors": [
|
402
|
+
"gray_colors"
|
403
|
+
],
|
404
|
+
"snow_colors": [
|
405
|
+
"white_colors"
|
406
|
+
],
|
407
|
+
"tan_colors": [
|
408
|
+
"brown_colors"
|
409
|
+
],
|
410
|
+
"teal_colors": [
|
411
|
+
"green_colors"
|
412
|
+
],
|
413
|
+
"turquoise_colors": [
|
414
|
+
"blue_colors"
|
415
|
+
],
|
208
416
|
"unknown": [
|
209
417
|
"hierarchyAble"
|
210
418
|
],
|
419
|
+
"violet_colors": [
|
420
|
+
"purple_colors"
|
421
|
+
],
|
422
|
+
"white_colors": [
|
423
|
+
"color_colors"
|
424
|
+
],
|
211
425
|
"whose": [
|
212
426
|
"object"
|
213
427
|
],
|
214
428
|
"word": [
|
215
|
-
"countable"
|
429
|
+
"countable",
|
430
|
+
"statefulelement"
|
431
|
+
],
|
432
|
+
"yellow_colors": [
|
433
|
+
"color_colors"
|
216
434
|
]
|
217
435
|
},
|
218
436
|
"properties": {
|
@@ -221,21 +439,101 @@
|
|
221
439
|
"initHandlers": [
|
222
440
|
],
|
223
441
|
"root": {
|
442
|
+
"aqua_colors": {
|
443
|
+
},
|
444
|
+
"aquamarine_colors": {
|
445
|
+
},
|
446
|
+
"azure_colors": {
|
447
|
+
},
|
448
|
+
"beige_colors": {
|
449
|
+
},
|
450
|
+
"black_colors": {
|
451
|
+
},
|
452
|
+
"blue_colors": {
|
453
|
+
},
|
454
|
+
"brightness_colors": {
|
455
|
+
},
|
456
|
+
"brown_colors": {
|
457
|
+
},
|
224
458
|
"character": {
|
225
459
|
},
|
460
|
+
"chartruese_colors": {
|
461
|
+
},
|
462
|
+
"color_colors": {
|
463
|
+
},
|
226
464
|
"countable": {
|
227
465
|
},
|
466
|
+
"crimson_colors": {
|
467
|
+
},
|
468
|
+
"cyan_colors": {
|
469
|
+
},
|
470
|
+
"dark_colors": {
|
471
|
+
},
|
472
|
+
"gold_colors": {
|
473
|
+
},
|
474
|
+
"gray_colors": {
|
475
|
+
},
|
476
|
+
"green_colors": {
|
477
|
+
},
|
228
478
|
"hierarchyAble": {
|
229
479
|
},
|
480
|
+
"indigo_colors": {
|
481
|
+
},
|
482
|
+
"ivory_colors": {
|
483
|
+
},
|
484
|
+
"khaki_colors": {
|
485
|
+
},
|
486
|
+
"lavender_colors": {
|
487
|
+
},
|
488
|
+
"light_colors": {
|
489
|
+
},
|
490
|
+
"lime_colors": {
|
491
|
+
},
|
492
|
+
"magenta_colors": {
|
493
|
+
},
|
494
|
+
"maroon_colors": {
|
495
|
+
},
|
496
|
+
"navy_colors": {
|
497
|
+
},
|
230
498
|
"object": {
|
231
499
|
},
|
500
|
+
"olive_colors": {
|
501
|
+
},
|
502
|
+
"orange_colors": {
|
503
|
+
},
|
232
504
|
"paragraph": {
|
233
505
|
},
|
506
|
+
"pink_colors": {
|
507
|
+
},
|
508
|
+
"purple_colors": {
|
509
|
+
},
|
510
|
+
"red_colors": {
|
511
|
+
},
|
512
|
+
"sienna_colors": {
|
513
|
+
},
|
514
|
+
"silver_colors": {
|
515
|
+
},
|
516
|
+
"snow_colors": {
|
517
|
+
},
|
518
|
+
"statefulelement": {
|
519
|
+
},
|
520
|
+
"tan_colors": {
|
521
|
+
},
|
522
|
+
"teal_colors": {
|
523
|
+
},
|
524
|
+
"turquoise_colors": {
|
525
|
+
},
|
234
526
|
"unknown": {
|
235
527
|
},
|
528
|
+
"violet_colors": {
|
529
|
+
},
|
530
|
+
"white_colors": {
|
531
|
+
},
|
236
532
|
"whose": {
|
237
533
|
},
|
238
534
|
"word": {
|
535
|
+
},
|
536
|
+
"yellow_colors": {
|
239
537
|
}
|
240
538
|
}
|
241
539
|
},
|
@@ -443,7 +741,7 @@
|
|
443
741
|
"marker": "unknown",
|
444
742
|
"number": "many",
|
445
743
|
"range": {
|
446
|
-
"end":
|
744
|
+
"end": 39,
|
447
745
|
"start": 0
|
448
746
|
},
|
449
747
|
"text": "words",
|
@@ -455,10 +753,10 @@
|
|
455
753
|
"word": "words"
|
456
754
|
},
|
457
755
|
"range": {
|
458
|
-
"end":
|
756
|
+
"end": 39,
|
459
757
|
"start": 0
|
460
758
|
},
|
461
|
-
"text": "words are countable",
|
759
|
+
"text": "words are countable and statefulelements",
|
462
760
|
"topLevel": true,
|
463
761
|
"touchedBy": [
|
464
762
|
"wp#call2",
|
@@ -466,26 +764,150 @@
|
|
466
764
|
],
|
467
765
|
"two": {
|
468
766
|
"concept": true,
|
469
|
-
"dead": true,
|
470
767
|
"default": true,
|
768
|
+
"isList": true,
|
471
769
|
"level": 1,
|
472
|
-
"
|
770
|
+
"listable": true,
|
771
|
+
"marker": "list",
|
473
772
|
"range": {
|
474
|
-
"end":
|
773
|
+
"end": 39,
|
475
774
|
"start": 10
|
476
775
|
},
|
477
|
-
"text": "countable",
|
776
|
+
"text": "countable and statefulelements",
|
478
777
|
"types": [
|
479
|
-
"countable"
|
778
|
+
"countable",
|
779
|
+
"list",
|
780
|
+
"queryable"
|
480
781
|
],
|
481
|
-
"value":
|
482
|
-
|
782
|
+
"value": [
|
783
|
+
{
|
784
|
+
"dead": true,
|
785
|
+
"default": true,
|
786
|
+
"level": 1,
|
787
|
+
"marker": "countable",
|
788
|
+
"range": {
|
789
|
+
"end": 18,
|
790
|
+
"start": 10
|
791
|
+
},
|
792
|
+
"text": "countable",
|
793
|
+
"types": [
|
794
|
+
"countable",
|
795
|
+
"queryable"
|
796
|
+
],
|
797
|
+
"value": "countable",
|
798
|
+
"word": "countable"
|
799
|
+
},
|
800
|
+
{
|
801
|
+
"dead": true,
|
802
|
+
"level": 1,
|
803
|
+
"marker": "unknown",
|
804
|
+
"range": {
|
805
|
+
"end": 39,
|
806
|
+
"start": 24
|
807
|
+
},
|
808
|
+
"text": "statefulelements",
|
809
|
+
"types": [
|
810
|
+
"queryable",
|
811
|
+
"unknown"
|
812
|
+
],
|
813
|
+
"unknown": true,
|
814
|
+
"value": "statefulelements",
|
815
|
+
"word": "statefulelements"
|
816
|
+
}
|
817
|
+
],
|
818
|
+
"word": "and"
|
483
819
|
},
|
484
820
|
"word": "are"
|
485
821
|
},
|
486
822
|
"generatedParenthesized": [
|
487
823
|
],
|
488
|
-
"paraphrases": "words are countable",
|
824
|
+
"paraphrases": "words are countable and statefulelements",
|
825
|
+
"paraphrasesParenthesized": [
|
826
|
+
],
|
827
|
+
"responses": [
|
828
|
+
""
|
829
|
+
]
|
830
|
+
},
|
831
|
+
{
|
832
|
+
"context": {
|
833
|
+
"dead": true,
|
834
|
+
"default": true,
|
835
|
+
"level": 1,
|
836
|
+
"marker": "resetIdSuffix",
|
837
|
+
"range": {
|
838
|
+
"end": 12,
|
839
|
+
"start": 0
|
840
|
+
},
|
841
|
+
"text": "resetidsuffix",
|
842
|
+
"topLevel": true,
|
843
|
+
"touchedBy": [
|
844
|
+
"colors#call2",
|
845
|
+
"instance14#colors#call2",
|
846
|
+
"instance14#wp#call2"
|
847
|
+
],
|
848
|
+
"value": "resetIdSuffix",
|
849
|
+
"word": "resetidsuffix"
|
850
|
+
},
|
851
|
+
"generatedParenthesized": [
|
852
|
+
],
|
853
|
+
"paraphrases": "resetidsuffix",
|
854
|
+
"paraphrasesParenthesized": [
|
855
|
+
],
|
856
|
+
"responses": [
|
857
|
+
""
|
858
|
+
]
|
859
|
+
},
|
860
|
+
{
|
861
|
+
"context": {
|
862
|
+
"concept": {
|
863
|
+
"dead": true,
|
864
|
+
"level": 1,
|
865
|
+
"marker": "color_colors",
|
866
|
+
"number": "one",
|
867
|
+
"range": {
|
868
|
+
"end": 17,
|
869
|
+
"start": 13
|
870
|
+
},
|
871
|
+
"text": "color",
|
872
|
+
"value": "color_colors",
|
873
|
+
"word": "color"
|
874
|
+
},
|
875
|
+
"dead": true,
|
876
|
+
"flatten": false,
|
877
|
+
"level": 1,
|
878
|
+
"marker": "modifies",
|
879
|
+
"modifiers": [
|
880
|
+
{
|
881
|
+
"dead": true,
|
882
|
+
"level": 1,
|
883
|
+
"marker": "unknown",
|
884
|
+
"range": {
|
885
|
+
"end": 2,
|
886
|
+
"start": 0
|
887
|
+
},
|
888
|
+
"text": "hex",
|
889
|
+
"unknown": true,
|
890
|
+
"value": "hex",
|
891
|
+
"word": "hex"
|
892
|
+
}
|
893
|
+
],
|
894
|
+
"number": "one",
|
895
|
+
"range": {
|
896
|
+
"end": 17,
|
897
|
+
"start": 0
|
898
|
+
},
|
899
|
+
"text": "hex modifies color",
|
900
|
+
"topLevel": true,
|
901
|
+
"touchedBy": [
|
902
|
+
"colors#call2",
|
903
|
+
"instance12#colors#call2",
|
904
|
+
"instance12#wp#call2"
|
905
|
+
],
|
906
|
+
"word": "modifies"
|
907
|
+
},
|
908
|
+
"generatedParenthesized": [
|
909
|
+
],
|
910
|
+
"paraphrases": "undefined modify",
|
489
911
|
"paraphrasesParenthesized": [
|
490
912
|
],
|
491
913
|
"responses": [
|
@@ -621,10 +1043,12 @@
|
|
621
1043
|
"nameToUUID": {
|
622
1044
|
"articles": "articles2",
|
623
1045
|
"asking": "asking2",
|
1046
|
+
"colors": "colors2",
|
624
1047
|
"concept": "concept2",
|
625
1048
|
"conjunction": "conjunction2",
|
626
1049
|
"countable": "countable2",
|
627
1050
|
"dialogues": "dialogues2",
|
1051
|
+
"errors": "errors2",
|
628
1052
|
"evaluate": "evaluate2",
|
629
1053
|
"gdefaults": "gdefaults2",
|
630
1054
|
"hierarchy": "hierarchy2",
|
@@ -646,6 +1070,8 @@
|
|
646
1070
|
},
|
647
1071
|
"asking2": {
|
648
1072
|
},
|
1073
|
+
"colors2": {
|
1074
|
+
},
|
649
1075
|
"concept2": {
|
650
1076
|
"defaultTypesForHierarchy": {
|
651
1077
|
},
|
@@ -663,6 +1089,8 @@
|
|
663
1089
|
"variables": {
|
664
1090
|
}
|
665
1091
|
},
|
1092
|
+
"errors2": {
|
1093
|
+
},
|
666
1094
|
"evaluate2": {
|
667
1095
|
},
|
668
1096
|
"gdefaults2": {
|
@@ -681,16 +1109,76 @@
|
|
681
1109
|
},
|
682
1110
|
"properties2": {
|
683
1111
|
"children": {
|
1112
|
+
"blue_colors": [
|
1113
|
+
"aqua_colors",
|
1114
|
+
"cyan_colors",
|
1115
|
+
"aquamarine_colors",
|
1116
|
+
"turquoise_colors",
|
1117
|
+
"navy_colors"
|
1118
|
+
],
|
1119
|
+
"brightness_colors": [
|
1120
|
+
"dark_colors",
|
1121
|
+
"light_colors"
|
1122
|
+
],
|
1123
|
+
"brown_colors": [
|
1124
|
+
"tan_colors",
|
1125
|
+
"sienna_colors",
|
1126
|
+
"maroon_colors"
|
1127
|
+
],
|
1128
|
+
"color_colors": [
|
1129
|
+
"red_colors",
|
1130
|
+
"pink_colors",
|
1131
|
+
"orange_colors",
|
1132
|
+
"yellow_colors",
|
1133
|
+
"purple_colors",
|
1134
|
+
"green_colors",
|
1135
|
+
"blue_colors",
|
1136
|
+
"brown_colors",
|
1137
|
+
"white_colors",
|
1138
|
+
"gray_colors"
|
1139
|
+
],
|
684
1140
|
"countable": [
|
685
1141
|
"word",
|
686
1142
|
"character",
|
687
1143
|
"paragraph"
|
688
1144
|
],
|
1145
|
+
"gray_colors": [
|
1146
|
+
"silver_colors",
|
1147
|
+
"black_colors"
|
1148
|
+
],
|
1149
|
+
"green_colors": [
|
1150
|
+
"lime_colors",
|
1151
|
+
"chartruese_colors",
|
1152
|
+
"olive_colors",
|
1153
|
+
"teal_colors"
|
1154
|
+
],
|
689
1155
|
"hierarchyAble": [
|
690
1156
|
"unknown"
|
691
1157
|
],
|
692
1158
|
"object": [
|
693
1159
|
"whose"
|
1160
|
+
],
|
1161
|
+
"purple_colors": [
|
1162
|
+
"lavender_colors",
|
1163
|
+
"violet_colors",
|
1164
|
+
"magenta_colors",
|
1165
|
+
"indigo_colors"
|
1166
|
+
],
|
1167
|
+
"red_colors": [
|
1168
|
+
"crimson_colors"
|
1169
|
+
],
|
1170
|
+
"statefulelement": [
|
1171
|
+
"word"
|
1172
|
+
],
|
1173
|
+
"white_colors": [
|
1174
|
+
"snow_colors",
|
1175
|
+
"azure_colors",
|
1176
|
+
"beige_colors",
|
1177
|
+
"ivory_colors"
|
1178
|
+
],
|
1179
|
+
"yellow_colors": [
|
1180
|
+
"gold_colors",
|
1181
|
+
"khaki_colors"
|
694
1182
|
]
|
695
1183
|
},
|
696
1184
|
"concepts": [
|
@@ -699,26 +1187,178 @@
|
|
699
1187
|
"hierarchyAble",
|
700
1188
|
"whose",
|
701
1189
|
"object",
|
1190
|
+
"dark_colors",
|
1191
|
+
"brightness_colors",
|
1192
|
+
"light_colors",
|
1193
|
+
"red_colors",
|
1194
|
+
"color_colors",
|
1195
|
+
"pink_colors",
|
1196
|
+
"orange_colors",
|
1197
|
+
"yellow_colors",
|
1198
|
+
"purple_colors",
|
1199
|
+
"green_colors",
|
1200
|
+
"blue_colors",
|
1201
|
+
"brown_colors",
|
1202
|
+
"white_colors",
|
1203
|
+
"gray_colors",
|
1204
|
+
"crimson_colors",
|
1205
|
+
"gold_colors",
|
1206
|
+
"khaki_colors",
|
1207
|
+
"lavender_colors",
|
1208
|
+
"violet_colors",
|
1209
|
+
"magenta_colors",
|
1210
|
+
"indigo_colors",
|
1211
|
+
"lime_colors",
|
1212
|
+
"chartruese_colors",
|
1213
|
+
"olive_colors",
|
1214
|
+
"teal_colors",
|
1215
|
+
"aqua_colors",
|
1216
|
+
"cyan_colors",
|
1217
|
+
"aquamarine_colors",
|
1218
|
+
"turquoise_colors",
|
1219
|
+
"navy_colors",
|
1220
|
+
"tan_colors",
|
1221
|
+
"sienna_colors",
|
1222
|
+
"maroon_colors",
|
1223
|
+
"snow_colors",
|
1224
|
+
"azure_colors",
|
1225
|
+
"beige_colors",
|
1226
|
+
"ivory_colors",
|
1227
|
+
"silver_colors",
|
1228
|
+
"black_colors",
|
702
1229
|
"word",
|
703
1230
|
"countable",
|
1231
|
+
"statefulelement",
|
704
1232
|
"character",
|
705
1233
|
"paragraph"
|
706
1234
|
],
|
707
1235
|
"parents": {
|
1236
|
+
"aqua_colors": [
|
1237
|
+
"blue_colors"
|
1238
|
+
],
|
1239
|
+
"aquamarine_colors": [
|
1240
|
+
"blue_colors"
|
1241
|
+
],
|
1242
|
+
"azure_colors": [
|
1243
|
+
"white_colors"
|
1244
|
+
],
|
1245
|
+
"beige_colors": [
|
1246
|
+
"white_colors"
|
1247
|
+
],
|
1248
|
+
"black_colors": [
|
1249
|
+
"gray_colors"
|
1250
|
+
],
|
1251
|
+
"blue_colors": [
|
1252
|
+
"color_colors"
|
1253
|
+
],
|
1254
|
+
"brown_colors": [
|
1255
|
+
"color_colors"
|
1256
|
+
],
|
708
1257
|
"character": [
|
709
1258
|
"countable"
|
710
1259
|
],
|
1260
|
+
"chartruese_colors": [
|
1261
|
+
"green_colors"
|
1262
|
+
],
|
1263
|
+
"crimson_colors": [
|
1264
|
+
"red_colors"
|
1265
|
+
],
|
1266
|
+
"cyan_colors": [
|
1267
|
+
"blue_colors"
|
1268
|
+
],
|
1269
|
+
"dark_colors": [
|
1270
|
+
"brightness_colors"
|
1271
|
+
],
|
1272
|
+
"gold_colors": [
|
1273
|
+
"yellow_colors"
|
1274
|
+
],
|
1275
|
+
"gray_colors": [
|
1276
|
+
"color_colors"
|
1277
|
+
],
|
1278
|
+
"green_colors": [
|
1279
|
+
"color_colors"
|
1280
|
+
],
|
1281
|
+
"indigo_colors": [
|
1282
|
+
"purple_colors"
|
1283
|
+
],
|
1284
|
+
"ivory_colors": [
|
1285
|
+
"white_colors"
|
1286
|
+
],
|
1287
|
+
"khaki_colors": [
|
1288
|
+
"yellow_colors"
|
1289
|
+
],
|
1290
|
+
"lavender_colors": [
|
1291
|
+
"purple_colors"
|
1292
|
+
],
|
1293
|
+
"light_colors": [
|
1294
|
+
"brightness_colors"
|
1295
|
+
],
|
1296
|
+
"lime_colors": [
|
1297
|
+
"green_colors"
|
1298
|
+
],
|
1299
|
+
"magenta_colors": [
|
1300
|
+
"purple_colors"
|
1301
|
+
],
|
1302
|
+
"maroon_colors": [
|
1303
|
+
"brown_colors"
|
1304
|
+
],
|
1305
|
+
"navy_colors": [
|
1306
|
+
"blue_colors"
|
1307
|
+
],
|
1308
|
+
"olive_colors": [
|
1309
|
+
"green_colors"
|
1310
|
+
],
|
1311
|
+
"orange_colors": [
|
1312
|
+
"color_colors"
|
1313
|
+
],
|
711
1314
|
"paragraph": [
|
712
1315
|
"countable"
|
713
1316
|
],
|
1317
|
+
"pink_colors": [
|
1318
|
+
"color_colors"
|
1319
|
+
],
|
1320
|
+
"purple_colors": [
|
1321
|
+
"color_colors"
|
1322
|
+
],
|
1323
|
+
"red_colors": [
|
1324
|
+
"color_colors"
|
1325
|
+
],
|
1326
|
+
"sienna_colors": [
|
1327
|
+
"brown_colors"
|
1328
|
+
],
|
1329
|
+
"silver_colors": [
|
1330
|
+
"gray_colors"
|
1331
|
+
],
|
1332
|
+
"snow_colors": [
|
1333
|
+
"white_colors"
|
1334
|
+
],
|
1335
|
+
"tan_colors": [
|
1336
|
+
"brown_colors"
|
1337
|
+
],
|
1338
|
+
"teal_colors": [
|
1339
|
+
"green_colors"
|
1340
|
+
],
|
1341
|
+
"turquoise_colors": [
|
1342
|
+
"blue_colors"
|
1343
|
+
],
|
714
1344
|
"unknown": [
|
715
1345
|
"hierarchyAble"
|
716
1346
|
],
|
1347
|
+
"violet_colors": [
|
1348
|
+
"purple_colors"
|
1349
|
+
],
|
1350
|
+
"white_colors": [
|
1351
|
+
"color_colors"
|
1352
|
+
],
|
717
1353
|
"whose": [
|
718
1354
|
"object"
|
719
1355
|
],
|
720
1356
|
"word": [
|
721
|
-
"countable"
|
1357
|
+
"countable",
|
1358
|
+
"statefulelement"
|
1359
|
+
],
|
1360
|
+
"yellow_colors": [
|
1361
|
+
"color_colors"
|
722
1362
|
]
|
723
1363
|
},
|
724
1364
|
"properties": {
|
@@ -727,21 +1367,101 @@
|
|
727
1367
|
"initHandlers": [
|
728
1368
|
],
|
729
1369
|
"root": {
|
1370
|
+
"aqua_colors": {
|
1371
|
+
},
|
1372
|
+
"aquamarine_colors": {
|
1373
|
+
},
|
1374
|
+
"azure_colors": {
|
1375
|
+
},
|
1376
|
+
"beige_colors": {
|
1377
|
+
},
|
1378
|
+
"black_colors": {
|
1379
|
+
},
|
1380
|
+
"blue_colors": {
|
1381
|
+
},
|
1382
|
+
"brightness_colors": {
|
1383
|
+
},
|
1384
|
+
"brown_colors": {
|
1385
|
+
},
|
730
1386
|
"character": {
|
731
1387
|
},
|
1388
|
+
"chartruese_colors": {
|
1389
|
+
},
|
1390
|
+
"color_colors": {
|
1391
|
+
},
|
732
1392
|
"countable": {
|
733
1393
|
},
|
1394
|
+
"crimson_colors": {
|
1395
|
+
},
|
1396
|
+
"cyan_colors": {
|
1397
|
+
},
|
1398
|
+
"dark_colors": {
|
1399
|
+
},
|
1400
|
+
"gold_colors": {
|
1401
|
+
},
|
1402
|
+
"gray_colors": {
|
1403
|
+
},
|
1404
|
+
"green_colors": {
|
1405
|
+
},
|
734
1406
|
"hierarchyAble": {
|
735
1407
|
},
|
1408
|
+
"indigo_colors": {
|
1409
|
+
},
|
1410
|
+
"ivory_colors": {
|
1411
|
+
},
|
1412
|
+
"khaki_colors": {
|
1413
|
+
},
|
1414
|
+
"lavender_colors": {
|
1415
|
+
},
|
1416
|
+
"light_colors": {
|
1417
|
+
},
|
1418
|
+
"lime_colors": {
|
1419
|
+
},
|
1420
|
+
"magenta_colors": {
|
1421
|
+
},
|
1422
|
+
"maroon_colors": {
|
1423
|
+
},
|
1424
|
+
"navy_colors": {
|
1425
|
+
},
|
736
1426
|
"object": {
|
737
1427
|
},
|
1428
|
+
"olive_colors": {
|
1429
|
+
},
|
1430
|
+
"orange_colors": {
|
1431
|
+
},
|
738
1432
|
"paragraph": {
|
739
1433
|
},
|
1434
|
+
"pink_colors": {
|
1435
|
+
},
|
1436
|
+
"purple_colors": {
|
1437
|
+
},
|
1438
|
+
"red_colors": {
|
1439
|
+
},
|
1440
|
+
"sienna_colors": {
|
1441
|
+
},
|
1442
|
+
"silver_colors": {
|
1443
|
+
},
|
1444
|
+
"snow_colors": {
|
1445
|
+
},
|
1446
|
+
"statefulelement": {
|
1447
|
+
},
|
1448
|
+
"tan_colors": {
|
1449
|
+
},
|
1450
|
+
"teal_colors": {
|
1451
|
+
},
|
1452
|
+
"turquoise_colors": {
|
1453
|
+
},
|
740
1454
|
"unknown": {
|
741
1455
|
},
|
1456
|
+
"violet_colors": {
|
1457
|
+
},
|
1458
|
+
"white_colors": {
|
1459
|
+
},
|
742
1460
|
"whose": {
|
743
1461
|
},
|
744
1462
|
"word": {
|
1463
|
+
},
|
1464
|
+
"yellow_colors": {
|
745
1465
|
}
|
746
1466
|
}
|
747
1467
|
},
|
@@ -949,7 +1669,7 @@
|
|
949
1669
|
"marker": "unknown",
|
950
1670
|
"number": "many",
|
951
1671
|
"range": {
|
952
|
-
"end":
|
1672
|
+
"end": 39,
|
953
1673
|
"start": 0
|
954
1674
|
},
|
955
1675
|
"text": "words",
|
@@ -961,10 +1681,10 @@
|
|
961
1681
|
"word": "words"
|
962
1682
|
},
|
963
1683
|
"range": {
|
964
|
-
"end":
|
1684
|
+
"end": 39,
|
965
1685
|
"start": 0
|
966
1686
|
},
|
967
|
-
"text": "words are countable",
|
1687
|
+
"text": "words are countable and statefulelements",
|
968
1688
|
"topLevel": true,
|
969
1689
|
"touchedBy": [
|
970
1690
|
"wp#call2",
|
@@ -972,26 +1692,150 @@
|
|
972
1692
|
],
|
973
1693
|
"two": {
|
974
1694
|
"concept": true,
|
975
|
-
"dead": true,
|
976
1695
|
"default": true,
|
1696
|
+
"isList": true,
|
977
1697
|
"level": 1,
|
978
|
-
"
|
1698
|
+
"listable": true,
|
1699
|
+
"marker": "list",
|
979
1700
|
"range": {
|
980
|
-
"end":
|
1701
|
+
"end": 39,
|
981
1702
|
"start": 10
|
982
1703
|
},
|
983
|
-
"text": "countable",
|
1704
|
+
"text": "countable and statefulelements",
|
984
1705
|
"types": [
|
985
|
-
"countable"
|
1706
|
+
"countable",
|
1707
|
+
"list",
|
1708
|
+
"queryable"
|
986
1709
|
],
|
987
|
-
"value":
|
988
|
-
|
1710
|
+
"value": [
|
1711
|
+
{
|
1712
|
+
"dead": true,
|
1713
|
+
"default": true,
|
1714
|
+
"level": 1,
|
1715
|
+
"marker": "countable",
|
1716
|
+
"range": {
|
1717
|
+
"end": 18,
|
1718
|
+
"start": 10
|
1719
|
+
},
|
1720
|
+
"text": "countable",
|
1721
|
+
"types": [
|
1722
|
+
"countable",
|
1723
|
+
"queryable"
|
1724
|
+
],
|
1725
|
+
"value": "countable",
|
1726
|
+
"word": "countable"
|
1727
|
+
},
|
1728
|
+
{
|
1729
|
+
"dead": true,
|
1730
|
+
"level": 1,
|
1731
|
+
"marker": "unknown",
|
1732
|
+
"range": {
|
1733
|
+
"end": 39,
|
1734
|
+
"start": 24
|
1735
|
+
},
|
1736
|
+
"text": "statefulelements",
|
1737
|
+
"types": [
|
1738
|
+
"queryable",
|
1739
|
+
"unknown"
|
1740
|
+
],
|
1741
|
+
"unknown": true,
|
1742
|
+
"value": "statefulelements",
|
1743
|
+
"word": "statefulelements"
|
1744
|
+
}
|
1745
|
+
],
|
1746
|
+
"word": "and"
|
989
1747
|
},
|
990
1748
|
"word": "are"
|
991
1749
|
},
|
992
1750
|
"generatedParenthesized": [
|
993
1751
|
],
|
994
|
-
"paraphrases": "words are countable",
|
1752
|
+
"paraphrases": "words are countable and statefulelements",
|
1753
|
+
"paraphrasesParenthesized": [
|
1754
|
+
],
|
1755
|
+
"responses": [
|
1756
|
+
""
|
1757
|
+
]
|
1758
|
+
},
|
1759
|
+
{
|
1760
|
+
"context": {
|
1761
|
+
"dead": true,
|
1762
|
+
"default": true,
|
1763
|
+
"level": 1,
|
1764
|
+
"marker": "resetIdSuffix",
|
1765
|
+
"range": {
|
1766
|
+
"end": 12,
|
1767
|
+
"start": 0
|
1768
|
+
},
|
1769
|
+
"text": "resetidsuffix",
|
1770
|
+
"topLevel": true,
|
1771
|
+
"touchedBy": [
|
1772
|
+
"colors#call2",
|
1773
|
+
"instance14#colors#call2",
|
1774
|
+
"instance14#wp#call2"
|
1775
|
+
],
|
1776
|
+
"value": "resetIdSuffix",
|
1777
|
+
"word": "resetidsuffix"
|
1778
|
+
},
|
1779
|
+
"generatedParenthesized": [
|
1780
|
+
],
|
1781
|
+
"paraphrases": "resetidsuffix",
|
1782
|
+
"paraphrasesParenthesized": [
|
1783
|
+
],
|
1784
|
+
"responses": [
|
1785
|
+
""
|
1786
|
+
]
|
1787
|
+
},
|
1788
|
+
{
|
1789
|
+
"context": {
|
1790
|
+
"concept": {
|
1791
|
+
"dead": true,
|
1792
|
+
"level": 1,
|
1793
|
+
"marker": "color_colors",
|
1794
|
+
"number": "one",
|
1795
|
+
"range": {
|
1796
|
+
"end": 17,
|
1797
|
+
"start": 13
|
1798
|
+
},
|
1799
|
+
"text": "color",
|
1800
|
+
"value": "color_colors",
|
1801
|
+
"word": "color"
|
1802
|
+
},
|
1803
|
+
"dead": true,
|
1804
|
+
"flatten": false,
|
1805
|
+
"level": 1,
|
1806
|
+
"marker": "modifies",
|
1807
|
+
"modifiers": [
|
1808
|
+
{
|
1809
|
+
"dead": true,
|
1810
|
+
"level": 1,
|
1811
|
+
"marker": "unknown",
|
1812
|
+
"range": {
|
1813
|
+
"end": 2,
|
1814
|
+
"start": 0
|
1815
|
+
},
|
1816
|
+
"text": "hex",
|
1817
|
+
"unknown": true,
|
1818
|
+
"value": "hex",
|
1819
|
+
"word": "hex"
|
1820
|
+
}
|
1821
|
+
],
|
1822
|
+
"number": "one",
|
1823
|
+
"range": {
|
1824
|
+
"end": 17,
|
1825
|
+
"start": 0
|
1826
|
+
},
|
1827
|
+
"text": "hex modifies color",
|
1828
|
+
"topLevel": true,
|
1829
|
+
"touchedBy": [
|
1830
|
+
"colors#call2",
|
1831
|
+
"instance12#colors#call2",
|
1832
|
+
"instance12#wp#call2"
|
1833
|
+
],
|
1834
|
+
"word": "modifies"
|
1835
|
+
},
|
1836
|
+
"generatedParenthesized": [
|
1837
|
+
],
|
1838
|
+
"paraphrases": "undefined modify",
|
995
1839
|
"paraphrasesParenthesized": [
|
996
1840
|
],
|
997
1841
|
"responses": [
|
@@ -1127,10 +1971,12 @@
|
|
1127
1971
|
"nameToUUID": {
|
1128
1972
|
"articles": "articles2",
|
1129
1973
|
"asking": "asking2",
|
1974
|
+
"colors": "colors2",
|
1130
1975
|
"concept": "concept2",
|
1131
1976
|
"conjunction": "conjunction2",
|
1132
1977
|
"countable": "countable2",
|
1133
1978
|
"dialogues": "dialogues2",
|
1979
|
+
"errors": "errors2",
|
1134
1980
|
"evaluate": "evaluate2",
|
1135
1981
|
"gdefaults": "gdefaults2",
|
1136
1982
|
"hierarchy": "hierarchy2",
|
@@ -1152,6 +1998,8 @@
|
|
1152
1998
|
},
|
1153
1999
|
"asking2": {
|
1154
2000
|
},
|
2001
|
+
"colors2": {
|
2002
|
+
},
|
1155
2003
|
"concept2": {
|
1156
2004
|
"defaultTypesForHierarchy": {
|
1157
2005
|
},
|
@@ -1169,6 +2017,8 @@
|
|
1169
2017
|
"variables": {
|
1170
2018
|
}
|
1171
2019
|
},
|
2020
|
+
"errors2": {
|
2021
|
+
},
|
1172
2022
|
"evaluate2": {
|
1173
2023
|
},
|
1174
2024
|
"gdefaults2": {
|
@@ -1187,16 +2037,76 @@
|
|
1187
2037
|
},
|
1188
2038
|
"properties2": {
|
1189
2039
|
"children": {
|
2040
|
+
"blue_colors": [
|
2041
|
+
"aqua_colors",
|
2042
|
+
"cyan_colors",
|
2043
|
+
"aquamarine_colors",
|
2044
|
+
"turquoise_colors",
|
2045
|
+
"navy_colors"
|
2046
|
+
],
|
2047
|
+
"brightness_colors": [
|
2048
|
+
"dark_colors",
|
2049
|
+
"light_colors"
|
2050
|
+
],
|
2051
|
+
"brown_colors": [
|
2052
|
+
"tan_colors",
|
2053
|
+
"sienna_colors",
|
2054
|
+
"maroon_colors"
|
2055
|
+
],
|
2056
|
+
"color_colors": [
|
2057
|
+
"red_colors",
|
2058
|
+
"pink_colors",
|
2059
|
+
"orange_colors",
|
2060
|
+
"yellow_colors",
|
2061
|
+
"purple_colors",
|
2062
|
+
"green_colors",
|
2063
|
+
"blue_colors",
|
2064
|
+
"brown_colors",
|
2065
|
+
"white_colors",
|
2066
|
+
"gray_colors"
|
2067
|
+
],
|
1190
2068
|
"countable": [
|
1191
2069
|
"word",
|
1192
2070
|
"character",
|
1193
2071
|
"paragraph"
|
1194
2072
|
],
|
2073
|
+
"gray_colors": [
|
2074
|
+
"silver_colors",
|
2075
|
+
"black_colors"
|
2076
|
+
],
|
2077
|
+
"green_colors": [
|
2078
|
+
"lime_colors",
|
2079
|
+
"chartruese_colors",
|
2080
|
+
"olive_colors",
|
2081
|
+
"teal_colors"
|
2082
|
+
],
|
1195
2083
|
"hierarchyAble": [
|
1196
2084
|
"unknown"
|
1197
2085
|
],
|
1198
2086
|
"object": [
|
1199
2087
|
"whose"
|
2088
|
+
],
|
2089
|
+
"purple_colors": [
|
2090
|
+
"lavender_colors",
|
2091
|
+
"violet_colors",
|
2092
|
+
"magenta_colors",
|
2093
|
+
"indigo_colors"
|
2094
|
+
],
|
2095
|
+
"red_colors": [
|
2096
|
+
"crimson_colors"
|
2097
|
+
],
|
2098
|
+
"statefulelement": [
|
2099
|
+
"word"
|
2100
|
+
],
|
2101
|
+
"white_colors": [
|
2102
|
+
"snow_colors",
|
2103
|
+
"azure_colors",
|
2104
|
+
"beige_colors",
|
2105
|
+
"ivory_colors"
|
2106
|
+
],
|
2107
|
+
"yellow_colors": [
|
2108
|
+
"gold_colors",
|
2109
|
+
"khaki_colors"
|
1200
2110
|
]
|
1201
2111
|
},
|
1202
2112
|
"concepts": [
|
@@ -1205,26 +2115,178 @@
|
|
1205
2115
|
"hierarchyAble",
|
1206
2116
|
"whose",
|
1207
2117
|
"object",
|
2118
|
+
"dark_colors",
|
2119
|
+
"brightness_colors",
|
2120
|
+
"light_colors",
|
2121
|
+
"red_colors",
|
2122
|
+
"color_colors",
|
2123
|
+
"pink_colors",
|
2124
|
+
"orange_colors",
|
2125
|
+
"yellow_colors",
|
2126
|
+
"purple_colors",
|
2127
|
+
"green_colors",
|
2128
|
+
"blue_colors",
|
2129
|
+
"brown_colors",
|
2130
|
+
"white_colors",
|
2131
|
+
"gray_colors",
|
2132
|
+
"crimson_colors",
|
2133
|
+
"gold_colors",
|
2134
|
+
"khaki_colors",
|
2135
|
+
"lavender_colors",
|
2136
|
+
"violet_colors",
|
2137
|
+
"magenta_colors",
|
2138
|
+
"indigo_colors",
|
2139
|
+
"lime_colors",
|
2140
|
+
"chartruese_colors",
|
2141
|
+
"olive_colors",
|
2142
|
+
"teal_colors",
|
2143
|
+
"aqua_colors",
|
2144
|
+
"cyan_colors",
|
2145
|
+
"aquamarine_colors",
|
2146
|
+
"turquoise_colors",
|
2147
|
+
"navy_colors",
|
2148
|
+
"tan_colors",
|
2149
|
+
"sienna_colors",
|
2150
|
+
"maroon_colors",
|
2151
|
+
"snow_colors",
|
2152
|
+
"azure_colors",
|
2153
|
+
"beige_colors",
|
2154
|
+
"ivory_colors",
|
2155
|
+
"silver_colors",
|
2156
|
+
"black_colors",
|
1208
2157
|
"word",
|
1209
2158
|
"countable",
|
2159
|
+
"statefulelement",
|
1210
2160
|
"character",
|
1211
2161
|
"paragraph"
|
1212
2162
|
],
|
1213
2163
|
"parents": {
|
2164
|
+
"aqua_colors": [
|
2165
|
+
"blue_colors"
|
2166
|
+
],
|
2167
|
+
"aquamarine_colors": [
|
2168
|
+
"blue_colors"
|
2169
|
+
],
|
2170
|
+
"azure_colors": [
|
2171
|
+
"white_colors"
|
2172
|
+
],
|
2173
|
+
"beige_colors": [
|
2174
|
+
"white_colors"
|
2175
|
+
],
|
2176
|
+
"black_colors": [
|
2177
|
+
"gray_colors"
|
2178
|
+
],
|
2179
|
+
"blue_colors": [
|
2180
|
+
"color_colors"
|
2181
|
+
],
|
2182
|
+
"brown_colors": [
|
2183
|
+
"color_colors"
|
2184
|
+
],
|
1214
2185
|
"character": [
|
1215
2186
|
"countable"
|
1216
2187
|
],
|
2188
|
+
"chartruese_colors": [
|
2189
|
+
"green_colors"
|
2190
|
+
],
|
2191
|
+
"crimson_colors": [
|
2192
|
+
"red_colors"
|
2193
|
+
],
|
2194
|
+
"cyan_colors": [
|
2195
|
+
"blue_colors"
|
2196
|
+
],
|
2197
|
+
"dark_colors": [
|
2198
|
+
"brightness_colors"
|
2199
|
+
],
|
2200
|
+
"gold_colors": [
|
2201
|
+
"yellow_colors"
|
2202
|
+
],
|
2203
|
+
"gray_colors": [
|
2204
|
+
"color_colors"
|
2205
|
+
],
|
2206
|
+
"green_colors": [
|
2207
|
+
"color_colors"
|
2208
|
+
],
|
2209
|
+
"indigo_colors": [
|
2210
|
+
"purple_colors"
|
2211
|
+
],
|
2212
|
+
"ivory_colors": [
|
2213
|
+
"white_colors"
|
2214
|
+
],
|
2215
|
+
"khaki_colors": [
|
2216
|
+
"yellow_colors"
|
2217
|
+
],
|
2218
|
+
"lavender_colors": [
|
2219
|
+
"purple_colors"
|
2220
|
+
],
|
2221
|
+
"light_colors": [
|
2222
|
+
"brightness_colors"
|
2223
|
+
],
|
2224
|
+
"lime_colors": [
|
2225
|
+
"green_colors"
|
2226
|
+
],
|
2227
|
+
"magenta_colors": [
|
2228
|
+
"purple_colors"
|
2229
|
+
],
|
2230
|
+
"maroon_colors": [
|
2231
|
+
"brown_colors"
|
2232
|
+
],
|
2233
|
+
"navy_colors": [
|
2234
|
+
"blue_colors"
|
2235
|
+
],
|
2236
|
+
"olive_colors": [
|
2237
|
+
"green_colors"
|
2238
|
+
],
|
2239
|
+
"orange_colors": [
|
2240
|
+
"color_colors"
|
2241
|
+
],
|
1217
2242
|
"paragraph": [
|
1218
2243
|
"countable"
|
1219
2244
|
],
|
2245
|
+
"pink_colors": [
|
2246
|
+
"color_colors"
|
2247
|
+
],
|
2248
|
+
"purple_colors": [
|
2249
|
+
"color_colors"
|
2250
|
+
],
|
2251
|
+
"red_colors": [
|
2252
|
+
"color_colors"
|
2253
|
+
],
|
2254
|
+
"sienna_colors": [
|
2255
|
+
"brown_colors"
|
2256
|
+
],
|
2257
|
+
"silver_colors": [
|
2258
|
+
"gray_colors"
|
2259
|
+
],
|
2260
|
+
"snow_colors": [
|
2261
|
+
"white_colors"
|
2262
|
+
],
|
2263
|
+
"tan_colors": [
|
2264
|
+
"brown_colors"
|
2265
|
+
],
|
2266
|
+
"teal_colors": [
|
2267
|
+
"green_colors"
|
2268
|
+
],
|
2269
|
+
"turquoise_colors": [
|
2270
|
+
"blue_colors"
|
2271
|
+
],
|
1220
2272
|
"unknown": [
|
1221
2273
|
"hierarchyAble"
|
1222
2274
|
],
|
2275
|
+
"violet_colors": [
|
2276
|
+
"purple_colors"
|
2277
|
+
],
|
2278
|
+
"white_colors": [
|
2279
|
+
"color_colors"
|
2280
|
+
],
|
1223
2281
|
"whose": [
|
1224
2282
|
"object"
|
1225
2283
|
],
|
1226
2284
|
"word": [
|
1227
|
-
"countable"
|
2285
|
+
"countable",
|
2286
|
+
"statefulelement"
|
2287
|
+
],
|
2288
|
+
"yellow_colors": [
|
2289
|
+
"color_colors"
|
1228
2290
|
]
|
1229
2291
|
},
|
1230
2292
|
"properties": {
|
@@ -1233,21 +2295,101 @@
|
|
1233
2295
|
"initHandlers": [
|
1234
2296
|
],
|
1235
2297
|
"root": {
|
2298
|
+
"aqua_colors": {
|
2299
|
+
},
|
2300
|
+
"aquamarine_colors": {
|
2301
|
+
},
|
2302
|
+
"azure_colors": {
|
2303
|
+
},
|
2304
|
+
"beige_colors": {
|
2305
|
+
},
|
2306
|
+
"black_colors": {
|
2307
|
+
},
|
2308
|
+
"blue_colors": {
|
2309
|
+
},
|
2310
|
+
"brightness_colors": {
|
2311
|
+
},
|
2312
|
+
"brown_colors": {
|
2313
|
+
},
|
1236
2314
|
"character": {
|
1237
2315
|
},
|
2316
|
+
"chartruese_colors": {
|
2317
|
+
},
|
2318
|
+
"color_colors": {
|
2319
|
+
},
|
1238
2320
|
"countable": {
|
1239
2321
|
},
|
2322
|
+
"crimson_colors": {
|
2323
|
+
},
|
2324
|
+
"cyan_colors": {
|
2325
|
+
},
|
2326
|
+
"dark_colors": {
|
2327
|
+
},
|
2328
|
+
"gold_colors": {
|
2329
|
+
},
|
2330
|
+
"gray_colors": {
|
2331
|
+
},
|
2332
|
+
"green_colors": {
|
2333
|
+
},
|
1240
2334
|
"hierarchyAble": {
|
1241
2335
|
},
|
2336
|
+
"indigo_colors": {
|
2337
|
+
},
|
2338
|
+
"ivory_colors": {
|
2339
|
+
},
|
2340
|
+
"khaki_colors": {
|
2341
|
+
},
|
2342
|
+
"lavender_colors": {
|
2343
|
+
},
|
2344
|
+
"light_colors": {
|
2345
|
+
},
|
2346
|
+
"lime_colors": {
|
2347
|
+
},
|
2348
|
+
"magenta_colors": {
|
2349
|
+
},
|
2350
|
+
"maroon_colors": {
|
2351
|
+
},
|
2352
|
+
"navy_colors": {
|
2353
|
+
},
|
1242
2354
|
"object": {
|
1243
2355
|
},
|
2356
|
+
"olive_colors": {
|
2357
|
+
},
|
2358
|
+
"orange_colors": {
|
2359
|
+
},
|
1244
2360
|
"paragraph": {
|
1245
2361
|
},
|
2362
|
+
"pink_colors": {
|
2363
|
+
},
|
2364
|
+
"purple_colors": {
|
2365
|
+
},
|
2366
|
+
"red_colors": {
|
2367
|
+
},
|
2368
|
+
"sienna_colors": {
|
2369
|
+
},
|
2370
|
+
"silver_colors": {
|
2371
|
+
},
|
2372
|
+
"snow_colors": {
|
2373
|
+
},
|
2374
|
+
"statefulelement": {
|
2375
|
+
},
|
2376
|
+
"tan_colors": {
|
2377
|
+
},
|
2378
|
+
"teal_colors": {
|
2379
|
+
},
|
2380
|
+
"turquoise_colors": {
|
2381
|
+
},
|
1246
2382
|
"unknown": {
|
1247
2383
|
},
|
2384
|
+
"violet_colors": {
|
2385
|
+
},
|
2386
|
+
"white_colors": {
|
2387
|
+
},
|
1248
2388
|
"whose": {
|
1249
2389
|
},
|
1250
2390
|
"word": {
|
2391
|
+
},
|
2392
|
+
"yellow_colors": {
|
1251
2393
|
}
|
1252
2394
|
}
|
1253
2395
|
},
|
@@ -1455,7 +2597,7 @@
|
|
1455
2597
|
"marker": "unknown",
|
1456
2598
|
"number": "many",
|
1457
2599
|
"range": {
|
1458
|
-
"end":
|
2600
|
+
"end": 39,
|
1459
2601
|
"start": 0
|
1460
2602
|
},
|
1461
2603
|
"text": "words",
|
@@ -1467,10 +2609,10 @@
|
|
1467
2609
|
"word": "words"
|
1468
2610
|
},
|
1469
2611
|
"range": {
|
1470
|
-
"end":
|
2612
|
+
"end": 39,
|
1471
2613
|
"start": 0
|
1472
2614
|
},
|
1473
|
-
"text": "words are countable",
|
2615
|
+
"text": "words are countable and statefulelements",
|
1474
2616
|
"topLevel": true,
|
1475
2617
|
"touchedBy": [
|
1476
2618
|
"wp#call2",
|
@@ -1478,26 +2620,150 @@
|
|
1478
2620
|
],
|
1479
2621
|
"two": {
|
1480
2622
|
"concept": true,
|
1481
|
-
"dead": true,
|
1482
2623
|
"default": true,
|
2624
|
+
"isList": true,
|
1483
2625
|
"level": 1,
|
1484
|
-
"
|
2626
|
+
"listable": true,
|
2627
|
+
"marker": "list",
|
1485
2628
|
"range": {
|
1486
|
-
"end":
|
2629
|
+
"end": 39,
|
1487
2630
|
"start": 10
|
1488
2631
|
},
|
1489
|
-
"text": "countable",
|
2632
|
+
"text": "countable and statefulelements",
|
1490
2633
|
"types": [
|
1491
|
-
"countable"
|
2634
|
+
"countable",
|
2635
|
+
"list",
|
2636
|
+
"queryable"
|
1492
2637
|
],
|
1493
|
-
"value":
|
1494
|
-
|
2638
|
+
"value": [
|
2639
|
+
{
|
2640
|
+
"dead": true,
|
2641
|
+
"default": true,
|
2642
|
+
"level": 1,
|
2643
|
+
"marker": "countable",
|
2644
|
+
"range": {
|
2645
|
+
"end": 18,
|
2646
|
+
"start": 10
|
2647
|
+
},
|
2648
|
+
"text": "countable",
|
2649
|
+
"types": [
|
2650
|
+
"countable",
|
2651
|
+
"queryable"
|
2652
|
+
],
|
2653
|
+
"value": "countable",
|
2654
|
+
"word": "countable"
|
2655
|
+
},
|
2656
|
+
{
|
2657
|
+
"dead": true,
|
2658
|
+
"level": 1,
|
2659
|
+
"marker": "unknown",
|
2660
|
+
"range": {
|
2661
|
+
"end": 39,
|
2662
|
+
"start": 24
|
2663
|
+
},
|
2664
|
+
"text": "statefulelements",
|
2665
|
+
"types": [
|
2666
|
+
"queryable",
|
2667
|
+
"unknown"
|
2668
|
+
],
|
2669
|
+
"unknown": true,
|
2670
|
+
"value": "statefulelements",
|
2671
|
+
"word": "statefulelements"
|
2672
|
+
}
|
2673
|
+
],
|
2674
|
+
"word": "and"
|
1495
2675
|
},
|
1496
2676
|
"word": "are"
|
1497
2677
|
},
|
1498
2678
|
"generatedParenthesized": [
|
1499
2679
|
],
|
1500
|
-
"paraphrases": "words are countable",
|
2680
|
+
"paraphrases": "words are countable and statefulelements",
|
2681
|
+
"paraphrasesParenthesized": [
|
2682
|
+
],
|
2683
|
+
"responses": [
|
2684
|
+
""
|
2685
|
+
]
|
2686
|
+
},
|
2687
|
+
{
|
2688
|
+
"context": {
|
2689
|
+
"dead": true,
|
2690
|
+
"default": true,
|
2691
|
+
"level": 1,
|
2692
|
+
"marker": "resetIdSuffix",
|
2693
|
+
"range": {
|
2694
|
+
"end": 12,
|
2695
|
+
"start": 0
|
2696
|
+
},
|
2697
|
+
"text": "resetidsuffix",
|
2698
|
+
"topLevel": true,
|
2699
|
+
"touchedBy": [
|
2700
|
+
"colors#call2",
|
2701
|
+
"instance14#colors#call2",
|
2702
|
+
"instance14#wp#call2"
|
2703
|
+
],
|
2704
|
+
"value": "resetIdSuffix",
|
2705
|
+
"word": "resetidsuffix"
|
2706
|
+
},
|
2707
|
+
"generatedParenthesized": [
|
2708
|
+
],
|
2709
|
+
"paraphrases": "resetidsuffix",
|
2710
|
+
"paraphrasesParenthesized": [
|
2711
|
+
],
|
2712
|
+
"responses": [
|
2713
|
+
""
|
2714
|
+
]
|
2715
|
+
},
|
2716
|
+
{
|
2717
|
+
"context": {
|
2718
|
+
"concept": {
|
2719
|
+
"dead": true,
|
2720
|
+
"level": 1,
|
2721
|
+
"marker": "color_colors",
|
2722
|
+
"number": "one",
|
2723
|
+
"range": {
|
2724
|
+
"end": 17,
|
2725
|
+
"start": 13
|
2726
|
+
},
|
2727
|
+
"text": "color",
|
2728
|
+
"value": "color_colors",
|
2729
|
+
"word": "color"
|
2730
|
+
},
|
2731
|
+
"dead": true,
|
2732
|
+
"flatten": false,
|
2733
|
+
"level": 1,
|
2734
|
+
"marker": "modifies",
|
2735
|
+
"modifiers": [
|
2736
|
+
{
|
2737
|
+
"dead": true,
|
2738
|
+
"level": 1,
|
2739
|
+
"marker": "unknown",
|
2740
|
+
"range": {
|
2741
|
+
"end": 2,
|
2742
|
+
"start": 0
|
2743
|
+
},
|
2744
|
+
"text": "hex",
|
2745
|
+
"unknown": true,
|
2746
|
+
"value": "hex",
|
2747
|
+
"word": "hex"
|
2748
|
+
}
|
2749
|
+
],
|
2750
|
+
"number": "one",
|
2751
|
+
"range": {
|
2752
|
+
"end": 17,
|
2753
|
+
"start": 0
|
2754
|
+
},
|
2755
|
+
"text": "hex modifies color",
|
2756
|
+
"topLevel": true,
|
2757
|
+
"touchedBy": [
|
2758
|
+
"colors#call2",
|
2759
|
+
"instance12#colors#call2",
|
2760
|
+
"instance12#wp#call2"
|
2761
|
+
],
|
2762
|
+
"word": "modifies"
|
2763
|
+
},
|
2764
|
+
"generatedParenthesized": [
|
2765
|
+
],
|
2766
|
+
"paraphrases": "undefined modify",
|
1501
2767
|
"paraphrasesParenthesized": [
|
1502
2768
|
],
|
1503
2769
|
"responses": [
|
@@ -1815,10 +3081,12 @@
|
|
1815
3081
|
"nameToUUID": {
|
1816
3082
|
"articles": "articles2",
|
1817
3083
|
"asking": "asking2",
|
3084
|
+
"colors": "colors2",
|
1818
3085
|
"concept": "concept2",
|
1819
3086
|
"conjunction": "conjunction2",
|
1820
3087
|
"countable": "countable2",
|
1821
3088
|
"dialogues": "dialogues2",
|
3089
|
+
"errors": "errors2",
|
1822
3090
|
"evaluate": "evaluate2",
|
1823
3091
|
"gdefaults": "gdefaults2",
|
1824
3092
|
"hierarchy": "hierarchy2",
|
@@ -1840,6 +3108,8 @@
|
|
1840
3108
|
},
|
1841
3109
|
"asking2": {
|
1842
3110
|
},
|
3111
|
+
"colors2": {
|
3112
|
+
},
|
1843
3113
|
"concept2": {
|
1844
3114
|
"defaultTypesForHierarchy": {
|
1845
3115
|
},
|
@@ -1857,6 +3127,8 @@
|
|
1857
3127
|
"variables": {
|
1858
3128
|
}
|
1859
3129
|
},
|
3130
|
+
"errors2": {
|
3131
|
+
},
|
1860
3132
|
"evaluate2": {
|
1861
3133
|
},
|
1862
3134
|
"gdefaults2": {
|
@@ -1875,16 +3147,76 @@
|
|
1875
3147
|
},
|
1876
3148
|
"properties2": {
|
1877
3149
|
"children": {
|
3150
|
+
"blue_colors": [
|
3151
|
+
"aqua_colors",
|
3152
|
+
"cyan_colors",
|
3153
|
+
"aquamarine_colors",
|
3154
|
+
"turquoise_colors",
|
3155
|
+
"navy_colors"
|
3156
|
+
],
|
3157
|
+
"brightness_colors": [
|
3158
|
+
"dark_colors",
|
3159
|
+
"light_colors"
|
3160
|
+
],
|
3161
|
+
"brown_colors": [
|
3162
|
+
"tan_colors",
|
3163
|
+
"sienna_colors",
|
3164
|
+
"maroon_colors"
|
3165
|
+
],
|
3166
|
+
"color_colors": [
|
3167
|
+
"red_colors",
|
3168
|
+
"pink_colors",
|
3169
|
+
"orange_colors",
|
3170
|
+
"yellow_colors",
|
3171
|
+
"purple_colors",
|
3172
|
+
"green_colors",
|
3173
|
+
"blue_colors",
|
3174
|
+
"brown_colors",
|
3175
|
+
"white_colors",
|
3176
|
+
"gray_colors"
|
3177
|
+
],
|
1878
3178
|
"countable": [
|
1879
3179
|
"word",
|
1880
3180
|
"character",
|
1881
3181
|
"paragraph"
|
1882
3182
|
],
|
3183
|
+
"gray_colors": [
|
3184
|
+
"silver_colors",
|
3185
|
+
"black_colors"
|
3186
|
+
],
|
3187
|
+
"green_colors": [
|
3188
|
+
"lime_colors",
|
3189
|
+
"chartruese_colors",
|
3190
|
+
"olive_colors",
|
3191
|
+
"teal_colors"
|
3192
|
+
],
|
1883
3193
|
"hierarchyAble": [
|
1884
3194
|
"unknown"
|
1885
3195
|
],
|
1886
3196
|
"object": [
|
1887
3197
|
"whose"
|
3198
|
+
],
|
3199
|
+
"purple_colors": [
|
3200
|
+
"lavender_colors",
|
3201
|
+
"violet_colors",
|
3202
|
+
"magenta_colors",
|
3203
|
+
"indigo_colors"
|
3204
|
+
],
|
3205
|
+
"red_colors": [
|
3206
|
+
"crimson_colors"
|
3207
|
+
],
|
3208
|
+
"statefulelement": [
|
3209
|
+
"word"
|
3210
|
+
],
|
3211
|
+
"white_colors": [
|
3212
|
+
"snow_colors",
|
3213
|
+
"azure_colors",
|
3214
|
+
"beige_colors",
|
3215
|
+
"ivory_colors"
|
3216
|
+
],
|
3217
|
+
"yellow_colors": [
|
3218
|
+
"gold_colors",
|
3219
|
+
"khaki_colors"
|
1888
3220
|
]
|
1889
3221
|
},
|
1890
3222
|
"concepts": [
|
@@ -1893,26 +3225,178 @@
|
|
1893
3225
|
"hierarchyAble",
|
1894
3226
|
"whose",
|
1895
3227
|
"object",
|
3228
|
+
"dark_colors",
|
3229
|
+
"brightness_colors",
|
3230
|
+
"light_colors",
|
3231
|
+
"red_colors",
|
3232
|
+
"color_colors",
|
3233
|
+
"pink_colors",
|
3234
|
+
"orange_colors",
|
3235
|
+
"yellow_colors",
|
3236
|
+
"purple_colors",
|
3237
|
+
"green_colors",
|
3238
|
+
"blue_colors",
|
3239
|
+
"brown_colors",
|
3240
|
+
"white_colors",
|
3241
|
+
"gray_colors",
|
3242
|
+
"crimson_colors",
|
3243
|
+
"gold_colors",
|
3244
|
+
"khaki_colors",
|
3245
|
+
"lavender_colors",
|
3246
|
+
"violet_colors",
|
3247
|
+
"magenta_colors",
|
3248
|
+
"indigo_colors",
|
3249
|
+
"lime_colors",
|
3250
|
+
"chartruese_colors",
|
3251
|
+
"olive_colors",
|
3252
|
+
"teal_colors",
|
3253
|
+
"aqua_colors",
|
3254
|
+
"cyan_colors",
|
3255
|
+
"aquamarine_colors",
|
3256
|
+
"turquoise_colors",
|
3257
|
+
"navy_colors",
|
3258
|
+
"tan_colors",
|
3259
|
+
"sienna_colors",
|
3260
|
+
"maroon_colors",
|
3261
|
+
"snow_colors",
|
3262
|
+
"azure_colors",
|
3263
|
+
"beige_colors",
|
3264
|
+
"ivory_colors",
|
3265
|
+
"silver_colors",
|
3266
|
+
"black_colors",
|
1896
3267
|
"word",
|
1897
3268
|
"countable",
|
3269
|
+
"statefulelement",
|
1898
3270
|
"character",
|
1899
3271
|
"paragraph"
|
1900
3272
|
],
|
1901
3273
|
"parents": {
|
1902
|
-
"
|
1903
|
-
"
|
3274
|
+
"aqua_colors": [
|
3275
|
+
"blue_colors"
|
1904
3276
|
],
|
1905
|
-
"
|
1906
|
-
"
|
3277
|
+
"aquamarine_colors": [
|
3278
|
+
"blue_colors"
|
1907
3279
|
],
|
1908
|
-
"
|
1909
|
-
"
|
3280
|
+
"azure_colors": [
|
3281
|
+
"white_colors"
|
1910
3282
|
],
|
1911
|
-
"
|
1912
|
-
"
|
3283
|
+
"beige_colors": [
|
3284
|
+
"white_colors"
|
1913
3285
|
],
|
1914
|
-
"
|
3286
|
+
"black_colors": [
|
3287
|
+
"gray_colors"
|
3288
|
+
],
|
3289
|
+
"blue_colors": [
|
3290
|
+
"color_colors"
|
3291
|
+
],
|
3292
|
+
"brown_colors": [
|
3293
|
+
"color_colors"
|
3294
|
+
],
|
3295
|
+
"character": [
|
3296
|
+
"countable"
|
3297
|
+
],
|
3298
|
+
"chartruese_colors": [
|
3299
|
+
"green_colors"
|
3300
|
+
],
|
3301
|
+
"crimson_colors": [
|
3302
|
+
"red_colors"
|
3303
|
+
],
|
3304
|
+
"cyan_colors": [
|
3305
|
+
"blue_colors"
|
3306
|
+
],
|
3307
|
+
"dark_colors": [
|
3308
|
+
"brightness_colors"
|
3309
|
+
],
|
3310
|
+
"gold_colors": [
|
3311
|
+
"yellow_colors"
|
3312
|
+
],
|
3313
|
+
"gray_colors": [
|
3314
|
+
"color_colors"
|
3315
|
+
],
|
3316
|
+
"green_colors": [
|
3317
|
+
"color_colors"
|
3318
|
+
],
|
3319
|
+
"indigo_colors": [
|
3320
|
+
"purple_colors"
|
3321
|
+
],
|
3322
|
+
"ivory_colors": [
|
3323
|
+
"white_colors"
|
3324
|
+
],
|
3325
|
+
"khaki_colors": [
|
3326
|
+
"yellow_colors"
|
3327
|
+
],
|
3328
|
+
"lavender_colors": [
|
3329
|
+
"purple_colors"
|
3330
|
+
],
|
3331
|
+
"light_colors": [
|
3332
|
+
"brightness_colors"
|
3333
|
+
],
|
3334
|
+
"lime_colors": [
|
3335
|
+
"green_colors"
|
3336
|
+
],
|
3337
|
+
"magenta_colors": [
|
3338
|
+
"purple_colors"
|
3339
|
+
],
|
3340
|
+
"maroon_colors": [
|
3341
|
+
"brown_colors"
|
3342
|
+
],
|
3343
|
+
"navy_colors": [
|
3344
|
+
"blue_colors"
|
3345
|
+
],
|
3346
|
+
"olive_colors": [
|
3347
|
+
"green_colors"
|
3348
|
+
],
|
3349
|
+
"orange_colors": [
|
3350
|
+
"color_colors"
|
3351
|
+
],
|
3352
|
+
"paragraph": [
|
1915
3353
|
"countable"
|
3354
|
+
],
|
3355
|
+
"pink_colors": [
|
3356
|
+
"color_colors"
|
3357
|
+
],
|
3358
|
+
"purple_colors": [
|
3359
|
+
"color_colors"
|
3360
|
+
],
|
3361
|
+
"red_colors": [
|
3362
|
+
"color_colors"
|
3363
|
+
],
|
3364
|
+
"sienna_colors": [
|
3365
|
+
"brown_colors"
|
3366
|
+
],
|
3367
|
+
"silver_colors": [
|
3368
|
+
"gray_colors"
|
3369
|
+
],
|
3370
|
+
"snow_colors": [
|
3371
|
+
"white_colors"
|
3372
|
+
],
|
3373
|
+
"tan_colors": [
|
3374
|
+
"brown_colors"
|
3375
|
+
],
|
3376
|
+
"teal_colors": [
|
3377
|
+
"green_colors"
|
3378
|
+
],
|
3379
|
+
"turquoise_colors": [
|
3380
|
+
"blue_colors"
|
3381
|
+
],
|
3382
|
+
"unknown": [
|
3383
|
+
"hierarchyAble"
|
3384
|
+
],
|
3385
|
+
"violet_colors": [
|
3386
|
+
"purple_colors"
|
3387
|
+
],
|
3388
|
+
"white_colors": [
|
3389
|
+
"color_colors"
|
3390
|
+
],
|
3391
|
+
"whose": [
|
3392
|
+
"object"
|
3393
|
+
],
|
3394
|
+
"word": [
|
3395
|
+
"countable",
|
3396
|
+
"statefulelement"
|
3397
|
+
],
|
3398
|
+
"yellow_colors": [
|
3399
|
+
"color_colors"
|
1916
3400
|
]
|
1917
3401
|
},
|
1918
3402
|
"properties": {
|
@@ -1921,21 +3405,101 @@
|
|
1921
3405
|
"initHandlers": [
|
1922
3406
|
],
|
1923
3407
|
"root": {
|
3408
|
+
"aqua_colors": {
|
3409
|
+
},
|
3410
|
+
"aquamarine_colors": {
|
3411
|
+
},
|
3412
|
+
"azure_colors": {
|
3413
|
+
},
|
3414
|
+
"beige_colors": {
|
3415
|
+
},
|
3416
|
+
"black_colors": {
|
3417
|
+
},
|
3418
|
+
"blue_colors": {
|
3419
|
+
},
|
3420
|
+
"brightness_colors": {
|
3421
|
+
},
|
3422
|
+
"brown_colors": {
|
3423
|
+
},
|
1924
3424
|
"character": {
|
1925
3425
|
},
|
3426
|
+
"chartruese_colors": {
|
3427
|
+
},
|
3428
|
+
"color_colors": {
|
3429
|
+
},
|
1926
3430
|
"countable": {
|
1927
3431
|
},
|
3432
|
+
"crimson_colors": {
|
3433
|
+
},
|
3434
|
+
"cyan_colors": {
|
3435
|
+
},
|
3436
|
+
"dark_colors": {
|
3437
|
+
},
|
3438
|
+
"gold_colors": {
|
3439
|
+
},
|
3440
|
+
"gray_colors": {
|
3441
|
+
},
|
3442
|
+
"green_colors": {
|
3443
|
+
},
|
1928
3444
|
"hierarchyAble": {
|
1929
3445
|
},
|
3446
|
+
"indigo_colors": {
|
3447
|
+
},
|
3448
|
+
"ivory_colors": {
|
3449
|
+
},
|
3450
|
+
"khaki_colors": {
|
3451
|
+
},
|
3452
|
+
"lavender_colors": {
|
3453
|
+
},
|
3454
|
+
"light_colors": {
|
3455
|
+
},
|
3456
|
+
"lime_colors": {
|
3457
|
+
},
|
3458
|
+
"magenta_colors": {
|
3459
|
+
},
|
3460
|
+
"maroon_colors": {
|
3461
|
+
},
|
3462
|
+
"navy_colors": {
|
3463
|
+
},
|
1930
3464
|
"object": {
|
1931
3465
|
},
|
3466
|
+
"olive_colors": {
|
3467
|
+
},
|
3468
|
+
"orange_colors": {
|
3469
|
+
},
|
1932
3470
|
"paragraph": {
|
1933
3471
|
},
|
3472
|
+
"pink_colors": {
|
3473
|
+
},
|
3474
|
+
"purple_colors": {
|
3475
|
+
},
|
3476
|
+
"red_colors": {
|
3477
|
+
},
|
3478
|
+
"sienna_colors": {
|
3479
|
+
},
|
3480
|
+
"silver_colors": {
|
3481
|
+
},
|
3482
|
+
"snow_colors": {
|
3483
|
+
},
|
3484
|
+
"statefulelement": {
|
3485
|
+
},
|
3486
|
+
"tan_colors": {
|
3487
|
+
},
|
3488
|
+
"teal_colors": {
|
3489
|
+
},
|
3490
|
+
"turquoise_colors": {
|
3491
|
+
},
|
1934
3492
|
"unknown": {
|
1935
3493
|
},
|
3494
|
+
"violet_colors": {
|
3495
|
+
},
|
3496
|
+
"white_colors": {
|
3497
|
+
},
|
1936
3498
|
"whose": {
|
1937
3499
|
},
|
1938
3500
|
"word": {
|
3501
|
+
},
|
3502
|
+
"yellow_colors": {
|
1939
3503
|
}
|
1940
3504
|
}
|
1941
3505
|
},
|
@@ -2211,7 +3775,7 @@
|
|
2211
3775
|
"marker": "unknown",
|
2212
3776
|
"number": "many",
|
2213
3777
|
"range": {
|
2214
|
-
"end":
|
3778
|
+
"end": 39,
|
2215
3779
|
"start": 0
|
2216
3780
|
},
|
2217
3781
|
"text": "words",
|
@@ -2223,10 +3787,10 @@
|
|
2223
3787
|
"word": "words"
|
2224
3788
|
},
|
2225
3789
|
"range": {
|
2226
|
-
"end":
|
3790
|
+
"end": 39,
|
2227
3791
|
"start": 0
|
2228
3792
|
},
|
2229
|
-
"text": "words are countable",
|
3793
|
+
"text": "words are countable and statefulelements",
|
2230
3794
|
"topLevel": true,
|
2231
3795
|
"touchedBy": [
|
2232
3796
|
"wp#call2",
|
@@ -2234,26 +3798,150 @@
|
|
2234
3798
|
],
|
2235
3799
|
"two": {
|
2236
3800
|
"concept": true,
|
2237
|
-
"dead": true,
|
2238
3801
|
"default": true,
|
3802
|
+
"isList": true,
|
2239
3803
|
"level": 1,
|
2240
|
-
"
|
3804
|
+
"listable": true,
|
3805
|
+
"marker": "list",
|
2241
3806
|
"range": {
|
2242
|
-
"end":
|
3807
|
+
"end": 39,
|
2243
3808
|
"start": 10
|
2244
3809
|
},
|
2245
|
-
"text": "countable",
|
3810
|
+
"text": "countable and statefulelements",
|
2246
3811
|
"types": [
|
2247
|
-
"countable"
|
3812
|
+
"countable",
|
3813
|
+
"list",
|
3814
|
+
"queryable"
|
2248
3815
|
],
|
2249
|
-
"value":
|
2250
|
-
|
3816
|
+
"value": [
|
3817
|
+
{
|
3818
|
+
"dead": true,
|
3819
|
+
"default": true,
|
3820
|
+
"level": 1,
|
3821
|
+
"marker": "countable",
|
3822
|
+
"range": {
|
3823
|
+
"end": 18,
|
3824
|
+
"start": 10
|
3825
|
+
},
|
3826
|
+
"text": "countable",
|
3827
|
+
"types": [
|
3828
|
+
"countable",
|
3829
|
+
"queryable"
|
3830
|
+
],
|
3831
|
+
"value": "countable",
|
3832
|
+
"word": "countable"
|
3833
|
+
},
|
3834
|
+
{
|
3835
|
+
"dead": true,
|
3836
|
+
"level": 1,
|
3837
|
+
"marker": "unknown",
|
3838
|
+
"range": {
|
3839
|
+
"end": 39,
|
3840
|
+
"start": 24
|
3841
|
+
},
|
3842
|
+
"text": "statefulelements",
|
3843
|
+
"types": [
|
3844
|
+
"queryable",
|
3845
|
+
"unknown"
|
3846
|
+
],
|
3847
|
+
"unknown": true,
|
3848
|
+
"value": "statefulelements",
|
3849
|
+
"word": "statefulelements"
|
3850
|
+
}
|
3851
|
+
],
|
3852
|
+
"word": "and"
|
2251
3853
|
},
|
2252
3854
|
"word": "are"
|
2253
3855
|
},
|
2254
3856
|
"generatedParenthesized": [
|
2255
3857
|
],
|
2256
|
-
"paraphrases": "words are countable",
|
3858
|
+
"paraphrases": "words are countable and statefulelements",
|
3859
|
+
"paraphrasesParenthesized": [
|
3860
|
+
],
|
3861
|
+
"responses": [
|
3862
|
+
""
|
3863
|
+
]
|
3864
|
+
},
|
3865
|
+
{
|
3866
|
+
"context": {
|
3867
|
+
"dead": true,
|
3868
|
+
"default": true,
|
3869
|
+
"level": 1,
|
3870
|
+
"marker": "resetIdSuffix",
|
3871
|
+
"range": {
|
3872
|
+
"end": 12,
|
3873
|
+
"start": 0
|
3874
|
+
},
|
3875
|
+
"text": "resetidsuffix",
|
3876
|
+
"topLevel": true,
|
3877
|
+
"touchedBy": [
|
3878
|
+
"colors#call2",
|
3879
|
+
"instance14#colors#call2",
|
3880
|
+
"instance14#wp#call2"
|
3881
|
+
],
|
3882
|
+
"value": "resetIdSuffix",
|
3883
|
+
"word": "resetidsuffix"
|
3884
|
+
},
|
3885
|
+
"generatedParenthesized": [
|
3886
|
+
],
|
3887
|
+
"paraphrases": "resetidsuffix",
|
3888
|
+
"paraphrasesParenthesized": [
|
3889
|
+
],
|
3890
|
+
"responses": [
|
3891
|
+
""
|
3892
|
+
]
|
3893
|
+
},
|
3894
|
+
{
|
3895
|
+
"context": {
|
3896
|
+
"concept": {
|
3897
|
+
"dead": true,
|
3898
|
+
"level": 1,
|
3899
|
+
"marker": "color_colors",
|
3900
|
+
"number": "one",
|
3901
|
+
"range": {
|
3902
|
+
"end": 17,
|
3903
|
+
"start": 13
|
3904
|
+
},
|
3905
|
+
"text": "color",
|
3906
|
+
"value": "color_colors",
|
3907
|
+
"word": "color"
|
3908
|
+
},
|
3909
|
+
"dead": true,
|
3910
|
+
"flatten": false,
|
3911
|
+
"level": 1,
|
3912
|
+
"marker": "modifies",
|
3913
|
+
"modifiers": [
|
3914
|
+
{
|
3915
|
+
"dead": true,
|
3916
|
+
"level": 1,
|
3917
|
+
"marker": "unknown",
|
3918
|
+
"range": {
|
3919
|
+
"end": 2,
|
3920
|
+
"start": 0
|
3921
|
+
},
|
3922
|
+
"text": "hex",
|
3923
|
+
"unknown": true,
|
3924
|
+
"value": "hex",
|
3925
|
+
"word": "hex"
|
3926
|
+
}
|
3927
|
+
],
|
3928
|
+
"number": "one",
|
3929
|
+
"range": {
|
3930
|
+
"end": 17,
|
3931
|
+
"start": 0
|
3932
|
+
},
|
3933
|
+
"text": "hex modifies color",
|
3934
|
+
"topLevel": true,
|
3935
|
+
"touchedBy": [
|
3936
|
+
"colors#call2",
|
3937
|
+
"instance12#colors#call2",
|
3938
|
+
"instance12#wp#call2"
|
3939
|
+
],
|
3940
|
+
"word": "modifies"
|
3941
|
+
},
|
3942
|
+
"generatedParenthesized": [
|
3943
|
+
],
|
3944
|
+
"paraphrases": "undefined modify",
|
2257
3945
|
"paraphrasesParenthesized": [
|
2258
3946
|
],
|
2259
3947
|
"responses": [
|
@@ -2571,10 +4259,12 @@
|
|
2571
4259
|
"nameToUUID": {
|
2572
4260
|
"articles": "articles2",
|
2573
4261
|
"asking": "asking2",
|
4262
|
+
"colors": "colors2",
|
2574
4263
|
"concept": "concept2",
|
2575
4264
|
"conjunction": "conjunction2",
|
2576
4265
|
"countable": "countable2",
|
2577
4266
|
"dialogues": "dialogues2",
|
4267
|
+
"errors": "errors2",
|
2578
4268
|
"evaluate": "evaluate2",
|
2579
4269
|
"gdefaults": "gdefaults2",
|
2580
4270
|
"hierarchy": "hierarchy2",
|
@@ -2596,6 +4286,8 @@
|
|
2596
4286
|
},
|
2597
4287
|
"asking2": {
|
2598
4288
|
},
|
4289
|
+
"colors2": {
|
4290
|
+
},
|
2599
4291
|
"concept2": {
|
2600
4292
|
"defaultTypesForHierarchy": {
|
2601
4293
|
},
|
@@ -2613,6 +4305,8 @@
|
|
2613
4305
|
"variables": {
|
2614
4306
|
}
|
2615
4307
|
},
|
4308
|
+
"errors2": {
|
4309
|
+
},
|
2616
4310
|
"evaluate2": {
|
2617
4311
|
},
|
2618
4312
|
"gdefaults2": {
|
@@ -2631,16 +4325,76 @@
|
|
2631
4325
|
},
|
2632
4326
|
"properties2": {
|
2633
4327
|
"children": {
|
4328
|
+
"blue_colors": [
|
4329
|
+
"aqua_colors",
|
4330
|
+
"cyan_colors",
|
4331
|
+
"aquamarine_colors",
|
4332
|
+
"turquoise_colors",
|
4333
|
+
"navy_colors"
|
4334
|
+
],
|
4335
|
+
"brightness_colors": [
|
4336
|
+
"dark_colors",
|
4337
|
+
"light_colors"
|
4338
|
+
],
|
4339
|
+
"brown_colors": [
|
4340
|
+
"tan_colors",
|
4341
|
+
"sienna_colors",
|
4342
|
+
"maroon_colors"
|
4343
|
+
],
|
4344
|
+
"color_colors": [
|
4345
|
+
"red_colors",
|
4346
|
+
"pink_colors",
|
4347
|
+
"orange_colors",
|
4348
|
+
"yellow_colors",
|
4349
|
+
"purple_colors",
|
4350
|
+
"green_colors",
|
4351
|
+
"blue_colors",
|
4352
|
+
"brown_colors",
|
4353
|
+
"white_colors",
|
4354
|
+
"gray_colors"
|
4355
|
+
],
|
2634
4356
|
"countable": [
|
2635
4357
|
"word",
|
2636
4358
|
"character",
|
2637
4359
|
"paragraph"
|
2638
4360
|
],
|
4361
|
+
"gray_colors": [
|
4362
|
+
"silver_colors",
|
4363
|
+
"black_colors"
|
4364
|
+
],
|
4365
|
+
"green_colors": [
|
4366
|
+
"lime_colors",
|
4367
|
+
"chartruese_colors",
|
4368
|
+
"olive_colors",
|
4369
|
+
"teal_colors"
|
4370
|
+
],
|
2639
4371
|
"hierarchyAble": [
|
2640
4372
|
"unknown"
|
2641
4373
|
],
|
2642
4374
|
"object": [
|
2643
4375
|
"whose"
|
4376
|
+
],
|
4377
|
+
"purple_colors": [
|
4378
|
+
"lavender_colors",
|
4379
|
+
"violet_colors",
|
4380
|
+
"magenta_colors",
|
4381
|
+
"indigo_colors"
|
4382
|
+
],
|
4383
|
+
"red_colors": [
|
4384
|
+
"crimson_colors"
|
4385
|
+
],
|
4386
|
+
"statefulelement": [
|
4387
|
+
"word"
|
4388
|
+
],
|
4389
|
+
"white_colors": [
|
4390
|
+
"snow_colors",
|
4391
|
+
"azure_colors",
|
4392
|
+
"beige_colors",
|
4393
|
+
"ivory_colors"
|
4394
|
+
],
|
4395
|
+
"yellow_colors": [
|
4396
|
+
"gold_colors",
|
4397
|
+
"khaki_colors"
|
2644
4398
|
]
|
2645
4399
|
},
|
2646
4400
|
"concepts": [
|
@@ -2649,26 +4403,178 @@
|
|
2649
4403
|
"hierarchyAble",
|
2650
4404
|
"whose",
|
2651
4405
|
"object",
|
4406
|
+
"dark_colors",
|
4407
|
+
"brightness_colors",
|
4408
|
+
"light_colors",
|
4409
|
+
"red_colors",
|
4410
|
+
"color_colors",
|
4411
|
+
"pink_colors",
|
4412
|
+
"orange_colors",
|
4413
|
+
"yellow_colors",
|
4414
|
+
"purple_colors",
|
4415
|
+
"green_colors",
|
4416
|
+
"blue_colors",
|
4417
|
+
"brown_colors",
|
4418
|
+
"white_colors",
|
4419
|
+
"gray_colors",
|
4420
|
+
"crimson_colors",
|
4421
|
+
"gold_colors",
|
4422
|
+
"khaki_colors",
|
4423
|
+
"lavender_colors",
|
4424
|
+
"violet_colors",
|
4425
|
+
"magenta_colors",
|
4426
|
+
"indigo_colors",
|
4427
|
+
"lime_colors",
|
4428
|
+
"chartruese_colors",
|
4429
|
+
"olive_colors",
|
4430
|
+
"teal_colors",
|
4431
|
+
"aqua_colors",
|
4432
|
+
"cyan_colors",
|
4433
|
+
"aquamarine_colors",
|
4434
|
+
"turquoise_colors",
|
4435
|
+
"navy_colors",
|
4436
|
+
"tan_colors",
|
4437
|
+
"sienna_colors",
|
4438
|
+
"maroon_colors",
|
4439
|
+
"snow_colors",
|
4440
|
+
"azure_colors",
|
4441
|
+
"beige_colors",
|
4442
|
+
"ivory_colors",
|
4443
|
+
"silver_colors",
|
4444
|
+
"black_colors",
|
2652
4445
|
"word",
|
2653
4446
|
"countable",
|
4447
|
+
"statefulelement",
|
2654
4448
|
"character",
|
2655
4449
|
"paragraph"
|
2656
4450
|
],
|
2657
4451
|
"parents": {
|
4452
|
+
"aqua_colors": [
|
4453
|
+
"blue_colors"
|
4454
|
+
],
|
4455
|
+
"aquamarine_colors": [
|
4456
|
+
"blue_colors"
|
4457
|
+
],
|
4458
|
+
"azure_colors": [
|
4459
|
+
"white_colors"
|
4460
|
+
],
|
4461
|
+
"beige_colors": [
|
4462
|
+
"white_colors"
|
4463
|
+
],
|
4464
|
+
"black_colors": [
|
4465
|
+
"gray_colors"
|
4466
|
+
],
|
4467
|
+
"blue_colors": [
|
4468
|
+
"color_colors"
|
4469
|
+
],
|
4470
|
+
"brown_colors": [
|
4471
|
+
"color_colors"
|
4472
|
+
],
|
2658
4473
|
"character": [
|
2659
4474
|
"countable"
|
2660
4475
|
],
|
4476
|
+
"chartruese_colors": [
|
4477
|
+
"green_colors"
|
4478
|
+
],
|
4479
|
+
"crimson_colors": [
|
4480
|
+
"red_colors"
|
4481
|
+
],
|
4482
|
+
"cyan_colors": [
|
4483
|
+
"blue_colors"
|
4484
|
+
],
|
4485
|
+
"dark_colors": [
|
4486
|
+
"brightness_colors"
|
4487
|
+
],
|
4488
|
+
"gold_colors": [
|
4489
|
+
"yellow_colors"
|
4490
|
+
],
|
4491
|
+
"gray_colors": [
|
4492
|
+
"color_colors"
|
4493
|
+
],
|
4494
|
+
"green_colors": [
|
4495
|
+
"color_colors"
|
4496
|
+
],
|
4497
|
+
"indigo_colors": [
|
4498
|
+
"purple_colors"
|
4499
|
+
],
|
4500
|
+
"ivory_colors": [
|
4501
|
+
"white_colors"
|
4502
|
+
],
|
4503
|
+
"khaki_colors": [
|
4504
|
+
"yellow_colors"
|
4505
|
+
],
|
4506
|
+
"lavender_colors": [
|
4507
|
+
"purple_colors"
|
4508
|
+
],
|
4509
|
+
"light_colors": [
|
4510
|
+
"brightness_colors"
|
4511
|
+
],
|
4512
|
+
"lime_colors": [
|
4513
|
+
"green_colors"
|
4514
|
+
],
|
4515
|
+
"magenta_colors": [
|
4516
|
+
"purple_colors"
|
4517
|
+
],
|
4518
|
+
"maroon_colors": [
|
4519
|
+
"brown_colors"
|
4520
|
+
],
|
4521
|
+
"navy_colors": [
|
4522
|
+
"blue_colors"
|
4523
|
+
],
|
4524
|
+
"olive_colors": [
|
4525
|
+
"green_colors"
|
4526
|
+
],
|
4527
|
+
"orange_colors": [
|
4528
|
+
"color_colors"
|
4529
|
+
],
|
2661
4530
|
"paragraph": [
|
2662
4531
|
"countable"
|
2663
4532
|
],
|
4533
|
+
"pink_colors": [
|
4534
|
+
"color_colors"
|
4535
|
+
],
|
4536
|
+
"purple_colors": [
|
4537
|
+
"color_colors"
|
4538
|
+
],
|
4539
|
+
"red_colors": [
|
4540
|
+
"color_colors"
|
4541
|
+
],
|
4542
|
+
"sienna_colors": [
|
4543
|
+
"brown_colors"
|
4544
|
+
],
|
4545
|
+
"silver_colors": [
|
4546
|
+
"gray_colors"
|
4547
|
+
],
|
4548
|
+
"snow_colors": [
|
4549
|
+
"white_colors"
|
4550
|
+
],
|
4551
|
+
"tan_colors": [
|
4552
|
+
"brown_colors"
|
4553
|
+
],
|
4554
|
+
"teal_colors": [
|
4555
|
+
"green_colors"
|
4556
|
+
],
|
4557
|
+
"turquoise_colors": [
|
4558
|
+
"blue_colors"
|
4559
|
+
],
|
2664
4560
|
"unknown": [
|
2665
4561
|
"hierarchyAble"
|
2666
4562
|
],
|
4563
|
+
"violet_colors": [
|
4564
|
+
"purple_colors"
|
4565
|
+
],
|
4566
|
+
"white_colors": [
|
4567
|
+
"color_colors"
|
4568
|
+
],
|
2667
4569
|
"whose": [
|
2668
4570
|
"object"
|
2669
4571
|
],
|
2670
4572
|
"word": [
|
2671
|
-
"countable"
|
4573
|
+
"countable",
|
4574
|
+
"statefulelement"
|
4575
|
+
],
|
4576
|
+
"yellow_colors": [
|
4577
|
+
"color_colors"
|
2672
4578
|
]
|
2673
4579
|
},
|
2674
4580
|
"properties": {
|
@@ -2677,21 +4583,101 @@
|
|
2677
4583
|
"initHandlers": [
|
2678
4584
|
],
|
2679
4585
|
"root": {
|
4586
|
+
"aqua_colors": {
|
4587
|
+
},
|
4588
|
+
"aquamarine_colors": {
|
4589
|
+
},
|
4590
|
+
"azure_colors": {
|
4591
|
+
},
|
4592
|
+
"beige_colors": {
|
4593
|
+
},
|
4594
|
+
"black_colors": {
|
4595
|
+
},
|
4596
|
+
"blue_colors": {
|
4597
|
+
},
|
4598
|
+
"brightness_colors": {
|
4599
|
+
},
|
4600
|
+
"brown_colors": {
|
4601
|
+
},
|
2680
4602
|
"character": {
|
2681
4603
|
},
|
4604
|
+
"chartruese_colors": {
|
4605
|
+
},
|
4606
|
+
"color_colors": {
|
4607
|
+
},
|
2682
4608
|
"countable": {
|
2683
4609
|
},
|
4610
|
+
"crimson_colors": {
|
4611
|
+
},
|
4612
|
+
"cyan_colors": {
|
4613
|
+
},
|
4614
|
+
"dark_colors": {
|
4615
|
+
},
|
4616
|
+
"gold_colors": {
|
4617
|
+
},
|
4618
|
+
"gray_colors": {
|
4619
|
+
},
|
4620
|
+
"green_colors": {
|
4621
|
+
},
|
2684
4622
|
"hierarchyAble": {
|
2685
4623
|
},
|
4624
|
+
"indigo_colors": {
|
4625
|
+
},
|
4626
|
+
"ivory_colors": {
|
4627
|
+
},
|
4628
|
+
"khaki_colors": {
|
4629
|
+
},
|
4630
|
+
"lavender_colors": {
|
4631
|
+
},
|
4632
|
+
"light_colors": {
|
4633
|
+
},
|
4634
|
+
"lime_colors": {
|
4635
|
+
},
|
4636
|
+
"magenta_colors": {
|
4637
|
+
},
|
4638
|
+
"maroon_colors": {
|
4639
|
+
},
|
4640
|
+
"navy_colors": {
|
4641
|
+
},
|
2686
4642
|
"object": {
|
2687
4643
|
},
|
4644
|
+
"olive_colors": {
|
4645
|
+
},
|
4646
|
+
"orange_colors": {
|
4647
|
+
},
|
2688
4648
|
"paragraph": {
|
2689
4649
|
},
|
4650
|
+
"pink_colors": {
|
4651
|
+
},
|
4652
|
+
"purple_colors": {
|
4653
|
+
},
|
4654
|
+
"red_colors": {
|
4655
|
+
},
|
4656
|
+
"sienna_colors": {
|
4657
|
+
},
|
4658
|
+
"silver_colors": {
|
4659
|
+
},
|
4660
|
+
"snow_colors": {
|
4661
|
+
},
|
4662
|
+
"statefulelement": {
|
4663
|
+
},
|
4664
|
+
"tan_colors": {
|
4665
|
+
},
|
4666
|
+
"teal_colors": {
|
4667
|
+
},
|
4668
|
+
"turquoise_colors": {
|
4669
|
+
},
|
2690
4670
|
"unknown": {
|
2691
4671
|
},
|
4672
|
+
"violet_colors": {
|
4673
|
+
},
|
4674
|
+
"white_colors": {
|
4675
|
+
},
|
2692
4676
|
"whose": {
|
2693
4677
|
},
|
2694
4678
|
"word": {
|
4679
|
+
},
|
4680
|
+
"yellow_colors": {
|
2695
4681
|
}
|
2696
4682
|
}
|
2697
4683
|
},
|
@@ -2967,7 +4953,7 @@
|
|
2967
4953
|
"marker": "unknown",
|
2968
4954
|
"number": "many",
|
2969
4955
|
"range": {
|
2970
|
-
"end":
|
4956
|
+
"end": 39,
|
2971
4957
|
"start": 0
|
2972
4958
|
},
|
2973
4959
|
"text": "words",
|
@@ -2979,10 +4965,10 @@
|
|
2979
4965
|
"word": "words"
|
2980
4966
|
},
|
2981
4967
|
"range": {
|
2982
|
-
"end":
|
4968
|
+
"end": 39,
|
2983
4969
|
"start": 0
|
2984
4970
|
},
|
2985
|
-
"text": "words are countable",
|
4971
|
+
"text": "words are countable and statefulelements",
|
2986
4972
|
"topLevel": true,
|
2987
4973
|
"touchedBy": [
|
2988
4974
|
"wp#call2",
|
@@ -2990,26 +4976,150 @@
|
|
2990
4976
|
],
|
2991
4977
|
"two": {
|
2992
4978
|
"concept": true,
|
2993
|
-
"dead": true,
|
2994
4979
|
"default": true,
|
4980
|
+
"isList": true,
|
2995
4981
|
"level": 1,
|
2996
|
-
"
|
4982
|
+
"listable": true,
|
4983
|
+
"marker": "list",
|
2997
4984
|
"range": {
|
2998
|
-
"end":
|
4985
|
+
"end": 39,
|
2999
4986
|
"start": 10
|
3000
4987
|
},
|
3001
|
-
"text": "countable",
|
4988
|
+
"text": "countable and statefulelements",
|
3002
4989
|
"types": [
|
3003
|
-
"countable"
|
4990
|
+
"countable",
|
4991
|
+
"list",
|
4992
|
+
"queryable"
|
3004
4993
|
],
|
3005
|
-
"value":
|
3006
|
-
|
3007
|
-
|
4994
|
+
"value": [
|
4995
|
+
{
|
4996
|
+
"dead": true,
|
4997
|
+
"default": true,
|
4998
|
+
"level": 1,
|
4999
|
+
"marker": "countable",
|
5000
|
+
"range": {
|
5001
|
+
"end": 18,
|
5002
|
+
"start": 10
|
5003
|
+
},
|
5004
|
+
"text": "countable",
|
5005
|
+
"types": [
|
5006
|
+
"countable",
|
5007
|
+
"queryable"
|
5008
|
+
],
|
5009
|
+
"value": "countable",
|
5010
|
+
"word": "countable"
|
5011
|
+
},
|
5012
|
+
{
|
5013
|
+
"dead": true,
|
5014
|
+
"level": 1,
|
5015
|
+
"marker": "unknown",
|
5016
|
+
"range": {
|
5017
|
+
"end": 39,
|
5018
|
+
"start": 24
|
5019
|
+
},
|
5020
|
+
"text": "statefulelements",
|
5021
|
+
"types": [
|
5022
|
+
"queryable",
|
5023
|
+
"unknown"
|
5024
|
+
],
|
5025
|
+
"unknown": true,
|
5026
|
+
"value": "statefulelements",
|
5027
|
+
"word": "statefulelements"
|
5028
|
+
}
|
5029
|
+
],
|
5030
|
+
"word": "and"
|
5031
|
+
},
|
3008
5032
|
"word": "are"
|
3009
5033
|
},
|
3010
5034
|
"generatedParenthesized": [
|
3011
5035
|
],
|
3012
|
-
"paraphrases": "words are countable",
|
5036
|
+
"paraphrases": "words are countable and statefulelements",
|
5037
|
+
"paraphrasesParenthesized": [
|
5038
|
+
],
|
5039
|
+
"responses": [
|
5040
|
+
""
|
5041
|
+
]
|
5042
|
+
},
|
5043
|
+
{
|
5044
|
+
"context": {
|
5045
|
+
"dead": true,
|
5046
|
+
"default": true,
|
5047
|
+
"level": 1,
|
5048
|
+
"marker": "resetIdSuffix",
|
5049
|
+
"range": {
|
5050
|
+
"end": 12,
|
5051
|
+
"start": 0
|
5052
|
+
},
|
5053
|
+
"text": "resetidsuffix",
|
5054
|
+
"topLevel": true,
|
5055
|
+
"touchedBy": [
|
5056
|
+
"colors#call2",
|
5057
|
+
"instance14#colors#call2",
|
5058
|
+
"instance14#wp#call2"
|
5059
|
+
],
|
5060
|
+
"value": "resetIdSuffix",
|
5061
|
+
"word": "resetidsuffix"
|
5062
|
+
},
|
5063
|
+
"generatedParenthesized": [
|
5064
|
+
],
|
5065
|
+
"paraphrases": "resetidsuffix",
|
5066
|
+
"paraphrasesParenthesized": [
|
5067
|
+
],
|
5068
|
+
"responses": [
|
5069
|
+
""
|
5070
|
+
]
|
5071
|
+
},
|
5072
|
+
{
|
5073
|
+
"context": {
|
5074
|
+
"concept": {
|
5075
|
+
"dead": true,
|
5076
|
+
"level": 1,
|
5077
|
+
"marker": "color_colors",
|
5078
|
+
"number": "one",
|
5079
|
+
"range": {
|
5080
|
+
"end": 17,
|
5081
|
+
"start": 13
|
5082
|
+
},
|
5083
|
+
"text": "color",
|
5084
|
+
"value": "color_colors",
|
5085
|
+
"word": "color"
|
5086
|
+
},
|
5087
|
+
"dead": true,
|
5088
|
+
"flatten": false,
|
5089
|
+
"level": 1,
|
5090
|
+
"marker": "modifies",
|
5091
|
+
"modifiers": [
|
5092
|
+
{
|
5093
|
+
"dead": true,
|
5094
|
+
"level": 1,
|
5095
|
+
"marker": "unknown",
|
5096
|
+
"range": {
|
5097
|
+
"end": 2,
|
5098
|
+
"start": 0
|
5099
|
+
},
|
5100
|
+
"text": "hex",
|
5101
|
+
"unknown": true,
|
5102
|
+
"value": "hex",
|
5103
|
+
"word": "hex"
|
5104
|
+
}
|
5105
|
+
],
|
5106
|
+
"number": "one",
|
5107
|
+
"range": {
|
5108
|
+
"end": 17,
|
5109
|
+
"start": 0
|
5110
|
+
},
|
5111
|
+
"text": "hex modifies color",
|
5112
|
+
"topLevel": true,
|
5113
|
+
"touchedBy": [
|
5114
|
+
"colors#call2",
|
5115
|
+
"instance12#colors#call2",
|
5116
|
+
"instance12#wp#call2"
|
5117
|
+
],
|
5118
|
+
"word": "modifies"
|
5119
|
+
},
|
5120
|
+
"generatedParenthesized": [
|
5121
|
+
],
|
5122
|
+
"paraphrases": "undefined modify",
|
3013
5123
|
"paraphrasesParenthesized": [
|
3014
5124
|
],
|
3015
5125
|
"responses": [
|
@@ -3327,10 +5437,12 @@
|
|
3327
5437
|
"nameToUUID": {
|
3328
5438
|
"articles": "articles2",
|
3329
5439
|
"asking": "asking2",
|
5440
|
+
"colors": "colors2",
|
3330
5441
|
"concept": "concept2",
|
3331
5442
|
"conjunction": "conjunction2",
|
3332
5443
|
"countable": "countable2",
|
3333
5444
|
"dialogues": "dialogues2",
|
5445
|
+
"errors": "errors2",
|
3334
5446
|
"evaluate": "evaluate2",
|
3335
5447
|
"gdefaults": "gdefaults2",
|
3336
5448
|
"hierarchy": "hierarchy2",
|
@@ -3352,6 +5464,8 @@
|
|
3352
5464
|
},
|
3353
5465
|
"asking2": {
|
3354
5466
|
},
|
5467
|
+
"colors2": {
|
5468
|
+
},
|
3355
5469
|
"concept2": {
|
3356
5470
|
"defaultTypesForHierarchy": {
|
3357
5471
|
},
|
@@ -3369,6 +5483,8 @@
|
|
3369
5483
|
"variables": {
|
3370
5484
|
}
|
3371
5485
|
},
|
5486
|
+
"errors2": {
|
5487
|
+
},
|
3372
5488
|
"evaluate2": {
|
3373
5489
|
},
|
3374
5490
|
"gdefaults2": {
|
@@ -3387,16 +5503,76 @@
|
|
3387
5503
|
},
|
3388
5504
|
"properties2": {
|
3389
5505
|
"children": {
|
5506
|
+
"blue_colors": [
|
5507
|
+
"aqua_colors",
|
5508
|
+
"cyan_colors",
|
5509
|
+
"aquamarine_colors",
|
5510
|
+
"turquoise_colors",
|
5511
|
+
"navy_colors"
|
5512
|
+
],
|
5513
|
+
"brightness_colors": [
|
5514
|
+
"dark_colors",
|
5515
|
+
"light_colors"
|
5516
|
+
],
|
5517
|
+
"brown_colors": [
|
5518
|
+
"tan_colors",
|
5519
|
+
"sienna_colors",
|
5520
|
+
"maroon_colors"
|
5521
|
+
],
|
5522
|
+
"color_colors": [
|
5523
|
+
"red_colors",
|
5524
|
+
"pink_colors",
|
5525
|
+
"orange_colors",
|
5526
|
+
"yellow_colors",
|
5527
|
+
"purple_colors",
|
5528
|
+
"green_colors",
|
5529
|
+
"blue_colors",
|
5530
|
+
"brown_colors",
|
5531
|
+
"white_colors",
|
5532
|
+
"gray_colors"
|
5533
|
+
],
|
3390
5534
|
"countable": [
|
3391
5535
|
"word",
|
3392
5536
|
"character",
|
3393
5537
|
"paragraph"
|
3394
5538
|
],
|
5539
|
+
"gray_colors": [
|
5540
|
+
"silver_colors",
|
5541
|
+
"black_colors"
|
5542
|
+
],
|
5543
|
+
"green_colors": [
|
5544
|
+
"lime_colors",
|
5545
|
+
"chartruese_colors",
|
5546
|
+
"olive_colors",
|
5547
|
+
"teal_colors"
|
5548
|
+
],
|
3395
5549
|
"hierarchyAble": [
|
3396
5550
|
"unknown"
|
3397
5551
|
],
|
3398
5552
|
"object": [
|
3399
5553
|
"whose"
|
5554
|
+
],
|
5555
|
+
"purple_colors": [
|
5556
|
+
"lavender_colors",
|
5557
|
+
"violet_colors",
|
5558
|
+
"magenta_colors",
|
5559
|
+
"indigo_colors"
|
5560
|
+
],
|
5561
|
+
"red_colors": [
|
5562
|
+
"crimson_colors"
|
5563
|
+
],
|
5564
|
+
"statefulelement": [
|
5565
|
+
"word"
|
5566
|
+
],
|
5567
|
+
"white_colors": [
|
5568
|
+
"snow_colors",
|
5569
|
+
"azure_colors",
|
5570
|
+
"beige_colors",
|
5571
|
+
"ivory_colors"
|
5572
|
+
],
|
5573
|
+
"yellow_colors": [
|
5574
|
+
"gold_colors",
|
5575
|
+
"khaki_colors"
|
3400
5576
|
]
|
3401
5577
|
},
|
3402
5578
|
"concepts": [
|
@@ -3405,26 +5581,178 @@
|
|
3405
5581
|
"hierarchyAble",
|
3406
5582
|
"whose",
|
3407
5583
|
"object",
|
5584
|
+
"dark_colors",
|
5585
|
+
"brightness_colors",
|
5586
|
+
"light_colors",
|
5587
|
+
"red_colors",
|
5588
|
+
"color_colors",
|
5589
|
+
"pink_colors",
|
5590
|
+
"orange_colors",
|
5591
|
+
"yellow_colors",
|
5592
|
+
"purple_colors",
|
5593
|
+
"green_colors",
|
5594
|
+
"blue_colors",
|
5595
|
+
"brown_colors",
|
5596
|
+
"white_colors",
|
5597
|
+
"gray_colors",
|
5598
|
+
"crimson_colors",
|
5599
|
+
"gold_colors",
|
5600
|
+
"khaki_colors",
|
5601
|
+
"lavender_colors",
|
5602
|
+
"violet_colors",
|
5603
|
+
"magenta_colors",
|
5604
|
+
"indigo_colors",
|
5605
|
+
"lime_colors",
|
5606
|
+
"chartruese_colors",
|
5607
|
+
"olive_colors",
|
5608
|
+
"teal_colors",
|
5609
|
+
"aqua_colors",
|
5610
|
+
"cyan_colors",
|
5611
|
+
"aquamarine_colors",
|
5612
|
+
"turquoise_colors",
|
5613
|
+
"navy_colors",
|
5614
|
+
"tan_colors",
|
5615
|
+
"sienna_colors",
|
5616
|
+
"maroon_colors",
|
5617
|
+
"snow_colors",
|
5618
|
+
"azure_colors",
|
5619
|
+
"beige_colors",
|
5620
|
+
"ivory_colors",
|
5621
|
+
"silver_colors",
|
5622
|
+
"black_colors",
|
3408
5623
|
"word",
|
3409
5624
|
"countable",
|
5625
|
+
"statefulelement",
|
3410
5626
|
"character",
|
3411
5627
|
"paragraph"
|
3412
5628
|
],
|
3413
5629
|
"parents": {
|
5630
|
+
"aqua_colors": [
|
5631
|
+
"blue_colors"
|
5632
|
+
],
|
5633
|
+
"aquamarine_colors": [
|
5634
|
+
"blue_colors"
|
5635
|
+
],
|
5636
|
+
"azure_colors": [
|
5637
|
+
"white_colors"
|
5638
|
+
],
|
5639
|
+
"beige_colors": [
|
5640
|
+
"white_colors"
|
5641
|
+
],
|
5642
|
+
"black_colors": [
|
5643
|
+
"gray_colors"
|
5644
|
+
],
|
5645
|
+
"blue_colors": [
|
5646
|
+
"color_colors"
|
5647
|
+
],
|
5648
|
+
"brown_colors": [
|
5649
|
+
"color_colors"
|
5650
|
+
],
|
3414
5651
|
"character": [
|
3415
5652
|
"countable"
|
3416
5653
|
],
|
5654
|
+
"chartruese_colors": [
|
5655
|
+
"green_colors"
|
5656
|
+
],
|
5657
|
+
"crimson_colors": [
|
5658
|
+
"red_colors"
|
5659
|
+
],
|
5660
|
+
"cyan_colors": [
|
5661
|
+
"blue_colors"
|
5662
|
+
],
|
5663
|
+
"dark_colors": [
|
5664
|
+
"brightness_colors"
|
5665
|
+
],
|
5666
|
+
"gold_colors": [
|
5667
|
+
"yellow_colors"
|
5668
|
+
],
|
5669
|
+
"gray_colors": [
|
5670
|
+
"color_colors"
|
5671
|
+
],
|
5672
|
+
"green_colors": [
|
5673
|
+
"color_colors"
|
5674
|
+
],
|
5675
|
+
"indigo_colors": [
|
5676
|
+
"purple_colors"
|
5677
|
+
],
|
5678
|
+
"ivory_colors": [
|
5679
|
+
"white_colors"
|
5680
|
+
],
|
5681
|
+
"khaki_colors": [
|
5682
|
+
"yellow_colors"
|
5683
|
+
],
|
5684
|
+
"lavender_colors": [
|
5685
|
+
"purple_colors"
|
5686
|
+
],
|
5687
|
+
"light_colors": [
|
5688
|
+
"brightness_colors"
|
5689
|
+
],
|
5690
|
+
"lime_colors": [
|
5691
|
+
"green_colors"
|
5692
|
+
],
|
5693
|
+
"magenta_colors": [
|
5694
|
+
"purple_colors"
|
5695
|
+
],
|
5696
|
+
"maroon_colors": [
|
5697
|
+
"brown_colors"
|
5698
|
+
],
|
5699
|
+
"navy_colors": [
|
5700
|
+
"blue_colors"
|
5701
|
+
],
|
5702
|
+
"olive_colors": [
|
5703
|
+
"green_colors"
|
5704
|
+
],
|
5705
|
+
"orange_colors": [
|
5706
|
+
"color_colors"
|
5707
|
+
],
|
3417
5708
|
"paragraph": [
|
3418
5709
|
"countable"
|
3419
5710
|
],
|
5711
|
+
"pink_colors": [
|
5712
|
+
"color_colors"
|
5713
|
+
],
|
5714
|
+
"purple_colors": [
|
5715
|
+
"color_colors"
|
5716
|
+
],
|
5717
|
+
"red_colors": [
|
5718
|
+
"color_colors"
|
5719
|
+
],
|
5720
|
+
"sienna_colors": [
|
5721
|
+
"brown_colors"
|
5722
|
+
],
|
5723
|
+
"silver_colors": [
|
5724
|
+
"gray_colors"
|
5725
|
+
],
|
5726
|
+
"snow_colors": [
|
5727
|
+
"white_colors"
|
5728
|
+
],
|
5729
|
+
"tan_colors": [
|
5730
|
+
"brown_colors"
|
5731
|
+
],
|
5732
|
+
"teal_colors": [
|
5733
|
+
"green_colors"
|
5734
|
+
],
|
5735
|
+
"turquoise_colors": [
|
5736
|
+
"blue_colors"
|
5737
|
+
],
|
3420
5738
|
"unknown": [
|
3421
5739
|
"hierarchyAble"
|
3422
5740
|
],
|
5741
|
+
"violet_colors": [
|
5742
|
+
"purple_colors"
|
5743
|
+
],
|
5744
|
+
"white_colors": [
|
5745
|
+
"color_colors"
|
5746
|
+
],
|
3423
5747
|
"whose": [
|
3424
5748
|
"object"
|
3425
5749
|
],
|
3426
5750
|
"word": [
|
3427
|
-
"countable"
|
5751
|
+
"countable",
|
5752
|
+
"statefulelement"
|
5753
|
+
],
|
5754
|
+
"yellow_colors": [
|
5755
|
+
"color_colors"
|
3428
5756
|
]
|
3429
5757
|
},
|
3430
5758
|
"properties": {
|
@@ -3433,21 +5761,101 @@
|
|
3433
5761
|
"initHandlers": [
|
3434
5762
|
],
|
3435
5763
|
"root": {
|
5764
|
+
"aqua_colors": {
|
5765
|
+
},
|
5766
|
+
"aquamarine_colors": {
|
5767
|
+
},
|
5768
|
+
"azure_colors": {
|
5769
|
+
},
|
5770
|
+
"beige_colors": {
|
5771
|
+
},
|
5772
|
+
"black_colors": {
|
5773
|
+
},
|
5774
|
+
"blue_colors": {
|
5775
|
+
},
|
5776
|
+
"brightness_colors": {
|
5777
|
+
},
|
5778
|
+
"brown_colors": {
|
5779
|
+
},
|
3436
5780
|
"character": {
|
3437
5781
|
},
|
5782
|
+
"chartruese_colors": {
|
5783
|
+
},
|
5784
|
+
"color_colors": {
|
5785
|
+
},
|
3438
5786
|
"countable": {
|
3439
5787
|
},
|
5788
|
+
"crimson_colors": {
|
5789
|
+
},
|
5790
|
+
"cyan_colors": {
|
5791
|
+
},
|
5792
|
+
"dark_colors": {
|
5793
|
+
},
|
5794
|
+
"gold_colors": {
|
5795
|
+
},
|
5796
|
+
"gray_colors": {
|
5797
|
+
},
|
5798
|
+
"green_colors": {
|
5799
|
+
},
|
3440
5800
|
"hierarchyAble": {
|
3441
5801
|
},
|
5802
|
+
"indigo_colors": {
|
5803
|
+
},
|
5804
|
+
"ivory_colors": {
|
5805
|
+
},
|
5806
|
+
"khaki_colors": {
|
5807
|
+
},
|
5808
|
+
"lavender_colors": {
|
5809
|
+
},
|
5810
|
+
"light_colors": {
|
5811
|
+
},
|
5812
|
+
"lime_colors": {
|
5813
|
+
},
|
5814
|
+
"magenta_colors": {
|
5815
|
+
},
|
5816
|
+
"maroon_colors": {
|
5817
|
+
},
|
5818
|
+
"navy_colors": {
|
5819
|
+
},
|
3442
5820
|
"object": {
|
3443
5821
|
},
|
5822
|
+
"olive_colors": {
|
5823
|
+
},
|
5824
|
+
"orange_colors": {
|
5825
|
+
},
|
3444
5826
|
"paragraph": {
|
3445
5827
|
},
|
5828
|
+
"pink_colors": {
|
5829
|
+
},
|
5830
|
+
"purple_colors": {
|
5831
|
+
},
|
5832
|
+
"red_colors": {
|
5833
|
+
},
|
5834
|
+
"sienna_colors": {
|
5835
|
+
},
|
5836
|
+
"silver_colors": {
|
5837
|
+
},
|
5838
|
+
"snow_colors": {
|
5839
|
+
},
|
5840
|
+
"statefulelement": {
|
5841
|
+
},
|
5842
|
+
"tan_colors": {
|
5843
|
+
},
|
5844
|
+
"teal_colors": {
|
5845
|
+
},
|
5846
|
+
"turquoise_colors": {
|
5847
|
+
},
|
3446
5848
|
"unknown": {
|
3447
5849
|
},
|
5850
|
+
"violet_colors": {
|
5851
|
+
},
|
5852
|
+
"white_colors": {
|
5853
|
+
},
|
3448
5854
|
"whose": {
|
3449
5855
|
},
|
3450
5856
|
"word": {
|
5857
|
+
},
|
5858
|
+
"yellow_colors": {
|
3451
5859
|
}
|
3452
5860
|
}
|
3453
5861
|
},
|
@@ -3723,7 +6131,7 @@
|
|
3723
6131
|
"marker": "unknown",
|
3724
6132
|
"number": "many",
|
3725
6133
|
"range": {
|
3726
|
-
"end":
|
6134
|
+
"end": 39,
|
3727
6135
|
"start": 0
|
3728
6136
|
},
|
3729
6137
|
"text": "words",
|
@@ -3735,10 +6143,10 @@
|
|
3735
6143
|
"word": "words"
|
3736
6144
|
},
|
3737
6145
|
"range": {
|
3738
|
-
"end":
|
6146
|
+
"end": 39,
|
3739
6147
|
"start": 0
|
3740
6148
|
},
|
3741
|
-
"text": "words are countable",
|
6149
|
+
"text": "words are countable and statefulelements",
|
3742
6150
|
"topLevel": true,
|
3743
6151
|
"touchedBy": [
|
3744
6152
|
"wp#call2",
|
@@ -3746,26 +6154,150 @@
|
|
3746
6154
|
],
|
3747
6155
|
"two": {
|
3748
6156
|
"concept": true,
|
3749
|
-
"dead": true,
|
3750
6157
|
"default": true,
|
6158
|
+
"isList": true,
|
3751
6159
|
"level": 1,
|
3752
|
-
"
|
6160
|
+
"listable": true,
|
6161
|
+
"marker": "list",
|
3753
6162
|
"range": {
|
3754
|
-
"end":
|
6163
|
+
"end": 39,
|
3755
6164
|
"start": 10
|
3756
6165
|
},
|
3757
|
-
"text": "countable",
|
6166
|
+
"text": "countable and statefulelements",
|
3758
6167
|
"types": [
|
3759
|
-
"countable"
|
6168
|
+
"countable",
|
6169
|
+
"list",
|
6170
|
+
"queryable"
|
3760
6171
|
],
|
3761
|
-
"value":
|
3762
|
-
|
6172
|
+
"value": [
|
6173
|
+
{
|
6174
|
+
"dead": true,
|
6175
|
+
"default": true,
|
6176
|
+
"level": 1,
|
6177
|
+
"marker": "countable",
|
6178
|
+
"range": {
|
6179
|
+
"end": 18,
|
6180
|
+
"start": 10
|
6181
|
+
},
|
6182
|
+
"text": "countable",
|
6183
|
+
"types": [
|
6184
|
+
"countable",
|
6185
|
+
"queryable"
|
6186
|
+
],
|
6187
|
+
"value": "countable",
|
6188
|
+
"word": "countable"
|
6189
|
+
},
|
6190
|
+
{
|
6191
|
+
"dead": true,
|
6192
|
+
"level": 1,
|
6193
|
+
"marker": "unknown",
|
6194
|
+
"range": {
|
6195
|
+
"end": 39,
|
6196
|
+
"start": 24
|
6197
|
+
},
|
6198
|
+
"text": "statefulelements",
|
6199
|
+
"types": [
|
6200
|
+
"queryable",
|
6201
|
+
"unknown"
|
6202
|
+
],
|
6203
|
+
"unknown": true,
|
6204
|
+
"value": "statefulelements",
|
6205
|
+
"word": "statefulelements"
|
6206
|
+
}
|
6207
|
+
],
|
6208
|
+
"word": "and"
|
3763
6209
|
},
|
3764
6210
|
"word": "are"
|
3765
6211
|
},
|
3766
6212
|
"generatedParenthesized": [
|
3767
6213
|
],
|
3768
|
-
"paraphrases": "words are countable",
|
6214
|
+
"paraphrases": "words are countable and statefulelements",
|
6215
|
+
"paraphrasesParenthesized": [
|
6216
|
+
],
|
6217
|
+
"responses": [
|
6218
|
+
""
|
6219
|
+
]
|
6220
|
+
},
|
6221
|
+
{
|
6222
|
+
"context": {
|
6223
|
+
"dead": true,
|
6224
|
+
"default": true,
|
6225
|
+
"level": 1,
|
6226
|
+
"marker": "resetIdSuffix",
|
6227
|
+
"range": {
|
6228
|
+
"end": 12,
|
6229
|
+
"start": 0
|
6230
|
+
},
|
6231
|
+
"text": "resetidsuffix",
|
6232
|
+
"topLevel": true,
|
6233
|
+
"touchedBy": [
|
6234
|
+
"colors#call2",
|
6235
|
+
"instance14#colors#call2",
|
6236
|
+
"instance14#wp#call2"
|
6237
|
+
],
|
6238
|
+
"value": "resetIdSuffix",
|
6239
|
+
"word": "resetidsuffix"
|
6240
|
+
},
|
6241
|
+
"generatedParenthesized": [
|
6242
|
+
],
|
6243
|
+
"paraphrases": "resetidsuffix",
|
6244
|
+
"paraphrasesParenthesized": [
|
6245
|
+
],
|
6246
|
+
"responses": [
|
6247
|
+
""
|
6248
|
+
]
|
6249
|
+
},
|
6250
|
+
{
|
6251
|
+
"context": {
|
6252
|
+
"concept": {
|
6253
|
+
"dead": true,
|
6254
|
+
"level": 1,
|
6255
|
+
"marker": "color_colors",
|
6256
|
+
"number": "one",
|
6257
|
+
"range": {
|
6258
|
+
"end": 17,
|
6259
|
+
"start": 13
|
6260
|
+
},
|
6261
|
+
"text": "color",
|
6262
|
+
"value": "color_colors",
|
6263
|
+
"word": "color"
|
6264
|
+
},
|
6265
|
+
"dead": true,
|
6266
|
+
"flatten": false,
|
6267
|
+
"level": 1,
|
6268
|
+
"marker": "modifies",
|
6269
|
+
"modifiers": [
|
6270
|
+
{
|
6271
|
+
"dead": true,
|
6272
|
+
"level": 1,
|
6273
|
+
"marker": "unknown",
|
6274
|
+
"range": {
|
6275
|
+
"end": 2,
|
6276
|
+
"start": 0
|
6277
|
+
},
|
6278
|
+
"text": "hex",
|
6279
|
+
"unknown": true,
|
6280
|
+
"value": "hex",
|
6281
|
+
"word": "hex"
|
6282
|
+
}
|
6283
|
+
],
|
6284
|
+
"number": "one",
|
6285
|
+
"range": {
|
6286
|
+
"end": 17,
|
6287
|
+
"start": 0
|
6288
|
+
},
|
6289
|
+
"text": "hex modifies color",
|
6290
|
+
"topLevel": true,
|
6291
|
+
"touchedBy": [
|
6292
|
+
"colors#call2",
|
6293
|
+
"instance12#colors#call2",
|
6294
|
+
"instance12#wp#call2"
|
6295
|
+
],
|
6296
|
+
"word": "modifies"
|
6297
|
+
},
|
6298
|
+
"generatedParenthesized": [
|
6299
|
+
],
|
6300
|
+
"paraphrases": "undefined modify",
|
3769
6301
|
"paraphrasesParenthesized": [
|
3770
6302
|
],
|
3771
6303
|
"responses": [
|
@@ -3784,5 +6316,1124 @@
|
|
3784
6316
|
"responses": [
|
3785
6317
|
""
|
3786
6318
|
]
|
6319
|
+
},
|
6320
|
+
{
|
6321
|
+
"associations": [
|
6322
|
+
[
|
6323
|
+
[
|
6324
|
+
"blue_colors",
|
6325
|
+
0
|
6326
|
+
],
|
6327
|
+
[
|
6328
|
+
"changeState",
|
6329
|
+
0
|
6330
|
+
]
|
6331
|
+
],
|
6332
|
+
[
|
6333
|
+
[
|
6334
|
+
"blue_colors",
|
6335
|
+
0
|
6336
|
+
],
|
6337
|
+
[
|
6338
|
+
"changeState",
|
6339
|
+
0
|
6340
|
+
],
|
6341
|
+
[
|
6342
|
+
"every",
|
6343
|
+
0
|
6344
|
+
],
|
6345
|
+
[
|
6346
|
+
"word",
|
6347
|
+
0
|
6348
|
+
]
|
6349
|
+
],
|
6350
|
+
[
|
6351
|
+
[
|
6352
|
+
"blue_colors",
|
6353
|
+
0
|
6354
|
+
],
|
6355
|
+
[
|
6356
|
+
"changeState",
|
6357
|
+
0
|
6358
|
+
],
|
6359
|
+
[
|
6360
|
+
"word",
|
6361
|
+
0
|
6362
|
+
]
|
6363
|
+
]
|
6364
|
+
],
|
6365
|
+
"config": {
|
6366
|
+
},
|
6367
|
+
"contexts": [
|
6368
|
+
{
|
6369
|
+
"dead": true,
|
6370
|
+
"default": true,
|
6371
|
+
"element": {
|
6372
|
+
"dead": true,
|
6373
|
+
"instance": true,
|
6374
|
+
"level": 1,
|
6375
|
+
"marker": "word",
|
6376
|
+
"modifiers": [
|
6377
|
+
"quantity"
|
6378
|
+
],
|
6379
|
+
"number": "one",
|
6380
|
+
"quantity": {
|
6381
|
+
"dead": true,
|
6382
|
+
"default": true,
|
6383
|
+
"level": 1,
|
6384
|
+
"marker": "every",
|
6385
|
+
"number": "one",
|
6386
|
+
"quantity": "every",
|
6387
|
+
"range": {
|
6388
|
+
"end": 9,
|
6389
|
+
"start": 5
|
6390
|
+
},
|
6391
|
+
"text": "every",
|
6392
|
+
"types": [
|
6393
|
+
"every"
|
6394
|
+
],
|
6395
|
+
"value": "every",
|
6396
|
+
"word": "every"
|
6397
|
+
},
|
6398
|
+
"range": {
|
6399
|
+
"end": 14,
|
6400
|
+
"start": 5
|
6401
|
+
},
|
6402
|
+
"text": "every word",
|
6403
|
+
"types": [
|
6404
|
+
"word"
|
6405
|
+
],
|
6406
|
+
"value": "word",
|
6407
|
+
"word": "word"
|
6408
|
+
},
|
6409
|
+
"generate": [
|
6410
|
+
"operator",
|
6411
|
+
"element",
|
6412
|
+
"state"
|
6413
|
+
],
|
6414
|
+
"level": 1,
|
6415
|
+
"marker": "changeState",
|
6416
|
+
"operator": {
|
6417
|
+
"default": true,
|
6418
|
+
"level": 0,
|
6419
|
+
"marker": "changeState",
|
6420
|
+
"range": {
|
6421
|
+
"end": 3,
|
6422
|
+
"start": 0
|
6423
|
+
},
|
6424
|
+
"text": "make",
|
6425
|
+
"word": "make"
|
6426
|
+
},
|
6427
|
+
"range": {
|
6428
|
+
"end": 19,
|
6429
|
+
"start": 0
|
6430
|
+
},
|
6431
|
+
"state": {
|
6432
|
+
"dead": true,
|
6433
|
+
"level": 1,
|
6434
|
+
"marker": "blue_colors",
|
6435
|
+
"number": "one",
|
6436
|
+
"range": {
|
6437
|
+
"end": 19,
|
6438
|
+
"start": 16
|
6439
|
+
},
|
6440
|
+
"text": "blue",
|
6441
|
+
"types": [
|
6442
|
+
"blue_colors"
|
6443
|
+
],
|
6444
|
+
"value": "blue_colors",
|
6445
|
+
"word": "blue"
|
6446
|
+
},
|
6447
|
+
"text": "make every word blue",
|
6448
|
+
"topLevel": true,
|
6449
|
+
"touchedBy": [
|
6450
|
+
"wp#call2"
|
6451
|
+
],
|
6452
|
+
"word": "make"
|
6453
|
+
}
|
6454
|
+
],
|
6455
|
+
"generatedParenthesized": [
|
6456
|
+
""
|
6457
|
+
],
|
6458
|
+
"metadata": {
|
6459
|
+
"opChoices": [
|
6460
|
+
{
|
6461
|
+
"counter": 1,
|
6462
|
+
"op": [
|
6463
|
+
"every",
|
6464
|
+
0
|
6465
|
+
],
|
6466
|
+
"ops": [
|
6467
|
+
[
|
6468
|
+
"blue_colors",
|
6469
|
+
0
|
6470
|
+
],
|
6471
|
+
[
|
6472
|
+
"changeState",
|
6473
|
+
0
|
6474
|
+
],
|
6475
|
+
[
|
6476
|
+
"counting",
|
6477
|
+
0
|
6478
|
+
],
|
6479
|
+
[
|
6480
|
+
"every",
|
6481
|
+
0
|
6482
|
+
],
|
6483
|
+
[
|
6484
|
+
"word",
|
6485
|
+
0
|
6486
|
+
]
|
6487
|
+
]
|
6488
|
+
},
|
6489
|
+
{
|
6490
|
+
"counter": 2,
|
6491
|
+
"op": [
|
6492
|
+
"word",
|
6493
|
+
0
|
6494
|
+
],
|
6495
|
+
"ops": [
|
6496
|
+
[
|
6497
|
+
"blue_colors",
|
6498
|
+
0
|
6499
|
+
],
|
6500
|
+
[
|
6501
|
+
"changeState",
|
6502
|
+
0
|
6503
|
+
],
|
6504
|
+
[
|
6505
|
+
"counting",
|
6506
|
+
0
|
6507
|
+
],
|
6508
|
+
[
|
6509
|
+
"word",
|
6510
|
+
0
|
6511
|
+
]
|
6512
|
+
]
|
6513
|
+
},
|
6514
|
+
{
|
6515
|
+
"counter": 3,
|
6516
|
+
"op": [
|
6517
|
+
"counting",
|
6518
|
+
0
|
6519
|
+
],
|
6520
|
+
"ops": [
|
6521
|
+
[
|
6522
|
+
"blue_colors",
|
6523
|
+
0
|
6524
|
+
],
|
6525
|
+
[
|
6526
|
+
"changeState",
|
6527
|
+
0
|
6528
|
+
],
|
6529
|
+
[
|
6530
|
+
"counting",
|
6531
|
+
0
|
6532
|
+
]
|
6533
|
+
]
|
6534
|
+
},
|
6535
|
+
{
|
6536
|
+
"counter": 4,
|
6537
|
+
"op": [
|
6538
|
+
"blue_colors",
|
6539
|
+
0
|
6540
|
+
],
|
6541
|
+
"ops": [
|
6542
|
+
[
|
6543
|
+
"blue_colors",
|
6544
|
+
0
|
6545
|
+
],
|
6546
|
+
[
|
6547
|
+
"changeState",
|
6548
|
+
0
|
6549
|
+
]
|
6550
|
+
]
|
6551
|
+
},
|
6552
|
+
{
|
6553
|
+
"counter": 5,
|
6554
|
+
"op": [
|
6555
|
+
"changeState",
|
6556
|
+
0
|
6557
|
+
],
|
6558
|
+
"ops": [
|
6559
|
+
[
|
6560
|
+
"changeState",
|
6561
|
+
0
|
6562
|
+
]
|
6563
|
+
]
|
6564
|
+
}
|
6565
|
+
]
|
6566
|
+
},
|
6567
|
+
"objects": {
|
6568
|
+
"nameToUUID": {
|
6569
|
+
"articles": "articles2",
|
6570
|
+
"asking": "asking2",
|
6571
|
+
"colors": "colors2",
|
6572
|
+
"concept": "concept2",
|
6573
|
+
"conjunction": "conjunction2",
|
6574
|
+
"countable": "countable2",
|
6575
|
+
"dialogues": "dialogues2",
|
6576
|
+
"errors": "errors2",
|
6577
|
+
"evaluate": "evaluate2",
|
6578
|
+
"gdefaults": "gdefaults2",
|
6579
|
+
"hierarchy": "hierarchy2",
|
6580
|
+
"meta": "meta2",
|
6581
|
+
"negation": "negation2",
|
6582
|
+
"numbers": "numbers2",
|
6583
|
+
"ordinals": "ordinals2",
|
6584
|
+
"pos": "pos2",
|
6585
|
+
"properties": "properties2",
|
6586
|
+
"punctuation": "punctuation2",
|
6587
|
+
"sdefaults": "sdefaults2",
|
6588
|
+
"stm": "stm2",
|
6589
|
+
"tokenize": "tokenize2",
|
6590
|
+
"ui": "ui2",
|
6591
|
+
"wp": "wp1"
|
6592
|
+
},
|
6593
|
+
"namespaced": {
|
6594
|
+
"articles2": {
|
6595
|
+
},
|
6596
|
+
"asking2": {
|
6597
|
+
},
|
6598
|
+
"colors2": {
|
6599
|
+
},
|
6600
|
+
"concept2": {
|
6601
|
+
"defaultTypesForHierarchy": {
|
6602
|
+
},
|
6603
|
+
"valueToWords": [
|
6604
|
+
]
|
6605
|
+
},
|
6606
|
+
"conjunction2": {
|
6607
|
+
},
|
6608
|
+
"countable2": {
|
6609
|
+
},
|
6610
|
+
"dialogues2": {
|
6611
|
+
"idSuffix": "",
|
6612
|
+
"mentioned": [
|
6613
|
+
],
|
6614
|
+
"variables": {
|
6615
|
+
}
|
6616
|
+
},
|
6617
|
+
"errors2": {
|
6618
|
+
},
|
6619
|
+
"evaluate2": {
|
6620
|
+
},
|
6621
|
+
"gdefaults2": {
|
6622
|
+
},
|
6623
|
+
"hierarchy2": {
|
6624
|
+
},
|
6625
|
+
"meta2": {
|
6626
|
+
},
|
6627
|
+
"negation2": {
|
6628
|
+
},
|
6629
|
+
"numbers2": {
|
6630
|
+
},
|
6631
|
+
"ordinals2": {
|
6632
|
+
},
|
6633
|
+
"pos2": {
|
6634
|
+
},
|
6635
|
+
"properties2": {
|
6636
|
+
"children": {
|
6637
|
+
"blue_colors": [
|
6638
|
+
"aqua_colors",
|
6639
|
+
"cyan_colors",
|
6640
|
+
"aquamarine_colors",
|
6641
|
+
"turquoise_colors",
|
6642
|
+
"navy_colors"
|
6643
|
+
],
|
6644
|
+
"brightness_colors": [
|
6645
|
+
"dark_colors",
|
6646
|
+
"light_colors"
|
6647
|
+
],
|
6648
|
+
"brown_colors": [
|
6649
|
+
"tan_colors",
|
6650
|
+
"sienna_colors",
|
6651
|
+
"maroon_colors"
|
6652
|
+
],
|
6653
|
+
"color_colors": [
|
6654
|
+
"red_colors",
|
6655
|
+
"pink_colors",
|
6656
|
+
"orange_colors",
|
6657
|
+
"yellow_colors",
|
6658
|
+
"purple_colors",
|
6659
|
+
"green_colors",
|
6660
|
+
"blue_colors",
|
6661
|
+
"brown_colors",
|
6662
|
+
"white_colors",
|
6663
|
+
"gray_colors"
|
6664
|
+
],
|
6665
|
+
"countable": [
|
6666
|
+
"word",
|
6667
|
+
"character",
|
6668
|
+
"paragraph"
|
6669
|
+
],
|
6670
|
+
"gray_colors": [
|
6671
|
+
"silver_colors",
|
6672
|
+
"black_colors"
|
6673
|
+
],
|
6674
|
+
"green_colors": [
|
6675
|
+
"lime_colors",
|
6676
|
+
"chartruese_colors",
|
6677
|
+
"olive_colors",
|
6678
|
+
"teal_colors"
|
6679
|
+
],
|
6680
|
+
"hierarchyAble": [
|
6681
|
+
"unknown"
|
6682
|
+
],
|
6683
|
+
"object": [
|
6684
|
+
"whose"
|
6685
|
+
],
|
6686
|
+
"purple_colors": [
|
6687
|
+
"lavender_colors",
|
6688
|
+
"violet_colors",
|
6689
|
+
"magenta_colors",
|
6690
|
+
"indigo_colors"
|
6691
|
+
],
|
6692
|
+
"red_colors": [
|
6693
|
+
"crimson_colors"
|
6694
|
+
],
|
6695
|
+
"statefulelement": [
|
6696
|
+
"word"
|
6697
|
+
],
|
6698
|
+
"white_colors": [
|
6699
|
+
"snow_colors",
|
6700
|
+
"azure_colors",
|
6701
|
+
"beige_colors",
|
6702
|
+
"ivory_colors"
|
6703
|
+
],
|
6704
|
+
"yellow_colors": [
|
6705
|
+
"gold_colors",
|
6706
|
+
"khaki_colors"
|
6707
|
+
]
|
6708
|
+
},
|
6709
|
+
"concepts": [
|
6710
|
+
"properties",
|
6711
|
+
"unknown",
|
6712
|
+
"hierarchyAble",
|
6713
|
+
"whose",
|
6714
|
+
"object",
|
6715
|
+
"dark_colors",
|
6716
|
+
"brightness_colors",
|
6717
|
+
"light_colors",
|
6718
|
+
"red_colors",
|
6719
|
+
"color_colors",
|
6720
|
+
"pink_colors",
|
6721
|
+
"orange_colors",
|
6722
|
+
"yellow_colors",
|
6723
|
+
"purple_colors",
|
6724
|
+
"green_colors",
|
6725
|
+
"blue_colors",
|
6726
|
+
"brown_colors",
|
6727
|
+
"white_colors",
|
6728
|
+
"gray_colors",
|
6729
|
+
"crimson_colors",
|
6730
|
+
"gold_colors",
|
6731
|
+
"khaki_colors",
|
6732
|
+
"lavender_colors",
|
6733
|
+
"violet_colors",
|
6734
|
+
"magenta_colors",
|
6735
|
+
"indigo_colors",
|
6736
|
+
"lime_colors",
|
6737
|
+
"chartruese_colors",
|
6738
|
+
"olive_colors",
|
6739
|
+
"teal_colors",
|
6740
|
+
"aqua_colors",
|
6741
|
+
"cyan_colors",
|
6742
|
+
"aquamarine_colors",
|
6743
|
+
"turquoise_colors",
|
6744
|
+
"navy_colors",
|
6745
|
+
"tan_colors",
|
6746
|
+
"sienna_colors",
|
6747
|
+
"maroon_colors",
|
6748
|
+
"snow_colors",
|
6749
|
+
"azure_colors",
|
6750
|
+
"beige_colors",
|
6751
|
+
"ivory_colors",
|
6752
|
+
"silver_colors",
|
6753
|
+
"black_colors",
|
6754
|
+
"word",
|
6755
|
+
"countable",
|
6756
|
+
"statefulelement",
|
6757
|
+
"character",
|
6758
|
+
"paragraph"
|
6759
|
+
],
|
6760
|
+
"parents": {
|
6761
|
+
"aqua_colors": [
|
6762
|
+
"blue_colors"
|
6763
|
+
],
|
6764
|
+
"aquamarine_colors": [
|
6765
|
+
"blue_colors"
|
6766
|
+
],
|
6767
|
+
"azure_colors": [
|
6768
|
+
"white_colors"
|
6769
|
+
],
|
6770
|
+
"beige_colors": [
|
6771
|
+
"white_colors"
|
6772
|
+
],
|
6773
|
+
"black_colors": [
|
6774
|
+
"gray_colors"
|
6775
|
+
],
|
6776
|
+
"blue_colors": [
|
6777
|
+
"color_colors"
|
6778
|
+
],
|
6779
|
+
"brown_colors": [
|
6780
|
+
"color_colors"
|
6781
|
+
],
|
6782
|
+
"character": [
|
6783
|
+
"countable"
|
6784
|
+
],
|
6785
|
+
"chartruese_colors": [
|
6786
|
+
"green_colors"
|
6787
|
+
],
|
6788
|
+
"crimson_colors": [
|
6789
|
+
"red_colors"
|
6790
|
+
],
|
6791
|
+
"cyan_colors": [
|
6792
|
+
"blue_colors"
|
6793
|
+
],
|
6794
|
+
"dark_colors": [
|
6795
|
+
"brightness_colors"
|
6796
|
+
],
|
6797
|
+
"gold_colors": [
|
6798
|
+
"yellow_colors"
|
6799
|
+
],
|
6800
|
+
"gray_colors": [
|
6801
|
+
"color_colors"
|
6802
|
+
],
|
6803
|
+
"green_colors": [
|
6804
|
+
"color_colors"
|
6805
|
+
],
|
6806
|
+
"indigo_colors": [
|
6807
|
+
"purple_colors"
|
6808
|
+
],
|
6809
|
+
"ivory_colors": [
|
6810
|
+
"white_colors"
|
6811
|
+
],
|
6812
|
+
"khaki_colors": [
|
6813
|
+
"yellow_colors"
|
6814
|
+
],
|
6815
|
+
"lavender_colors": [
|
6816
|
+
"purple_colors"
|
6817
|
+
],
|
6818
|
+
"light_colors": [
|
6819
|
+
"brightness_colors"
|
6820
|
+
],
|
6821
|
+
"lime_colors": [
|
6822
|
+
"green_colors"
|
6823
|
+
],
|
6824
|
+
"magenta_colors": [
|
6825
|
+
"purple_colors"
|
6826
|
+
],
|
6827
|
+
"maroon_colors": [
|
6828
|
+
"brown_colors"
|
6829
|
+
],
|
6830
|
+
"navy_colors": [
|
6831
|
+
"blue_colors"
|
6832
|
+
],
|
6833
|
+
"olive_colors": [
|
6834
|
+
"green_colors"
|
6835
|
+
],
|
6836
|
+
"orange_colors": [
|
6837
|
+
"color_colors"
|
6838
|
+
],
|
6839
|
+
"paragraph": [
|
6840
|
+
"countable"
|
6841
|
+
],
|
6842
|
+
"pink_colors": [
|
6843
|
+
"color_colors"
|
6844
|
+
],
|
6845
|
+
"purple_colors": [
|
6846
|
+
"color_colors"
|
6847
|
+
],
|
6848
|
+
"red_colors": [
|
6849
|
+
"color_colors"
|
6850
|
+
],
|
6851
|
+
"sienna_colors": [
|
6852
|
+
"brown_colors"
|
6853
|
+
],
|
6854
|
+
"silver_colors": [
|
6855
|
+
"gray_colors"
|
6856
|
+
],
|
6857
|
+
"snow_colors": [
|
6858
|
+
"white_colors"
|
6859
|
+
],
|
6860
|
+
"tan_colors": [
|
6861
|
+
"brown_colors"
|
6862
|
+
],
|
6863
|
+
"teal_colors": [
|
6864
|
+
"green_colors"
|
6865
|
+
],
|
6866
|
+
"turquoise_colors": [
|
6867
|
+
"blue_colors"
|
6868
|
+
],
|
6869
|
+
"unknown": [
|
6870
|
+
"hierarchyAble"
|
6871
|
+
],
|
6872
|
+
"violet_colors": [
|
6873
|
+
"purple_colors"
|
6874
|
+
],
|
6875
|
+
"white_colors": [
|
6876
|
+
"color_colors"
|
6877
|
+
],
|
6878
|
+
"whose": [
|
6879
|
+
"object"
|
6880
|
+
],
|
6881
|
+
"word": [
|
6882
|
+
"countable",
|
6883
|
+
"statefulelement"
|
6884
|
+
],
|
6885
|
+
"yellow_colors": [
|
6886
|
+
"color_colors"
|
6887
|
+
]
|
6888
|
+
},
|
6889
|
+
"properties": {
|
6890
|
+
"handlers": {
|
6891
|
+
},
|
6892
|
+
"initHandlers": [
|
6893
|
+
],
|
6894
|
+
"root": {
|
6895
|
+
"aqua_colors": {
|
6896
|
+
},
|
6897
|
+
"aquamarine_colors": {
|
6898
|
+
},
|
6899
|
+
"azure_colors": {
|
6900
|
+
},
|
6901
|
+
"beige_colors": {
|
6902
|
+
},
|
6903
|
+
"black_colors": {
|
6904
|
+
},
|
6905
|
+
"blue_colors": {
|
6906
|
+
},
|
6907
|
+
"brightness_colors": {
|
6908
|
+
},
|
6909
|
+
"brown_colors": {
|
6910
|
+
},
|
6911
|
+
"character": {
|
6912
|
+
},
|
6913
|
+
"chartruese_colors": {
|
6914
|
+
},
|
6915
|
+
"color_colors": {
|
6916
|
+
},
|
6917
|
+
"countable": {
|
6918
|
+
},
|
6919
|
+
"crimson_colors": {
|
6920
|
+
},
|
6921
|
+
"cyan_colors": {
|
6922
|
+
},
|
6923
|
+
"dark_colors": {
|
6924
|
+
},
|
6925
|
+
"gold_colors": {
|
6926
|
+
},
|
6927
|
+
"gray_colors": {
|
6928
|
+
},
|
6929
|
+
"green_colors": {
|
6930
|
+
},
|
6931
|
+
"hierarchyAble": {
|
6932
|
+
},
|
6933
|
+
"indigo_colors": {
|
6934
|
+
},
|
6935
|
+
"ivory_colors": {
|
6936
|
+
},
|
6937
|
+
"khaki_colors": {
|
6938
|
+
},
|
6939
|
+
"lavender_colors": {
|
6940
|
+
},
|
6941
|
+
"light_colors": {
|
6942
|
+
},
|
6943
|
+
"lime_colors": {
|
6944
|
+
},
|
6945
|
+
"magenta_colors": {
|
6946
|
+
},
|
6947
|
+
"maroon_colors": {
|
6948
|
+
},
|
6949
|
+
"navy_colors": {
|
6950
|
+
},
|
6951
|
+
"object": {
|
6952
|
+
},
|
6953
|
+
"olive_colors": {
|
6954
|
+
},
|
6955
|
+
"orange_colors": {
|
6956
|
+
},
|
6957
|
+
"paragraph": {
|
6958
|
+
},
|
6959
|
+
"pink_colors": {
|
6960
|
+
},
|
6961
|
+
"purple_colors": {
|
6962
|
+
},
|
6963
|
+
"red_colors": {
|
6964
|
+
},
|
6965
|
+
"sienna_colors": {
|
6966
|
+
},
|
6967
|
+
"silver_colors": {
|
6968
|
+
},
|
6969
|
+
"snow_colors": {
|
6970
|
+
},
|
6971
|
+
"statefulelement": {
|
6972
|
+
},
|
6973
|
+
"tan_colors": {
|
6974
|
+
},
|
6975
|
+
"teal_colors": {
|
6976
|
+
},
|
6977
|
+
"turquoise_colors": {
|
6978
|
+
},
|
6979
|
+
"unknown": {
|
6980
|
+
},
|
6981
|
+
"violet_colors": {
|
6982
|
+
},
|
6983
|
+
"white_colors": {
|
6984
|
+
},
|
6985
|
+
"whose": {
|
6986
|
+
},
|
6987
|
+
"word": {
|
6988
|
+
},
|
6989
|
+
"yellow_colors": {
|
6990
|
+
}
|
6991
|
+
}
|
6992
|
+
},
|
6993
|
+
"property": {
|
6994
|
+
},
|
6995
|
+
"relations": [
|
6996
|
+
],
|
6997
|
+
"valueToWords": {
|
6998
|
+
}
|
6999
|
+
},
|
7000
|
+
"punctuation2": {
|
7001
|
+
},
|
7002
|
+
"sdefaults2": {
|
7003
|
+
},
|
7004
|
+
"stm2": {
|
7005
|
+
"mentioned": [
|
7006
|
+
],
|
7007
|
+
"variables": {
|
7008
|
+
}
|
7009
|
+
},
|
7010
|
+
"tokenize2": {
|
7011
|
+
},
|
7012
|
+
"ui2": {
|
7013
|
+
},
|
7014
|
+
"wp1": {
|
7015
|
+
"changeColor": {
|
7016
|
+
"unit": {
|
7017
|
+
"color": "blue",
|
7018
|
+
"scope": "every",
|
7019
|
+
"unit": "word"
|
7020
|
+
}
|
7021
|
+
}
|
7022
|
+
}
|
7023
|
+
},
|
7024
|
+
"processed": [
|
7025
|
+
{
|
7026
|
+
"context": {
|
7027
|
+
"dead": true,
|
7028
|
+
"default": true,
|
7029
|
+
"element": {
|
7030
|
+
"dead": true,
|
7031
|
+
"instance": true,
|
7032
|
+
"level": 1,
|
7033
|
+
"marker": "word",
|
7034
|
+
"modifiers": [
|
7035
|
+
"quantity"
|
7036
|
+
],
|
7037
|
+
"number": "one",
|
7038
|
+
"quantity": {
|
7039
|
+
"dead": true,
|
7040
|
+
"default": true,
|
7041
|
+
"level": 1,
|
7042
|
+
"marker": "every",
|
7043
|
+
"number": "one",
|
7044
|
+
"quantity": "every",
|
7045
|
+
"range": {
|
7046
|
+
"end": 9,
|
7047
|
+
"start": 5
|
7048
|
+
},
|
7049
|
+
"text": "every",
|
7050
|
+
"types": [
|
7051
|
+
"every"
|
7052
|
+
],
|
7053
|
+
"value": "every",
|
7054
|
+
"word": "every"
|
7055
|
+
},
|
7056
|
+
"range": {
|
7057
|
+
"end": 14,
|
7058
|
+
"start": 5
|
7059
|
+
},
|
7060
|
+
"text": "every word",
|
7061
|
+
"types": [
|
7062
|
+
"word"
|
7063
|
+
],
|
7064
|
+
"value": "word",
|
7065
|
+
"word": "word"
|
7066
|
+
},
|
7067
|
+
"generate": [
|
7068
|
+
"operator",
|
7069
|
+
"element",
|
7070
|
+
"state"
|
7071
|
+
],
|
7072
|
+
"level": 1,
|
7073
|
+
"marker": "changeState",
|
7074
|
+
"operator": {
|
7075
|
+
"default": true,
|
7076
|
+
"level": 0,
|
7077
|
+
"marker": "changeState",
|
7078
|
+
"range": {
|
7079
|
+
"end": 3,
|
7080
|
+
"start": 0
|
7081
|
+
},
|
7082
|
+
"text": "make",
|
7083
|
+
"word": "make"
|
7084
|
+
},
|
7085
|
+
"range": {
|
7086
|
+
"end": 19,
|
7087
|
+
"start": 0
|
7088
|
+
},
|
7089
|
+
"state": {
|
7090
|
+
"dead": true,
|
7091
|
+
"level": 1,
|
7092
|
+
"marker": "blue_colors",
|
7093
|
+
"number": "one",
|
7094
|
+
"range": {
|
7095
|
+
"end": 19,
|
7096
|
+
"start": 16
|
7097
|
+
},
|
7098
|
+
"text": "blue",
|
7099
|
+
"types": [
|
7100
|
+
"blue_colors"
|
7101
|
+
],
|
7102
|
+
"value": "blue_colors",
|
7103
|
+
"word": "blue"
|
7104
|
+
},
|
7105
|
+
"text": "make every word blue",
|
7106
|
+
"topLevel": true,
|
7107
|
+
"touchedBy": [
|
7108
|
+
"wp#call2"
|
7109
|
+
],
|
7110
|
+
"word": "make"
|
7111
|
+
},
|
7112
|
+
"generatedParenthesized": "",
|
7113
|
+
"paraphrases": "make every word blue",
|
7114
|
+
"paraphrasesParenthesized": "((make) ((every) (word)) (blue))",
|
7115
|
+
"responses": [
|
7116
|
+
""
|
7117
|
+
]
|
7118
|
+
},
|
7119
|
+
{
|
7120
|
+
"context": {
|
7121
|
+
"dead": true,
|
7122
|
+
"level": 2,
|
7123
|
+
"marker": "is",
|
7124
|
+
"number": "many",
|
7125
|
+
"one": {
|
7126
|
+
"dead": true,
|
7127
|
+
"level": 1,
|
7128
|
+
"marker": "unknown",
|
7129
|
+
"number": "many",
|
7130
|
+
"range": {
|
7131
|
+
"end": 23,
|
7132
|
+
"start": 0
|
7133
|
+
},
|
7134
|
+
"text": "paragraphs",
|
7135
|
+
"types": [
|
7136
|
+
"unknown"
|
7137
|
+
],
|
7138
|
+
"unknown": true,
|
7139
|
+
"value": "paragraphs",
|
7140
|
+
"word": "paragraphs"
|
7141
|
+
},
|
7142
|
+
"range": {
|
7143
|
+
"end": 23,
|
7144
|
+
"start": 0
|
7145
|
+
},
|
7146
|
+
"text": "paragraphs are countable",
|
7147
|
+
"topLevel": true,
|
7148
|
+
"touchedBy": [
|
7149
|
+
"wp#call2",
|
7150
|
+
"instance2#wp#call2"
|
7151
|
+
],
|
7152
|
+
"two": {
|
7153
|
+
"concept": true,
|
7154
|
+
"dead": true,
|
7155
|
+
"default": true,
|
7156
|
+
"level": 1,
|
7157
|
+
"marker": "countable",
|
7158
|
+
"range": {
|
7159
|
+
"end": 23,
|
7160
|
+
"start": 15
|
7161
|
+
},
|
7162
|
+
"text": "countable",
|
7163
|
+
"types": [
|
7164
|
+
"countable"
|
7165
|
+
],
|
7166
|
+
"value": "countable",
|
7167
|
+
"word": "countable"
|
7168
|
+
},
|
7169
|
+
"word": "are"
|
7170
|
+
},
|
7171
|
+
"generatedParenthesized": [
|
7172
|
+
],
|
7173
|
+
"paraphrases": "paragraphs are countable",
|
7174
|
+
"paraphrasesParenthesized": [
|
7175
|
+
],
|
7176
|
+
"responses": [
|
7177
|
+
""
|
7178
|
+
]
|
7179
|
+
},
|
7180
|
+
{
|
7181
|
+
"context": {
|
7182
|
+
"dead": true,
|
7183
|
+
"level": 2,
|
7184
|
+
"marker": "is",
|
7185
|
+
"number": "many",
|
7186
|
+
"one": {
|
7187
|
+
"dead": true,
|
7188
|
+
"level": 1,
|
7189
|
+
"marker": "unknown",
|
7190
|
+
"number": "many",
|
7191
|
+
"range": {
|
7192
|
+
"end": 23,
|
7193
|
+
"start": 0
|
7194
|
+
},
|
7195
|
+
"text": "characters",
|
7196
|
+
"types": [
|
7197
|
+
"unknown"
|
7198
|
+
],
|
7199
|
+
"unknown": true,
|
7200
|
+
"value": "characters",
|
7201
|
+
"word": "characters"
|
7202
|
+
},
|
7203
|
+
"range": {
|
7204
|
+
"end": 23,
|
7205
|
+
"start": 0
|
7206
|
+
},
|
7207
|
+
"text": "characters are countable",
|
7208
|
+
"topLevel": true,
|
7209
|
+
"touchedBy": [
|
7210
|
+
"wp#call2",
|
7211
|
+
"instance1#wp#call2"
|
7212
|
+
],
|
7213
|
+
"two": {
|
7214
|
+
"concept": true,
|
7215
|
+
"dead": true,
|
7216
|
+
"default": true,
|
7217
|
+
"level": 1,
|
7218
|
+
"marker": "countable",
|
7219
|
+
"range": {
|
7220
|
+
"end": 23,
|
7221
|
+
"start": 15
|
7222
|
+
},
|
7223
|
+
"text": "countable",
|
7224
|
+
"types": [
|
7225
|
+
"countable"
|
7226
|
+
],
|
7227
|
+
"value": "countable",
|
7228
|
+
"word": "countable"
|
7229
|
+
},
|
7230
|
+
"word": "are"
|
7231
|
+
},
|
7232
|
+
"generatedParenthesized": [
|
7233
|
+
],
|
7234
|
+
"paraphrases": "characters are countable",
|
7235
|
+
"paraphrasesParenthesized": [
|
7236
|
+
],
|
7237
|
+
"responses": [
|
7238
|
+
""
|
7239
|
+
]
|
7240
|
+
},
|
7241
|
+
{
|
7242
|
+
"context": {
|
7243
|
+
"dead": true,
|
7244
|
+
"level": 2,
|
7245
|
+
"marker": "is",
|
7246
|
+
"number": "many",
|
7247
|
+
"one": {
|
7248
|
+
"dead": true,
|
7249
|
+
"level": 1,
|
7250
|
+
"marker": "unknown",
|
7251
|
+
"number": "many",
|
7252
|
+
"range": {
|
7253
|
+
"end": 39,
|
7254
|
+
"start": 0
|
7255
|
+
},
|
7256
|
+
"text": "words",
|
7257
|
+
"types": [
|
7258
|
+
"unknown"
|
7259
|
+
],
|
7260
|
+
"unknown": true,
|
7261
|
+
"value": "words",
|
7262
|
+
"word": "words"
|
7263
|
+
},
|
7264
|
+
"range": {
|
7265
|
+
"end": 39,
|
7266
|
+
"start": 0
|
7267
|
+
},
|
7268
|
+
"text": "words are countable and statefulelements",
|
7269
|
+
"topLevel": true,
|
7270
|
+
"touchedBy": [
|
7271
|
+
"wp#call2",
|
7272
|
+
"instance0#wp#call2"
|
7273
|
+
],
|
7274
|
+
"two": {
|
7275
|
+
"concept": true,
|
7276
|
+
"default": true,
|
7277
|
+
"isList": true,
|
7278
|
+
"level": 1,
|
7279
|
+
"listable": true,
|
7280
|
+
"marker": "list",
|
7281
|
+
"range": {
|
7282
|
+
"end": 39,
|
7283
|
+
"start": 10
|
7284
|
+
},
|
7285
|
+
"text": "countable and statefulelements",
|
7286
|
+
"types": [
|
7287
|
+
"countable",
|
7288
|
+
"list",
|
7289
|
+
"queryable"
|
7290
|
+
],
|
7291
|
+
"value": [
|
7292
|
+
{
|
7293
|
+
"dead": true,
|
7294
|
+
"default": true,
|
7295
|
+
"level": 1,
|
7296
|
+
"marker": "countable",
|
7297
|
+
"range": {
|
7298
|
+
"end": 18,
|
7299
|
+
"start": 10
|
7300
|
+
},
|
7301
|
+
"text": "countable",
|
7302
|
+
"types": [
|
7303
|
+
"countable",
|
7304
|
+
"queryable"
|
7305
|
+
],
|
7306
|
+
"value": "countable",
|
7307
|
+
"word": "countable"
|
7308
|
+
},
|
7309
|
+
{
|
7310
|
+
"dead": true,
|
7311
|
+
"level": 1,
|
7312
|
+
"marker": "unknown",
|
7313
|
+
"range": {
|
7314
|
+
"end": 39,
|
7315
|
+
"start": 24
|
7316
|
+
},
|
7317
|
+
"text": "statefulelements",
|
7318
|
+
"types": [
|
7319
|
+
"queryable",
|
7320
|
+
"unknown"
|
7321
|
+
],
|
7322
|
+
"unknown": true,
|
7323
|
+
"value": "statefulelements",
|
7324
|
+
"word": "statefulelements"
|
7325
|
+
}
|
7326
|
+
],
|
7327
|
+
"word": "and"
|
7328
|
+
},
|
7329
|
+
"word": "are"
|
7330
|
+
},
|
7331
|
+
"generatedParenthesized": [
|
7332
|
+
],
|
7333
|
+
"paraphrases": "words are countable and statefulelements",
|
7334
|
+
"paraphrasesParenthesized": [
|
7335
|
+
],
|
7336
|
+
"responses": [
|
7337
|
+
""
|
7338
|
+
]
|
7339
|
+
},
|
7340
|
+
{
|
7341
|
+
"context": {
|
7342
|
+
"dead": true,
|
7343
|
+
"default": true,
|
7344
|
+
"level": 1,
|
7345
|
+
"marker": "resetIdSuffix",
|
7346
|
+
"range": {
|
7347
|
+
"end": 12,
|
7348
|
+
"start": 0
|
7349
|
+
},
|
7350
|
+
"text": "resetidsuffix",
|
7351
|
+
"topLevel": true,
|
7352
|
+
"touchedBy": [
|
7353
|
+
"colors#call2",
|
7354
|
+
"instance14#colors#call2",
|
7355
|
+
"instance14#wp#call2"
|
7356
|
+
],
|
7357
|
+
"value": "resetIdSuffix",
|
7358
|
+
"word": "resetidsuffix"
|
7359
|
+
},
|
7360
|
+
"generatedParenthesized": [
|
7361
|
+
],
|
7362
|
+
"paraphrases": "resetidsuffix",
|
7363
|
+
"paraphrasesParenthesized": [
|
7364
|
+
],
|
7365
|
+
"responses": [
|
7366
|
+
""
|
7367
|
+
]
|
7368
|
+
},
|
7369
|
+
{
|
7370
|
+
"context": {
|
7371
|
+
"concept": {
|
7372
|
+
"dead": true,
|
7373
|
+
"level": 1,
|
7374
|
+
"marker": "color_colors",
|
7375
|
+
"number": "one",
|
7376
|
+
"range": {
|
7377
|
+
"end": 17,
|
7378
|
+
"start": 13
|
7379
|
+
},
|
7380
|
+
"text": "color",
|
7381
|
+
"value": "color_colors",
|
7382
|
+
"word": "color"
|
7383
|
+
},
|
7384
|
+
"dead": true,
|
7385
|
+
"flatten": false,
|
7386
|
+
"level": 1,
|
7387
|
+
"marker": "modifies",
|
7388
|
+
"modifiers": [
|
7389
|
+
{
|
7390
|
+
"dead": true,
|
7391
|
+
"level": 1,
|
7392
|
+
"marker": "unknown",
|
7393
|
+
"range": {
|
7394
|
+
"end": 2,
|
7395
|
+
"start": 0
|
7396
|
+
},
|
7397
|
+
"text": "hex",
|
7398
|
+
"unknown": true,
|
7399
|
+
"value": "hex",
|
7400
|
+
"word": "hex"
|
7401
|
+
}
|
7402
|
+
],
|
7403
|
+
"number": "one",
|
7404
|
+
"range": {
|
7405
|
+
"end": 17,
|
7406
|
+
"start": 0
|
7407
|
+
},
|
7408
|
+
"text": "hex modifies color",
|
7409
|
+
"topLevel": true,
|
7410
|
+
"touchedBy": [
|
7411
|
+
"colors#call2",
|
7412
|
+
"instance12#colors#call2",
|
7413
|
+
"instance12#wp#call2"
|
7414
|
+
],
|
7415
|
+
"word": "modifies"
|
7416
|
+
},
|
7417
|
+
"generatedParenthesized": [
|
7418
|
+
],
|
7419
|
+
"paraphrases": "undefined modify",
|
7420
|
+
"paraphrasesParenthesized": [
|
7421
|
+
],
|
7422
|
+
"responses": [
|
7423
|
+
""
|
7424
|
+
]
|
7425
|
+
}
|
7426
|
+
]
|
7427
|
+
},
|
7428
|
+
"paraphrases": [
|
7429
|
+
"make every word blue"
|
7430
|
+
],
|
7431
|
+
"paraphrasesParenthesized": [
|
7432
|
+
"((make) ((every) (word)) (blue))"
|
7433
|
+
],
|
7434
|
+
"query": "make every word blue",
|
7435
|
+
"responses": [
|
7436
|
+
""
|
7437
|
+
]
|
3787
7438
|
}
|
3788
7439
|
]
|