tpmkms_4wp 8.9.0-beta.4 → 8.9.0-beta.6
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/wp.js +2 -3
- package/common/wp.test.json +2774 -245
- 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,49 +741,173 @@
|
|
443
741
|
"marker": "unknown",
|
444
742
|
"number": "many",
|
445
743
|
"range": {
|
446
|
-
"end":
|
447
|
-
"start": 0
|
744
|
+
"end": 39,
|
745
|
+
"start": 0
|
746
|
+
},
|
747
|
+
"text": "words",
|
748
|
+
"types": [
|
749
|
+
"unknown"
|
750
|
+
],
|
751
|
+
"unknown": true,
|
752
|
+
"value": "words",
|
753
|
+
"word": "words"
|
754
|
+
},
|
755
|
+
"range": {
|
756
|
+
"end": 39,
|
757
|
+
"start": 0
|
758
|
+
},
|
759
|
+
"text": "words are countable and statefulelements",
|
760
|
+
"topLevel": true,
|
761
|
+
"touchedBy": [
|
762
|
+
"wp#call2",
|
763
|
+
"instance0#wp#call2"
|
764
|
+
],
|
765
|
+
"two": {
|
766
|
+
"concept": true,
|
767
|
+
"default": true,
|
768
|
+
"isList": true,
|
769
|
+
"level": 1,
|
770
|
+
"listable": true,
|
771
|
+
"marker": "list",
|
772
|
+
"range": {
|
773
|
+
"end": 39,
|
774
|
+
"start": 10
|
775
|
+
},
|
776
|
+
"text": "countable and statefulelements",
|
777
|
+
"types": [
|
778
|
+
"countable",
|
779
|
+
"list",
|
780
|
+
"queryable"
|
781
|
+
],
|
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"
|
819
|
+
},
|
820
|
+
"word": "are"
|
821
|
+
},
|
822
|
+
"generatedParenthesized": [
|
823
|
+
],
|
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
|
448
870
|
},
|
449
|
-
"text": "
|
450
|
-
"
|
451
|
-
|
452
|
-
],
|
453
|
-
"unknown": true,
|
454
|
-
"value": "words",
|
455
|
-
"word": "words"
|
871
|
+
"text": "color",
|
872
|
+
"value": "color_colors",
|
873
|
+
"word": "color"
|
456
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",
|
457
895
|
"range": {
|
458
|
-
"end":
|
896
|
+
"end": 17,
|
459
897
|
"start": 0
|
460
898
|
},
|
461
|
-
"text": "
|
899
|
+
"text": "hex modifies color",
|
462
900
|
"topLevel": true,
|
463
901
|
"touchedBy": [
|
464
|
-
"
|
465
|
-
"
|
902
|
+
"colors#call2",
|
903
|
+
"instance12#colors#call2",
|
904
|
+
"instance12#wp#call2"
|
466
905
|
],
|
467
|
-
"
|
468
|
-
"concept": true,
|
469
|
-
"dead": true,
|
470
|
-
"default": true,
|
471
|
-
"level": 1,
|
472
|
-
"marker": "countable",
|
473
|
-
"range": {
|
474
|
-
"end": 18,
|
475
|
-
"start": 10
|
476
|
-
},
|
477
|
-
"text": "countable",
|
478
|
-
"types": [
|
479
|
-
"countable"
|
480
|
-
],
|
481
|
-
"value": "countable",
|
482
|
-
"word": "countable"
|
483
|
-
},
|
484
|
-
"word": "are"
|
906
|
+
"word": "modifies"
|
485
907
|
},
|
486
908
|
"generatedParenthesized": [
|
487
909
|
],
|
488
|
-
"paraphrases": "
|
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,44 +1109,256 @@
|
|
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
|
],
|
689
|
-
"
|
690
|
-
"
|
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
|
+
],
|
1155
|
+
"hierarchyAble": [
|
1156
|
+
"unknown"
|
1157
|
+
],
|
1158
|
+
"object": [
|
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"
|
1182
|
+
]
|
1183
|
+
},
|
1184
|
+
"concepts": [
|
1185
|
+
"properties",
|
1186
|
+
"unknown",
|
1187
|
+
"hierarchyAble",
|
1188
|
+
"whose",
|
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",
|
1229
|
+
"word",
|
1230
|
+
"countable",
|
1231
|
+
"statefulelement",
|
1232
|
+
"character",
|
1233
|
+
"paragraph"
|
1234
|
+
],
|
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
|
+
],
|
1257
|
+
"character": [
|
1258
|
+
"countable"
|
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"
|
691
1307
|
],
|
692
|
-
"
|
693
|
-
"
|
694
|
-
]
|
695
|
-
|
696
|
-
|
697
|
-
"properties",
|
698
|
-
"unknown",
|
699
|
-
"hierarchyAble",
|
700
|
-
"whose",
|
701
|
-
"object",
|
702
|
-
"word",
|
703
|
-
"countable",
|
704
|
-
"character",
|
705
|
-
"paragraph"
|
706
|
-
],
|
707
|
-
"parents": {
|
708
|
-
"character": [
|
709
|
-
"countable"
|
1308
|
+
"olive_colors": [
|
1309
|
+
"green_colors"
|
1310
|
+
],
|
1311
|
+
"orange_colors": [
|
1312
|
+
"color_colors"
|
710
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
|
},
|
@@ -926,11 +1646,139 @@
|
|
926
1646
|
"value": "countable",
|
927
1647
|
"word": "countable"
|
928
1648
|
},
|
929
|
-
"word": "are"
|
1649
|
+
"word": "are"
|
1650
|
+
},
|
1651
|
+
"generatedParenthesized": [
|
1652
|
+
],
|
1653
|
+
"paraphrases": "characters are countable",
|
1654
|
+
"paraphrasesParenthesized": [
|
1655
|
+
],
|
1656
|
+
"responses": [
|
1657
|
+
""
|
1658
|
+
]
|
1659
|
+
},
|
1660
|
+
{
|
1661
|
+
"context": {
|
1662
|
+
"dead": true,
|
1663
|
+
"level": 2,
|
1664
|
+
"marker": "is",
|
1665
|
+
"number": "many",
|
1666
|
+
"one": {
|
1667
|
+
"dead": true,
|
1668
|
+
"level": 1,
|
1669
|
+
"marker": "unknown",
|
1670
|
+
"number": "many",
|
1671
|
+
"range": {
|
1672
|
+
"end": 39,
|
1673
|
+
"start": 0
|
1674
|
+
},
|
1675
|
+
"text": "words",
|
1676
|
+
"types": [
|
1677
|
+
"unknown"
|
1678
|
+
],
|
1679
|
+
"unknown": true,
|
1680
|
+
"value": "words",
|
1681
|
+
"word": "words"
|
1682
|
+
},
|
1683
|
+
"range": {
|
1684
|
+
"end": 39,
|
1685
|
+
"start": 0
|
1686
|
+
},
|
1687
|
+
"text": "words are countable and statefulelements",
|
1688
|
+
"topLevel": true,
|
1689
|
+
"touchedBy": [
|
1690
|
+
"wp#call2",
|
1691
|
+
"instance0#wp#call2"
|
1692
|
+
],
|
1693
|
+
"two": {
|
1694
|
+
"concept": true,
|
1695
|
+
"default": true,
|
1696
|
+
"isList": true,
|
1697
|
+
"level": 1,
|
1698
|
+
"listable": true,
|
1699
|
+
"marker": "list",
|
1700
|
+
"range": {
|
1701
|
+
"end": 39,
|
1702
|
+
"start": 10
|
1703
|
+
},
|
1704
|
+
"text": "countable and statefulelements",
|
1705
|
+
"types": [
|
1706
|
+
"countable",
|
1707
|
+
"list",
|
1708
|
+
"queryable"
|
1709
|
+
],
|
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"
|
1747
|
+
},
|
1748
|
+
"word": "are"
|
1749
|
+
},
|
1750
|
+
"generatedParenthesized": [
|
1751
|
+
],
|
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"
|
930
1778
|
},
|
931
1779
|
"generatedParenthesized": [
|
932
1780
|
],
|
933
|
-
"paraphrases": "
|
1781
|
+
"paraphrases": "resetidsuffix",
|
934
1782
|
"paraphrasesParenthesized": [
|
935
1783
|
],
|
936
1784
|
"responses": [
|
@@ -939,59 +1787,55 @@
|
|
939
1787
|
},
|
940
1788
|
{
|
941
1789
|
"context": {
|
942
|
-
"
|
943
|
-
"level": 2,
|
944
|
-
"marker": "is",
|
945
|
-
"number": "many",
|
946
|
-
"one": {
|
1790
|
+
"concept": {
|
947
1791
|
"dead": true,
|
948
1792
|
"level": 1,
|
949
|
-
"marker": "
|
950
|
-
"number": "
|
1793
|
+
"marker": "color_colors",
|
1794
|
+
"number": "one",
|
951
1795
|
"range": {
|
952
|
-
"end":
|
953
|
-
"start":
|
1796
|
+
"end": 17,
|
1797
|
+
"start": 13
|
954
1798
|
},
|
955
|
-
"text": "
|
956
|
-
"
|
957
|
-
|
958
|
-
],
|
959
|
-
"unknown": true,
|
960
|
-
"value": "words",
|
961
|
-
"word": "words"
|
1799
|
+
"text": "color",
|
1800
|
+
"value": "color_colors",
|
1801
|
+
"word": "color"
|
962
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",
|
963
1823
|
"range": {
|
964
|
-
"end":
|
1824
|
+
"end": 17,
|
965
1825
|
"start": 0
|
966
1826
|
},
|
967
|
-
"text": "
|
1827
|
+
"text": "hex modifies color",
|
968
1828
|
"topLevel": true,
|
969
1829
|
"touchedBy": [
|
970
|
-
"
|
971
|
-
"
|
1830
|
+
"colors#call2",
|
1831
|
+
"instance12#colors#call2",
|
1832
|
+
"instance12#wp#call2"
|
972
1833
|
],
|
973
|
-
"
|
974
|
-
"concept": true,
|
975
|
-
"dead": true,
|
976
|
-
"default": true,
|
977
|
-
"level": 1,
|
978
|
-
"marker": "countable",
|
979
|
-
"range": {
|
980
|
-
"end": 18,
|
981
|
-
"start": 10
|
982
|
-
},
|
983
|
-
"text": "countable",
|
984
|
-
"types": [
|
985
|
-
"countable"
|
986
|
-
],
|
987
|
-
"value": "countable",
|
988
|
-
"word": "countable"
|
989
|
-
},
|
990
|
-
"word": "are"
|
1834
|
+
"word": "modifies"
|
991
1835
|
},
|
992
1836
|
"generatedParenthesized": [
|
993
1837
|
],
|
994
|
-
"paraphrases": "
|
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,49 +2597,173 @@
|
|
1455
2597
|
"marker": "unknown",
|
1456
2598
|
"number": "many",
|
1457
2599
|
"range": {
|
1458
|
-
"end":
|
1459
|
-
"start": 0
|
2600
|
+
"end": 39,
|
2601
|
+
"start": 0
|
2602
|
+
},
|
2603
|
+
"text": "words",
|
2604
|
+
"types": [
|
2605
|
+
"unknown"
|
2606
|
+
],
|
2607
|
+
"unknown": true,
|
2608
|
+
"value": "words",
|
2609
|
+
"word": "words"
|
2610
|
+
},
|
2611
|
+
"range": {
|
2612
|
+
"end": 39,
|
2613
|
+
"start": 0
|
2614
|
+
},
|
2615
|
+
"text": "words are countable and statefulelements",
|
2616
|
+
"topLevel": true,
|
2617
|
+
"touchedBy": [
|
2618
|
+
"wp#call2",
|
2619
|
+
"instance0#wp#call2"
|
2620
|
+
],
|
2621
|
+
"two": {
|
2622
|
+
"concept": true,
|
2623
|
+
"default": true,
|
2624
|
+
"isList": true,
|
2625
|
+
"level": 1,
|
2626
|
+
"listable": true,
|
2627
|
+
"marker": "list",
|
2628
|
+
"range": {
|
2629
|
+
"end": 39,
|
2630
|
+
"start": 10
|
2631
|
+
},
|
2632
|
+
"text": "countable and statefulelements",
|
2633
|
+
"types": [
|
2634
|
+
"countable",
|
2635
|
+
"list",
|
2636
|
+
"queryable"
|
2637
|
+
],
|
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"
|
2675
|
+
},
|
2676
|
+
"word": "are"
|
2677
|
+
},
|
2678
|
+
"generatedParenthesized": [
|
2679
|
+
],
|
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
|
1460
2726
|
},
|
1461
|
-
"text": "
|
1462
|
-
"
|
1463
|
-
|
1464
|
-
],
|
1465
|
-
"unknown": true,
|
1466
|
-
"value": "words",
|
1467
|
-
"word": "words"
|
2727
|
+
"text": "color",
|
2728
|
+
"value": "color_colors",
|
2729
|
+
"word": "color"
|
1468
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",
|
1469
2751
|
"range": {
|
1470
|
-
"end":
|
2752
|
+
"end": 17,
|
1471
2753
|
"start": 0
|
1472
2754
|
},
|
1473
|
-
"text": "
|
2755
|
+
"text": "hex modifies color",
|
1474
2756
|
"topLevel": true,
|
1475
2757
|
"touchedBy": [
|
1476
|
-
"
|
1477
|
-
"
|
2758
|
+
"colors#call2",
|
2759
|
+
"instance12#colors#call2",
|
2760
|
+
"instance12#wp#call2"
|
1478
2761
|
],
|
1479
|
-
"
|
1480
|
-
"concept": true,
|
1481
|
-
"dead": true,
|
1482
|
-
"default": true,
|
1483
|
-
"level": 1,
|
1484
|
-
"marker": "countable",
|
1485
|
-
"range": {
|
1486
|
-
"end": 18,
|
1487
|
-
"start": 10
|
1488
|
-
},
|
1489
|
-
"text": "countable",
|
1490
|
-
"types": [
|
1491
|
-
"countable"
|
1492
|
-
],
|
1493
|
-
"value": "countable",
|
1494
|
-
"word": "countable"
|
1495
|
-
},
|
1496
|
-
"word": "are"
|
2762
|
+
"word": "modifies"
|
1497
2763
|
},
|
1498
2764
|
"generatedParenthesized": [
|
1499
2765
|
],
|
1500
|
-
"paraphrases": "
|
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,44 +3147,256 @@
|
|
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
|
],
|
1883
|
-
"
|
1884
|
-
"
|
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
|
+
],
|
3193
|
+
"hierarchyAble": [
|
3194
|
+
"unknown"
|
3195
|
+
],
|
3196
|
+
"object": [
|
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"
|
3220
|
+
]
|
3221
|
+
},
|
3222
|
+
"concepts": [
|
3223
|
+
"properties",
|
3224
|
+
"unknown",
|
3225
|
+
"hierarchyAble",
|
3226
|
+
"whose",
|
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",
|
3267
|
+
"word",
|
3268
|
+
"countable",
|
3269
|
+
"statefulelement",
|
3270
|
+
"character",
|
3271
|
+
"paragraph"
|
3272
|
+
],
|
3273
|
+
"parents": {
|
3274
|
+
"aqua_colors": [
|
3275
|
+
"blue_colors"
|
3276
|
+
],
|
3277
|
+
"aquamarine_colors": [
|
3278
|
+
"blue_colors"
|
3279
|
+
],
|
3280
|
+
"azure_colors": [
|
3281
|
+
"white_colors"
|
3282
|
+
],
|
3283
|
+
"beige_colors": [
|
3284
|
+
"white_colors"
|
3285
|
+
],
|
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"
|
1885
3345
|
],
|
1886
|
-
"
|
1887
|
-
"
|
1888
|
-
]
|
1889
|
-
|
1890
|
-
|
1891
|
-
"properties",
|
1892
|
-
"unknown",
|
1893
|
-
"hierarchyAble",
|
1894
|
-
"whose",
|
1895
|
-
"object",
|
1896
|
-
"word",
|
1897
|
-
"countable",
|
1898
|
-
"character",
|
1899
|
-
"paragraph"
|
1900
|
-
],
|
1901
|
-
"parents": {
|
1902
|
-
"character": [
|
1903
|
-
"countable"
|
3346
|
+
"olive_colors": [
|
3347
|
+
"green_colors"
|
3348
|
+
],
|
3349
|
+
"orange_colors": [
|
3350
|
+
"color_colors"
|
1904
3351
|
],
|
1905
3352
|
"paragraph": [
|
1906
3353
|
"countable"
|
1907
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
|
+
],
|
1908
3382
|
"unknown": [
|
1909
3383
|
"hierarchyAble"
|
1910
3384
|
],
|
3385
|
+
"violet_colors": [
|
3386
|
+
"purple_colors"
|
3387
|
+
],
|
3388
|
+
"white_colors": [
|
3389
|
+
"color_colors"
|
3390
|
+
],
|
1911
3391
|
"whose": [
|
1912
3392
|
"object"
|
1913
3393
|
],
|
1914
3394
|
"word": [
|
1915
|
-
"countable"
|
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
|
},
|
@@ -2188,11 +3752,139 @@
|
|
2188
3752
|
"value": "countable",
|
2189
3753
|
"word": "countable"
|
2190
3754
|
},
|
2191
|
-
"word": "are"
|
3755
|
+
"word": "are"
|
3756
|
+
},
|
3757
|
+
"generatedParenthesized": [
|
3758
|
+
],
|
3759
|
+
"paraphrases": "characters are countable",
|
3760
|
+
"paraphrasesParenthesized": [
|
3761
|
+
],
|
3762
|
+
"responses": [
|
3763
|
+
""
|
3764
|
+
]
|
3765
|
+
},
|
3766
|
+
{
|
3767
|
+
"context": {
|
3768
|
+
"dead": true,
|
3769
|
+
"level": 2,
|
3770
|
+
"marker": "is",
|
3771
|
+
"number": "many",
|
3772
|
+
"one": {
|
3773
|
+
"dead": true,
|
3774
|
+
"level": 1,
|
3775
|
+
"marker": "unknown",
|
3776
|
+
"number": "many",
|
3777
|
+
"range": {
|
3778
|
+
"end": 39,
|
3779
|
+
"start": 0
|
3780
|
+
},
|
3781
|
+
"text": "words",
|
3782
|
+
"types": [
|
3783
|
+
"unknown"
|
3784
|
+
],
|
3785
|
+
"unknown": true,
|
3786
|
+
"value": "words",
|
3787
|
+
"word": "words"
|
3788
|
+
},
|
3789
|
+
"range": {
|
3790
|
+
"end": 39,
|
3791
|
+
"start": 0
|
3792
|
+
},
|
3793
|
+
"text": "words are countable and statefulelements",
|
3794
|
+
"topLevel": true,
|
3795
|
+
"touchedBy": [
|
3796
|
+
"wp#call2",
|
3797
|
+
"instance0#wp#call2"
|
3798
|
+
],
|
3799
|
+
"two": {
|
3800
|
+
"concept": true,
|
3801
|
+
"default": true,
|
3802
|
+
"isList": true,
|
3803
|
+
"level": 1,
|
3804
|
+
"listable": true,
|
3805
|
+
"marker": "list",
|
3806
|
+
"range": {
|
3807
|
+
"end": 39,
|
3808
|
+
"start": 10
|
3809
|
+
},
|
3810
|
+
"text": "countable and statefulelements",
|
3811
|
+
"types": [
|
3812
|
+
"countable",
|
3813
|
+
"list",
|
3814
|
+
"queryable"
|
3815
|
+
],
|
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"
|
3853
|
+
},
|
3854
|
+
"word": "are"
|
3855
|
+
},
|
3856
|
+
"generatedParenthesized": [
|
3857
|
+
],
|
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"
|
2192
3884
|
},
|
2193
3885
|
"generatedParenthesized": [
|
2194
3886
|
],
|
2195
|
-
"paraphrases": "
|
3887
|
+
"paraphrases": "resetidsuffix",
|
2196
3888
|
"paraphrasesParenthesized": [
|
2197
3889
|
],
|
2198
3890
|
"responses": [
|
@@ -2201,59 +3893,55 @@
|
|
2201
3893
|
},
|
2202
3894
|
{
|
2203
3895
|
"context": {
|
2204
|
-
"
|
2205
|
-
"level": 2,
|
2206
|
-
"marker": "is",
|
2207
|
-
"number": "many",
|
2208
|
-
"one": {
|
3896
|
+
"concept": {
|
2209
3897
|
"dead": true,
|
2210
3898
|
"level": 1,
|
2211
|
-
"marker": "
|
2212
|
-
"number": "
|
3899
|
+
"marker": "color_colors",
|
3900
|
+
"number": "one",
|
2213
3901
|
"range": {
|
2214
|
-
"end":
|
2215
|
-
"start":
|
3902
|
+
"end": 17,
|
3903
|
+
"start": 13
|
2216
3904
|
},
|
2217
|
-
"text": "
|
2218
|
-
"
|
2219
|
-
|
2220
|
-
],
|
2221
|
-
"unknown": true,
|
2222
|
-
"value": "words",
|
2223
|
-
"word": "words"
|
3905
|
+
"text": "color",
|
3906
|
+
"value": "color_colors",
|
3907
|
+
"word": "color"
|
2224
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",
|
2225
3929
|
"range": {
|
2226
|
-
"end":
|
3930
|
+
"end": 17,
|
2227
3931
|
"start": 0
|
2228
3932
|
},
|
2229
|
-
"text": "
|
3933
|
+
"text": "hex modifies color",
|
2230
3934
|
"topLevel": true,
|
2231
3935
|
"touchedBy": [
|
2232
|
-
"
|
2233
|
-
"
|
3936
|
+
"colors#call2",
|
3937
|
+
"instance12#colors#call2",
|
3938
|
+
"instance12#wp#call2"
|
2234
3939
|
],
|
2235
|
-
"
|
2236
|
-
"concept": true,
|
2237
|
-
"dead": true,
|
2238
|
-
"default": true,
|
2239
|
-
"level": 1,
|
2240
|
-
"marker": "countable",
|
2241
|
-
"range": {
|
2242
|
-
"end": 18,
|
2243
|
-
"start": 10
|
2244
|
-
},
|
2245
|
-
"text": "countable",
|
2246
|
-
"types": [
|
2247
|
-
"countable"
|
2248
|
-
],
|
2249
|
-
"value": "countable",
|
2250
|
-
"word": "countable"
|
2251
|
-
},
|
2252
|
-
"word": "are"
|
3940
|
+
"word": "modifies"
|
2253
3941
|
},
|
2254
3942
|
"generatedParenthesized": [
|
2255
3943
|
],
|
2256
|
-
"paraphrases": "
|
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
|
},
|
@@ -2964,52 +4950,176 @@
|
|
2964
4950
|
"one": {
|
2965
4951
|
"dead": true,
|
2966
4952
|
"level": 1,
|
2967
|
-
"marker": "unknown",
|
2968
|
-
"number": "many",
|
4953
|
+
"marker": "unknown",
|
4954
|
+
"number": "many",
|
4955
|
+
"range": {
|
4956
|
+
"end": 39,
|
4957
|
+
"start": 0
|
4958
|
+
},
|
4959
|
+
"text": "words",
|
4960
|
+
"types": [
|
4961
|
+
"unknown"
|
4962
|
+
],
|
4963
|
+
"unknown": true,
|
4964
|
+
"value": "words",
|
4965
|
+
"word": "words"
|
4966
|
+
},
|
4967
|
+
"range": {
|
4968
|
+
"end": 39,
|
4969
|
+
"start": 0
|
4970
|
+
},
|
4971
|
+
"text": "words are countable and statefulelements",
|
4972
|
+
"topLevel": true,
|
4973
|
+
"touchedBy": [
|
4974
|
+
"wp#call2",
|
4975
|
+
"instance0#wp#call2"
|
4976
|
+
],
|
4977
|
+
"two": {
|
4978
|
+
"concept": true,
|
4979
|
+
"default": true,
|
4980
|
+
"isList": true,
|
4981
|
+
"level": 1,
|
4982
|
+
"listable": true,
|
4983
|
+
"marker": "list",
|
4984
|
+
"range": {
|
4985
|
+
"end": 39,
|
4986
|
+
"start": 10
|
4987
|
+
},
|
4988
|
+
"text": "countable and statefulelements",
|
4989
|
+
"types": [
|
4990
|
+
"countable",
|
4991
|
+
"list",
|
4992
|
+
"queryable"
|
4993
|
+
],
|
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
|
+
},
|
5032
|
+
"word": "are"
|
5033
|
+
},
|
5034
|
+
"generatedParenthesized": [
|
5035
|
+
],
|
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",
|
2969
5079
|
"range": {
|
2970
|
-
"end":
|
2971
|
-
"start":
|
5080
|
+
"end": 17,
|
5081
|
+
"start": 13
|
2972
5082
|
},
|
2973
|
-
"text": "
|
2974
|
-
"
|
2975
|
-
|
2976
|
-
],
|
2977
|
-
"unknown": true,
|
2978
|
-
"value": "words",
|
2979
|
-
"word": "words"
|
5083
|
+
"text": "color",
|
5084
|
+
"value": "color_colors",
|
5085
|
+
"word": "color"
|
2980
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",
|
2981
5107
|
"range": {
|
2982
|
-
"end":
|
5108
|
+
"end": 17,
|
2983
5109
|
"start": 0
|
2984
5110
|
},
|
2985
|
-
"text": "
|
5111
|
+
"text": "hex modifies color",
|
2986
5112
|
"topLevel": true,
|
2987
5113
|
"touchedBy": [
|
2988
|
-
"
|
2989
|
-
"
|
5114
|
+
"colors#call2",
|
5115
|
+
"instance12#colors#call2",
|
5116
|
+
"instance12#wp#call2"
|
2990
5117
|
],
|
2991
|
-
"
|
2992
|
-
"concept": true,
|
2993
|
-
"dead": true,
|
2994
|
-
"default": true,
|
2995
|
-
"level": 1,
|
2996
|
-
"marker": "countable",
|
2997
|
-
"range": {
|
2998
|
-
"end": 18,
|
2999
|
-
"start": 10
|
3000
|
-
},
|
3001
|
-
"text": "countable",
|
3002
|
-
"types": [
|
3003
|
-
"countable"
|
3004
|
-
],
|
3005
|
-
"value": "countable",
|
3006
|
-
"word": "countable"
|
3007
|
-
},
|
3008
|
-
"word": "are"
|
5118
|
+
"word": "modifies"
|
3009
5119
|
},
|
3010
5120
|
"generatedParenthesized": [
|
3011
5121
|
],
|
3012
|
-
"paraphrases": "
|
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
|
],
|
3417
|
-
"
|
3418
|
-
"
|
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
|
+
],
|
5708
|
+
"paragraph": [
|
5709
|
+
"countable"
|
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"
|
3419
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": [
|
@@ -3920,7 +6452,6 @@
|
|
3920
6452
|
"word": "make"
|
3921
6453
|
}
|
3922
6454
|
],
|
3923
|
-
"developerTest": false,
|
3924
6455
|
"generatedParenthesized": [
|
3925
6456
|
""
|
3926
6457
|
],
|
@@ -4482,11 +7013,9 @@
|
|
4482
7013
|
},
|
4483
7014
|
"wp1": {
|
4484
7015
|
"changeColor": {
|
4485
|
-
"
|
4486
|
-
|
4487
|
-
|
4488
|
-
"unit": "word"
|
4489
|
-
}
|
7016
|
+
"color": "blue",
|
7017
|
+
"scope": "every",
|
7018
|
+
"unit": "word"
|
4490
7019
|
}
|
4491
7020
|
}
|
4492
7021
|
},
|