ekms 8.0.0-beta.3 → 8.0.0-beta.30

Sign up to get free protection for your applications and to get access to all the features.
Files changed (86) hide show
  1. package/common/animals.instance.json +2542 -1375
  2. package/common/animals.js +2 -2
  3. package/common/avatar.js +2 -2
  4. package/common/characters.js +9 -11
  5. package/common/colors.instance.json +6646 -3529
  6. package/common/colors.js +2 -2
  7. package/common/colors.test.json +345 -780
  8. package/common/comparable.js +2 -15
  9. package/common/concept.js +17 -11
  10. package/common/countable.js +5 -5
  11. package/common/crew.instance.json +12534 -6597
  12. package/common/crew.js +4 -4
  13. package/common/crew.test.json +714 -452
  14. package/common/currency.js +7 -7
  15. package/common/dialogues.js +53 -138
  16. package/common/dimension.instance.json +246 -265
  17. package/common/dimension.js +12 -12
  18. package/common/dimension.test.json +446 -1640
  19. package/common/edible.instance.json +19308 -10008
  20. package/common/edible.js +2 -2
  21. package/common/emotions.instance.json +122 -129
  22. package/common/emotions.js +4 -4
  23. package/common/events.js +6 -6
  24. package/common/fastfood.instance.json +219409 -111252
  25. package/common/fastfood.js +24 -24
  26. package/common/formulas.instance.json +222 -256
  27. package/common/formulas.js +14 -14
  28. package/common/gdefaults.js +13 -13
  29. package/common/help.js +4 -4
  30. package/common/help.test.json +10 -22
  31. package/common/helpers/concept.js +9 -6
  32. package/common/helpers/dialogues.js +2 -3
  33. package/common/helpers/properties.js +48 -58
  34. package/common/hierarchy.js +12 -16
  35. package/common/javascript.js +8 -8
  36. package/common/kirk.instance.json +564 -290
  37. package/common/kirk.js +2 -2
  38. package/common/length.instance.json +5153 -4677
  39. package/common/length.js +2 -2
  40. package/common/math.instance.json +152 -1169
  41. package/common/math.js +11 -11
  42. package/common/meta.js +22 -29
  43. package/common/negation.instance.json +2 -0
  44. package/common/negation.js +38 -0
  45. package/common/negation.test.json +308 -0
  46. package/common/numbers.js +3 -3
  47. package/common/ordering.instance.json +292 -230
  48. package/common/ordering.js +5 -5
  49. package/common/people.instance.json +1902 -1015
  50. package/common/people.js +4 -5
  51. package/common/percentages.instance.json +2 -0
  52. package/common/percentages.js +57 -0
  53. package/common/percentages.test.json +751 -0
  54. package/common/pipboy.instance.json +7720 -6386
  55. package/common/pipboy.js +29 -32
  56. package/common/pokemon.instance.json +3954 -2081
  57. package/common/pokemon.js +4 -4
  58. package/common/pos.js +1 -1
  59. package/common/pressure.instance.json +1265 -1193
  60. package/common/pressure.js +2 -2
  61. package/common/properties.instance.json +106 -61
  62. package/common/properties.js +54 -125
  63. package/common/punctuation.js +2 -2
  64. package/common/reports.instance.json +557 -559
  65. package/common/reports.js +54 -74
  66. package/common/scorekeeper.js +13 -21
  67. package/common/sdefaults.js +13 -3
  68. package/common/sizeable.js +2 -2
  69. package/common/spock.instance.json +564 -290
  70. package/common/spock.js +2 -2
  71. package/common/stgame.js +13 -9
  72. package/common/stm.js +4 -4
  73. package/common/tell.js +10 -10
  74. package/common/temperature.instance.json +1297 -1209
  75. package/common/temperature.js +2 -2
  76. package/common/tester.js +2 -2
  77. package/common/testing.js +5 -5
  78. package/common/time.js +7 -7
  79. package/common/tokenize.js +1 -1
  80. package/common/ui.instance.json +238 -259
  81. package/common/ui.js +9 -9
  82. package/common/weight.instance.json +4905 -4166
  83. package/common/weight.js +2 -2
  84. package/common/yesno.js +1 -1
  85. package/main.js +51 -46
  86. package/package.json +13 -6
@@ -20,7 +20,6 @@
20
20
  "word": "red"
21
21
  }
22
22
  ],
23
- "developerTest": false,
24
23
  "generatedParenthesized": [
25
24
  ""
26
25
  ],
@@ -49,6 +48,7 @@
49
48
  "gdefaults": "gdefaults2",
50
49
  "hierarchy": "hierarchy2",
51
50
  "meta": "meta2",
51
+ "negation": "negation2",
52
52
  "pos": "pos2",
53
53
  "properties": "properties2",
54
54
  "punctuation": "punctuation2",
@@ -66,7 +66,7 @@
66
66
  ]
67
67
  },
68
68
  "dialogues2": {
69
- "idSuffix": "_colors",
69
+ "idSuffix": "",
70
70
  "mentioned": [
71
71
  ],
72
72
  "variables": {
@@ -78,6 +78,8 @@
78
78
  },
79
79
  "meta2": {
80
80
  },
81
+ "negation2": {
82
+ },
81
83
  "pos2": {
82
84
  },
83
85
  "properties2": {
@@ -137,9 +139,6 @@
137
139
  "ifAble": [
138
140
  "orAble"
139
141
  ],
140
- "notAble": [
141
- "unknown"
142
- ],
143
142
  "object": [
144
143
  "unknown",
145
144
  "what",
@@ -169,6 +168,7 @@
169
168
  "object",
170
169
  "xfx",
171
170
  "concept",
171
+ "doubleQuote",
172
172
  "unknown",
173
173
  "it",
174
174
  "what",
@@ -234,6 +234,7 @@
234
234
  "concept",
235
235
  "modifies",
236
236
  "verby",
237
+ "doubleQuote",
237
238
  "it",
238
239
  "pronoun",
239
240
  "this",
@@ -242,7 +243,6 @@
242
243
  "a",
243
244
  "articlePOS",
244
245
  "the",
245
- "notAble",
246
246
  "whatAble",
247
247
  "is",
248
248
  "toAble",
@@ -337,6 +337,9 @@
337
337
  "dark_colors": [
338
338
  "brightness_colors"
339
339
  ],
340
+ "doubleQuote": [
341
+ "queryable"
342
+ ],
340
343
  "gold_colors": [
341
344
  "yellow_colors"
342
345
  ],
@@ -471,7 +474,6 @@
471
474
  "unknown": [
472
475
  "hierarchyAble",
473
476
  "object",
474
- "notAble",
475
477
  "theAble",
476
478
  "queryable"
477
479
  ],
@@ -542,6 +544,8 @@
542
544
  },
543
545
  "dark_colors": {
544
546
  },
547
+ "doubleQuote": {
548
+ },
545
549
  "gold_colors": {
546
550
  },
547
551
  "gray_colors": {
@@ -578,8 +582,6 @@
578
582
  },
579
583
  "navy_colors": {
580
584
  },
581
- "notAble": {
582
- },
583
585
  "noun": {
584
586
  },
585
587
  "object": {
@@ -701,6 +703,90 @@
701
703
  ""
702
704
  ]
703
705
  },
706
+ {
707
+ "context": {
708
+ "dead": true,
709
+ "default": true,
710
+ "level": 1,
711
+ "marker": "resetIdSuffix",
712
+ "range": {
713
+ "end": 12,
714
+ "start": 0
715
+ },
716
+ "text": "resetidsuffix",
717
+ "topLevel": true,
718
+ "touchedBy": [
719
+ "colors#call2",
720
+ "instance14#colors#call2"
721
+ ],
722
+ "value": "resetIdSuffix",
723
+ "word": "resetidsuffix"
724
+ },
725
+ "generatedParenthesized": [
726
+ ],
727
+ "paraphrases": "resetidsuffix",
728
+ "paraphrasesParenthesized": [
729
+ ],
730
+ "responses": [
731
+ ""
732
+ ]
733
+ },
734
+ {
735
+ "context": {
736
+ "concept": {
737
+ "dead": true,
738
+ "level": 1,
739
+ "marker": "color_colors",
740
+ "number": "one",
741
+ "range": {
742
+ "end": 17,
743
+ "start": 13
744
+ },
745
+ "text": "color",
746
+ "value": "color_colors",
747
+ "word": "color"
748
+ },
749
+ "dead": true,
750
+ "flatten": false,
751
+ "level": 1,
752
+ "marker": "modifies",
753
+ "modifiers": [
754
+ {
755
+ "dead": true,
756
+ "level": 1,
757
+ "marker": "unknown",
758
+ "range": {
759
+ "end": 2,
760
+ "start": 0
761
+ },
762
+ "text": "hex",
763
+ "unknown": true,
764
+ "value": "hex",
765
+ "word": "hex"
766
+ }
767
+ ],
768
+ "number": "one",
769
+ "range": {
770
+ "end": 17,
771
+ "start": 0
772
+ },
773
+ "text": "hex modifies color",
774
+ "topLevel": true,
775
+ "touchedBy": [
776
+ "colors#call2",
777
+ "instance12#colors#call2"
778
+ ],
779
+ "word": "modifies"
780
+ },
781
+ "generatedParenthesized": [
782
+ ],
783
+ "paraphrases": "hex modifies color",
784
+ "paraphrasesParenthesized": [
785
+ ],
786
+ "responses": [
787
+ ""
788
+ ]
789
+ },
704
790
  {
705
791
  "context": {
706
792
  "concept": {
@@ -764,6 +850,8 @@
764
850
  "marker": "is",
765
851
  "number": "many",
766
852
  "one": {
853
+ "default": true,
854
+ "isList": true,
767
855
  "level": 1,
768
856
  "listable": true,
769
857
  "marker": "list",
@@ -772,7 +860,7 @@
772
860
  "end": 26,
773
861
  "start": 0
774
862
  },
775
- "text": "silver and black are a gray",
863
+ "text": "silver and black",
776
864
  "types": [
777
865
  "list",
778
866
  "unknown"
@@ -780,7 +868,7 @@
780
868
  "value": [
781
869
  {
782
870
  "dead": true,
783
- "level": 2,
871
+ "level": 1,
784
872
  "marker": "unknown",
785
873
  "range": {
786
874
  "end": 5,
@@ -793,7 +881,7 @@
793
881
  },
794
882
  {
795
883
  "dead": true,
796
- "level": 2,
884
+ "level": 1,
797
885
  "marker": "unknown",
798
886
  "range": {
799
887
  "end": 15,
@@ -804,7 +892,8 @@
804
892
  "value": "black",
805
893
  "word": "black"
806
894
  }
807
- ]
895
+ ],
896
+ "word": "and"
808
897
  },
809
898
  "range": {
810
899
  "end": 26,
@@ -867,6 +956,8 @@
867
956
  "marker": "is",
868
957
  "number": "many",
869
958
  "one": {
959
+ "default": true,
960
+ "isList": true,
870
961
  "level": 1,
871
962
  "listable": true,
872
963
  "marker": "list",
@@ -875,330 +966,12 @@
875
966
  "end": 39,
876
967
  "start": 0
877
968
  },
878
- "text": "snow , azure ,",
879
- "types": [
880
- "list",
881
- "unknown"
882
- ],
883
- "value": [
884
- {
885
- "dead": true,
886
- "decorators": {
887
- "after": {
888
- "depth": "+",
889
- "level": 0,
890
- "marker": "comma",
891
- "range": {
892
- "end": 4,
893
- "start": 4
894
- },
895
- "text": ",",
896
- "value": ",",
897
- "word": ","
898
- }
899
- },
900
- "level": 1,
901
- "marker": "unknown",
902
- "no_convolutions": true,
903
- "range": {
904
- "end": 4,
905
- "start": 0
906
- },
907
- "text": "snow ,",
908
- "unknown": true,
909
- "value": "snow",
910
- "word": "snow"
911
- },
912
- {
913
- "dead": true,
914
- "decorators": {
915
- "after": {
916
- "depth": "+",
917
- "level": 0,
918
- "marker": "comma",
919
- "range": {
920
- "end": 11,
921
- "start": 11
922
- },
923
- "text": ",",
924
- "value": ",",
925
- "word": ","
926
- }
927
- },
928
- "level": 1,
929
- "marker": "unknown",
930
- "no_convolutions": true,
931
- "range": {
932
- "end": 11,
933
- "start": 6
934
- },
935
- "text": "azure ,",
936
- "unknown": true,
937
- "value": "azure",
938
- "word": "azure"
939
- },
940
- {
941
- "dead": true,
942
- "level": 2,
943
- "marker": "unknown",
944
- "range": {
945
- "end": 17,
946
- "start": 13
947
- },
948
- "text": "beige",
949
- "unknown": true,
950
- "value": "beige",
951
- "word": "beige"
952
- },
953
- {
954
- "dead": true,
955
- "level": 2,
956
- "marker": "unknown",
957
- "range": {
958
- "end": 27,
959
- "start": 23
960
- },
961
- "text": "ivory",
962
- "unknown": true,
963
- "value": "ivory",
964
- "word": "ivory"
965
- }
966
- ]
967
- },
968
- "range": {
969
- "end": 39,
970
- "start": 0
971
- },
972
- "text": "snow, azure, beige and ivory are a white",
973
- "topLevel": true,
974
- "touchedBy": [
975
- "colors#call2",
976
- "instance9#colors#call2"
977
- ],
978
- "two": {
979
- "concept": true,
980
- "dead": true,
981
- "determiner": {
982
- "default": true,
983
- "level": 0,
984
- "marker": "a",
985
- "range": {
986
- "end": 33,
987
- "start": 33
988
- },
989
- "text": "a",
990
- "word": "a"
991
- },
992
- "level": 1,
993
- "marker": "white_colors",
994
- "modifiers": [
995
- "determiner"
996
- ],
997
- "number": "one",
998
- "pullFromContext": false,
999
- "range": {
1000
- "end": 39,
1001
- "start": 33
1002
- },
1003
- "text": "a white",
1004
- "types": [
1005
- "white_colors"
1006
- ],
1007
- "value": "white_colors",
1008
- "wantsValue": true,
1009
- "word": "white"
1010
- },
1011
- "word": "are"
1012
- },
1013
- "generatedParenthesized": [
1014
- ],
1015
- "paraphrases": "snow, azure, beige and ivory are a white",
1016
- "paraphrasesParenthesized": [
1017
- ],
1018
- "responses": [
1019
- ""
1020
- ]
1021
- },
1022
- {
1023
- "context": {
1024
- "dead": true,
1025
- "level": 2,
1026
- "marker": "is",
1027
- "number": "many",
1028
- "one": {
1029
- "level": 1,
1030
- "listable": true,
1031
- "marker": "list",
1032
- "number": "many",
1033
- "range": {
1034
- "end": 33,
1035
- "start": 0
1036
- },
1037
- "text": "tan ,",
969
+ "text": "snow, azure, beige and ivory",
1038
970
  "types": [
1039
971
  "list",
1040
972
  "unknown"
1041
973
  ],
1042
- "value": [
1043
- {
1044
- "dead": true,
1045
- "decorators": {
1046
- "after": {
1047
- "depth": "+",
1048
- "level": 0,
1049
- "marker": "comma",
1050
- "range": {
1051
- "end": 3,
1052
- "start": 3
1053
- },
1054
- "text": ",",
1055
- "value": ",",
1056
- "word": ","
1057
- }
1058
- },
1059
- "level": 1,
1060
- "marker": "unknown",
1061
- "no_convolutions": true,
1062
- "range": {
1063
- "end": 3,
1064
- "start": 0
1065
- },
1066
- "text": "tan ,",
1067
- "unknown": true,
1068
- "value": "tan",
1069
- "word": "tan"
1070
- },
1071
- {
1072
- "dead": true,
1073
- "level": 2,
1074
- "marker": "unknown",
1075
- "range": {
1076
- "end": 10,
1077
- "start": 5
1078
- },
1079
- "text": "sienna",
1080
- "unknown": true,
1081
- "value": "sienna",
1082
- "word": "sienna"
1083
- },
1084
- {
1085
- "dead": true,
1086
- "level": 2,
1087
- "marker": "unknown",
1088
- "range": {
1089
- "end": 21,
1090
- "start": 16
1091
- },
1092
- "text": "maroon",
1093
- "unknown": true,
1094
- "value": "maroon",
1095
- "word": "maroon"
1096
- }
1097
- ]
1098
- },
1099
- "range": {
1100
- "end": 33,
1101
- "start": 0
1102
- },
1103
- "text": "tan, sienna and maroon are a brown",
1104
- "topLevel": true,
1105
- "touchedBy": [
1106
- "colors#call2",
1107
- "instance8#colors#call2"
1108
- ],
1109
- "two": {
1110
- "concept": true,
1111
- "dead": true,
1112
- "determiner": {
1113
- "default": true,
1114
- "level": 0,
1115
- "marker": "a",
1116
- "range": {
1117
- "end": 27,
1118
- "start": 27
1119
- },
1120
- "text": "a",
1121
- "word": "a"
1122
- },
1123
- "level": 1,
1124
- "marker": "brown_colors",
1125
- "modifiers": [
1126
- "determiner"
1127
- ],
1128
- "number": "one",
1129
- "pullFromContext": false,
1130
- "range": {
1131
- "end": 33,
1132
- "start": 27
1133
- },
1134
- "text": "a brown",
1135
- "types": [
1136
- "brown_colors"
1137
- ],
1138
- "value": "brown_colors",
1139
- "wantsValue": true,
1140
- "word": "brown"
1141
- },
1142
- "word": "are"
1143
- },
1144
- "generatedParenthesized": [
1145
- ],
1146
- "paraphrases": "tan, sienna and maroon are a brown",
1147
- "paraphrasesParenthesized": [
1148
- ],
1149
- "responses": [
1150
- ""
1151
- ]
1152
- },
1153
- {
1154
- "context": {
1155
- "dead": true,
1156
- "level": 2,
1157
- "marker": "is",
1158
- "number": "many",
1159
- "one": {
1160
- "level": 1,
1161
- "listable": true,
1162
- "marker": "list",
1163
- "number": "many",
1164
- "range": {
1165
- "end": 52,
1166
- "start": 0
1167
- },
1168
- "text": "aqua , cyan , aquamarine ,",
1169
- "types": [
1170
- "list",
1171
- "unknown"
1172
- ],
1173
- "value": [
1174
- {
1175
- "dead": true,
1176
- "decorators": {
1177
- "after": {
1178
- "depth": "+",
1179
- "level": 0,
1180
- "marker": "comma",
1181
- "range": {
1182
- "end": 4,
1183
- "start": 4
1184
- },
1185
- "text": ",",
1186
- "value": ",",
1187
- "word": ","
1188
- }
1189
- },
1190
- "level": 1,
1191
- "marker": "unknown",
1192
- "no_convolutions": true,
1193
- "range": {
1194
- "end": 4,
1195
- "start": 0
1196
- },
1197
- "text": "aqua ,",
1198
- "unknown": true,
1199
- "value": "aqua",
1200
- "word": "aqua"
1201
- },
974
+ "value": [
1202
975
  {
1203
976
  "dead": true,
1204
977
  "decorators": {
@@ -1207,8 +980,8 @@
1207
980
  "level": 0,
1208
981
  "marker": "comma",
1209
982
  "range": {
1210
- "end": 10,
1211
- "start": 10
983
+ "end": 4,
984
+ "start": 4
1212
985
  },
1213
986
  "text": ",",
1214
987
  "value": ",",
@@ -1219,13 +992,13 @@
1219
992
  "marker": "unknown",
1220
993
  "no_convolutions": true,
1221
994
  "range": {
1222
- "end": 10,
1223
- "start": 6
995
+ "end": 4,
996
+ "start": 0
1224
997
  },
1225
- "text": "cyan ,",
998
+ "text": "snow,",
1226
999
  "unknown": true,
1227
- "value": "cyan",
1228
- "word": "cyan"
1000
+ "value": "snow",
1001
+ "word": "snow"
1229
1002
  },
1230
1003
  {
1231
1004
  "dead": true,
@@ -1235,8 +1008,8 @@
1235
1008
  "level": 0,
1236
1009
  "marker": "comma",
1237
1010
  "range": {
1238
- "end": 22,
1239
- "start": 22
1011
+ "end": 11,
1012
+ "start": 11
1240
1013
  },
1241
1014
  "text": ",",
1242
1015
  "value": ",",
@@ -1247,51 +1020,52 @@
1247
1020
  "marker": "unknown",
1248
1021
  "no_convolutions": true,
1249
1022
  "range": {
1250
- "end": 22,
1251
- "start": 12
1023
+ "end": 11,
1024
+ "start": 6
1252
1025
  },
1253
- "text": "aquamarine ,",
1026
+ "text": "azure,",
1254
1027
  "unknown": true,
1255
- "value": "aquamarine",
1256
- "word": "aquamarine"
1028
+ "value": "azure",
1029
+ "word": "azure"
1257
1030
  },
1258
1031
  {
1259
1032
  "dead": true,
1260
- "level": 2,
1033
+ "level": 1,
1261
1034
  "marker": "unknown",
1262
1035
  "range": {
1263
- "end": 32,
1264
- "start": 24
1036
+ "end": 17,
1037
+ "start": 13
1265
1038
  },
1266
- "text": "turquoise",
1039
+ "text": "beige",
1267
1040
  "unknown": true,
1268
- "value": "turquoise",
1269
- "word": "turquoise"
1041
+ "value": "beige",
1042
+ "word": "beige"
1270
1043
  },
1271
1044
  {
1272
1045
  "dead": true,
1273
- "level": 2,
1046
+ "level": 1,
1274
1047
  "marker": "unknown",
1275
1048
  "range": {
1276
- "end": 41,
1277
- "start": 38
1049
+ "end": 27,
1050
+ "start": 23
1278
1051
  },
1279
- "text": "navy",
1052
+ "text": "ivory",
1280
1053
  "unknown": true,
1281
- "value": "navy",
1282
- "word": "navy"
1054
+ "value": "ivory",
1055
+ "word": "ivory"
1283
1056
  }
1284
- ]
1057
+ ],
1058
+ "word": "and"
1285
1059
  },
1286
1060
  "range": {
1287
- "end": 52,
1061
+ "end": 39,
1288
1062
  "start": 0
1289
1063
  },
1290
- "text": "aqua, cyan, aquamarine, turquoise and navy are a blue",
1064
+ "text": "snow, azure, beige and ivory are a white",
1291
1065
  "topLevel": true,
1292
1066
  "touchedBy": [
1293
1067
  "colors#call2",
1294
- "instance7#colors#call2"
1068
+ "instance9#colors#call2"
1295
1069
  ],
1296
1070
  "two": {
1297
1071
  "concept": true,
@@ -1301,36 +1075,36 @@
1301
1075
  "level": 0,
1302
1076
  "marker": "a",
1303
1077
  "range": {
1304
- "end": 47,
1305
- "start": 47
1078
+ "end": 33,
1079
+ "start": 33
1306
1080
  },
1307
1081
  "text": "a",
1308
1082
  "word": "a"
1309
1083
  },
1310
1084
  "level": 1,
1311
- "marker": "blue_colors",
1085
+ "marker": "white_colors",
1312
1086
  "modifiers": [
1313
1087
  "determiner"
1314
1088
  ],
1315
1089
  "number": "one",
1316
1090
  "pullFromContext": false,
1317
1091
  "range": {
1318
- "end": 52,
1319
- "start": 47
1092
+ "end": 39,
1093
+ "start": 33
1320
1094
  },
1321
- "text": "a blue",
1095
+ "text": "a white",
1322
1096
  "types": [
1323
- "blue_colors"
1097
+ "white_colors"
1324
1098
  ],
1325
- "value": "blue_colors",
1099
+ "value": "white_colors",
1326
1100
  "wantsValue": true,
1327
- "word": "blue"
1101
+ "word": "white"
1328
1102
  },
1329
1103
  "word": "are"
1330
1104
  },
1331
1105
  "generatedParenthesized": [
1332
1106
  ],
1333
- "paraphrases": "aqua, cyan, aquamarine, turquoise and navy are a blue",
1107
+ "paraphrases": "snow, azure, beige and ivory are a white",
1334
1108
  "paraphrasesParenthesized": [
1335
1109
  ],
1336
1110
  "responses": [
@@ -1370,10 +1144,11 @@
1370
1144
  "atomic": true,
1371
1145
  "dead": true,
1372
1146
  "level": 1,
1373
- "marker": "hex_color_colors",
1147
+ "marker": "hex_colors_color_colors",
1374
1148
  "modifier_hex_colors": {
1375
1149
  "level": 0,
1376
1150
  "marker": "hex_colors",
1151
+ "number": "one",
1377
1152
  "range": {
1378
1153
  "end": 2,
1379
1154
  "start": 0
@@ -1397,13 +1172,12 @@
1397
1172
  "topLevel": true,
1398
1173
  "types": [
1399
1174
  "color_colors",
1400
- "hex_color_colors"
1175
+ "hex_colors_color_colors"
1401
1176
  ],
1402
- "value": "hex_color_colors",
1177
+ "value": "hex_colors_color_colors",
1403
1178
  "word": "color"
1404
1179
  }
1405
1180
  ],
1406
- "developerTest": false,
1407
1181
  "generatedParenthesized": [
1408
1182
  ""
1409
1183
  ],
@@ -1412,7 +1186,7 @@
1412
1186
  {
1413
1187
  "counter": 1,
1414
1188
  "op": [
1415
- "hex_color_colors",
1189
+ "hex_colors_color_colors",
1416
1190
  0
1417
1191
  ],
1418
1192
  "ops": [
@@ -1421,11 +1195,11 @@
1421
1195
  0
1422
1196
  ],
1423
1197
  [
1424
- "hex_color_colors",
1198
+ "hex_colors",
1425
1199
  0
1426
1200
  ],
1427
1201
  [
1428
- "hex_colors",
1202
+ "hex_colors_color_colors",
1429
1203
  0
1430
1204
  ]
1431
1205
  ]
@@ -1440,6 +1214,7 @@
1440
1214
  "gdefaults": "gdefaults2",
1441
1215
  "hierarchy": "hierarchy2",
1442
1216
  "meta": "meta2",
1217
+ "negation": "negation2",
1443
1218
  "pos": "pos2",
1444
1219
  "properties": "properties2",
1445
1220
  "punctuation": "punctuation2",
@@ -1469,6 +1244,8 @@
1469
1244
  },
1470
1245
  "meta2": {
1471
1246
  },
1247
+ "negation2": {
1248
+ },
1472
1249
  "pos2": {
1473
1250
  },
1474
1251
  "properties2": {
@@ -1528,9 +1305,6 @@
1528
1305
  "ifAble": [
1529
1306
  "orAble"
1530
1307
  ],
1531
- "notAble": [
1532
- "unknown"
1533
- ],
1534
1308
  "object": [
1535
1309
  "unknown",
1536
1310
  "what",
@@ -1635,7 +1409,6 @@
1635
1409
  "a",
1636
1410
  "articlePOS",
1637
1411
  "the",
1638
- "notAble",
1639
1412
  "whatAble",
1640
1413
  "is",
1641
1414
  "toAble",
@@ -1867,7 +1640,6 @@
1867
1640
  "unknown": [
1868
1641
  "hierarchyAble",
1869
1642
  "object",
1870
- "notAble",
1871
1643
  "theAble",
1872
1644
  "queryable"
1873
1645
  ],
@@ -1976,8 +1748,6 @@
1976
1748
  },
1977
1749
  "navy_colors": {
1978
1750
  },
1979
- "notAble": {
1980
- },
1981
1751
  "noun": {
1982
1752
  },
1983
1753
  "object": {
@@ -2082,10 +1852,11 @@
2082
1852
  "atomic": true,
2083
1853
  "dead": true,
2084
1854
  "level": 1,
2085
- "marker": "hex_color_colors",
1855
+ "marker": "hex_colors_color_colors",
2086
1856
  "modifier_hex_colors": {
2087
1857
  "level": 0,
2088
1858
  "marker": "hex_colors",
1859
+ "number": "one",
2089
1860
  "range": {
2090
1861
  "end": 2,
2091
1862
  "start": 0
@@ -2109,9 +1880,9 @@
2109
1880
  "topLevel": true,
2110
1881
  "types": [
2111
1882
  "color_colors",
2112
- "hex_color_colors"
1883
+ "hex_colors_color_colors"
2113
1884
  ],
2114
- "value": "hex_color_colors",
1885
+ "value": "hex_colors_color_colors",
2115
1886
  "word": "color"
2116
1887
  },
2117
1888
  "generatedParenthesized": "",
@@ -2268,6 +2039,8 @@
2268
2039
  "marker": "is",
2269
2040
  "number": "many",
2270
2041
  "one": {
2042
+ "default": true,
2043
+ "isList": true,
2271
2044
  "level": 1,
2272
2045
  "listable": true,
2273
2046
  "marker": "list",
@@ -2276,7 +2049,7 @@
2276
2049
  "end": 26,
2277
2050
  "start": 0
2278
2051
  },
2279
- "text": "silver and black are a gray",
2052
+ "text": "silver and black",
2280
2053
  "types": [
2281
2054
  "list",
2282
2055
  "unknown"
@@ -2284,7 +2057,7 @@
2284
2057
  "value": [
2285
2058
  {
2286
2059
  "dead": true,
2287
- "level": 2,
2060
+ "level": 1,
2288
2061
  "marker": "unknown",
2289
2062
  "range": {
2290
2063
  "end": 5,
@@ -2297,7 +2070,7 @@
2297
2070
  },
2298
2071
  {
2299
2072
  "dead": true,
2300
- "level": 2,
2073
+ "level": 1,
2301
2074
  "marker": "unknown",
2302
2075
  "range": {
2303
2076
  "end": 15,
@@ -2308,7 +2081,8 @@
2308
2081
  "value": "black",
2309
2082
  "word": "black"
2310
2083
  }
2311
- ]
2084
+ ],
2085
+ "word": "and"
2312
2086
  },
2313
2087
  "range": {
2314
2088
  "end": 26,
@@ -2371,6 +2145,8 @@
2371
2145
  "marker": "is",
2372
2146
  "number": "many",
2373
2147
  "one": {
2148
+ "default": true,
2149
+ "isList": true,
2374
2150
  "level": 1,
2375
2151
  "listable": true,
2376
2152
  "marker": "list",
@@ -2379,7 +2155,7 @@
2379
2155
  "end": 39,
2380
2156
  "start": 0
2381
2157
  },
2382
- "text": "snow, azure,",
2158
+ "text": "snow, azure, beige and ivory",
2383
2159
  "types": [
2384
2160
  "list",
2385
2161
  "unknown"
@@ -2443,7 +2219,7 @@
2443
2219
  },
2444
2220
  {
2445
2221
  "dead": true,
2446
- "level": 2,
2222
+ "level": 1,
2447
2223
  "marker": "unknown",
2448
2224
  "range": {
2449
2225
  "end": 17,
@@ -2456,7 +2232,7 @@
2456
2232
  },
2457
2233
  {
2458
2234
  "dead": true,
2459
- "level": 2,
2235
+ "level": 1,
2460
2236
  "marker": "unknown",
2461
2237
  "range": {
2462
2238
  "end": 27,
@@ -2467,7 +2243,8 @@
2467
2243
  "value": "ivory",
2468
2244
  "word": "ivory"
2469
2245
  }
2470
- ]
2246
+ ],
2247
+ "word": "and"
2471
2248
  },
2472
2249
  "range": {
2473
2250
  "end": 39,
@@ -2543,9 +2320,7 @@
2543
2320
  },
2544
2321
  "contexts": [
2545
2322
  {
2546
- "dead": true,
2547
2323
  "instance": true,
2548
- "level": 1,
2549
2324
  "marker": "hexColor",
2550
2325
  "range": {
2551
2326
  "end": 6,
@@ -2557,25 +2332,11 @@
2557
2332
  "word": "#123456"
2558
2333
  }
2559
2334
  ],
2560
- "developerTest": false,
2561
2335
  "generatedParenthesized": [
2562
2336
  ""
2563
2337
  ],
2564
2338
  "metadata": {
2565
2339
  "opChoices": [
2566
- {
2567
- "counter": 1,
2568
- "op": [
2569
- "hexColor",
2570
- 0
2571
- ],
2572
- "ops": [
2573
- [
2574
- "hexColor",
2575
- 0
2576
- ]
2577
- ]
2578
- }
2579
2340
  ]
2580
2341
  },
2581
2342
  "objects": {
@@ -2586,6 +2347,7 @@
2586
2347
  "gdefaults": "gdefaults2",
2587
2348
  "hierarchy": "hierarchy2",
2588
2349
  "meta": "meta2",
2350
+ "negation": "negation2",
2589
2351
  "pos": "pos2",
2590
2352
  "properties": "properties2",
2591
2353
  "punctuation": "punctuation2",
@@ -2615,6 +2377,8 @@
2615
2377
  },
2616
2378
  "meta2": {
2617
2379
  },
2380
+ "negation2": {
2381
+ },
2618
2382
  "pos2": {
2619
2383
  },
2620
2384
  "properties2": {
@@ -2674,9 +2438,6 @@
2674
2438
  "ifAble": [
2675
2439
  "orAble"
2676
2440
  ],
2677
- "notAble": [
2678
- "unknown"
2679
- ],
2680
2441
  "object": [
2681
2442
  "unknown",
2682
2443
  "what",
@@ -2706,6 +2467,7 @@
2706
2467
  "object",
2707
2468
  "xfx",
2708
2469
  "concept",
2470
+ "doubleQuote",
2709
2471
  "unknown",
2710
2472
  "it",
2711
2473
  "what",
@@ -2771,6 +2533,7 @@
2771
2533
  "concept",
2772
2534
  "modifies",
2773
2535
  "verby",
2536
+ "doubleQuote",
2774
2537
  "it",
2775
2538
  "pronoun",
2776
2539
  "this",
@@ -2779,7 +2542,6 @@
2779
2542
  "a",
2780
2543
  "articlePOS",
2781
2544
  "the",
2782
- "notAble",
2783
2545
  "whatAble",
2784
2546
  "is",
2785
2547
  "toAble",
@@ -2874,6 +2636,9 @@
2874
2636
  "dark_colors": [
2875
2637
  "brightness_colors"
2876
2638
  ],
2639
+ "doubleQuote": [
2640
+ "queryable"
2641
+ ],
2877
2642
  "gold_colors": [
2878
2643
  "yellow_colors"
2879
2644
  ],
@@ -3008,7 +2773,6 @@
3008
2773
  "unknown": [
3009
2774
  "hierarchyAble",
3010
2775
  "object",
3011
- "notAble",
3012
2776
  "theAble",
3013
2777
  "queryable"
3014
2778
  ],
@@ -3079,6 +2843,8 @@
3079
2843
  },
3080
2844
  "dark_colors": {
3081
2845
  },
2846
+ "doubleQuote": {
2847
+ },
3082
2848
  "gold_colors": {
3083
2849
  },
3084
2850
  "gray_colors": {
@@ -3115,8 +2881,6 @@
3115
2881
  },
3116
2882
  "navy_colors": {
3117
2883
  },
3118
- "notAble": {
3119
- },
3120
2884
  "noun": {
3121
2885
  },
3122
2886
  "object": {
@@ -3218,9 +2982,7 @@
3218
2982
  "processed": [
3219
2983
  {
3220
2984
  "context": {
3221
- "dead": true,
3222
2985
  "instance": true,
3223
- "level": 1,
3224
2986
  "marker": "hexColor",
3225
2987
  "range": {
3226
2988
  "end": 6,
@@ -3252,8 +3014,7 @@
3252
3014
  "topLevel": true,
3253
3015
  "touchedBy": [
3254
3016
  "colors#call2",
3255
- "instance0#colors#call2",
3256
- "instance12#colors#call2"
3017
+ "instance14#colors#call2"
3257
3018
  ],
3258
3019
  "value": "resetIdSuffix",
3259
3020
  "word": "resetidsuffix"
@@ -3267,6 +3028,62 @@
3267
3028
  ""
3268
3029
  ]
3269
3030
  },
3031
+ {
3032
+ "context": {
3033
+ "concept": {
3034
+ "dead": true,
3035
+ "level": 1,
3036
+ "marker": "color_colors",
3037
+ "number": "one",
3038
+ "range": {
3039
+ "end": 17,
3040
+ "start": 13
3041
+ },
3042
+ "text": "color",
3043
+ "value": "color_colors",
3044
+ "word": "color"
3045
+ },
3046
+ "dead": true,
3047
+ "flatten": false,
3048
+ "level": 1,
3049
+ "marker": "modifies",
3050
+ "modifiers": [
3051
+ {
3052
+ "dead": true,
3053
+ "level": 1,
3054
+ "marker": "unknown",
3055
+ "range": {
3056
+ "end": 2,
3057
+ "start": 0
3058
+ },
3059
+ "text": "hex",
3060
+ "unknown": true,
3061
+ "value": "hex",
3062
+ "word": "hex"
3063
+ }
3064
+ ],
3065
+ "number": "one",
3066
+ "range": {
3067
+ "end": 17,
3068
+ "start": 0
3069
+ },
3070
+ "text": "hex modifies color",
3071
+ "topLevel": true,
3072
+ "touchedBy": [
3073
+ "colors#call2",
3074
+ "instance12#colors#call2"
3075
+ ],
3076
+ "word": "modifies"
3077
+ },
3078
+ "generatedParenthesized": [
3079
+ ],
3080
+ "paraphrases": "hex modifies color",
3081
+ "paraphrasesParenthesized": [
3082
+ ],
3083
+ "responses": [
3084
+ ""
3085
+ ]
3086
+ },
3270
3087
  {
3271
3088
  "context": {
3272
3089
  "concept": {
@@ -3310,7 +3127,6 @@
3310
3127
  "topLevel": true,
3311
3128
  "touchedBy": [
3312
3129
  "colors#call2",
3313
- "instance0#colors#call2",
3314
3130
  "instance11#colors#call2"
3315
3131
  ],
3316
3132
  "word": "modifies"
@@ -3331,6 +3147,8 @@
3331
3147
  "marker": "is",
3332
3148
  "number": "many",
3333
3149
  "one": {
3150
+ "default": true,
3151
+ "isList": true,
3334
3152
  "level": 1,
3335
3153
  "listable": true,
3336
3154
  "marker": "list",
@@ -3339,7 +3157,7 @@
3339
3157
  "end": 26,
3340
3158
  "start": 0
3341
3159
  },
3342
- "text": "silver and black are a gray",
3160
+ "text": "silver and black",
3343
3161
  "types": [
3344
3162
  "list",
3345
3163
  "unknown"
@@ -3347,7 +3165,7 @@
3347
3165
  "value": [
3348
3166
  {
3349
3167
  "dead": true,
3350
- "level": 2,
3168
+ "level": 1,
3351
3169
  "marker": "unknown",
3352
3170
  "range": {
3353
3171
  "end": 5,
@@ -3360,7 +3178,7 @@
3360
3178
  },
3361
3179
  {
3362
3180
  "dead": true,
3363
- "level": 2,
3181
+ "level": 1,
3364
3182
  "marker": "unknown",
3365
3183
  "range": {
3366
3184
  "end": 15,
@@ -3371,7 +3189,8 @@
3371
3189
  "value": "black",
3372
3190
  "word": "black"
3373
3191
  }
3374
- ]
3192
+ ],
3193
+ "word": "and"
3375
3194
  },
3376
3195
  "range": {
3377
3196
  "end": 26,
@@ -3381,7 +3200,6 @@
3381
3200
  "topLevel": true,
3382
3201
  "touchedBy": [
3383
3202
  "colors#call2",
3384
- "instance0#colors#call2",
3385
3203
  "instance10#colors#call2"
3386
3204
  ],
3387
3205
  "two": {
@@ -3435,6 +3253,8 @@
3435
3253
  "marker": "is",
3436
3254
  "number": "many",
3437
3255
  "one": {
3256
+ "default": true,
3257
+ "isList": true,
3438
3258
  "level": 1,
3439
3259
  "listable": true,
3440
3260
  "marker": "list",
@@ -3443,7 +3263,7 @@
3443
3263
  "end": 39,
3444
3264
  "start": 0
3445
3265
  },
3446
- "text": "snow , azure ,",
3266
+ "text": "snow, azure, beige and ivory",
3447
3267
  "types": [
3448
3268
  "list",
3449
3269
  "unknown"
@@ -3472,7 +3292,7 @@
3472
3292
  "end": 4,
3473
3293
  "start": 0
3474
3294
  },
3475
- "text": "snow ,",
3295
+ "text": "snow,",
3476
3296
  "unknown": true,
3477
3297
  "value": "snow",
3478
3298
  "word": "snow"
@@ -3500,14 +3320,14 @@
3500
3320
  "end": 11,
3501
3321
  "start": 6
3502
3322
  },
3503
- "text": "azure ,",
3323
+ "text": "azure,",
3504
3324
  "unknown": true,
3505
3325
  "value": "azure",
3506
3326
  "word": "azure"
3507
3327
  },
3508
3328
  {
3509
3329
  "dead": true,
3510
- "level": 2,
3330
+ "level": 1,
3511
3331
  "marker": "unknown",
3512
3332
  "range": {
3513
3333
  "end": 17,
@@ -3520,7 +3340,7 @@
3520
3340
  },
3521
3341
  {
3522
3342
  "dead": true,
3523
- "level": 2,
3343
+ "level": 1,
3524
3344
  "marker": "unknown",
3525
3345
  "range": {
3526
3346
  "end": 27,
@@ -3531,150 +3351,18 @@
3531
3351
  "value": "ivory",
3532
3352
  "word": "ivory"
3533
3353
  }
3534
- ]
3535
- },
3536
- "range": {
3537
- "end": 39,
3538
- "start": 0
3539
- },
3540
- "text": "snow, azure, beige and ivory are a white",
3541
- "topLevel": true,
3542
- "touchedBy": [
3543
- "colors#call2",
3544
- "instance0#colors#call2",
3545
- "instance9#colors#call2"
3546
- ],
3547
- "two": {
3548
- "concept": true,
3549
- "dead": true,
3550
- "determiner": {
3551
- "default": true,
3552
- "level": 0,
3553
- "marker": "a",
3554
- "range": {
3555
- "end": 33,
3556
- "start": 33
3557
- },
3558
- "text": "a",
3559
- "word": "a"
3560
- },
3561
- "level": 1,
3562
- "marker": "white_colors",
3563
- "modifiers": [
3564
- "determiner"
3565
- ],
3566
- "number": "one",
3567
- "pullFromContext": false,
3568
- "range": {
3569
- "end": 39,
3570
- "start": 33
3571
- },
3572
- "text": "a white",
3573
- "types": [
3574
- "white_colors"
3575
- ],
3576
- "value": "white_colors",
3577
- "wantsValue": true,
3578
- "word": "white"
3579
- },
3580
- "word": "are"
3581
- },
3582
- "generatedParenthesized": [
3583
- ],
3584
- "paraphrases": "snow, azure, beige and ivory are a white",
3585
- "paraphrasesParenthesized": [
3586
- ],
3587
- "responses": [
3588
- ""
3589
- ]
3590
- },
3591
- {
3592
- "context": {
3593
- "dead": true,
3594
- "level": 2,
3595
- "marker": "is",
3596
- "number": "many",
3597
- "one": {
3598
- "level": 1,
3599
- "listable": true,
3600
- "marker": "list",
3601
- "number": "many",
3602
- "range": {
3603
- "end": 33,
3604
- "start": 0
3605
- },
3606
- "text": "tan ,",
3607
- "types": [
3608
- "list",
3609
- "unknown"
3610
- ],
3611
- "value": [
3612
- {
3613
- "dead": true,
3614
- "decorators": {
3615
- "after": {
3616
- "depth": "+",
3617
- "level": 0,
3618
- "marker": "comma",
3619
- "range": {
3620
- "end": 3,
3621
- "start": 3
3622
- },
3623
- "text": ",",
3624
- "value": ",",
3625
- "word": ","
3626
- }
3627
- },
3628
- "level": 1,
3629
- "marker": "unknown",
3630
- "no_convolutions": true,
3631
- "range": {
3632
- "end": 3,
3633
- "start": 0
3634
- },
3635
- "text": "tan ,",
3636
- "unknown": true,
3637
- "value": "tan",
3638
- "word": "tan"
3639
- },
3640
- {
3641
- "dead": true,
3642
- "level": 2,
3643
- "marker": "unknown",
3644
- "range": {
3645
- "end": 10,
3646
- "start": 5
3647
- },
3648
- "text": "sienna",
3649
- "unknown": true,
3650
- "value": "sienna",
3651
- "word": "sienna"
3652
- },
3653
- {
3654
- "dead": true,
3655
- "level": 2,
3656
- "marker": "unknown",
3657
- "range": {
3658
- "end": 21,
3659
- "start": 16
3660
- },
3661
- "text": "maroon",
3662
- "unknown": true,
3663
- "value": "maroon",
3664
- "word": "maroon"
3665
- }
3666
- ]
3354
+ ],
3355
+ "word": "and"
3667
3356
  },
3668
3357
  "range": {
3669
- "end": 33,
3358
+ "end": 39,
3670
3359
  "start": 0
3671
3360
  },
3672
- "text": "tan, sienna and maroon are a brown",
3361
+ "text": "snow, azure, beige and ivory are a white",
3673
3362
  "topLevel": true,
3674
3363
  "touchedBy": [
3675
3364
  "colors#call2",
3676
- "instance0#colors#call2",
3677
- "instance8#colors#call2"
3365
+ "instance9#colors#call2"
3678
3366
  ],
3679
3367
  "two": {
3680
3368
  "concept": true,
@@ -3684,36 +3372,36 @@
3684
3372
  "level": 0,
3685
3373
  "marker": "a",
3686
3374
  "range": {
3687
- "end": 27,
3688
- "start": 27
3375
+ "end": 33,
3376
+ "start": 33
3689
3377
  },
3690
3378
  "text": "a",
3691
3379
  "word": "a"
3692
3380
  },
3693
3381
  "level": 1,
3694
- "marker": "brown_colors",
3382
+ "marker": "white_colors",
3695
3383
  "modifiers": [
3696
3384
  "determiner"
3697
3385
  ],
3698
3386
  "number": "one",
3699
3387
  "pullFromContext": false,
3700
3388
  "range": {
3701
- "end": 33,
3702
- "start": 27
3389
+ "end": 39,
3390
+ "start": 33
3703
3391
  },
3704
- "text": "a brown",
3392
+ "text": "a white",
3705
3393
  "types": [
3706
- "brown_colors"
3394
+ "white_colors"
3707
3395
  ],
3708
- "value": "brown_colors",
3396
+ "value": "white_colors",
3709
3397
  "wantsValue": true,
3710
- "word": "brown"
3398
+ "word": "white"
3711
3399
  },
3712
3400
  "word": "are"
3713
3401
  },
3714
3402
  "generatedParenthesized": [
3715
3403
  ],
3716
- "paraphrases": "tan, sienna and maroon are a brown",
3404
+ "paraphrases": "snow, azure, beige and ivory are a white",
3717
3405
  "paraphrasesParenthesized": [
3718
3406
  ],
3719
3407
  "responses": [
@@ -3740,9 +3428,7 @@
3740
3428
  },
3741
3429
  "contexts": [
3742
3430
  {
3743
- "dead": true,
3744
3431
  "instance": true,
3745
- "level": 1,
3746
3432
  "marker": "hexColor",
3747
3433
  "range": {
3748
3434
  "end": 4,
@@ -3768,7 +3454,6 @@
3768
3454
  "word": "t6"
3769
3455
  }
3770
3456
  ],
3771
- "developerTest": false,
3772
3457
  "generatedParenthesized": [
3773
3458
  "",
3774
3459
  ""
@@ -3782,28 +3467,11 @@
3782
3467
  0
3783
3468
  ],
3784
3469
  "ops": [
3785
- [
3786
- "hexColor",
3787
- 0
3788
- ],
3789
3470
  [
3790
3471
  "unknown",
3791
3472
  0
3792
3473
  ]
3793
3474
  ]
3794
- },
3795
- {
3796
- "counter": 2,
3797
- "op": [
3798
- "hexColor",
3799
- 0
3800
- ],
3801
- "ops": [
3802
- [
3803
- "hexColor",
3804
- 0
3805
- ]
3806
- ]
3807
3475
  }
3808
3476
  ]
3809
3477
  },
@@ -3815,6 +3483,7 @@
3815
3483
  "gdefaults": "gdefaults2",
3816
3484
  "hierarchy": "hierarchy2",
3817
3485
  "meta": "meta2",
3486
+ "negation": "negation2",
3818
3487
  "pos": "pos2",
3819
3488
  "properties": "properties2",
3820
3489
  "punctuation": "punctuation2",
@@ -3844,6 +3513,8 @@
3844
3513
  },
3845
3514
  "meta2": {
3846
3515
  },
3516
+ "negation2": {
3517
+ },
3847
3518
  "pos2": {
3848
3519
  },
3849
3520
  "properties2": {
@@ -3903,9 +3574,6 @@
3903
3574
  "ifAble": [
3904
3575
  "orAble"
3905
3576
  ],
3906
- "notAble": [
3907
- "unknown"
3908
- ],
3909
3577
  "object": [
3910
3578
  "unknown",
3911
3579
  "what",
@@ -3935,6 +3603,7 @@
3935
3603
  "object",
3936
3604
  "xfx",
3937
3605
  "concept",
3606
+ "doubleQuote",
3938
3607
  "unknown",
3939
3608
  "it",
3940
3609
  "what",
@@ -4000,6 +3669,7 @@
4000
3669
  "concept",
4001
3670
  "modifies",
4002
3671
  "verby",
3672
+ "doubleQuote",
4003
3673
  "it",
4004
3674
  "pronoun",
4005
3675
  "this",
@@ -4008,7 +3678,6 @@
4008
3678
  "a",
4009
3679
  "articlePOS",
4010
3680
  "the",
4011
- "notAble",
4012
3681
  "whatAble",
4013
3682
  "is",
4014
3683
  "toAble",
@@ -4103,6 +3772,9 @@
4103
3772
  "dark_colors": [
4104
3773
  "brightness_colors"
4105
3774
  ],
3775
+ "doubleQuote": [
3776
+ "queryable"
3777
+ ],
4106
3778
  "gold_colors": [
4107
3779
  "yellow_colors"
4108
3780
  ],
@@ -4237,7 +3909,6 @@
4237
3909
  "unknown": [
4238
3910
  "hierarchyAble",
4239
3911
  "object",
4240
- "notAble",
4241
3912
  "theAble",
4242
3913
  "queryable"
4243
3914
  ],
@@ -4308,6 +3979,8 @@
4308
3979
  },
4309
3980
  "dark_colors": {
4310
3981
  },
3982
+ "doubleQuote": {
3983
+ },
4311
3984
  "gold_colors": {
4312
3985
  },
4313
3986
  "gray_colors": {
@@ -4344,8 +4017,6 @@
4344
4017
  },
4345
4018
  "navy_colors": {
4346
4019
  },
4347
- "notAble": {
4348
- },
4349
4020
  "noun": {
4350
4021
  },
4351
4022
  "object": {
@@ -4470,9 +4141,7 @@
4470
4141
  },
4471
4142
  {
4472
4143
  "context": {
4473
- "dead": true,
4474
4144
  "instance": true,
4475
- "level": 1,
4476
4145
  "marker": "hexColor",
4477
4146
  "range": {
4478
4147
  "end": 4,
@@ -4505,8 +4174,7 @@
4505
4174
  "topLevel": true,
4506
4175
  "touchedBy": [
4507
4176
  "colors#call2",
4508
- "instance0#colors#call2",
4509
- "instance12#colors#call2"
4177
+ "instance14#colors#call2"
4510
4178
  ],
4511
4179
  "value": "resetIdSuffix",
4512
4180
  "word": "resetidsuffix"
@@ -4520,6 +4188,62 @@
4520
4188
  ""
4521
4189
  ]
4522
4190
  },
4191
+ {
4192
+ "context": {
4193
+ "concept": {
4194
+ "dead": true,
4195
+ "level": 1,
4196
+ "marker": "color_colors",
4197
+ "number": "one",
4198
+ "range": {
4199
+ "end": 17,
4200
+ "start": 13
4201
+ },
4202
+ "text": "color",
4203
+ "value": "color_colors",
4204
+ "word": "color"
4205
+ },
4206
+ "dead": true,
4207
+ "flatten": false,
4208
+ "level": 1,
4209
+ "marker": "modifies",
4210
+ "modifiers": [
4211
+ {
4212
+ "dead": true,
4213
+ "level": 1,
4214
+ "marker": "unknown",
4215
+ "range": {
4216
+ "end": 2,
4217
+ "start": 0
4218
+ },
4219
+ "text": "hex",
4220
+ "unknown": true,
4221
+ "value": "hex",
4222
+ "word": "hex"
4223
+ }
4224
+ ],
4225
+ "number": "one",
4226
+ "range": {
4227
+ "end": 17,
4228
+ "start": 0
4229
+ },
4230
+ "text": "hex modifies color",
4231
+ "topLevel": true,
4232
+ "touchedBy": [
4233
+ "colors#call2",
4234
+ "instance12#colors#call2"
4235
+ ],
4236
+ "word": "modifies"
4237
+ },
4238
+ "generatedParenthesized": [
4239
+ ],
4240
+ "paraphrases": "hex modifies color",
4241
+ "paraphrasesParenthesized": [
4242
+ ],
4243
+ "responses": [
4244
+ ""
4245
+ ]
4246
+ },
4523
4247
  {
4524
4248
  "context": {
4525
4249
  "concept": {
@@ -4563,7 +4287,6 @@
4563
4287
  "topLevel": true,
4564
4288
  "touchedBy": [
4565
4289
  "colors#call2",
4566
- "instance0#colors#call2",
4567
4290
  "instance11#colors#call2"
4568
4291
  ],
4569
4292
  "word": "modifies"
@@ -4584,6 +4307,8 @@
4584
4307
  "marker": "is",
4585
4308
  "number": "many",
4586
4309
  "one": {
4310
+ "default": true,
4311
+ "isList": true,
4587
4312
  "level": 1,
4588
4313
  "listable": true,
4589
4314
  "marker": "list",
@@ -4592,7 +4317,7 @@
4592
4317
  "end": 26,
4593
4318
  "start": 0
4594
4319
  },
4595
- "text": "silver and black are a gray",
4320
+ "text": "silver and black",
4596
4321
  "types": [
4597
4322
  "list",
4598
4323
  "unknown"
@@ -4600,7 +4325,7 @@
4600
4325
  "value": [
4601
4326
  {
4602
4327
  "dead": true,
4603
- "level": 2,
4328
+ "level": 1,
4604
4329
  "marker": "unknown",
4605
4330
  "range": {
4606
4331
  "end": 5,
@@ -4613,7 +4338,7 @@
4613
4338
  },
4614
4339
  {
4615
4340
  "dead": true,
4616
- "level": 2,
4341
+ "level": 1,
4617
4342
  "marker": "unknown",
4618
4343
  "range": {
4619
4344
  "end": 15,
@@ -4624,7 +4349,8 @@
4624
4349
  "value": "black",
4625
4350
  "word": "black"
4626
4351
  }
4627
- ]
4352
+ ],
4353
+ "word": "and"
4628
4354
  },
4629
4355
  "range": {
4630
4356
  "end": 26,
@@ -4634,7 +4360,6 @@
4634
4360
  "topLevel": true,
4635
4361
  "touchedBy": [
4636
4362
  "colors#call2",
4637
- "instance0#colors#call2",
4638
4363
  "instance10#colors#call2"
4639
4364
  ],
4640
4365
  "two": {
@@ -4680,166 +4405,6 @@
4680
4405
  "responses": [
4681
4406
  ""
4682
4407
  ]
4683
- },
4684
- {
4685
- "context": {
4686
- "dead": true,
4687
- "level": 2,
4688
- "marker": "is",
4689
- "number": "many",
4690
- "one": {
4691
- "level": 1,
4692
- "listable": true,
4693
- "marker": "list",
4694
- "number": "many",
4695
- "range": {
4696
- "end": 39,
4697
- "start": 0
4698
- },
4699
- "text": "snow , azure ,",
4700
- "types": [
4701
- "list",
4702
- "unknown"
4703
- ],
4704
- "value": [
4705
- {
4706
- "dead": true,
4707
- "decorators": {
4708
- "after": {
4709
- "depth": "+",
4710
- "level": 0,
4711
- "marker": "comma",
4712
- "range": {
4713
- "end": 4,
4714
- "start": 4
4715
- },
4716
- "text": ",",
4717
- "value": ",",
4718
- "word": ","
4719
- }
4720
- },
4721
- "level": 1,
4722
- "marker": "unknown",
4723
- "no_convolutions": true,
4724
- "range": {
4725
- "end": 4,
4726
- "start": 0
4727
- },
4728
- "text": "snow ,",
4729
- "unknown": true,
4730
- "value": "snow",
4731
- "word": "snow"
4732
- },
4733
- {
4734
- "dead": true,
4735
- "decorators": {
4736
- "after": {
4737
- "depth": "+",
4738
- "level": 0,
4739
- "marker": "comma",
4740
- "range": {
4741
- "end": 11,
4742
- "start": 11
4743
- },
4744
- "text": ",",
4745
- "value": ",",
4746
- "word": ","
4747
- }
4748
- },
4749
- "level": 1,
4750
- "marker": "unknown",
4751
- "no_convolutions": true,
4752
- "range": {
4753
- "end": 11,
4754
- "start": 6
4755
- },
4756
- "text": "azure ,",
4757
- "unknown": true,
4758
- "value": "azure",
4759
- "word": "azure"
4760
- },
4761
- {
4762
- "dead": true,
4763
- "level": 2,
4764
- "marker": "unknown",
4765
- "range": {
4766
- "end": 17,
4767
- "start": 13
4768
- },
4769
- "text": "beige",
4770
- "unknown": true,
4771
- "value": "beige",
4772
- "word": "beige"
4773
- },
4774
- {
4775
- "dead": true,
4776
- "level": 2,
4777
- "marker": "unknown",
4778
- "range": {
4779
- "end": 27,
4780
- "start": 23
4781
- },
4782
- "text": "ivory",
4783
- "unknown": true,
4784
- "value": "ivory",
4785
- "word": "ivory"
4786
- }
4787
- ]
4788
- },
4789
- "range": {
4790
- "end": 39,
4791
- "start": 0
4792
- },
4793
- "text": "snow, azure, beige and ivory are a white",
4794
- "topLevel": true,
4795
- "touchedBy": [
4796
- "colors#call2",
4797
- "instance0#colors#call2",
4798
- "instance9#colors#call2"
4799
- ],
4800
- "two": {
4801
- "concept": true,
4802
- "dead": true,
4803
- "determiner": {
4804
- "default": true,
4805
- "level": 0,
4806
- "marker": "a",
4807
- "range": {
4808
- "end": 33,
4809
- "start": 33
4810
- },
4811
- "text": "a",
4812
- "word": "a"
4813
- },
4814
- "level": 1,
4815
- "marker": "white_colors",
4816
- "modifiers": [
4817
- "determiner"
4818
- ],
4819
- "number": "one",
4820
- "pullFromContext": false,
4821
- "range": {
4822
- "end": 39,
4823
- "start": 33
4824
- },
4825
- "text": "a white",
4826
- "types": [
4827
- "white_colors"
4828
- ],
4829
- "value": "white_colors",
4830
- "wantsValue": true,
4831
- "word": "white"
4832
- },
4833
- "word": "are"
4834
- },
4835
- "generatedParenthesized": [
4836
- ],
4837
- "paraphrases": "snow, azure, beige and ivory are a white",
4838
- "paraphrasesParenthesized": [
4839
- ],
4840
- "responses": [
4841
- ""
4842
- ]
4843
4408
  }
4844
4409
  ]
4845
4410
  },