tpmkms_4wp 8.9.1-beta.24 → 8.9.1-beta.26
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/animals.instance.json +23 -75
- package/common/articles.test.json +172 -4
- package/common/asking.test.json +731 -19
- package/common/avatar.test.json +3703 -1884
- package/common/characters.test.json +890 -112
- package/common/colors.instance.json +25 -333
- package/common/colors.test.json +632 -136
- package/common/comparable.test.json +3057 -601
- package/common/concept.test.json +1517 -453
- package/common/conjunction.test.json +112 -1
- package/common/countable.test.json +862 -66
- package/common/crew.instance.json +288 -0
- package/common/crew.test.json +5322 -918
- package/common/currency.test.json +564 -64
- package/common/dialogues.test.json +3617 -1221
- package/common/dimension.instance.json +36 -0
- package/common/dimension.test.json +18934 -12493
- package/common/edible.instance.json +36 -96
- package/common/edible.test.json +898 -168
- package/common/emotions.test.json +609 -107
- package/common/errors.test.json +49 -0
- package/common/evaluate.test.json +79 -1
- package/common/events.test.json +2020 -308
- package/common/fastfood.instance.json +284 -36
- package/common/fastfood.test.json +29023 -2294
- package/common/formulas.test.json +6602 -3800
- package/common/help.test.json +144 -0
- package/common/hierarchy.test.json +45023 -19454
- package/common/javascript.test.json +115 -11
- package/common/kirk.test.json +788 -255
- package/common/length.instance.json +0 -60
- package/common/length.test.json +4300 -2051
- package/common/listener.test.json +24 -1
- package/common/math.test.json +27147 -15408
- package/common/meta.test.json +2436 -253
- package/common/nameable.test.json +4185 -1467
- package/common/negation.test.json +92 -8
- package/common/numbers.test.json +144 -0
- package/common/ordering.instance.json +63 -47
- package/common/ordering.test.json +1060 -281
- package/common/ordinals.test.json +183 -6
- package/common/people.instance.json +0 -52
- package/common/people.test.json +13917 -7609
- package/common/percentages.test.json +158 -0
- package/common/pipboy.instance.json +36 -60
- package/common/pipboy.js +0 -1
- package/common/pipboy.test.json +14457 -5640
- package/common/pokemon.instance.json +0 -44
- package/common/pokemon.test.json +1321 -406
- package/common/pressure.test.json +1170 -348
- package/common/properties.test.json +33010 -11800
- package/common/punctuation.test.json +168 -0
- package/common/reports.instance.json +1 -1
- package/common/reports.test.json +7583 -204
- package/common/scorekeeper.test.json +25112 -12632
- package/common/sizeable.test.json +945 -215
- package/common/spock.test.json +788 -255
- package/common/stgame.test.json +890 -108
- package/common/stm.test.json +461 -9
- package/common/tell.test.json +119 -1
- package/common/temperature.test.json +1272 -480
- package/common/testing.test.json +51 -1
- package/common/time.test.json +4994 -1241
- package/common/tokenize.test.json +24 -0
- package/common/ui.test.json +4337 -157
- package/common/weight.instance.json +0 -68
- package/common/weight.test.json +6168 -3160
- package/common/wp.instance.json +0 -172
- package/common/wp.test.json +12342 -514
- package/common/yesno.test.json +108 -4
- package/package.json +2 -2
@@ -15,11 +15,11 @@
|
|
15
15
|
0
|
16
16
|
],
|
17
17
|
[
|
18
|
-
"
|
18
|
+
"integer",
|
19
19
|
0
|
20
20
|
],
|
21
21
|
[
|
22
|
-
"
|
22
|
+
"is",
|
23
23
|
0
|
24
24
|
],
|
25
25
|
[
|
@@ -49,24 +49,6 @@
|
|
49
49
|
0
|
50
50
|
]
|
51
51
|
],
|
52
|
-
[
|
53
|
-
[
|
54
|
-
"celcius",
|
55
|
-
0
|
56
|
-
],
|
57
|
-
[
|
58
|
-
"fahrenheit",
|
59
|
-
0
|
60
|
-
],
|
61
|
-
[
|
62
|
-
"is",
|
63
|
-
0
|
64
|
-
],
|
65
|
-
[
|
66
|
-
"what",
|
67
|
-
0
|
68
|
-
]
|
69
|
-
],
|
70
52
|
[
|
71
53
|
[
|
72
54
|
"convertToUnits",
|
@@ -128,6 +110,7 @@
|
|
128
110
|
},
|
129
111
|
"contexts": [
|
130
112
|
{
|
113
|
+
"context_index": 1,
|
131
114
|
"dead": true,
|
132
115
|
"evalue": {
|
133
116
|
"default": true,
|
@@ -144,12 +127,15 @@
|
|
144
127
|
"dead": true,
|
145
128
|
"instance": true,
|
146
129
|
"level": 1,
|
147
|
-
"marker": "
|
130
|
+
"marker": "integer",
|
148
131
|
"range": {
|
149
132
|
"end": 9,
|
150
133
|
"start": 8
|
151
134
|
},
|
152
135
|
"text": "10",
|
136
|
+
"types": [
|
137
|
+
"integer"
|
138
|
+
],
|
153
139
|
"value": 10,
|
154
140
|
"word": "10"
|
155
141
|
},
|
@@ -161,6 +147,9 @@
|
|
161
147
|
"start": 8
|
162
148
|
},
|
163
149
|
"text": "10 celcius",
|
150
|
+
"types": [
|
151
|
+
"dimension"
|
152
|
+
],
|
164
153
|
"unit": {
|
165
154
|
"dead": true,
|
166
155
|
"level": 1,
|
@@ -196,6 +185,9 @@
|
|
196
185
|
"start": 22
|
197
186
|
},
|
198
187
|
"text": "fahrenheit",
|
188
|
+
"types": [
|
189
|
+
"fahrenheit"
|
190
|
+
],
|
199
191
|
"value": "fahrenheit",
|
200
192
|
"word": "fahrenheit"
|
201
193
|
},
|
@@ -221,7 +213,7 @@
|
|
221
213
|
"end": 28,
|
222
214
|
"start": 13
|
223
215
|
},
|
224
|
-
"text": "celcius
|
216
|
+
"text": "celcius*9/5 + 32",
|
225
217
|
"touchedBy": [
|
226
218
|
"temperature#call4",
|
227
219
|
"temperature#call3"
|
@@ -243,7 +235,7 @@
|
|
243
235
|
"end": 23,
|
244
236
|
"start": 13
|
245
237
|
},
|
246
|
-
"text": "celcius
|
238
|
+
"text": "celcius*9/5",
|
247
239
|
"types": [
|
248
240
|
"divideByExpression",
|
249
241
|
"number"
|
@@ -261,7 +253,7 @@
|
|
261
253
|
"end": 21,
|
262
254
|
"start": 13
|
263
255
|
},
|
264
|
-
"text": "celcius
|
256
|
+
"text": "celcius*9",
|
265
257
|
"types": [
|
266
258
|
"number",
|
267
259
|
"timesExpression"
|
@@ -279,8 +271,7 @@
|
|
279
271
|
},
|
280
272
|
"text": "celcius",
|
281
273
|
"types": [
|
282
|
-
"celcius"
|
283
|
-
"number"
|
274
|
+
"celcius"
|
284
275
|
],
|
285
276
|
"value": "celcius",
|
286
277
|
"word": "celcius"
|
@@ -289,14 +280,14 @@
|
|
289
280
|
"dead": true,
|
290
281
|
"instance": true,
|
291
282
|
"level": 1,
|
292
|
-
"marker": "
|
283
|
+
"marker": "integer",
|
293
284
|
"range": {
|
294
285
|
"end": 21,
|
295
286
|
"start": 21
|
296
287
|
},
|
297
288
|
"text": "9",
|
298
289
|
"types": [
|
299
|
-
"
|
290
|
+
"integer"
|
300
291
|
],
|
301
292
|
"value": 9,
|
302
293
|
"word": "9"
|
@@ -306,14 +297,14 @@
|
|
306
297
|
"dead": true,
|
307
298
|
"instance": true,
|
308
299
|
"level": 1,
|
309
|
-
"marker": "
|
300
|
+
"marker": "integer",
|
310
301
|
"range": {
|
311
302
|
"end": 23,
|
312
303
|
"start": 23
|
313
304
|
},
|
314
305
|
"text": "5",
|
315
306
|
"types": [
|
316
|
-
"
|
307
|
+
"integer"
|
317
308
|
],
|
318
309
|
"value": 5,
|
319
310
|
"word": "5"
|
@@ -323,14 +314,14 @@
|
|
323
314
|
"dead": true,
|
324
315
|
"instance": true,
|
325
316
|
"level": 1,
|
326
|
-
"marker": "
|
317
|
+
"marker": "integer",
|
327
318
|
"range": {
|
328
319
|
"end": 28,
|
329
320
|
"start": 27
|
330
321
|
},
|
331
322
|
"text": "32",
|
332
323
|
"types": [
|
333
|
-
"
|
324
|
+
"integer"
|
334
325
|
],
|
335
326
|
"value": 32,
|
336
327
|
"word": "32"
|
@@ -350,6 +341,9 @@
|
|
350
341
|
"start": 22
|
351
342
|
},
|
352
343
|
"text": "fahrenheit",
|
344
|
+
"types": [
|
345
|
+
"fahrenheit"
|
346
|
+
],
|
353
347
|
"value": "fahrenheit",
|
354
348
|
"word": "fahrenheit"
|
355
349
|
}
|
@@ -360,12 +354,15 @@
|
|
360
354
|
"dead": true,
|
361
355
|
"instance": true,
|
362
356
|
"level": 1,
|
363
|
-
"marker": "
|
357
|
+
"marker": "integer",
|
364
358
|
"range": {
|
365
359
|
"end": 9,
|
366
360
|
"start": 8
|
367
361
|
},
|
368
362
|
"text": "10",
|
363
|
+
"types": [
|
364
|
+
"integer"
|
365
|
+
],
|
369
366
|
"value": 10,
|
370
367
|
"word": "10"
|
371
368
|
},
|
@@ -377,6 +374,9 @@
|
|
377
374
|
"start": 8
|
378
375
|
},
|
379
376
|
"text": "10 celcius",
|
377
|
+
"types": [
|
378
|
+
"dimension"
|
379
|
+
],
|
380
380
|
"unit": {
|
381
381
|
"dead": true,
|
382
382
|
"level": 1,
|
@@ -413,6 +413,9 @@
|
|
413
413
|
"start": 22
|
414
414
|
},
|
415
415
|
"text": "fahrenheit",
|
416
|
+
"types": [
|
417
|
+
"fahrenheit"
|
418
|
+
],
|
416
419
|
"value": "fahrenheit",
|
417
420
|
"word": "fahrenheit"
|
418
421
|
},
|
@@ -472,12 +475,15 @@
|
|
472
475
|
"dead": true,
|
473
476
|
"instance": true,
|
474
477
|
"level": 1,
|
475
|
-
"marker": "
|
478
|
+
"marker": "integer",
|
476
479
|
"range": {
|
477
480
|
"end": 9,
|
478
481
|
"start": 8
|
479
482
|
},
|
480
483
|
"text": "10",
|
484
|
+
"types": [
|
485
|
+
"integer"
|
486
|
+
],
|
481
487
|
"value": 10,
|
482
488
|
"word": "10"
|
483
489
|
},
|
@@ -489,6 +495,9 @@
|
|
489
495
|
"start": 8
|
490
496
|
},
|
491
497
|
"text": "10 celcius",
|
498
|
+
"types": [
|
499
|
+
"dimension"
|
500
|
+
],
|
492
501
|
"unit": {
|
493
502
|
"dead": true,
|
494
503
|
"level": 1,
|
@@ -524,6 +533,9 @@
|
|
524
533
|
"start": 22
|
525
534
|
},
|
526
535
|
"text": "fahrenheit",
|
536
|
+
"types": [
|
537
|
+
"fahrenheit"
|
538
|
+
],
|
527
539
|
"value": "fahrenheit",
|
528
540
|
"word": "fahrenheit"
|
529
541
|
},
|
@@ -543,7 +555,7 @@
|
|
543
555
|
{
|
544
556
|
"counter": 1,
|
545
557
|
"op": [
|
546
|
-
"
|
558
|
+
"integer",
|
547
559
|
0
|
548
560
|
],
|
549
561
|
"ops": [
|
@@ -560,11 +572,11 @@
|
|
560
572
|
0
|
561
573
|
],
|
562
574
|
[
|
563
|
-
"
|
575
|
+
"integer",
|
564
576
|
0
|
565
577
|
],
|
566
578
|
[
|
567
|
-
"
|
579
|
+
"is",
|
568
580
|
0
|
569
581
|
],
|
570
582
|
[
|
@@ -580,6 +592,10 @@
|
|
580
592
|
0
|
581
593
|
],
|
582
594
|
"ops": [
|
595
|
+
[
|
596
|
+
"amountOfDimension",
|
597
|
+
0
|
598
|
+
],
|
583
599
|
[
|
584
600
|
"celcius",
|
585
601
|
0
|
@@ -609,6 +625,10 @@
|
|
609
625
|
0
|
610
626
|
],
|
611
627
|
"ops": [
|
628
|
+
[
|
629
|
+
"amountOfDimension",
|
630
|
+
0
|
631
|
+
],
|
612
632
|
[
|
613
633
|
"convertToUnits",
|
614
634
|
0
|
@@ -634,6 +654,10 @@
|
|
634
654
|
0
|
635
655
|
],
|
636
656
|
"ops": [
|
657
|
+
[
|
658
|
+
"amountOfDimension",
|
659
|
+
0
|
660
|
+
],
|
637
661
|
[
|
638
662
|
"convertToUnits",
|
639
663
|
0
|
@@ -737,19 +761,21 @@
|
|
737
761
|
},
|
738
762
|
"objects": {
|
739
763
|
"nameToUUID": {
|
764
|
+
"articles": "articles2",
|
765
|
+
"asking": "asking2",
|
740
766
|
"comparable": "comparable2",
|
741
767
|
"concept": "concept2",
|
768
|
+
"conjunction": "conjunction2",
|
742
769
|
"countable": "countable2",
|
743
770
|
"dialogues": "dialogues2",
|
744
771
|
"dimension": "dimension2",
|
745
|
-
"
|
772
|
+
"evaluate": "evaluate2",
|
746
773
|
"formulas": "formulas2",
|
747
|
-
"formulasTemplate": "formulasTemplate2",
|
748
774
|
"gdefaults": "gdefaults2",
|
749
775
|
"hierarchy": "hierarchy2",
|
750
776
|
"math": "math2",
|
751
|
-
"mathTemplate": "mathTemplate2",
|
752
777
|
"meta": "meta2",
|
778
|
+
"negation": "negation2",
|
753
779
|
"numbers": "numbers2",
|
754
780
|
"pos": "pos2",
|
755
781
|
"properties": "properties2",
|
@@ -757,9 +783,14 @@
|
|
757
783
|
"sdefaults": "sdefaults2",
|
758
784
|
"stm": "stm2",
|
759
785
|
"temperature": "temperature1",
|
760
|
-
"testing": "testing2"
|
786
|
+
"testing": "testing2",
|
787
|
+
"tokenize": "tokenize2"
|
761
788
|
},
|
762
789
|
"namespaced": {
|
790
|
+
"articles2": {
|
791
|
+
},
|
792
|
+
"asking2": {
|
793
|
+
},
|
763
794
|
"comparable2": {
|
764
795
|
},
|
765
796
|
"concept2": {
|
@@ -768,9 +799,12 @@
|
|
768
799
|
"valueToWords": [
|
769
800
|
]
|
770
801
|
},
|
802
|
+
"conjunction2": {
|
803
|
+
},
|
771
804
|
"countable2": {
|
772
805
|
},
|
773
806
|
"dialogues2": {
|
807
|
+
"idSuffix": "",
|
774
808
|
"mentioned": [
|
775
809
|
],
|
776
810
|
"variables": {
|
@@ -778,13 +812,14 @@
|
|
778
812
|
},
|
779
813
|
"dimension2": {
|
780
814
|
},
|
781
|
-
"
|
815
|
+
"evaluate2": {
|
782
816
|
},
|
783
817
|
"formulas2": {
|
784
818
|
"formulas": {
|
785
819
|
"celcius": [
|
786
820
|
{
|
787
821
|
"equality": {
|
822
|
+
"context_index": 1,
|
788
823
|
"dead": true,
|
789
824
|
"left": {
|
790
825
|
"dead": true,
|
@@ -797,8 +832,7 @@
|
|
797
832
|
},
|
798
833
|
"text": "celcius",
|
799
834
|
"types": [
|
800
|
-
"celcius"
|
801
|
-
"expression"
|
835
|
+
"celcius"
|
802
836
|
],
|
803
837
|
"value": "celcius",
|
804
838
|
"word": "celcius"
|
@@ -820,7 +854,7 @@
|
|
820
854
|
"end": 35,
|
821
855
|
"start": 10
|
822
856
|
},
|
823
|
-
"text": "(
|
857
|
+
"text": "(fahrenheit - 32)*5/8 + 32",
|
824
858
|
"types": [
|
825
859
|
"number",
|
826
860
|
"plusExpression"
|
@@ -838,7 +872,7 @@
|
|
838
872
|
"end": 30,
|
839
873
|
"start": 10
|
840
874
|
},
|
841
|
-
"text": "(
|
875
|
+
"text": "(fahrenheit - 32)*5/8",
|
842
876
|
"types": [
|
843
877
|
"divideByExpression",
|
844
878
|
"number"
|
@@ -856,7 +890,7 @@
|
|
856
890
|
"end": 28,
|
857
891
|
"start": 10
|
858
892
|
},
|
859
|
-
"text": "(
|
893
|
+
"text": "(fahrenheit - 32)*5",
|
860
894
|
"types": [
|
861
895
|
"number",
|
862
896
|
"timesExpression"
|
@@ -875,7 +909,7 @@
|
|
875
909
|
"end": 26,
|
876
910
|
"start": 10
|
877
911
|
},
|
878
|
-
"text": "(
|
912
|
+
"text": "(fahrenheit - 32)",
|
879
913
|
"types": [
|
880
914
|
"minusExpression",
|
881
915
|
"number"
|
@@ -893,8 +927,7 @@
|
|
893
927
|
},
|
894
928
|
"text": "fahrenheit",
|
895
929
|
"types": [
|
896
|
-
"fahrenheit"
|
897
|
-
"number"
|
930
|
+
"fahrenheit"
|
898
931
|
],
|
899
932
|
"value": "fahrenheit",
|
900
933
|
"word": "fahrenheit"
|
@@ -903,14 +936,14 @@
|
|
903
936
|
"dead": true,
|
904
937
|
"instance": true,
|
905
938
|
"level": 1,
|
906
|
-
"marker": "
|
939
|
+
"marker": "integer",
|
907
940
|
"range": {
|
908
941
|
"end": 25,
|
909
942
|
"start": 24
|
910
943
|
},
|
911
944
|
"text": "32",
|
912
945
|
"types": [
|
913
|
-
"
|
946
|
+
"integer"
|
914
947
|
],
|
915
948
|
"value": 32,
|
916
949
|
"word": "32"
|
@@ -920,14 +953,14 @@
|
|
920
953
|
"dead": true,
|
921
954
|
"instance": true,
|
922
955
|
"level": 1,
|
923
|
-
"marker": "
|
956
|
+
"marker": "integer",
|
924
957
|
"range": {
|
925
958
|
"end": 28,
|
926
959
|
"start": 28
|
927
960
|
},
|
928
961
|
"text": "5",
|
929
962
|
"types": [
|
930
|
-
"
|
963
|
+
"integer"
|
931
964
|
],
|
932
965
|
"value": 5,
|
933
966
|
"word": "5"
|
@@ -937,14 +970,14 @@
|
|
937
970
|
"dead": true,
|
938
971
|
"instance": true,
|
939
972
|
"level": 1,
|
940
|
-
"marker": "
|
973
|
+
"marker": "integer",
|
941
974
|
"range": {
|
942
975
|
"end": 30,
|
943
976
|
"start": 30
|
944
977
|
},
|
945
978
|
"text": "8",
|
946
979
|
"types": [
|
947
|
-
"
|
980
|
+
"integer"
|
948
981
|
],
|
949
982
|
"value": 8,
|
950
983
|
"word": "8"
|
@@ -954,26 +987,26 @@
|
|
954
987
|
"dead": true,
|
955
988
|
"instance": true,
|
956
989
|
"level": 1,
|
957
|
-
"marker": "
|
990
|
+
"marker": "integer",
|
958
991
|
"range": {
|
959
992
|
"end": 35,
|
960
993
|
"start": 34
|
961
994
|
},
|
962
995
|
"text": "32",
|
963
996
|
"types": [
|
964
|
-
"
|
997
|
+
"integer"
|
965
998
|
],
|
966
999
|
"value": 32,
|
967
1000
|
"word": "32"
|
968
1001
|
}
|
969
1002
|
},
|
970
|
-
"text": "celcius = (
|
1003
|
+
"text": "celcius = (fahrenheit - 32)*5/8 + 32",
|
971
1004
|
"topLevel": true,
|
972
1005
|
"touchedBy": [
|
973
1006
|
"temperature#call2",
|
974
1007
|
"instance3#temperature#call2"
|
975
1008
|
],
|
976
|
-
"value": "
|
1009
|
+
"value": "equals",
|
977
1010
|
"word": "="
|
978
1011
|
},
|
979
1012
|
"formula": {
|
@@ -987,7 +1020,7 @@
|
|
987
1020
|
"end": 35,
|
988
1021
|
"start": 10
|
989
1022
|
},
|
990
|
-
"text": "(
|
1023
|
+
"text": "(fahrenheit - 32)*5/8 + 32",
|
991
1024
|
"types": [
|
992
1025
|
"number",
|
993
1026
|
"plusExpression"
|
@@ -1005,7 +1038,7 @@
|
|
1005
1038
|
"end": 30,
|
1006
1039
|
"start": 10
|
1007
1040
|
},
|
1008
|
-
"text": "(
|
1041
|
+
"text": "(fahrenheit - 32)*5/8",
|
1009
1042
|
"types": [
|
1010
1043
|
"divideByExpression",
|
1011
1044
|
"number"
|
@@ -1023,7 +1056,7 @@
|
|
1023
1056
|
"end": 28,
|
1024
1057
|
"start": 10
|
1025
1058
|
},
|
1026
|
-
"text": "(
|
1059
|
+
"text": "(fahrenheit - 32)*5",
|
1027
1060
|
"types": [
|
1028
1061
|
"number",
|
1029
1062
|
"timesExpression"
|
@@ -1042,7 +1075,7 @@
|
|
1042
1075
|
"end": 26,
|
1043
1076
|
"start": 10
|
1044
1077
|
},
|
1045
|
-
"text": "(
|
1078
|
+
"text": "(fahrenheit - 32)",
|
1046
1079
|
"types": [
|
1047
1080
|
"minusExpression",
|
1048
1081
|
"number"
|
@@ -1060,8 +1093,7 @@
|
|
1060
1093
|
},
|
1061
1094
|
"text": "fahrenheit",
|
1062
1095
|
"types": [
|
1063
|
-
"fahrenheit"
|
1064
|
-
"number"
|
1096
|
+
"fahrenheit"
|
1065
1097
|
],
|
1066
1098
|
"value": "fahrenheit",
|
1067
1099
|
"word": "fahrenheit"
|
@@ -1070,14 +1102,14 @@
|
|
1070
1102
|
"dead": true,
|
1071
1103
|
"instance": true,
|
1072
1104
|
"level": 1,
|
1073
|
-
"marker": "
|
1105
|
+
"marker": "integer",
|
1074
1106
|
"range": {
|
1075
1107
|
"end": 25,
|
1076
1108
|
"start": 24
|
1077
1109
|
},
|
1078
1110
|
"text": "32",
|
1079
1111
|
"types": [
|
1080
|
-
"
|
1112
|
+
"integer"
|
1081
1113
|
],
|
1082
1114
|
"value": 32,
|
1083
1115
|
"word": "32"
|
@@ -1087,14 +1119,14 @@
|
|
1087
1119
|
"dead": true,
|
1088
1120
|
"instance": true,
|
1089
1121
|
"level": 1,
|
1090
|
-
"marker": "
|
1122
|
+
"marker": "integer",
|
1091
1123
|
"range": {
|
1092
1124
|
"end": 28,
|
1093
1125
|
"start": 28
|
1094
1126
|
},
|
1095
1127
|
"text": "5",
|
1096
1128
|
"types": [
|
1097
|
-
"
|
1129
|
+
"integer"
|
1098
1130
|
],
|
1099
1131
|
"value": 5,
|
1100
1132
|
"word": "5"
|
@@ -1104,14 +1136,14 @@
|
|
1104
1136
|
"dead": true,
|
1105
1137
|
"instance": true,
|
1106
1138
|
"level": 1,
|
1107
|
-
"marker": "
|
1139
|
+
"marker": "integer",
|
1108
1140
|
"range": {
|
1109
1141
|
"end": 30,
|
1110
1142
|
"start": 30
|
1111
1143
|
},
|
1112
1144
|
"text": "8",
|
1113
1145
|
"types": [
|
1114
|
-
"
|
1146
|
+
"integer"
|
1115
1147
|
],
|
1116
1148
|
"value": 8,
|
1117
1149
|
"word": "8"
|
@@ -1121,14 +1153,14 @@
|
|
1121
1153
|
"dead": true,
|
1122
1154
|
"instance": true,
|
1123
1155
|
"level": 1,
|
1124
|
-
"marker": "
|
1156
|
+
"marker": "integer",
|
1125
1157
|
"range": {
|
1126
1158
|
"end": 35,
|
1127
1159
|
"start": 34
|
1128
1160
|
},
|
1129
1161
|
"text": "32",
|
1130
1162
|
"types": [
|
1131
|
-
"
|
1163
|
+
"integer"
|
1132
1164
|
],
|
1133
1165
|
"value": 32,
|
1134
1166
|
"word": "32"
|
@@ -1145,8 +1177,7 @@
|
|
1145
1177
|
},
|
1146
1178
|
"text": "celcius",
|
1147
1179
|
"types": [
|
1148
|
-
"celcius"
|
1149
|
-
"expression"
|
1180
|
+
"celcius"
|
1150
1181
|
],
|
1151
1182
|
"value": "celcius",
|
1152
1183
|
"word": "celcius"
|
@@ -1156,6 +1187,7 @@
|
|
1156
1187
|
"fahrenheit": [
|
1157
1188
|
{
|
1158
1189
|
"equality": {
|
1190
|
+
"context_index": 1,
|
1159
1191
|
"dead": true,
|
1160
1192
|
"left": {
|
1161
1193
|
"dead": true,
|
@@ -1168,7 +1200,6 @@
|
|
1168
1200
|
},
|
1169
1201
|
"text": "fahrenheit",
|
1170
1202
|
"types": [
|
1171
|
-
"expression",
|
1172
1203
|
"fahrenheit"
|
1173
1204
|
],
|
1174
1205
|
"value": "fahrenheit",
|
@@ -1191,7 +1222,7 @@
|
|
1191
1222
|
"end": 28,
|
1192
1223
|
"start": 13
|
1193
1224
|
},
|
1194
|
-
"text": "celcius
|
1225
|
+
"text": "celcius*9/5 + 32",
|
1195
1226
|
"types": [
|
1196
1227
|
"number",
|
1197
1228
|
"plusExpression"
|
@@ -1209,7 +1240,7 @@
|
|
1209
1240
|
"end": 23,
|
1210
1241
|
"start": 13
|
1211
1242
|
},
|
1212
|
-
"text": "celcius
|
1243
|
+
"text": "celcius*9/5",
|
1213
1244
|
"types": [
|
1214
1245
|
"divideByExpression",
|
1215
1246
|
"number"
|
@@ -1227,7 +1258,7 @@
|
|
1227
1258
|
"end": 21,
|
1228
1259
|
"start": 13
|
1229
1260
|
},
|
1230
|
-
"text": "celcius
|
1261
|
+
"text": "celcius*9",
|
1231
1262
|
"types": [
|
1232
1263
|
"number",
|
1233
1264
|
"timesExpression"
|
@@ -1245,8 +1276,7 @@
|
|
1245
1276
|
},
|
1246
1277
|
"text": "celcius",
|
1247
1278
|
"types": [
|
1248
|
-
"celcius"
|
1249
|
-
"number"
|
1279
|
+
"celcius"
|
1250
1280
|
],
|
1251
1281
|
"value": "celcius",
|
1252
1282
|
"word": "celcius"
|
@@ -1255,14 +1285,14 @@
|
|
1255
1285
|
"dead": true,
|
1256
1286
|
"instance": true,
|
1257
1287
|
"level": 1,
|
1258
|
-
"marker": "
|
1288
|
+
"marker": "integer",
|
1259
1289
|
"range": {
|
1260
1290
|
"end": 21,
|
1261
1291
|
"start": 21
|
1262
1292
|
},
|
1263
1293
|
"text": "9",
|
1264
1294
|
"types": [
|
1265
|
-
"
|
1295
|
+
"integer"
|
1266
1296
|
],
|
1267
1297
|
"value": 9,
|
1268
1298
|
"word": "9"
|
@@ -1272,14 +1302,14 @@
|
|
1272
1302
|
"dead": true,
|
1273
1303
|
"instance": true,
|
1274
1304
|
"level": 1,
|
1275
|
-
"marker": "
|
1305
|
+
"marker": "integer",
|
1276
1306
|
"range": {
|
1277
1307
|
"end": 23,
|
1278
1308
|
"start": 23
|
1279
1309
|
},
|
1280
1310
|
"text": "5",
|
1281
1311
|
"types": [
|
1282
|
-
"
|
1312
|
+
"integer"
|
1283
1313
|
],
|
1284
1314
|
"value": 5,
|
1285
1315
|
"word": "5"
|
@@ -1289,26 +1319,26 @@
|
|
1289
1319
|
"dead": true,
|
1290
1320
|
"instance": true,
|
1291
1321
|
"level": 1,
|
1292
|
-
"marker": "
|
1322
|
+
"marker": "integer",
|
1293
1323
|
"range": {
|
1294
1324
|
"end": 28,
|
1295
1325
|
"start": 27
|
1296
1326
|
},
|
1297
1327
|
"text": "32",
|
1298
1328
|
"types": [
|
1299
|
-
"
|
1329
|
+
"integer"
|
1300
1330
|
],
|
1301
1331
|
"value": 32,
|
1302
1332
|
"word": "32"
|
1303
1333
|
}
|
1304
1334
|
},
|
1305
|
-
"text": "fahrenheit = celcius
|
1335
|
+
"text": "fahrenheit = celcius*9/5 + 32",
|
1306
1336
|
"topLevel": true,
|
1307
1337
|
"touchedBy": [
|
1308
1338
|
"temperature#call2",
|
1309
1339
|
"instance2#temperature#call2"
|
1310
1340
|
],
|
1311
|
-
"value": "
|
1341
|
+
"value": "equals",
|
1312
1342
|
"word": "="
|
1313
1343
|
},
|
1314
1344
|
"formula": {
|
@@ -1322,7 +1352,7 @@
|
|
1322
1352
|
"end": 28,
|
1323
1353
|
"start": 13
|
1324
1354
|
},
|
1325
|
-
"text": "celcius
|
1355
|
+
"text": "celcius*9/5 + 32",
|
1326
1356
|
"types": [
|
1327
1357
|
"number",
|
1328
1358
|
"plusExpression"
|
@@ -1340,7 +1370,7 @@
|
|
1340
1370
|
"end": 23,
|
1341
1371
|
"start": 13
|
1342
1372
|
},
|
1343
|
-
"text": "celcius
|
1373
|
+
"text": "celcius*9/5",
|
1344
1374
|
"types": [
|
1345
1375
|
"divideByExpression",
|
1346
1376
|
"number"
|
@@ -1358,7 +1388,7 @@
|
|
1358
1388
|
"end": 21,
|
1359
1389
|
"start": 13
|
1360
1390
|
},
|
1361
|
-
"text": "celcius
|
1391
|
+
"text": "celcius*9",
|
1362
1392
|
"types": [
|
1363
1393
|
"number",
|
1364
1394
|
"timesExpression"
|
@@ -1376,8 +1406,7 @@
|
|
1376
1406
|
},
|
1377
1407
|
"text": "celcius",
|
1378
1408
|
"types": [
|
1379
|
-
"celcius"
|
1380
|
-
"number"
|
1409
|
+
"celcius"
|
1381
1410
|
],
|
1382
1411
|
"value": "celcius",
|
1383
1412
|
"word": "celcius"
|
@@ -1386,14 +1415,14 @@
|
|
1386
1415
|
"dead": true,
|
1387
1416
|
"instance": true,
|
1388
1417
|
"level": 1,
|
1389
|
-
"marker": "
|
1418
|
+
"marker": "integer",
|
1390
1419
|
"range": {
|
1391
1420
|
"end": 21,
|
1392
1421
|
"start": 21
|
1393
1422
|
},
|
1394
1423
|
"text": "9",
|
1395
1424
|
"types": [
|
1396
|
-
"
|
1425
|
+
"integer"
|
1397
1426
|
],
|
1398
1427
|
"value": 9,
|
1399
1428
|
"word": "9"
|
@@ -1403,14 +1432,14 @@
|
|
1403
1432
|
"dead": true,
|
1404
1433
|
"instance": true,
|
1405
1434
|
"level": 1,
|
1406
|
-
"marker": "
|
1435
|
+
"marker": "integer",
|
1407
1436
|
"range": {
|
1408
1437
|
"end": 23,
|
1409
1438
|
"start": 23
|
1410
1439
|
},
|
1411
1440
|
"text": "5",
|
1412
1441
|
"types": [
|
1413
|
-
"
|
1442
|
+
"integer"
|
1414
1443
|
],
|
1415
1444
|
"value": 5,
|
1416
1445
|
"word": "5"
|
@@ -1420,14 +1449,14 @@
|
|
1420
1449
|
"dead": true,
|
1421
1450
|
"instance": true,
|
1422
1451
|
"level": 1,
|
1423
|
-
"marker": "
|
1452
|
+
"marker": "integer",
|
1424
1453
|
"range": {
|
1425
1454
|
"end": 28,
|
1426
1455
|
"start": 27
|
1427
1456
|
},
|
1428
1457
|
"text": "32",
|
1429
1458
|
"types": [
|
1430
|
-
"
|
1459
|
+
"integer"
|
1431
1460
|
],
|
1432
1461
|
"value": 32,
|
1433
1462
|
"word": "32"
|
@@ -1444,7 +1473,6 @@
|
|
1444
1473
|
},
|
1445
1474
|
"text": "fahrenheit",
|
1446
1475
|
"types": [
|
1447
|
-
"expression",
|
1448
1476
|
"fahrenheit"
|
1449
1477
|
],
|
1450
1478
|
"value": "fahrenheit",
|
@@ -1454,27 +1482,30 @@
|
|
1454
1482
|
]
|
1455
1483
|
}
|
1456
1484
|
},
|
1457
|
-
"formulasTemplate2": {
|
1458
|
-
},
|
1459
1485
|
"gdefaults2": {
|
1460
1486
|
},
|
1461
1487
|
"hierarchy2": {
|
1462
1488
|
},
|
1463
1489
|
"math2": {
|
1464
1490
|
},
|
1465
|
-
"mathTemplate2": {
|
1466
|
-
},
|
1467
1491
|
"meta2": {
|
1468
1492
|
},
|
1493
|
+
"negation2": {
|
1494
|
+
},
|
1469
1495
|
"numbers2": {
|
1470
1496
|
},
|
1471
1497
|
"pos2": {
|
1472
1498
|
},
|
1473
1499
|
"properties2": {
|
1474
1500
|
"children": {
|
1475
|
-
"
|
1501
|
+
"adjective": [
|
1502
|
+
"stm_before"
|
1503
|
+
],
|
1504
|
+
"article": [
|
1476
1505
|
"a",
|
1477
|
-
"the"
|
1506
|
+
"the",
|
1507
|
+
"each",
|
1508
|
+
"every"
|
1478
1509
|
],
|
1479
1510
|
"canBeDoQuestion": [
|
1480
1511
|
"have"
|
@@ -1497,20 +1528,15 @@
|
|
1497
1528
|
"ifAble": [
|
1498
1529
|
"orAble"
|
1499
1530
|
],
|
1500
|
-
"mathematical_operator": [
|
1501
|
-
"*",
|
1502
|
-
"+",
|
1503
|
-
"/",
|
1504
|
-
"-"
|
1505
|
-
],
|
1506
|
-
"notAble": [
|
1507
|
-
"unknown"
|
1508
|
-
],
|
1509
1531
|
"object": [
|
1510
|
-
"unknown",
|
1511
1532
|
"what",
|
1512
1533
|
"whose"
|
1513
1534
|
],
|
1535
|
+
"preposition": [
|
1536
|
+
"between",
|
1537
|
+
"propertyOf",
|
1538
|
+
"to"
|
1539
|
+
],
|
1514
1540
|
"pronoun": [
|
1515
1541
|
"it",
|
1516
1542
|
"this"
|
@@ -1519,27 +1545,36 @@
|
|
1519
1545
|
"questionMark"
|
1520
1546
|
],
|
1521
1547
|
"queryable": [
|
1548
|
+
"xfx",
|
1522
1549
|
"hierarchyAble",
|
1523
1550
|
"readonly",
|
1524
1551
|
"property",
|
1525
1552
|
"object",
|
1526
|
-
"xfx",
|
1527
1553
|
"concept",
|
1554
|
+
"doubleQuote",
|
1555
|
+
"theAble",
|
1528
1556
|
"unknown",
|
1529
1557
|
"it",
|
1530
1558
|
"what",
|
1531
1559
|
"whatAble",
|
1560
|
+
"negatable",
|
1532
1561
|
"this",
|
1533
|
-
"
|
1534
|
-
"
|
1562
|
+
"reason",
|
1563
|
+
"distributable",
|
1564
|
+
"thisitthat"
|
1565
|
+
],
|
1566
|
+
"sort_ordering": [
|
1567
|
+
"ascending",
|
1568
|
+
"descending"
|
1535
1569
|
],
|
1536
1570
|
"theAble": [
|
1537
1571
|
"property",
|
1538
1572
|
"object",
|
1539
1573
|
"concept",
|
1540
1574
|
"unknown",
|
1541
|
-
"
|
1542
|
-
"
|
1575
|
+
"reason",
|
1576
|
+
"memorable",
|
1577
|
+
"noun"
|
1543
1578
|
],
|
1544
1579
|
"thisitthat": [
|
1545
1580
|
"it",
|
@@ -1554,55 +1589,65 @@
|
|
1554
1589
|
"fahrenheit",
|
1555
1590
|
"kelvin"
|
1556
1591
|
],
|
1557
|
-
"
|
1558
|
-
"property"
|
1559
|
-
],
|
1560
|
-
"verby": [
|
1592
|
+
"verb": [
|
1561
1593
|
"modifies",
|
1562
|
-
"is"
|
1594
|
+
"is",
|
1595
|
+
"remember",
|
1596
|
+
"evaluate"
|
1563
1597
|
]
|
1564
1598
|
},
|
1565
1599
|
"concepts": [
|
1566
1600
|
"properties",
|
1567
1601
|
"unknown",
|
1568
1602
|
"hierarchyAble",
|
1569
|
-
"object",
|
1570
1603
|
"what",
|
1604
|
+
"object",
|
1605
|
+
"xfx",
|
1571
1606
|
"queryable",
|
1607
|
+
"between",
|
1608
|
+
"preposition",
|
1572
1609
|
"readonly",
|
1573
|
-
"property",
|
1574
|
-
"xfx",
|
1575
|
-
"theAble",
|
1576
|
-
"whose",
|
1577
1610
|
"have",
|
1578
1611
|
"canBeDoQuestion",
|
1579
1612
|
"canBeQuestion",
|
1613
|
+
"property",
|
1614
|
+
"theAble",
|
1615
|
+
"propertyOf",
|
1616
|
+
"whose",
|
1580
1617
|
"concept",
|
1581
1618
|
"modifies",
|
1582
|
-
"
|
1619
|
+
"verb",
|
1620
|
+
"doubleQuote",
|
1583
1621
|
"it",
|
1584
1622
|
"pronoun",
|
1585
1623
|
"this",
|
1586
1624
|
"questionMark",
|
1587
1625
|
"punctuation",
|
1588
1626
|
"a",
|
1589
|
-
"
|
1627
|
+
"article",
|
1590
1628
|
"the",
|
1591
|
-
"notAble",
|
1592
1629
|
"whatAble",
|
1630
|
+
"negatable",
|
1593
1631
|
"is",
|
1594
1632
|
"toAble",
|
1595
|
-
"
|
1596
|
-
"thisitthat",
|
1633
|
+
"to",
|
1597
1634
|
"reason",
|
1598
|
-
"
|
1635
|
+
"memorable",
|
1636
|
+
"remember",
|
1637
|
+
"stm_before",
|
1638
|
+
"adjective",
|
1599
1639
|
"orAble",
|
1600
1640
|
"ifAble",
|
1601
|
-
"
|
1602
|
-
"
|
1603
|
-
"
|
1604
|
-
"
|
1605
|
-
"
|
1641
|
+
"evaluate",
|
1642
|
+
"each",
|
1643
|
+
"every",
|
1644
|
+
"distributable",
|
1645
|
+
"noun",
|
1646
|
+
"thisitthat",
|
1647
|
+
"that",
|
1648
|
+
"ascending",
|
1649
|
+
"sort_ordering",
|
1650
|
+
"descending",
|
1606
1651
|
"formula",
|
1607
1652
|
"dimension",
|
1608
1653
|
"unit",
|
@@ -1612,20 +1657,14 @@
|
|
1612
1657
|
"kelvin"
|
1613
1658
|
],
|
1614
1659
|
"parents": {
|
1615
|
-
"
|
1616
|
-
"
|
1617
|
-
],
|
1618
|
-
"+": [
|
1619
|
-
"mathematical_operator"
|
1620
|
-
],
|
1621
|
-
"-": [
|
1622
|
-
"mathematical_operator"
|
1660
|
+
"a": [
|
1661
|
+
"article"
|
1623
1662
|
],
|
1624
|
-
"
|
1625
|
-
"
|
1663
|
+
"ascending": [
|
1664
|
+
"sort_ordering"
|
1626
1665
|
],
|
1627
|
-
"
|
1628
|
-
"
|
1666
|
+
"between": [
|
1667
|
+
"preposition"
|
1629
1668
|
],
|
1630
1669
|
"celcius": [
|
1631
1670
|
"unit"
|
@@ -1634,9 +1673,27 @@
|
|
1634
1673
|
"theAble",
|
1635
1674
|
"queryable"
|
1636
1675
|
],
|
1676
|
+
"descending": [
|
1677
|
+
"sort_ordering"
|
1678
|
+
],
|
1637
1679
|
"dimension": [
|
1638
1680
|
"concept"
|
1639
1681
|
],
|
1682
|
+
"distributable": [
|
1683
|
+
"queryable"
|
1684
|
+
],
|
1685
|
+
"doubleQuote": [
|
1686
|
+
"queryable"
|
1687
|
+
],
|
1688
|
+
"each": [
|
1689
|
+
"article"
|
1690
|
+
],
|
1691
|
+
"evaluate": [
|
1692
|
+
"verb"
|
1693
|
+
],
|
1694
|
+
"every": [
|
1695
|
+
"article"
|
1696
|
+
],
|
1640
1697
|
"fahrenheit": [
|
1641
1698
|
"unit"
|
1642
1699
|
],
|
@@ -1652,7 +1709,7 @@
|
|
1652
1709
|
],
|
1653
1710
|
"is": [
|
1654
1711
|
"canBeQuestion",
|
1655
|
-
"
|
1712
|
+
"verb"
|
1656
1713
|
],
|
1657
1714
|
"it": [
|
1658
1715
|
"pronoun",
|
@@ -1663,8 +1720,14 @@
|
|
1663
1720
|
"kelvin": [
|
1664
1721
|
"unit"
|
1665
1722
|
],
|
1723
|
+
"memorable": [
|
1724
|
+
"theAble"
|
1725
|
+
],
|
1666
1726
|
"modifies": [
|
1667
|
-
"
|
1727
|
+
"verb"
|
1728
|
+
],
|
1729
|
+
"negatable": [
|
1730
|
+
"queryable"
|
1668
1731
|
],
|
1669
1732
|
"noun": [
|
1670
1733
|
"theAble"
|
@@ -1678,8 +1741,10 @@
|
|
1678
1741
|
],
|
1679
1742
|
"property": [
|
1680
1743
|
"queryable",
|
1681
|
-
"theAble"
|
1682
|
-
|
1744
|
+
"theAble"
|
1745
|
+
],
|
1746
|
+
"propertyOf": [
|
1747
|
+
"preposition"
|
1683
1748
|
],
|
1684
1749
|
"questionMark": [
|
1685
1750
|
"punctuation"
|
@@ -1691,6 +1756,12 @@
|
|
1691
1756
|
"theAble",
|
1692
1757
|
"queryable"
|
1693
1758
|
],
|
1759
|
+
"remember": [
|
1760
|
+
"verb"
|
1761
|
+
],
|
1762
|
+
"stm_before": [
|
1763
|
+
"adjective"
|
1764
|
+
],
|
1694
1765
|
"temperature": [
|
1695
1766
|
"dimension"
|
1696
1767
|
],
|
@@ -1698,7 +1769,10 @@
|
|
1698
1769
|
"thisitthat"
|
1699
1770
|
],
|
1700
1771
|
"the": [
|
1701
|
-
"
|
1772
|
+
"article"
|
1773
|
+
],
|
1774
|
+
"theAble": [
|
1775
|
+
"queryable"
|
1702
1776
|
],
|
1703
1777
|
"this": [
|
1704
1778
|
"pronoun",
|
@@ -1708,13 +1782,14 @@
|
|
1708
1782
|
"thisitthat": [
|
1709
1783
|
"queryable"
|
1710
1784
|
],
|
1785
|
+
"to": [
|
1786
|
+
"preposition"
|
1787
|
+
],
|
1711
1788
|
"unit": [
|
1712
1789
|
"concept"
|
1713
1790
|
],
|
1714
1791
|
"unknown": [
|
1715
1792
|
"hierarchyAble",
|
1716
|
-
"object",
|
1717
|
-
"notAble",
|
1718
1793
|
"theAble",
|
1719
1794
|
"queryable"
|
1720
1795
|
],
|
@@ -1738,17 +1813,15 @@
|
|
1738
1813
|
"initHandlers": [
|
1739
1814
|
],
|
1740
1815
|
"root": {
|
1741
|
-
"
|
1742
|
-
},
|
1743
|
-
"+": {
|
1816
|
+
"a": {
|
1744
1817
|
},
|
1745
|
-
"
|
1818
|
+
"adjective": {
|
1746
1819
|
},
|
1747
|
-
"
|
1820
|
+
"article": {
|
1748
1821
|
},
|
1749
|
-
"
|
1822
|
+
"ascending": {
|
1750
1823
|
},
|
1751
|
-
"
|
1824
|
+
"between": {
|
1752
1825
|
},
|
1753
1826
|
"canBeDoQuestion": {
|
1754
1827
|
},
|
@@ -1758,8 +1831,20 @@
|
|
1758
1831
|
},
|
1759
1832
|
"concept": {
|
1760
1833
|
},
|
1834
|
+
"descending": {
|
1835
|
+
},
|
1761
1836
|
"dimension": {
|
1762
1837
|
},
|
1838
|
+
"distributable": {
|
1839
|
+
},
|
1840
|
+
"doubleQuote": {
|
1841
|
+
},
|
1842
|
+
"each": {
|
1843
|
+
},
|
1844
|
+
"evaluate": {
|
1845
|
+
},
|
1846
|
+
"every": {
|
1847
|
+
},
|
1763
1848
|
"fahrenheit": {
|
1764
1849
|
},
|
1765
1850
|
"formula": {
|
@@ -1776,11 +1861,11 @@
|
|
1776
1861
|
},
|
1777
1862
|
"kelvin": {
|
1778
1863
|
},
|
1779
|
-
"
|
1864
|
+
"memorable": {
|
1780
1865
|
},
|
1781
1866
|
"modifies": {
|
1782
1867
|
},
|
1783
|
-
"
|
1868
|
+
"negatable": {
|
1784
1869
|
},
|
1785
1870
|
"noun": {
|
1786
1871
|
},
|
@@ -1788,10 +1873,14 @@
|
|
1788
1873
|
},
|
1789
1874
|
"orAble": {
|
1790
1875
|
},
|
1876
|
+
"preposition": {
|
1877
|
+
},
|
1791
1878
|
"pronoun": {
|
1792
1879
|
},
|
1793
1880
|
"property": {
|
1794
1881
|
},
|
1882
|
+
"propertyOf": {
|
1883
|
+
},
|
1795
1884
|
"punctuation": {
|
1796
1885
|
},
|
1797
1886
|
"queryable": {
|
@@ -1802,6 +1891,12 @@
|
|
1802
1891
|
},
|
1803
1892
|
"reason": {
|
1804
1893
|
},
|
1894
|
+
"remember": {
|
1895
|
+
},
|
1896
|
+
"sort_ordering": {
|
1897
|
+
},
|
1898
|
+
"stm_before": {
|
1899
|
+
},
|
1805
1900
|
"temperature": {
|
1806
1901
|
},
|
1807
1902
|
"that": {
|
@@ -1814,13 +1909,15 @@
|
|
1814
1909
|
},
|
1815
1910
|
"thisitthat": {
|
1816
1911
|
},
|
1912
|
+
"to": {
|
1913
|
+
},
|
1817
1914
|
"toAble": {
|
1818
1915
|
},
|
1819
1916
|
"unit": {
|
1820
1917
|
},
|
1821
1918
|
"unknown": {
|
1822
1919
|
},
|
1823
|
-
"
|
1920
|
+
"verb": {
|
1824
1921
|
},
|
1825
1922
|
"what": {
|
1826
1923
|
},
|
@@ -1846,18 +1943,25 @@
|
|
1846
1943
|
"stm2": {
|
1847
1944
|
"mentioned": [
|
1848
1945
|
{
|
1946
|
+
"fromSTM": true,
|
1849
1947
|
"marker": "celcius",
|
1850
1948
|
"pullFromContext": false,
|
1949
|
+
"stm": {
|
1950
|
+
"id": 1
|
1951
|
+
},
|
1851
1952
|
"value": {
|
1852
1953
|
"dead": true,
|
1853
1954
|
"instance": true,
|
1854
1955
|
"level": 1,
|
1855
|
-
"marker": "
|
1956
|
+
"marker": "integer",
|
1856
1957
|
"range": {
|
1857
1958
|
"end": 9,
|
1858
1959
|
"start": 8
|
1859
1960
|
},
|
1860
1961
|
"text": "10",
|
1962
|
+
"types": [
|
1963
|
+
"integer"
|
1964
|
+
],
|
1861
1965
|
"value": 10,
|
1862
1966
|
"word": "10"
|
1863
1967
|
}
|
@@ -1869,11 +1973,14 @@
|
|
1869
1973
|
"temperature1": {
|
1870
1974
|
},
|
1871
1975
|
"testing2": {
|
1976
|
+
},
|
1977
|
+
"tokenize2": {
|
1872
1978
|
}
|
1873
1979
|
},
|
1874
1980
|
"processed": [
|
1875
1981
|
{
|
1876
1982
|
"context": {
|
1983
|
+
"context_index": 1,
|
1877
1984
|
"dead": true,
|
1878
1985
|
"evalue": {
|
1879
1986
|
"default": true,
|
@@ -1890,12 +1997,15 @@
|
|
1890
1997
|
"dead": true,
|
1891
1998
|
"instance": true,
|
1892
1999
|
"level": 1,
|
1893
|
-
"marker": "
|
2000
|
+
"marker": "integer",
|
1894
2001
|
"range": {
|
1895
2002
|
"end": 9,
|
1896
2003
|
"start": 8
|
1897
2004
|
},
|
1898
2005
|
"text": "10",
|
2006
|
+
"types": [
|
2007
|
+
"integer"
|
2008
|
+
],
|
1899
2009
|
"value": 10,
|
1900
2010
|
"word": "10"
|
1901
2011
|
},
|
@@ -1907,6 +2017,9 @@
|
|
1907
2017
|
"start": 8
|
1908
2018
|
},
|
1909
2019
|
"text": "10 celcius",
|
2020
|
+
"types": [
|
2021
|
+
"dimension"
|
2022
|
+
],
|
1910
2023
|
"unit": {
|
1911
2024
|
"dead": true,
|
1912
2025
|
"level": 1,
|
@@ -1942,6 +2055,9 @@
|
|
1942
2055
|
"start": 22
|
1943
2056
|
},
|
1944
2057
|
"text": "fahrenheit",
|
2058
|
+
"types": [
|
2059
|
+
"fahrenheit"
|
2060
|
+
],
|
1945
2061
|
"value": "fahrenheit",
|
1946
2062
|
"word": "fahrenheit"
|
1947
2063
|
},
|
@@ -1967,7 +2083,7 @@
|
|
1967
2083
|
"end": 28,
|
1968
2084
|
"start": 13
|
1969
2085
|
},
|
1970
|
-
"text": "celcius
|
2086
|
+
"text": "celcius*9/5 + 32",
|
1971
2087
|
"touchedBy": [
|
1972
2088
|
"temperature#call4",
|
1973
2089
|
"temperature#call3"
|
@@ -1989,7 +2105,7 @@
|
|
1989
2105
|
"end": 23,
|
1990
2106
|
"start": 13
|
1991
2107
|
},
|
1992
|
-
"text": "celcius
|
2108
|
+
"text": "celcius*9/5",
|
1993
2109
|
"types": [
|
1994
2110
|
"divideByExpression",
|
1995
2111
|
"number"
|
@@ -2007,7 +2123,7 @@
|
|
2007
2123
|
"end": 21,
|
2008
2124
|
"start": 13
|
2009
2125
|
},
|
2010
|
-
"text": "celcius
|
2126
|
+
"text": "celcius*9",
|
2011
2127
|
"types": [
|
2012
2128
|
"number",
|
2013
2129
|
"timesExpression"
|
@@ -2025,8 +2141,7 @@
|
|
2025
2141
|
},
|
2026
2142
|
"text": "celcius",
|
2027
2143
|
"types": [
|
2028
|
-
"celcius"
|
2029
|
-
"number"
|
2144
|
+
"celcius"
|
2030
2145
|
],
|
2031
2146
|
"value": "celcius",
|
2032
2147
|
"word": "celcius"
|
@@ -2035,14 +2150,14 @@
|
|
2035
2150
|
"dead": true,
|
2036
2151
|
"instance": true,
|
2037
2152
|
"level": 1,
|
2038
|
-
"marker": "
|
2153
|
+
"marker": "integer",
|
2039
2154
|
"range": {
|
2040
2155
|
"end": 21,
|
2041
2156
|
"start": 21
|
2042
2157
|
},
|
2043
2158
|
"text": "9",
|
2044
2159
|
"types": [
|
2045
|
-
"
|
2160
|
+
"integer"
|
2046
2161
|
],
|
2047
2162
|
"value": 9,
|
2048
2163
|
"word": "9"
|
@@ -2052,14 +2167,14 @@
|
|
2052
2167
|
"dead": true,
|
2053
2168
|
"instance": true,
|
2054
2169
|
"level": 1,
|
2055
|
-
"marker": "
|
2170
|
+
"marker": "integer",
|
2056
2171
|
"range": {
|
2057
2172
|
"end": 23,
|
2058
2173
|
"start": 23
|
2059
2174
|
},
|
2060
2175
|
"text": "5",
|
2061
2176
|
"types": [
|
2062
|
-
"
|
2177
|
+
"integer"
|
2063
2178
|
],
|
2064
2179
|
"value": 5,
|
2065
2180
|
"word": "5"
|
@@ -2069,14 +2184,14 @@
|
|
2069
2184
|
"dead": true,
|
2070
2185
|
"instance": true,
|
2071
2186
|
"level": 1,
|
2072
|
-
"marker": "
|
2187
|
+
"marker": "integer",
|
2073
2188
|
"range": {
|
2074
2189
|
"end": 28,
|
2075
2190
|
"start": 27
|
2076
2191
|
},
|
2077
2192
|
"text": "32",
|
2078
2193
|
"types": [
|
2079
|
-
"
|
2194
|
+
"integer"
|
2080
2195
|
],
|
2081
2196
|
"value": 32,
|
2082
2197
|
"word": "32"
|
@@ -2096,6 +2211,9 @@
|
|
2096
2211
|
"start": 22
|
2097
2212
|
},
|
2098
2213
|
"text": "fahrenheit",
|
2214
|
+
"types": [
|
2215
|
+
"fahrenheit"
|
2216
|
+
],
|
2099
2217
|
"value": "fahrenheit",
|
2100
2218
|
"word": "fahrenheit"
|
2101
2219
|
}
|
@@ -2106,12 +2224,15 @@
|
|
2106
2224
|
"dead": true,
|
2107
2225
|
"instance": true,
|
2108
2226
|
"level": 1,
|
2109
|
-
"marker": "
|
2227
|
+
"marker": "integer",
|
2110
2228
|
"range": {
|
2111
2229
|
"end": 9,
|
2112
2230
|
"start": 8
|
2113
2231
|
},
|
2114
2232
|
"text": "10",
|
2233
|
+
"types": [
|
2234
|
+
"integer"
|
2235
|
+
],
|
2115
2236
|
"value": 10,
|
2116
2237
|
"word": "10"
|
2117
2238
|
},
|
@@ -2123,6 +2244,9 @@
|
|
2123
2244
|
"start": 8
|
2124
2245
|
},
|
2125
2246
|
"text": "10 celcius",
|
2247
|
+
"types": [
|
2248
|
+
"dimension"
|
2249
|
+
],
|
2126
2250
|
"unit": {
|
2127
2251
|
"dead": true,
|
2128
2252
|
"level": 1,
|
@@ -2159,6 +2283,9 @@
|
|
2159
2283
|
"start": 22
|
2160
2284
|
},
|
2161
2285
|
"text": "fahrenheit",
|
2286
|
+
"types": [
|
2287
|
+
"fahrenheit"
|
2288
|
+
],
|
2162
2289
|
"value": "fahrenheit",
|
2163
2290
|
"word": "fahrenheit"
|
2164
2291
|
},
|
@@ -2218,12 +2345,15 @@
|
|
2218
2345
|
"dead": true,
|
2219
2346
|
"instance": true,
|
2220
2347
|
"level": 1,
|
2221
|
-
"marker": "
|
2348
|
+
"marker": "integer",
|
2222
2349
|
"range": {
|
2223
2350
|
"end": 9,
|
2224
2351
|
"start": 8
|
2225
2352
|
},
|
2226
2353
|
"text": "10",
|
2354
|
+
"types": [
|
2355
|
+
"integer"
|
2356
|
+
],
|
2227
2357
|
"value": 10,
|
2228
2358
|
"word": "10"
|
2229
2359
|
},
|
@@ -2235,6 +2365,9 @@
|
|
2235
2365
|
"start": 8
|
2236
2366
|
},
|
2237
2367
|
"text": "10 celcius",
|
2368
|
+
"types": [
|
2369
|
+
"dimension"
|
2370
|
+
],
|
2238
2371
|
"unit": {
|
2239
2372
|
"dead": true,
|
2240
2373
|
"level": 1,
|
@@ -2270,6 +2403,9 @@
|
|
2270
2403
|
"start": 22
|
2271
2404
|
},
|
2272
2405
|
"text": "fahrenheit",
|
2406
|
+
"types": [
|
2407
|
+
"fahrenheit"
|
2408
|
+
],
|
2273
2409
|
"value": "fahrenheit",
|
2274
2410
|
"word": "fahrenheit"
|
2275
2411
|
},
|
@@ -2289,6 +2425,7 @@
|
|
2289
2425
|
},
|
2290
2426
|
{
|
2291
2427
|
"context": {
|
2428
|
+
"context_index": 1,
|
2292
2429
|
"dead": true,
|
2293
2430
|
"left": {
|
2294
2431
|
"dead": true,
|
@@ -2301,8 +2438,7 @@
|
|
2301
2438
|
},
|
2302
2439
|
"text": "celcius",
|
2303
2440
|
"types": [
|
2304
|
-
"celcius"
|
2305
|
-
"expression"
|
2441
|
+
"celcius"
|
2306
2442
|
],
|
2307
2443
|
"value": "celcius",
|
2308
2444
|
"word": "celcius"
|
@@ -2324,7 +2460,7 @@
|
|
2324
2460
|
"end": 35,
|
2325
2461
|
"start": 10
|
2326
2462
|
},
|
2327
|
-
"text": "(
|
2463
|
+
"text": "(fahrenheit - 32)*5/8 + 32",
|
2328
2464
|
"types": [
|
2329
2465
|
"number",
|
2330
2466
|
"plusExpression"
|
@@ -2342,7 +2478,7 @@
|
|
2342
2478
|
"end": 30,
|
2343
2479
|
"start": 10
|
2344
2480
|
},
|
2345
|
-
"text": "(
|
2481
|
+
"text": "(fahrenheit - 32)*5/8",
|
2346
2482
|
"types": [
|
2347
2483
|
"divideByExpression",
|
2348
2484
|
"number"
|
@@ -2360,7 +2496,7 @@
|
|
2360
2496
|
"end": 28,
|
2361
2497
|
"start": 10
|
2362
2498
|
},
|
2363
|
-
"text": "(
|
2499
|
+
"text": "(fahrenheit - 32)*5",
|
2364
2500
|
"types": [
|
2365
2501
|
"number",
|
2366
2502
|
"timesExpression"
|
@@ -2379,7 +2515,7 @@
|
|
2379
2515
|
"end": 26,
|
2380
2516
|
"start": 10
|
2381
2517
|
},
|
2382
|
-
"text": "(
|
2518
|
+
"text": "(fahrenheit - 32)",
|
2383
2519
|
"types": [
|
2384
2520
|
"minusExpression",
|
2385
2521
|
"number"
|
@@ -2397,8 +2533,7 @@
|
|
2397
2533
|
},
|
2398
2534
|
"text": "fahrenheit",
|
2399
2535
|
"types": [
|
2400
|
-
"fahrenheit"
|
2401
|
-
"number"
|
2536
|
+
"fahrenheit"
|
2402
2537
|
],
|
2403
2538
|
"value": "fahrenheit",
|
2404
2539
|
"word": "fahrenheit"
|
@@ -2407,14 +2542,14 @@
|
|
2407
2542
|
"dead": true,
|
2408
2543
|
"instance": true,
|
2409
2544
|
"level": 1,
|
2410
|
-
"marker": "
|
2545
|
+
"marker": "integer",
|
2411
2546
|
"range": {
|
2412
2547
|
"end": 25,
|
2413
2548
|
"start": 24
|
2414
2549
|
},
|
2415
2550
|
"text": "32",
|
2416
2551
|
"types": [
|
2417
|
-
"
|
2552
|
+
"integer"
|
2418
2553
|
],
|
2419
2554
|
"value": 32,
|
2420
2555
|
"word": "32"
|
@@ -2424,14 +2559,14 @@
|
|
2424
2559
|
"dead": true,
|
2425
2560
|
"instance": true,
|
2426
2561
|
"level": 1,
|
2427
|
-
"marker": "
|
2562
|
+
"marker": "integer",
|
2428
2563
|
"range": {
|
2429
2564
|
"end": 28,
|
2430
2565
|
"start": 28
|
2431
2566
|
},
|
2432
2567
|
"text": "5",
|
2433
2568
|
"types": [
|
2434
|
-
"
|
2569
|
+
"integer"
|
2435
2570
|
],
|
2436
2571
|
"value": 5,
|
2437
2572
|
"word": "5"
|
@@ -2441,14 +2576,14 @@
|
|
2441
2576
|
"dead": true,
|
2442
2577
|
"instance": true,
|
2443
2578
|
"level": 1,
|
2444
|
-
"marker": "
|
2579
|
+
"marker": "integer",
|
2445
2580
|
"range": {
|
2446
2581
|
"end": 30,
|
2447
2582
|
"start": 30
|
2448
2583
|
},
|
2449
2584
|
"text": "8",
|
2450
2585
|
"types": [
|
2451
|
-
"
|
2586
|
+
"integer"
|
2452
2587
|
],
|
2453
2588
|
"value": 8,
|
2454
2589
|
"word": "8"
|
@@ -2458,26 +2593,26 @@
|
|
2458
2593
|
"dead": true,
|
2459
2594
|
"instance": true,
|
2460
2595
|
"level": 1,
|
2461
|
-
"marker": "
|
2596
|
+
"marker": "integer",
|
2462
2597
|
"range": {
|
2463
2598
|
"end": 35,
|
2464
2599
|
"start": 34
|
2465
2600
|
},
|
2466
2601
|
"text": "32",
|
2467
2602
|
"types": [
|
2468
|
-
"
|
2603
|
+
"integer"
|
2469
2604
|
],
|
2470
2605
|
"value": 32,
|
2471
2606
|
"word": "32"
|
2472
2607
|
}
|
2473
2608
|
},
|
2474
|
-
"text": "celcius = (
|
2609
|
+
"text": "celcius = (fahrenheit - 32)*5/8 + 32",
|
2475
2610
|
"topLevel": true,
|
2476
2611
|
"touchedBy": [
|
2477
2612
|
"temperature#call2",
|
2478
2613
|
"instance3#temperature#call2"
|
2479
2614
|
],
|
2480
|
-
"value": "
|
2615
|
+
"value": "equals",
|
2481
2616
|
"word": "="
|
2482
2617
|
},
|
2483
2618
|
"generatedParenthesized": [
|
@@ -2491,6 +2626,7 @@
|
|
2491
2626
|
},
|
2492
2627
|
{
|
2493
2628
|
"context": {
|
2629
|
+
"context_index": 1,
|
2494
2630
|
"dead": true,
|
2495
2631
|
"left": {
|
2496
2632
|
"dead": true,
|
@@ -2503,7 +2639,6 @@
|
|
2503
2639
|
},
|
2504
2640
|
"text": "fahrenheit",
|
2505
2641
|
"types": [
|
2506
|
-
"expression",
|
2507
2642
|
"fahrenheit"
|
2508
2643
|
],
|
2509
2644
|
"value": "fahrenheit",
|
@@ -2526,7 +2661,7 @@
|
|
2526
2661
|
"end": 28,
|
2527
2662
|
"start": 13
|
2528
2663
|
},
|
2529
|
-
"text": "celcius
|
2664
|
+
"text": "celcius*9/5 + 32",
|
2530
2665
|
"types": [
|
2531
2666
|
"number",
|
2532
2667
|
"plusExpression"
|
@@ -2544,7 +2679,7 @@
|
|
2544
2679
|
"end": 23,
|
2545
2680
|
"start": 13
|
2546
2681
|
},
|
2547
|
-
"text": "celcius
|
2682
|
+
"text": "celcius*9/5",
|
2548
2683
|
"types": [
|
2549
2684
|
"divideByExpression",
|
2550
2685
|
"number"
|
@@ -2562,7 +2697,7 @@
|
|
2562
2697
|
"end": 21,
|
2563
2698
|
"start": 13
|
2564
2699
|
},
|
2565
|
-
"text": "celcius
|
2700
|
+
"text": "celcius*9",
|
2566
2701
|
"types": [
|
2567
2702
|
"number",
|
2568
2703
|
"timesExpression"
|
@@ -2580,8 +2715,7 @@
|
|
2580
2715
|
},
|
2581
2716
|
"text": "celcius",
|
2582
2717
|
"types": [
|
2583
|
-
"celcius"
|
2584
|
-
"number"
|
2718
|
+
"celcius"
|
2585
2719
|
],
|
2586
2720
|
"value": "celcius",
|
2587
2721
|
"word": "celcius"
|
@@ -2590,14 +2724,14 @@
|
|
2590
2724
|
"dead": true,
|
2591
2725
|
"instance": true,
|
2592
2726
|
"level": 1,
|
2593
|
-
"marker": "
|
2727
|
+
"marker": "integer",
|
2594
2728
|
"range": {
|
2595
2729
|
"end": 21,
|
2596
2730
|
"start": 21
|
2597
2731
|
},
|
2598
2732
|
"text": "9",
|
2599
2733
|
"types": [
|
2600
|
-
"
|
2734
|
+
"integer"
|
2601
2735
|
],
|
2602
2736
|
"value": 9,
|
2603
2737
|
"word": "9"
|
@@ -2607,14 +2741,14 @@
|
|
2607
2741
|
"dead": true,
|
2608
2742
|
"instance": true,
|
2609
2743
|
"level": 1,
|
2610
|
-
"marker": "
|
2744
|
+
"marker": "integer",
|
2611
2745
|
"range": {
|
2612
2746
|
"end": 23,
|
2613
2747
|
"start": 23
|
2614
2748
|
},
|
2615
2749
|
"text": "5",
|
2616
2750
|
"types": [
|
2617
|
-
"
|
2751
|
+
"integer"
|
2618
2752
|
],
|
2619
2753
|
"value": 5,
|
2620
2754
|
"word": "5"
|
@@ -2624,26 +2758,26 @@
|
|
2624
2758
|
"dead": true,
|
2625
2759
|
"instance": true,
|
2626
2760
|
"level": 1,
|
2627
|
-
"marker": "
|
2761
|
+
"marker": "integer",
|
2628
2762
|
"range": {
|
2629
2763
|
"end": 28,
|
2630
2764
|
"start": 27
|
2631
2765
|
},
|
2632
2766
|
"text": "32",
|
2633
2767
|
"types": [
|
2634
|
-
"
|
2768
|
+
"integer"
|
2635
2769
|
],
|
2636
2770
|
"value": 32,
|
2637
2771
|
"word": "32"
|
2638
2772
|
}
|
2639
2773
|
},
|
2640
|
-
"text": "fahrenheit = celcius
|
2774
|
+
"text": "fahrenheit = celcius*9/5 + 32",
|
2641
2775
|
"topLevel": true,
|
2642
2776
|
"touchedBy": [
|
2643
2777
|
"temperature#call2",
|
2644
2778
|
"instance2#temperature#call2"
|
2645
2779
|
],
|
2646
|
-
"value": "
|
2780
|
+
"value": "equals",
|
2647
2781
|
"word": "="
|
2648
2782
|
},
|
2649
2783
|
"generatedParenthesized": [
|
@@ -2657,11 +2791,14 @@
|
|
2657
2791
|
},
|
2658
2792
|
{
|
2659
2793
|
"context": {
|
2794
|
+
"context_index": 1,
|
2660
2795
|
"dead": true,
|
2661
2796
|
"level": 2,
|
2662
2797
|
"marker": "is",
|
2663
2798
|
"number": "many",
|
2664
2799
|
"one": {
|
2800
|
+
"default": true,
|
2801
|
+
"isList": true,
|
2665
2802
|
"level": 1,
|
2666
2803
|
"listable": true,
|
2667
2804
|
"marker": "list",
|
@@ -2670,6 +2807,7 @@
|
|
2670
2807
|
"end": 53,
|
2671
2808
|
"start": 0
|
2672
2809
|
},
|
2810
|
+
"text": "celcius fahrenheit and kelvin",
|
2673
2811
|
"types": [
|
2674
2812
|
"list",
|
2675
2813
|
"unknown"
|
@@ -2677,50 +2815,60 @@
|
|
2677
2815
|
"value": [
|
2678
2816
|
{
|
2679
2817
|
"dead": true,
|
2680
|
-
"level":
|
2818
|
+
"level": 1,
|
2681
2819
|
"marker": "unknown",
|
2682
2820
|
"range": {
|
2683
2821
|
"end": 6,
|
2684
2822
|
"start": 0
|
2685
2823
|
},
|
2686
2824
|
"text": "celcius",
|
2825
|
+
"types": [
|
2826
|
+
"unknown"
|
2827
|
+
],
|
2687
2828
|
"unknown": true,
|
2688
2829
|
"value": "celcius",
|
2689
2830
|
"word": "celcius"
|
2690
2831
|
},
|
2691
2832
|
{
|
2692
2833
|
"dead": true,
|
2693
|
-
"level":
|
2834
|
+
"level": 1,
|
2694
2835
|
"marker": "unknown",
|
2695
2836
|
"range": {
|
2696
2837
|
"end": 17,
|
2697
2838
|
"start": 8
|
2698
2839
|
},
|
2699
2840
|
"text": "fahrenheit",
|
2841
|
+
"types": [
|
2842
|
+
"unknown"
|
2843
|
+
],
|
2700
2844
|
"unknown": true,
|
2701
2845
|
"value": "fahrenheit",
|
2702
2846
|
"word": "fahrenheit"
|
2703
2847
|
},
|
2704
2848
|
{
|
2705
2849
|
"dead": true,
|
2706
|
-
"level":
|
2850
|
+
"level": 1,
|
2707
2851
|
"marker": "unknown",
|
2708
2852
|
"range": {
|
2709
2853
|
"end": 28,
|
2710
2854
|
"start": 23
|
2711
2855
|
},
|
2712
2856
|
"text": "kelvin",
|
2857
|
+
"types": [
|
2858
|
+
"unknown"
|
2859
|
+
],
|
2713
2860
|
"unknown": true,
|
2714
2861
|
"value": "kelvin",
|
2715
2862
|
"word": "kelvin"
|
2716
2863
|
}
|
2717
|
-
]
|
2864
|
+
],
|
2865
|
+
"word": "and"
|
2718
2866
|
},
|
2719
2867
|
"range": {
|
2720
2868
|
"end": 53,
|
2721
2869
|
"start": 0
|
2722
2870
|
},
|
2723
|
-
"text": " are units of temperature",
|
2871
|
+
"text": "celcius fahrenheit and kelvin are units of temperature",
|
2724
2872
|
"topLevel": true,
|
2725
2873
|
"touchedBy": [
|
2726
2874
|
"temperature#call2",
|
@@ -2806,6 +2954,7 @@
|
|
2806
2954
|
},
|
2807
2955
|
{
|
2808
2956
|
"context": {
|
2957
|
+
"context_index": 1,
|
2809
2958
|
"dead": true,
|
2810
2959
|
"level": 2,
|
2811
2960
|
"marker": "is",
|
@@ -2851,6 +3000,7 @@
|
|
2851
3000
|
"text": "a",
|
2852
3001
|
"word": "a"
|
2853
3002
|
},
|
3003
|
+
"instance": true,
|
2854
3004
|
"level": 1,
|
2855
3005
|
"marker": "dimension",
|
2856
3006
|
"modifiers": [
|
@@ -2883,11 +3033,14 @@
|
|
2883
3033
|
},
|
2884
3034
|
{
|
2885
3035
|
"context": {
|
3036
|
+
"context_index": 1,
|
2886
3037
|
"dead": true,
|
2887
3038
|
"level": 2,
|
2888
3039
|
"marker": "is",
|
2889
3040
|
"number": "many",
|
2890
3041
|
"one": {
|
3042
|
+
"default": true,
|
3043
|
+
"isList": true,
|
2891
3044
|
"level": 1,
|
2892
3045
|
"listable": true,
|
2893
3046
|
"marker": "list",
|
@@ -2896,46 +3049,55 @@
|
|
2896
3049
|
"end": 30,
|
2897
3050
|
"start": 0
|
2898
3051
|
},
|
3052
|
+
"text": "dimension and unit",
|
2899
3053
|
"types": [
|
2900
3054
|
"list",
|
2901
|
-
"
|
3055
|
+
"unknown"
|
2902
3056
|
],
|
2903
3057
|
"value": [
|
2904
3058
|
{
|
2905
3059
|
"dead": true,
|
2906
3060
|
"level": 1,
|
2907
|
-
"marker": "
|
3061
|
+
"marker": "unknown",
|
2908
3062
|
"range": {
|
2909
3063
|
"end": 8,
|
2910
3064
|
"start": 0
|
2911
3065
|
},
|
2912
3066
|
"text": "dimension",
|
3067
|
+
"types": [
|
3068
|
+
"unknown"
|
3069
|
+
],
|
3070
|
+
"unknown": true,
|
2913
3071
|
"value": "dimension",
|
2914
3072
|
"word": "dimension"
|
2915
3073
|
},
|
2916
3074
|
{
|
2917
3075
|
"dead": true,
|
2918
3076
|
"level": 1,
|
2919
|
-
"marker": "
|
3077
|
+
"marker": "unknown",
|
2920
3078
|
"range": {
|
2921
3079
|
"end": 17,
|
2922
3080
|
"start": 14
|
2923
3081
|
},
|
2924
3082
|
"text": "unit",
|
3083
|
+
"types": [
|
3084
|
+
"unknown"
|
3085
|
+
],
|
3086
|
+
"unknown": true,
|
2925
3087
|
"value": "unit",
|
2926
3088
|
"word": "unit"
|
2927
3089
|
}
|
2928
|
-
]
|
3090
|
+
],
|
3091
|
+
"word": "and"
|
2929
3092
|
},
|
2930
3093
|
"range": {
|
2931
3094
|
"end": 30,
|
2932
3095
|
"start": 0
|
2933
3096
|
},
|
2934
|
-
"text": " are concepts",
|
3097
|
+
"text": "dimension and unit are concepts",
|
2935
3098
|
"topLevel": true,
|
2936
3099
|
"touchedBy": [
|
2937
|
-
"
|
2938
|
-
"instance0#dimensionTemplate#call2",
|
3100
|
+
"dimension#call2",
|
2939
3101
|
"instance0#dimension#call2",
|
2940
3102
|
"instance0#temperature#call2"
|
2941
3103
|
],
|
@@ -2978,36 +3140,244 @@
|
|
2978
3140
|
"query": "what is 10 celcius in fahrenheit",
|
2979
3141
|
"responses": [
|
2980
3142
|
"10 celcius in fahrenheit is 50 fahrenheit"
|
2981
|
-
]
|
2982
|
-
|
2983
|
-
{
|
2984
|
-
"associations": [
|
3143
|
+
],
|
3144
|
+
"summaries": [
|
2985
3145
|
[
|
2986
|
-
|
2987
|
-
"
|
2988
|
-
|
2989
|
-
|
2990
|
-
|
2991
|
-
|
2992
|
-
|
2993
|
-
|
2994
|
-
|
2995
|
-
|
2996
|
-
|
2997
|
-
|
2998
|
-
|
2999
|
-
|
3000
|
-
|
3001
|
-
|
3002
|
-
|
3003
|
-
|
3004
|
-
|
3005
|
-
|
3006
|
-
|
3007
|
-
|
3008
|
-
|
3009
|
-
|
3010
|
-
|
3146
|
+
{
|
3147
|
+
"counter": 1,
|
3148
|
+
"operators": [
|
3149
|
+
[
|
3150
|
+
"what",
|
3151
|
+
0
|
3152
|
+
],
|
3153
|
+
[
|
3154
|
+
"is",
|
3155
|
+
0
|
3156
|
+
],
|
3157
|
+
[
|
3158
|
+
"integer",
|
3159
|
+
0
|
3160
|
+
],
|
3161
|
+
[
|
3162
|
+
"celcius",
|
3163
|
+
0
|
3164
|
+
],
|
3165
|
+
[
|
3166
|
+
"convertToUnits",
|
3167
|
+
0
|
3168
|
+
],
|
3169
|
+
[
|
3170
|
+
"fahrenheit",
|
3171
|
+
0
|
3172
|
+
]
|
3173
|
+
]
|
3174
|
+
},
|
3175
|
+
{
|
3176
|
+
"counter": 2,
|
3177
|
+
"operators": [
|
3178
|
+
[
|
3179
|
+
"what",
|
3180
|
+
0
|
3181
|
+
],
|
3182
|
+
[
|
3183
|
+
"is",
|
3184
|
+
0
|
3185
|
+
],
|
3186
|
+
[
|
3187
|
+
"integer",
|
3188
|
+
1
|
3189
|
+
],
|
3190
|
+
[
|
3191
|
+
"celcius",
|
3192
|
+
0
|
3193
|
+
],
|
3194
|
+
[
|
3195
|
+
"convertToUnits",
|
3196
|
+
0
|
3197
|
+
],
|
3198
|
+
[
|
3199
|
+
"fahrenheit",
|
3200
|
+
0
|
3201
|
+
]
|
3202
|
+
]
|
3203
|
+
},
|
3204
|
+
{
|
3205
|
+
"counter": 3,
|
3206
|
+
"operators": [
|
3207
|
+
[
|
3208
|
+
"what",
|
3209
|
+
0
|
3210
|
+
],
|
3211
|
+
[
|
3212
|
+
"is",
|
3213
|
+
0
|
3214
|
+
],
|
3215
|
+
[
|
3216
|
+
"integer",
|
3217
|
+
1
|
3218
|
+
],
|
3219
|
+
[
|
3220
|
+
"celcius",
|
3221
|
+
1
|
3222
|
+
],
|
3223
|
+
[
|
3224
|
+
"convertToUnits",
|
3225
|
+
0
|
3226
|
+
],
|
3227
|
+
[
|
3228
|
+
"fahrenheit",
|
3229
|
+
0
|
3230
|
+
]
|
3231
|
+
]
|
3232
|
+
},
|
3233
|
+
{
|
3234
|
+
"counter": 4,
|
3235
|
+
"operators": [
|
3236
|
+
[
|
3237
|
+
"what",
|
3238
|
+
0
|
3239
|
+
],
|
3240
|
+
[
|
3241
|
+
"is",
|
3242
|
+
0
|
3243
|
+
],
|
3244
|
+
[
|
3245
|
+
"integer",
|
3246
|
+
1
|
3247
|
+
],
|
3248
|
+
[
|
3249
|
+
"celcius",
|
3250
|
+
1
|
3251
|
+
],
|
3252
|
+
[
|
3253
|
+
"convertToUnits",
|
3254
|
+
0
|
3255
|
+
],
|
3256
|
+
[
|
3257
|
+
"fahrenheit",
|
3258
|
+
1
|
3259
|
+
]
|
3260
|
+
]
|
3261
|
+
},
|
3262
|
+
{
|
3263
|
+
"counter": 5,
|
3264
|
+
"operators": [
|
3265
|
+
[
|
3266
|
+
"what",
|
3267
|
+
1
|
3268
|
+
],
|
3269
|
+
[
|
3270
|
+
"is",
|
3271
|
+
0
|
3272
|
+
],
|
3273
|
+
[
|
3274
|
+
"integer",
|
3275
|
+
1
|
3276
|
+
],
|
3277
|
+
[
|
3278
|
+
"celcius",
|
3279
|
+
1
|
3280
|
+
],
|
3281
|
+
[
|
3282
|
+
"convertToUnits",
|
3283
|
+
0
|
3284
|
+
],
|
3285
|
+
[
|
3286
|
+
"fahrenheit",
|
3287
|
+
1
|
3288
|
+
]
|
3289
|
+
]
|
3290
|
+
},
|
3291
|
+
{
|
3292
|
+
"counter": 6,
|
3293
|
+
"operators": [
|
3294
|
+
[
|
3295
|
+
"what",
|
3296
|
+
1
|
3297
|
+
],
|
3298
|
+
[
|
3299
|
+
"is",
|
3300
|
+
0
|
3301
|
+
],
|
3302
|
+
[
|
3303
|
+
"dimension",
|
3304
|
+
0
|
3305
|
+
],
|
3306
|
+
[
|
3307
|
+
"convertToUnits",
|
3308
|
+
0
|
3309
|
+
],
|
3310
|
+
[
|
3311
|
+
"fahrenheit",
|
3312
|
+
1
|
3313
|
+
]
|
3314
|
+
]
|
3315
|
+
},
|
3316
|
+
{
|
3317
|
+
"counter": 7,
|
3318
|
+
"operators": [
|
3319
|
+
[
|
3320
|
+
"what",
|
3321
|
+
1
|
3322
|
+
],
|
3323
|
+
[
|
3324
|
+
"is",
|
3325
|
+
0
|
3326
|
+
],
|
3327
|
+
[
|
3328
|
+
"dimension",
|
3329
|
+
1
|
3330
|
+
],
|
3331
|
+
[
|
3332
|
+
"convertToUnits",
|
3333
|
+
0
|
3334
|
+
],
|
3335
|
+
[
|
3336
|
+
"fahrenheit",
|
3337
|
+
1
|
3338
|
+
]
|
3339
|
+
]
|
3340
|
+
},
|
3341
|
+
{
|
3342
|
+
"counter": 8,
|
3343
|
+
"operators": [
|
3344
|
+
[
|
3345
|
+
"what",
|
3346
|
+
1
|
3347
|
+
],
|
3348
|
+
[
|
3349
|
+
"is",
|
3350
|
+
0
|
3351
|
+
],
|
3352
|
+
[
|
3353
|
+
"convertToUnits",
|
3354
|
+
1
|
3355
|
+
]
|
3356
|
+
]
|
3357
|
+
},
|
3358
|
+
{
|
3359
|
+
"counter": 9,
|
3360
|
+
"operators": [
|
3361
|
+
[
|
3362
|
+
"is",
|
3363
|
+
1
|
3364
|
+
]
|
3365
|
+
]
|
3366
|
+
},
|
3367
|
+
{
|
3368
|
+
"counter": 10,
|
3369
|
+
"operators": [
|
3370
|
+
[
|
3371
|
+
"is",
|
3372
|
+
2
|
3373
|
+
]
|
3374
|
+
]
|
3375
|
+
}
|
3376
|
+
]
|
3377
|
+
]
|
3378
|
+
},
|
3379
|
+
{
|
3380
|
+
"associations": [
|
3011
3381
|
[
|
3012
3382
|
[
|
3013
3383
|
"celcius",
|
@@ -3021,6 +3391,10 @@
|
|
3021
3391
|
"fahrenheit",
|
3022
3392
|
0
|
3023
3393
|
],
|
3394
|
+
[
|
3395
|
+
"integer",
|
3396
|
+
0
|
3397
|
+
],
|
3024
3398
|
[
|
3025
3399
|
"is",
|
3026
3400
|
0
|
@@ -3039,6 +3413,10 @@
|
|
3039
3413
|
"convertToUnits",
|
3040
3414
|
0
|
3041
3415
|
],
|
3416
|
+
[
|
3417
|
+
"fahrenheit",
|
3418
|
+
0
|
3419
|
+
],
|
3042
3420
|
[
|
3043
3421
|
"is",
|
3044
3422
|
0
|
@@ -3054,7 +3432,7 @@
|
|
3054
3432
|
0
|
3055
3433
|
],
|
3056
3434
|
[
|
3057
|
-
"
|
3435
|
+
"convertToUnits",
|
3058
3436
|
0
|
3059
3437
|
],
|
3060
3438
|
[
|
@@ -3109,6 +3487,7 @@
|
|
3109
3487
|
},
|
3110
3488
|
"contexts": [
|
3111
3489
|
{
|
3490
|
+
"context_index": 1,
|
3112
3491
|
"dead": true,
|
3113
3492
|
"evalue": {
|
3114
3493
|
"default": true,
|
@@ -3125,12 +3504,15 @@
|
|
3125
3504
|
"dead": true,
|
3126
3505
|
"instance": true,
|
3127
3506
|
"level": 1,
|
3128
|
-
"marker": "
|
3507
|
+
"marker": "integer",
|
3129
3508
|
"range": {
|
3130
3509
|
"end": 9,
|
3131
3510
|
"start": 8
|
3132
3511
|
},
|
3133
3512
|
"text": "10",
|
3513
|
+
"types": [
|
3514
|
+
"integer"
|
3515
|
+
],
|
3134
3516
|
"value": 10,
|
3135
3517
|
"word": "10"
|
3136
3518
|
},
|
@@ -3142,6 +3524,9 @@
|
|
3142
3524
|
"start": 8
|
3143
3525
|
},
|
3144
3526
|
"text": "10 fahrenheit",
|
3527
|
+
"types": [
|
3528
|
+
"dimension"
|
3529
|
+
],
|
3145
3530
|
"unit": {
|
3146
3531
|
"dead": true,
|
3147
3532
|
"level": 1,
|
@@ -3177,6 +3562,9 @@
|
|
3177
3562
|
"start": 25
|
3178
3563
|
},
|
3179
3564
|
"text": "celcius",
|
3565
|
+
"types": [
|
3566
|
+
"celcius"
|
3567
|
+
],
|
3180
3568
|
"value": "celcius",
|
3181
3569
|
"word": "celcius"
|
3182
3570
|
},
|
@@ -3202,7 +3590,7 @@
|
|
3202
3590
|
"end": 35,
|
3203
3591
|
"start": 10
|
3204
3592
|
},
|
3205
|
-
"text": "(
|
3593
|
+
"text": "(fahrenheit - 32)*5/8 + 32",
|
3206
3594
|
"touchedBy": [
|
3207
3595
|
"temperature#call4",
|
3208
3596
|
"temperature#call3"
|
@@ -3224,7 +3612,7 @@
|
|
3224
3612
|
"end": 30,
|
3225
3613
|
"start": 10
|
3226
3614
|
},
|
3227
|
-
"text": "(
|
3615
|
+
"text": "(fahrenheit - 32)*5/8",
|
3228
3616
|
"types": [
|
3229
3617
|
"divideByExpression",
|
3230
3618
|
"number"
|
@@ -3242,7 +3630,7 @@
|
|
3242
3630
|
"end": 28,
|
3243
3631
|
"start": 10
|
3244
3632
|
},
|
3245
|
-
"text": "(
|
3633
|
+
"text": "(fahrenheit - 32)*5",
|
3246
3634
|
"types": [
|
3247
3635
|
"number",
|
3248
3636
|
"timesExpression"
|
@@ -3261,7 +3649,7 @@
|
|
3261
3649
|
"end": 26,
|
3262
3650
|
"start": 10
|
3263
3651
|
},
|
3264
|
-
"text": "(
|
3652
|
+
"text": "(fahrenheit - 32)",
|
3265
3653
|
"types": [
|
3266
3654
|
"minusExpression",
|
3267
3655
|
"number"
|
@@ -3279,8 +3667,7 @@
|
|
3279
3667
|
},
|
3280
3668
|
"text": "fahrenheit",
|
3281
3669
|
"types": [
|
3282
|
-
"fahrenheit"
|
3283
|
-
"number"
|
3670
|
+
"fahrenheit"
|
3284
3671
|
],
|
3285
3672
|
"value": "fahrenheit",
|
3286
3673
|
"word": "fahrenheit"
|
@@ -3289,14 +3676,14 @@
|
|
3289
3676
|
"dead": true,
|
3290
3677
|
"instance": true,
|
3291
3678
|
"level": 1,
|
3292
|
-
"marker": "
|
3679
|
+
"marker": "integer",
|
3293
3680
|
"range": {
|
3294
3681
|
"end": 25,
|
3295
3682
|
"start": 24
|
3296
3683
|
},
|
3297
3684
|
"text": "32",
|
3298
3685
|
"types": [
|
3299
|
-
"
|
3686
|
+
"integer"
|
3300
3687
|
],
|
3301
3688
|
"value": 32,
|
3302
3689
|
"word": "32"
|
@@ -3306,14 +3693,14 @@
|
|
3306
3693
|
"dead": true,
|
3307
3694
|
"instance": true,
|
3308
3695
|
"level": 1,
|
3309
|
-
"marker": "
|
3696
|
+
"marker": "integer",
|
3310
3697
|
"range": {
|
3311
3698
|
"end": 28,
|
3312
3699
|
"start": 28
|
3313
3700
|
},
|
3314
3701
|
"text": "5",
|
3315
3702
|
"types": [
|
3316
|
-
"
|
3703
|
+
"integer"
|
3317
3704
|
],
|
3318
3705
|
"value": 5,
|
3319
3706
|
"word": "5"
|
@@ -3323,14 +3710,14 @@
|
|
3323
3710
|
"dead": true,
|
3324
3711
|
"instance": true,
|
3325
3712
|
"level": 1,
|
3326
|
-
"marker": "
|
3713
|
+
"marker": "integer",
|
3327
3714
|
"range": {
|
3328
3715
|
"end": 30,
|
3329
3716
|
"start": 30
|
3330
3717
|
},
|
3331
3718
|
"text": "8",
|
3332
3719
|
"types": [
|
3333
|
-
"
|
3720
|
+
"integer"
|
3334
3721
|
],
|
3335
3722
|
"value": 8,
|
3336
3723
|
"word": "8"
|
@@ -3340,14 +3727,14 @@
|
|
3340
3727
|
"dead": true,
|
3341
3728
|
"instance": true,
|
3342
3729
|
"level": 1,
|
3343
|
-
"marker": "
|
3730
|
+
"marker": "integer",
|
3344
3731
|
"range": {
|
3345
3732
|
"end": 35,
|
3346
3733
|
"start": 34
|
3347
3734
|
},
|
3348
3735
|
"text": "32",
|
3349
3736
|
"types": [
|
3350
|
-
"
|
3737
|
+
"integer"
|
3351
3738
|
],
|
3352
3739
|
"value": 32,
|
3353
3740
|
"word": "32"
|
@@ -3367,6 +3754,9 @@
|
|
3367
3754
|
"start": 25
|
3368
3755
|
},
|
3369
3756
|
"text": "celcius",
|
3757
|
+
"types": [
|
3758
|
+
"celcius"
|
3759
|
+
],
|
3370
3760
|
"value": "celcius",
|
3371
3761
|
"word": "celcius"
|
3372
3762
|
}
|
@@ -3377,12 +3767,15 @@
|
|
3377
3767
|
"dead": true,
|
3378
3768
|
"instance": true,
|
3379
3769
|
"level": 1,
|
3380
|
-
"marker": "
|
3770
|
+
"marker": "integer",
|
3381
3771
|
"range": {
|
3382
3772
|
"end": 9,
|
3383
3773
|
"start": 8
|
3384
3774
|
},
|
3385
3775
|
"text": "10",
|
3776
|
+
"types": [
|
3777
|
+
"integer"
|
3778
|
+
],
|
3386
3779
|
"value": 10,
|
3387
3780
|
"word": "10"
|
3388
3781
|
},
|
@@ -3394,6 +3787,9 @@
|
|
3394
3787
|
"start": 8
|
3395
3788
|
},
|
3396
3789
|
"text": "10 fahrenheit",
|
3790
|
+
"types": [
|
3791
|
+
"dimension"
|
3792
|
+
],
|
3397
3793
|
"unit": {
|
3398
3794
|
"dead": true,
|
3399
3795
|
"level": 1,
|
@@ -3430,6 +3826,9 @@
|
|
3430
3826
|
"start": 25
|
3431
3827
|
},
|
3432
3828
|
"text": "celcius",
|
3829
|
+
"types": [
|
3830
|
+
"celcius"
|
3831
|
+
],
|
3433
3832
|
"value": "celcius",
|
3434
3833
|
"word": "celcius"
|
3435
3834
|
},
|
@@ -3489,12 +3888,15 @@
|
|
3489
3888
|
"dead": true,
|
3490
3889
|
"instance": true,
|
3491
3890
|
"level": 1,
|
3492
|
-
"marker": "
|
3891
|
+
"marker": "integer",
|
3493
3892
|
"range": {
|
3494
3893
|
"end": 9,
|
3495
3894
|
"start": 8
|
3496
3895
|
},
|
3497
3896
|
"text": "10",
|
3897
|
+
"types": [
|
3898
|
+
"integer"
|
3899
|
+
],
|
3498
3900
|
"value": 10,
|
3499
3901
|
"word": "10"
|
3500
3902
|
},
|
@@ -3506,6 +3908,9 @@
|
|
3506
3908
|
"start": 8
|
3507
3909
|
},
|
3508
3910
|
"text": "10 fahrenheit",
|
3911
|
+
"types": [
|
3912
|
+
"dimension"
|
3913
|
+
],
|
3509
3914
|
"unit": {
|
3510
3915
|
"dead": true,
|
3511
3916
|
"level": 1,
|
@@ -3541,6 +3946,9 @@
|
|
3541
3946
|
"start": 25
|
3542
3947
|
},
|
3543
3948
|
"text": "celcius",
|
3949
|
+
"types": [
|
3950
|
+
"celcius"
|
3951
|
+
],
|
3544
3952
|
"value": "celcius",
|
3545
3953
|
"word": "celcius"
|
3546
3954
|
},
|
@@ -3560,7 +3968,7 @@
|
|
3560
3968
|
{
|
3561
3969
|
"counter": 1,
|
3562
3970
|
"op": [
|
3563
|
-
"
|
3971
|
+
"integer",
|
3564
3972
|
0
|
3565
3973
|
],
|
3566
3974
|
"ops": [
|
@@ -3577,11 +3985,11 @@
|
|
3577
3985
|
0
|
3578
3986
|
],
|
3579
3987
|
[
|
3580
|
-
"
|
3988
|
+
"integer",
|
3581
3989
|
0
|
3582
3990
|
],
|
3583
3991
|
[
|
3584
|
-
"
|
3992
|
+
"is",
|
3585
3993
|
0
|
3586
3994
|
],
|
3587
3995
|
[
|
@@ -3597,6 +4005,10 @@
|
|
3597
4005
|
0
|
3598
4006
|
],
|
3599
4007
|
"ops": [
|
4008
|
+
[
|
4009
|
+
"amountOfDimension",
|
4010
|
+
0
|
4011
|
+
],
|
3600
4012
|
[
|
3601
4013
|
"celcius",
|
3602
4014
|
0
|
@@ -3626,6 +4038,10 @@
|
|
3626
4038
|
0
|
3627
4039
|
],
|
3628
4040
|
"ops": [
|
4041
|
+
[
|
4042
|
+
"amountOfDimension",
|
4043
|
+
0
|
4044
|
+
],
|
3629
4045
|
[
|
3630
4046
|
"celcius",
|
3631
4047
|
0
|
@@ -3651,6 +4067,10 @@
|
|
3651
4067
|
0
|
3652
4068
|
],
|
3653
4069
|
"ops": [
|
4070
|
+
[
|
4071
|
+
"amountOfDimension",
|
4072
|
+
0
|
4073
|
+
],
|
3654
4074
|
[
|
3655
4075
|
"convertToUnits",
|
3656
4076
|
0
|
@@ -3754,19 +4174,21 @@
|
|
3754
4174
|
},
|
3755
4175
|
"objects": {
|
3756
4176
|
"nameToUUID": {
|
4177
|
+
"articles": "articles2",
|
4178
|
+
"asking": "asking2",
|
3757
4179
|
"comparable": "comparable2",
|
3758
4180
|
"concept": "concept2",
|
4181
|
+
"conjunction": "conjunction2",
|
3759
4182
|
"countable": "countable2",
|
3760
4183
|
"dialogues": "dialogues2",
|
3761
4184
|
"dimension": "dimension2",
|
3762
|
-
"
|
4185
|
+
"evaluate": "evaluate2",
|
3763
4186
|
"formulas": "formulas2",
|
3764
|
-
"formulasTemplate": "formulasTemplate2",
|
3765
4187
|
"gdefaults": "gdefaults2",
|
3766
4188
|
"hierarchy": "hierarchy2",
|
3767
4189
|
"math": "math2",
|
3768
|
-
"mathTemplate": "mathTemplate2",
|
3769
4190
|
"meta": "meta2",
|
4191
|
+
"negation": "negation2",
|
3770
4192
|
"numbers": "numbers2",
|
3771
4193
|
"pos": "pos2",
|
3772
4194
|
"properties": "properties2",
|
@@ -3774,9 +4196,14 @@
|
|
3774
4196
|
"sdefaults": "sdefaults2",
|
3775
4197
|
"stm": "stm2",
|
3776
4198
|
"temperature": "temperature1",
|
3777
|
-
"testing": "testing2"
|
4199
|
+
"testing": "testing2",
|
4200
|
+
"tokenize": "tokenize2"
|
3778
4201
|
},
|
3779
4202
|
"namespaced": {
|
4203
|
+
"articles2": {
|
4204
|
+
},
|
4205
|
+
"asking2": {
|
4206
|
+
},
|
3780
4207
|
"comparable2": {
|
3781
4208
|
},
|
3782
4209
|
"concept2": {
|
@@ -3785,9 +4212,12 @@
|
|
3785
4212
|
"valueToWords": [
|
3786
4213
|
]
|
3787
4214
|
},
|
4215
|
+
"conjunction2": {
|
4216
|
+
},
|
3788
4217
|
"countable2": {
|
3789
4218
|
},
|
3790
4219
|
"dialogues2": {
|
4220
|
+
"idSuffix": "",
|
3791
4221
|
"mentioned": [
|
3792
4222
|
],
|
3793
4223
|
"variables": {
|
@@ -3795,13 +4225,14 @@
|
|
3795
4225
|
},
|
3796
4226
|
"dimension2": {
|
3797
4227
|
},
|
3798
|
-
"
|
4228
|
+
"evaluate2": {
|
3799
4229
|
},
|
3800
4230
|
"formulas2": {
|
3801
4231
|
"formulas": {
|
3802
4232
|
"celcius": [
|
3803
4233
|
{
|
3804
4234
|
"equality": {
|
4235
|
+
"context_index": 1,
|
3805
4236
|
"dead": true,
|
3806
4237
|
"left": {
|
3807
4238
|
"dead": true,
|
@@ -3814,8 +4245,7 @@
|
|
3814
4245
|
},
|
3815
4246
|
"text": "celcius",
|
3816
4247
|
"types": [
|
3817
|
-
"celcius"
|
3818
|
-
"expression"
|
4248
|
+
"celcius"
|
3819
4249
|
],
|
3820
4250
|
"value": "celcius",
|
3821
4251
|
"word": "celcius"
|
@@ -3837,7 +4267,7 @@
|
|
3837
4267
|
"end": 35,
|
3838
4268
|
"start": 10
|
3839
4269
|
},
|
3840
|
-
"text": "(
|
4270
|
+
"text": "(fahrenheit - 32)*5/8 + 32",
|
3841
4271
|
"types": [
|
3842
4272
|
"number",
|
3843
4273
|
"plusExpression"
|
@@ -3855,7 +4285,7 @@
|
|
3855
4285
|
"end": 30,
|
3856
4286
|
"start": 10
|
3857
4287
|
},
|
3858
|
-
"text": "(
|
4288
|
+
"text": "(fahrenheit - 32)*5/8",
|
3859
4289
|
"types": [
|
3860
4290
|
"divideByExpression",
|
3861
4291
|
"number"
|
@@ -3873,7 +4303,7 @@
|
|
3873
4303
|
"end": 28,
|
3874
4304
|
"start": 10
|
3875
4305
|
},
|
3876
|
-
"text": "(
|
4306
|
+
"text": "(fahrenheit - 32)*5",
|
3877
4307
|
"types": [
|
3878
4308
|
"number",
|
3879
4309
|
"timesExpression"
|
@@ -3892,7 +4322,7 @@
|
|
3892
4322
|
"end": 26,
|
3893
4323
|
"start": 10
|
3894
4324
|
},
|
3895
|
-
"text": "(
|
4325
|
+
"text": "(fahrenheit - 32)",
|
3896
4326
|
"types": [
|
3897
4327
|
"minusExpression",
|
3898
4328
|
"number"
|
@@ -3910,8 +4340,7 @@
|
|
3910
4340
|
},
|
3911
4341
|
"text": "fahrenheit",
|
3912
4342
|
"types": [
|
3913
|
-
"fahrenheit"
|
3914
|
-
"number"
|
4343
|
+
"fahrenheit"
|
3915
4344
|
],
|
3916
4345
|
"value": "fahrenheit",
|
3917
4346
|
"word": "fahrenheit"
|
@@ -3920,14 +4349,14 @@
|
|
3920
4349
|
"dead": true,
|
3921
4350
|
"instance": true,
|
3922
4351
|
"level": 1,
|
3923
|
-
"marker": "
|
4352
|
+
"marker": "integer",
|
3924
4353
|
"range": {
|
3925
4354
|
"end": 25,
|
3926
4355
|
"start": 24
|
3927
4356
|
},
|
3928
4357
|
"text": "32",
|
3929
4358
|
"types": [
|
3930
|
-
"
|
4359
|
+
"integer"
|
3931
4360
|
],
|
3932
4361
|
"value": 32,
|
3933
4362
|
"word": "32"
|
@@ -3937,14 +4366,14 @@
|
|
3937
4366
|
"dead": true,
|
3938
4367
|
"instance": true,
|
3939
4368
|
"level": 1,
|
3940
|
-
"marker": "
|
4369
|
+
"marker": "integer",
|
3941
4370
|
"range": {
|
3942
4371
|
"end": 28,
|
3943
4372
|
"start": 28
|
3944
4373
|
},
|
3945
4374
|
"text": "5",
|
3946
4375
|
"types": [
|
3947
|
-
"
|
4376
|
+
"integer"
|
3948
4377
|
],
|
3949
4378
|
"value": 5,
|
3950
4379
|
"word": "5"
|
@@ -3954,14 +4383,14 @@
|
|
3954
4383
|
"dead": true,
|
3955
4384
|
"instance": true,
|
3956
4385
|
"level": 1,
|
3957
|
-
"marker": "
|
4386
|
+
"marker": "integer",
|
3958
4387
|
"range": {
|
3959
4388
|
"end": 30,
|
3960
4389
|
"start": 30
|
3961
4390
|
},
|
3962
4391
|
"text": "8",
|
3963
4392
|
"types": [
|
3964
|
-
"
|
4393
|
+
"integer"
|
3965
4394
|
],
|
3966
4395
|
"value": 8,
|
3967
4396
|
"word": "8"
|
@@ -3971,26 +4400,26 @@
|
|
3971
4400
|
"dead": true,
|
3972
4401
|
"instance": true,
|
3973
4402
|
"level": 1,
|
3974
|
-
"marker": "
|
4403
|
+
"marker": "integer",
|
3975
4404
|
"range": {
|
3976
4405
|
"end": 35,
|
3977
4406
|
"start": 34
|
3978
4407
|
},
|
3979
4408
|
"text": "32",
|
3980
4409
|
"types": [
|
3981
|
-
"
|
4410
|
+
"integer"
|
3982
4411
|
],
|
3983
4412
|
"value": 32,
|
3984
4413
|
"word": "32"
|
3985
4414
|
}
|
3986
4415
|
},
|
3987
|
-
"text": "celcius = (
|
4416
|
+
"text": "celcius = (fahrenheit - 32)*5/8 + 32",
|
3988
4417
|
"topLevel": true,
|
3989
4418
|
"touchedBy": [
|
3990
4419
|
"temperature#call2",
|
3991
4420
|
"instance3#temperature#call2"
|
3992
4421
|
],
|
3993
|
-
"value": "
|
4422
|
+
"value": "equals",
|
3994
4423
|
"word": "="
|
3995
4424
|
},
|
3996
4425
|
"formula": {
|
@@ -4004,7 +4433,7 @@
|
|
4004
4433
|
"end": 35,
|
4005
4434
|
"start": 10
|
4006
4435
|
},
|
4007
|
-
"text": "(
|
4436
|
+
"text": "(fahrenheit - 32)*5/8 + 32",
|
4008
4437
|
"types": [
|
4009
4438
|
"number",
|
4010
4439
|
"plusExpression"
|
@@ -4022,7 +4451,7 @@
|
|
4022
4451
|
"end": 30,
|
4023
4452
|
"start": 10
|
4024
4453
|
},
|
4025
|
-
"text": "(
|
4454
|
+
"text": "(fahrenheit - 32)*5/8",
|
4026
4455
|
"types": [
|
4027
4456
|
"divideByExpression",
|
4028
4457
|
"number"
|
@@ -4040,7 +4469,7 @@
|
|
4040
4469
|
"end": 28,
|
4041
4470
|
"start": 10
|
4042
4471
|
},
|
4043
|
-
"text": "(
|
4472
|
+
"text": "(fahrenheit - 32)*5",
|
4044
4473
|
"types": [
|
4045
4474
|
"number",
|
4046
4475
|
"timesExpression"
|
@@ -4059,7 +4488,7 @@
|
|
4059
4488
|
"end": 26,
|
4060
4489
|
"start": 10
|
4061
4490
|
},
|
4062
|
-
"text": "(
|
4491
|
+
"text": "(fahrenheit - 32)",
|
4063
4492
|
"types": [
|
4064
4493
|
"minusExpression",
|
4065
4494
|
"number"
|
@@ -4077,8 +4506,7 @@
|
|
4077
4506
|
},
|
4078
4507
|
"text": "fahrenheit",
|
4079
4508
|
"types": [
|
4080
|
-
"fahrenheit"
|
4081
|
-
"number"
|
4509
|
+
"fahrenheit"
|
4082
4510
|
],
|
4083
4511
|
"value": "fahrenheit",
|
4084
4512
|
"word": "fahrenheit"
|
@@ -4087,14 +4515,14 @@
|
|
4087
4515
|
"dead": true,
|
4088
4516
|
"instance": true,
|
4089
4517
|
"level": 1,
|
4090
|
-
"marker": "
|
4518
|
+
"marker": "integer",
|
4091
4519
|
"range": {
|
4092
4520
|
"end": 25,
|
4093
4521
|
"start": 24
|
4094
4522
|
},
|
4095
4523
|
"text": "32",
|
4096
4524
|
"types": [
|
4097
|
-
"
|
4525
|
+
"integer"
|
4098
4526
|
],
|
4099
4527
|
"value": 32,
|
4100
4528
|
"word": "32"
|
@@ -4104,14 +4532,14 @@
|
|
4104
4532
|
"dead": true,
|
4105
4533
|
"instance": true,
|
4106
4534
|
"level": 1,
|
4107
|
-
"marker": "
|
4535
|
+
"marker": "integer",
|
4108
4536
|
"range": {
|
4109
4537
|
"end": 28,
|
4110
4538
|
"start": 28
|
4111
4539
|
},
|
4112
4540
|
"text": "5",
|
4113
4541
|
"types": [
|
4114
|
-
"
|
4542
|
+
"integer"
|
4115
4543
|
],
|
4116
4544
|
"value": 5,
|
4117
4545
|
"word": "5"
|
@@ -4121,14 +4549,14 @@
|
|
4121
4549
|
"dead": true,
|
4122
4550
|
"instance": true,
|
4123
4551
|
"level": 1,
|
4124
|
-
"marker": "
|
4552
|
+
"marker": "integer",
|
4125
4553
|
"range": {
|
4126
4554
|
"end": 30,
|
4127
4555
|
"start": 30
|
4128
4556
|
},
|
4129
4557
|
"text": "8",
|
4130
4558
|
"types": [
|
4131
|
-
"
|
4559
|
+
"integer"
|
4132
4560
|
],
|
4133
4561
|
"value": 8,
|
4134
4562
|
"word": "8"
|
@@ -4138,14 +4566,14 @@
|
|
4138
4566
|
"dead": true,
|
4139
4567
|
"instance": true,
|
4140
4568
|
"level": 1,
|
4141
|
-
"marker": "
|
4569
|
+
"marker": "integer",
|
4142
4570
|
"range": {
|
4143
4571
|
"end": 35,
|
4144
4572
|
"start": 34
|
4145
4573
|
},
|
4146
4574
|
"text": "32",
|
4147
4575
|
"types": [
|
4148
|
-
"
|
4576
|
+
"integer"
|
4149
4577
|
],
|
4150
4578
|
"value": 32,
|
4151
4579
|
"word": "32"
|
@@ -4162,8 +4590,7 @@
|
|
4162
4590
|
},
|
4163
4591
|
"text": "celcius",
|
4164
4592
|
"types": [
|
4165
|
-
"celcius"
|
4166
|
-
"expression"
|
4593
|
+
"celcius"
|
4167
4594
|
],
|
4168
4595
|
"value": "celcius",
|
4169
4596
|
"word": "celcius"
|
@@ -4173,6 +4600,7 @@
|
|
4173
4600
|
"fahrenheit": [
|
4174
4601
|
{
|
4175
4602
|
"equality": {
|
4603
|
+
"context_index": 1,
|
4176
4604
|
"dead": true,
|
4177
4605
|
"left": {
|
4178
4606
|
"dead": true,
|
@@ -4185,7 +4613,6 @@
|
|
4185
4613
|
},
|
4186
4614
|
"text": "fahrenheit",
|
4187
4615
|
"types": [
|
4188
|
-
"expression",
|
4189
4616
|
"fahrenheit"
|
4190
4617
|
],
|
4191
4618
|
"value": "fahrenheit",
|
@@ -4208,7 +4635,7 @@
|
|
4208
4635
|
"end": 28,
|
4209
4636
|
"start": 13
|
4210
4637
|
},
|
4211
|
-
"text": "celcius
|
4638
|
+
"text": "celcius*9/5 + 32",
|
4212
4639
|
"types": [
|
4213
4640
|
"number",
|
4214
4641
|
"plusExpression"
|
@@ -4226,7 +4653,7 @@
|
|
4226
4653
|
"end": 23,
|
4227
4654
|
"start": 13
|
4228
4655
|
},
|
4229
|
-
"text": "celcius
|
4656
|
+
"text": "celcius*9/5",
|
4230
4657
|
"types": [
|
4231
4658
|
"divideByExpression",
|
4232
4659
|
"number"
|
@@ -4244,7 +4671,7 @@
|
|
4244
4671
|
"end": 21,
|
4245
4672
|
"start": 13
|
4246
4673
|
},
|
4247
|
-
"text": "celcius
|
4674
|
+
"text": "celcius*9",
|
4248
4675
|
"types": [
|
4249
4676
|
"number",
|
4250
4677
|
"timesExpression"
|
@@ -4262,8 +4689,7 @@
|
|
4262
4689
|
},
|
4263
4690
|
"text": "celcius",
|
4264
4691
|
"types": [
|
4265
|
-
"celcius"
|
4266
|
-
"number"
|
4692
|
+
"celcius"
|
4267
4693
|
],
|
4268
4694
|
"value": "celcius",
|
4269
4695
|
"word": "celcius"
|
@@ -4272,14 +4698,14 @@
|
|
4272
4698
|
"dead": true,
|
4273
4699
|
"instance": true,
|
4274
4700
|
"level": 1,
|
4275
|
-
"marker": "
|
4701
|
+
"marker": "integer",
|
4276
4702
|
"range": {
|
4277
4703
|
"end": 21,
|
4278
4704
|
"start": 21
|
4279
4705
|
},
|
4280
4706
|
"text": "9",
|
4281
4707
|
"types": [
|
4282
|
-
"
|
4708
|
+
"integer"
|
4283
4709
|
],
|
4284
4710
|
"value": 9,
|
4285
4711
|
"word": "9"
|
@@ -4289,14 +4715,14 @@
|
|
4289
4715
|
"dead": true,
|
4290
4716
|
"instance": true,
|
4291
4717
|
"level": 1,
|
4292
|
-
"marker": "
|
4718
|
+
"marker": "integer",
|
4293
4719
|
"range": {
|
4294
4720
|
"end": 23,
|
4295
4721
|
"start": 23
|
4296
4722
|
},
|
4297
4723
|
"text": "5",
|
4298
4724
|
"types": [
|
4299
|
-
"
|
4725
|
+
"integer"
|
4300
4726
|
],
|
4301
4727
|
"value": 5,
|
4302
4728
|
"word": "5"
|
@@ -4306,26 +4732,26 @@
|
|
4306
4732
|
"dead": true,
|
4307
4733
|
"instance": true,
|
4308
4734
|
"level": 1,
|
4309
|
-
"marker": "
|
4735
|
+
"marker": "integer",
|
4310
4736
|
"range": {
|
4311
4737
|
"end": 28,
|
4312
4738
|
"start": 27
|
4313
4739
|
},
|
4314
4740
|
"text": "32",
|
4315
4741
|
"types": [
|
4316
|
-
"
|
4742
|
+
"integer"
|
4317
4743
|
],
|
4318
4744
|
"value": 32,
|
4319
4745
|
"word": "32"
|
4320
4746
|
}
|
4321
4747
|
},
|
4322
|
-
"text": "fahrenheit = celcius
|
4748
|
+
"text": "fahrenheit = celcius*9/5 + 32",
|
4323
4749
|
"topLevel": true,
|
4324
4750
|
"touchedBy": [
|
4325
4751
|
"temperature#call2",
|
4326
4752
|
"instance2#temperature#call2"
|
4327
4753
|
],
|
4328
|
-
"value": "
|
4754
|
+
"value": "equals",
|
4329
4755
|
"word": "="
|
4330
4756
|
},
|
4331
4757
|
"formula": {
|
@@ -4339,7 +4765,7 @@
|
|
4339
4765
|
"end": 28,
|
4340
4766
|
"start": 13
|
4341
4767
|
},
|
4342
|
-
"text": "celcius
|
4768
|
+
"text": "celcius*9/5 + 32",
|
4343
4769
|
"types": [
|
4344
4770
|
"number",
|
4345
4771
|
"plusExpression"
|
@@ -4357,7 +4783,7 @@
|
|
4357
4783
|
"end": 23,
|
4358
4784
|
"start": 13
|
4359
4785
|
},
|
4360
|
-
"text": "celcius
|
4786
|
+
"text": "celcius*9/5",
|
4361
4787
|
"types": [
|
4362
4788
|
"divideByExpression",
|
4363
4789
|
"number"
|
@@ -4375,7 +4801,7 @@
|
|
4375
4801
|
"end": 21,
|
4376
4802
|
"start": 13
|
4377
4803
|
},
|
4378
|
-
"text": "celcius
|
4804
|
+
"text": "celcius*9",
|
4379
4805
|
"types": [
|
4380
4806
|
"number",
|
4381
4807
|
"timesExpression"
|
@@ -4393,8 +4819,7 @@
|
|
4393
4819
|
},
|
4394
4820
|
"text": "celcius",
|
4395
4821
|
"types": [
|
4396
|
-
"celcius"
|
4397
|
-
"number"
|
4822
|
+
"celcius"
|
4398
4823
|
],
|
4399
4824
|
"value": "celcius",
|
4400
4825
|
"word": "celcius"
|
@@ -4403,14 +4828,14 @@
|
|
4403
4828
|
"dead": true,
|
4404
4829
|
"instance": true,
|
4405
4830
|
"level": 1,
|
4406
|
-
"marker": "
|
4831
|
+
"marker": "integer",
|
4407
4832
|
"range": {
|
4408
4833
|
"end": 21,
|
4409
4834
|
"start": 21
|
4410
4835
|
},
|
4411
4836
|
"text": "9",
|
4412
4837
|
"types": [
|
4413
|
-
"
|
4838
|
+
"integer"
|
4414
4839
|
],
|
4415
4840
|
"value": 9,
|
4416
4841
|
"word": "9"
|
@@ -4420,14 +4845,14 @@
|
|
4420
4845
|
"dead": true,
|
4421
4846
|
"instance": true,
|
4422
4847
|
"level": 1,
|
4423
|
-
"marker": "
|
4848
|
+
"marker": "integer",
|
4424
4849
|
"range": {
|
4425
4850
|
"end": 23,
|
4426
4851
|
"start": 23
|
4427
4852
|
},
|
4428
4853
|
"text": "5",
|
4429
4854
|
"types": [
|
4430
|
-
"
|
4855
|
+
"integer"
|
4431
4856
|
],
|
4432
4857
|
"value": 5,
|
4433
4858
|
"word": "5"
|
@@ -4437,14 +4862,14 @@
|
|
4437
4862
|
"dead": true,
|
4438
4863
|
"instance": true,
|
4439
4864
|
"level": 1,
|
4440
|
-
"marker": "
|
4865
|
+
"marker": "integer",
|
4441
4866
|
"range": {
|
4442
4867
|
"end": 28,
|
4443
4868
|
"start": 27
|
4444
4869
|
},
|
4445
4870
|
"text": "32",
|
4446
4871
|
"types": [
|
4447
|
-
"
|
4872
|
+
"integer"
|
4448
4873
|
],
|
4449
4874
|
"value": 32,
|
4450
4875
|
"word": "32"
|
@@ -4461,7 +4886,6 @@
|
|
4461
4886
|
},
|
4462
4887
|
"text": "fahrenheit",
|
4463
4888
|
"types": [
|
4464
|
-
"expression",
|
4465
4889
|
"fahrenheit"
|
4466
4890
|
],
|
4467
4891
|
"value": "fahrenheit",
|
@@ -4471,27 +4895,30 @@
|
|
4471
4895
|
]
|
4472
4896
|
}
|
4473
4897
|
},
|
4474
|
-
"formulasTemplate2": {
|
4475
|
-
},
|
4476
4898
|
"gdefaults2": {
|
4477
4899
|
},
|
4478
4900
|
"hierarchy2": {
|
4479
4901
|
},
|
4480
4902
|
"math2": {
|
4481
4903
|
},
|
4482
|
-
"mathTemplate2": {
|
4483
|
-
},
|
4484
4904
|
"meta2": {
|
4485
4905
|
},
|
4906
|
+
"negation2": {
|
4907
|
+
},
|
4486
4908
|
"numbers2": {
|
4487
4909
|
},
|
4488
4910
|
"pos2": {
|
4489
4911
|
},
|
4490
4912
|
"properties2": {
|
4491
4913
|
"children": {
|
4492
|
-
"
|
4914
|
+
"adjective": [
|
4915
|
+
"stm_before"
|
4916
|
+
],
|
4917
|
+
"article": [
|
4493
4918
|
"a",
|
4494
|
-
"the"
|
4919
|
+
"the",
|
4920
|
+
"each",
|
4921
|
+
"every"
|
4495
4922
|
],
|
4496
4923
|
"canBeDoQuestion": [
|
4497
4924
|
"have"
|
@@ -4514,20 +4941,15 @@
|
|
4514
4941
|
"ifAble": [
|
4515
4942
|
"orAble"
|
4516
4943
|
],
|
4517
|
-
"mathematical_operator": [
|
4518
|
-
"*",
|
4519
|
-
"+",
|
4520
|
-
"/",
|
4521
|
-
"-"
|
4522
|
-
],
|
4523
|
-
"notAble": [
|
4524
|
-
"unknown"
|
4525
|
-
],
|
4526
4944
|
"object": [
|
4527
|
-
"unknown",
|
4528
4945
|
"what",
|
4529
4946
|
"whose"
|
4530
4947
|
],
|
4948
|
+
"preposition": [
|
4949
|
+
"between",
|
4950
|
+
"propertyOf",
|
4951
|
+
"to"
|
4952
|
+
],
|
4531
4953
|
"pronoun": [
|
4532
4954
|
"it",
|
4533
4955
|
"this"
|
@@ -4536,27 +4958,36 @@
|
|
4536
4958
|
"questionMark"
|
4537
4959
|
],
|
4538
4960
|
"queryable": [
|
4961
|
+
"xfx",
|
4539
4962
|
"hierarchyAble",
|
4540
4963
|
"readonly",
|
4541
4964
|
"property",
|
4542
4965
|
"object",
|
4543
|
-
"xfx",
|
4544
4966
|
"concept",
|
4967
|
+
"doubleQuote",
|
4968
|
+
"theAble",
|
4545
4969
|
"unknown",
|
4546
4970
|
"it",
|
4547
4971
|
"what",
|
4548
4972
|
"whatAble",
|
4973
|
+
"negatable",
|
4549
4974
|
"this",
|
4550
|
-
"
|
4551
|
-
"
|
4975
|
+
"reason",
|
4976
|
+
"distributable",
|
4977
|
+
"thisitthat"
|
4978
|
+
],
|
4979
|
+
"sort_ordering": [
|
4980
|
+
"ascending",
|
4981
|
+
"descending"
|
4552
4982
|
],
|
4553
4983
|
"theAble": [
|
4554
4984
|
"property",
|
4555
4985
|
"object",
|
4556
4986
|
"concept",
|
4557
4987
|
"unknown",
|
4558
|
-
"
|
4559
|
-
"
|
4988
|
+
"reason",
|
4989
|
+
"memorable",
|
4990
|
+
"noun"
|
4560
4991
|
],
|
4561
4992
|
"thisitthat": [
|
4562
4993
|
"it",
|
@@ -4571,55 +5002,65 @@
|
|
4571
5002
|
"fahrenheit",
|
4572
5003
|
"kelvin"
|
4573
5004
|
],
|
4574
|
-
"
|
4575
|
-
"property"
|
4576
|
-
],
|
4577
|
-
"verby": [
|
5005
|
+
"verb": [
|
4578
5006
|
"modifies",
|
4579
|
-
"is"
|
5007
|
+
"is",
|
5008
|
+
"remember",
|
5009
|
+
"evaluate"
|
4580
5010
|
]
|
4581
5011
|
},
|
4582
5012
|
"concepts": [
|
4583
5013
|
"properties",
|
4584
5014
|
"unknown",
|
4585
5015
|
"hierarchyAble",
|
4586
|
-
"object",
|
4587
5016
|
"what",
|
5017
|
+
"object",
|
5018
|
+
"xfx",
|
4588
5019
|
"queryable",
|
5020
|
+
"between",
|
5021
|
+
"preposition",
|
4589
5022
|
"readonly",
|
4590
|
-
"property",
|
4591
|
-
"xfx",
|
4592
|
-
"theAble",
|
4593
|
-
"whose",
|
4594
5023
|
"have",
|
4595
5024
|
"canBeDoQuestion",
|
4596
5025
|
"canBeQuestion",
|
5026
|
+
"property",
|
5027
|
+
"theAble",
|
5028
|
+
"propertyOf",
|
5029
|
+
"whose",
|
4597
5030
|
"concept",
|
4598
5031
|
"modifies",
|
4599
|
-
"
|
5032
|
+
"verb",
|
5033
|
+
"doubleQuote",
|
4600
5034
|
"it",
|
4601
5035
|
"pronoun",
|
4602
5036
|
"this",
|
4603
5037
|
"questionMark",
|
4604
5038
|
"punctuation",
|
4605
5039
|
"a",
|
4606
|
-
"
|
5040
|
+
"article",
|
4607
5041
|
"the",
|
4608
|
-
"notAble",
|
4609
5042
|
"whatAble",
|
5043
|
+
"negatable",
|
4610
5044
|
"is",
|
4611
5045
|
"toAble",
|
4612
|
-
"
|
4613
|
-
"thisitthat",
|
5046
|
+
"to",
|
4614
5047
|
"reason",
|
4615
|
-
"
|
5048
|
+
"memorable",
|
5049
|
+
"remember",
|
5050
|
+
"stm_before",
|
5051
|
+
"adjective",
|
4616
5052
|
"orAble",
|
4617
5053
|
"ifAble",
|
4618
|
-
"
|
4619
|
-
"
|
4620
|
-
"
|
4621
|
-
"
|
4622
|
-
"
|
5054
|
+
"evaluate",
|
5055
|
+
"each",
|
5056
|
+
"every",
|
5057
|
+
"distributable",
|
5058
|
+
"noun",
|
5059
|
+
"thisitthat",
|
5060
|
+
"that",
|
5061
|
+
"ascending",
|
5062
|
+
"sort_ordering",
|
5063
|
+
"descending",
|
4623
5064
|
"formula",
|
4624
5065
|
"dimension",
|
4625
5066
|
"unit",
|
@@ -4629,20 +5070,14 @@
|
|
4629
5070
|
"kelvin"
|
4630
5071
|
],
|
4631
5072
|
"parents": {
|
4632
|
-
"
|
4633
|
-
"
|
4634
|
-
],
|
4635
|
-
"+": [
|
4636
|
-
"mathematical_operator"
|
4637
|
-
],
|
4638
|
-
"-": [
|
4639
|
-
"mathematical_operator"
|
5073
|
+
"a": [
|
5074
|
+
"article"
|
4640
5075
|
],
|
4641
|
-
"
|
4642
|
-
"
|
5076
|
+
"ascending": [
|
5077
|
+
"sort_ordering"
|
4643
5078
|
],
|
4644
|
-
"
|
4645
|
-
"
|
5079
|
+
"between": [
|
5080
|
+
"preposition"
|
4646
5081
|
],
|
4647
5082
|
"celcius": [
|
4648
5083
|
"unit"
|
@@ -4651,9 +5086,27 @@
|
|
4651
5086
|
"theAble",
|
4652
5087
|
"queryable"
|
4653
5088
|
],
|
5089
|
+
"descending": [
|
5090
|
+
"sort_ordering"
|
5091
|
+
],
|
4654
5092
|
"dimension": [
|
4655
5093
|
"concept"
|
4656
5094
|
],
|
5095
|
+
"distributable": [
|
5096
|
+
"queryable"
|
5097
|
+
],
|
5098
|
+
"doubleQuote": [
|
5099
|
+
"queryable"
|
5100
|
+
],
|
5101
|
+
"each": [
|
5102
|
+
"article"
|
5103
|
+
],
|
5104
|
+
"evaluate": [
|
5105
|
+
"verb"
|
5106
|
+
],
|
5107
|
+
"every": [
|
5108
|
+
"article"
|
5109
|
+
],
|
4657
5110
|
"fahrenheit": [
|
4658
5111
|
"unit"
|
4659
5112
|
],
|
@@ -4669,7 +5122,7 @@
|
|
4669
5122
|
],
|
4670
5123
|
"is": [
|
4671
5124
|
"canBeQuestion",
|
4672
|
-
"
|
5125
|
+
"verb"
|
4673
5126
|
],
|
4674
5127
|
"it": [
|
4675
5128
|
"pronoun",
|
@@ -4680,8 +5133,14 @@
|
|
4680
5133
|
"kelvin": [
|
4681
5134
|
"unit"
|
4682
5135
|
],
|
5136
|
+
"memorable": [
|
5137
|
+
"theAble"
|
5138
|
+
],
|
4683
5139
|
"modifies": [
|
4684
|
-
"
|
5140
|
+
"verb"
|
5141
|
+
],
|
5142
|
+
"negatable": [
|
5143
|
+
"queryable"
|
4685
5144
|
],
|
4686
5145
|
"noun": [
|
4687
5146
|
"theAble"
|
@@ -4695,8 +5154,10 @@
|
|
4695
5154
|
],
|
4696
5155
|
"property": [
|
4697
5156
|
"queryable",
|
4698
|
-
"theAble"
|
4699
|
-
|
5157
|
+
"theAble"
|
5158
|
+
],
|
5159
|
+
"propertyOf": [
|
5160
|
+
"preposition"
|
4700
5161
|
],
|
4701
5162
|
"questionMark": [
|
4702
5163
|
"punctuation"
|
@@ -4708,6 +5169,12 @@
|
|
4708
5169
|
"theAble",
|
4709
5170
|
"queryable"
|
4710
5171
|
],
|
5172
|
+
"remember": [
|
5173
|
+
"verb"
|
5174
|
+
],
|
5175
|
+
"stm_before": [
|
5176
|
+
"adjective"
|
5177
|
+
],
|
4711
5178
|
"temperature": [
|
4712
5179
|
"dimension"
|
4713
5180
|
],
|
@@ -4715,7 +5182,10 @@
|
|
4715
5182
|
"thisitthat"
|
4716
5183
|
],
|
4717
5184
|
"the": [
|
4718
|
-
"
|
5185
|
+
"article"
|
5186
|
+
],
|
5187
|
+
"theAble": [
|
5188
|
+
"queryable"
|
4719
5189
|
],
|
4720
5190
|
"this": [
|
4721
5191
|
"pronoun",
|
@@ -4725,13 +5195,14 @@
|
|
4725
5195
|
"thisitthat": [
|
4726
5196
|
"queryable"
|
4727
5197
|
],
|
5198
|
+
"to": [
|
5199
|
+
"preposition"
|
5200
|
+
],
|
4728
5201
|
"unit": [
|
4729
5202
|
"concept"
|
4730
5203
|
],
|
4731
5204
|
"unknown": [
|
4732
5205
|
"hierarchyAble",
|
4733
|
-
"object",
|
4734
|
-
"notAble",
|
4735
5206
|
"theAble",
|
4736
5207
|
"queryable"
|
4737
5208
|
],
|
@@ -4755,17 +5226,15 @@
|
|
4755
5226
|
"initHandlers": [
|
4756
5227
|
],
|
4757
5228
|
"root": {
|
4758
|
-
"
|
4759
|
-
},
|
4760
|
-
"+": {
|
5229
|
+
"a": {
|
4761
5230
|
},
|
4762
|
-
"
|
5231
|
+
"adjective": {
|
4763
5232
|
},
|
4764
|
-
"
|
5233
|
+
"article": {
|
4765
5234
|
},
|
4766
|
-
"
|
5235
|
+
"ascending": {
|
4767
5236
|
},
|
4768
|
-
"
|
5237
|
+
"between": {
|
4769
5238
|
},
|
4770
5239
|
"canBeDoQuestion": {
|
4771
5240
|
},
|
@@ -4775,8 +5244,20 @@
|
|
4775
5244
|
},
|
4776
5245
|
"concept": {
|
4777
5246
|
},
|
5247
|
+
"descending": {
|
5248
|
+
},
|
4778
5249
|
"dimension": {
|
4779
5250
|
},
|
5251
|
+
"distributable": {
|
5252
|
+
},
|
5253
|
+
"doubleQuote": {
|
5254
|
+
},
|
5255
|
+
"each": {
|
5256
|
+
},
|
5257
|
+
"evaluate": {
|
5258
|
+
},
|
5259
|
+
"every": {
|
5260
|
+
},
|
4780
5261
|
"fahrenheit": {
|
4781
5262
|
},
|
4782
5263
|
"formula": {
|
@@ -4793,11 +5274,11 @@
|
|
4793
5274
|
},
|
4794
5275
|
"kelvin": {
|
4795
5276
|
},
|
4796
|
-
"
|
5277
|
+
"memorable": {
|
4797
5278
|
},
|
4798
5279
|
"modifies": {
|
4799
5280
|
},
|
4800
|
-
"
|
5281
|
+
"negatable": {
|
4801
5282
|
},
|
4802
5283
|
"noun": {
|
4803
5284
|
},
|
@@ -4805,10 +5286,14 @@
|
|
4805
5286
|
},
|
4806
5287
|
"orAble": {
|
4807
5288
|
},
|
5289
|
+
"preposition": {
|
5290
|
+
},
|
4808
5291
|
"pronoun": {
|
4809
5292
|
},
|
4810
5293
|
"property": {
|
4811
5294
|
},
|
5295
|
+
"propertyOf": {
|
5296
|
+
},
|
4812
5297
|
"punctuation": {
|
4813
5298
|
},
|
4814
5299
|
"queryable": {
|
@@ -4819,6 +5304,12 @@
|
|
4819
5304
|
},
|
4820
5305
|
"reason": {
|
4821
5306
|
},
|
5307
|
+
"remember": {
|
5308
|
+
},
|
5309
|
+
"sort_ordering": {
|
5310
|
+
},
|
5311
|
+
"stm_before": {
|
5312
|
+
},
|
4822
5313
|
"temperature": {
|
4823
5314
|
},
|
4824
5315
|
"that": {
|
@@ -4831,13 +5322,15 @@
|
|
4831
5322
|
},
|
4832
5323
|
"thisitthat": {
|
4833
5324
|
},
|
5325
|
+
"to": {
|
5326
|
+
},
|
4834
5327
|
"toAble": {
|
4835
5328
|
},
|
4836
5329
|
"unit": {
|
4837
5330
|
},
|
4838
5331
|
"unknown": {
|
4839
5332
|
},
|
4840
|
-
"
|
5333
|
+
"verb": {
|
4841
5334
|
},
|
4842
5335
|
"what": {
|
4843
5336
|
},
|
@@ -4863,18 +5356,25 @@
|
|
4863
5356
|
"stm2": {
|
4864
5357
|
"mentioned": [
|
4865
5358
|
{
|
5359
|
+
"fromSTM": true,
|
4866
5360
|
"marker": "fahrenheit",
|
4867
5361
|
"pullFromContext": false,
|
5362
|
+
"stm": {
|
5363
|
+
"id": 1
|
5364
|
+
},
|
4868
5365
|
"value": {
|
4869
5366
|
"dead": true,
|
4870
5367
|
"instance": true,
|
4871
5368
|
"level": 1,
|
4872
|
-
"marker": "
|
5369
|
+
"marker": "integer",
|
4873
5370
|
"range": {
|
4874
5371
|
"end": 9,
|
4875
5372
|
"start": 8
|
4876
5373
|
},
|
4877
5374
|
"text": "10",
|
5375
|
+
"types": [
|
5376
|
+
"integer"
|
5377
|
+
],
|
4878
5378
|
"value": 10,
|
4879
5379
|
"word": "10"
|
4880
5380
|
}
|
@@ -4886,11 +5386,14 @@
|
|
4886
5386
|
"temperature1": {
|
4887
5387
|
},
|
4888
5388
|
"testing2": {
|
5389
|
+
},
|
5390
|
+
"tokenize2": {
|
4889
5391
|
}
|
4890
5392
|
},
|
4891
5393
|
"processed": [
|
4892
5394
|
{
|
4893
5395
|
"context": {
|
5396
|
+
"context_index": 1,
|
4894
5397
|
"dead": true,
|
4895
5398
|
"evalue": {
|
4896
5399
|
"default": true,
|
@@ -4907,12 +5410,15 @@
|
|
4907
5410
|
"dead": true,
|
4908
5411
|
"instance": true,
|
4909
5412
|
"level": 1,
|
4910
|
-
"marker": "
|
5413
|
+
"marker": "integer",
|
4911
5414
|
"range": {
|
4912
5415
|
"end": 9,
|
4913
5416
|
"start": 8
|
4914
5417
|
},
|
4915
5418
|
"text": "10",
|
5419
|
+
"types": [
|
5420
|
+
"integer"
|
5421
|
+
],
|
4916
5422
|
"value": 10,
|
4917
5423
|
"word": "10"
|
4918
5424
|
},
|
@@ -4924,6 +5430,9 @@
|
|
4924
5430
|
"start": 8
|
4925
5431
|
},
|
4926
5432
|
"text": "10 fahrenheit",
|
5433
|
+
"types": [
|
5434
|
+
"dimension"
|
5435
|
+
],
|
4927
5436
|
"unit": {
|
4928
5437
|
"dead": true,
|
4929
5438
|
"level": 1,
|
@@ -4959,6 +5468,9 @@
|
|
4959
5468
|
"start": 25
|
4960
5469
|
},
|
4961
5470
|
"text": "celcius",
|
5471
|
+
"types": [
|
5472
|
+
"celcius"
|
5473
|
+
],
|
4962
5474
|
"value": "celcius",
|
4963
5475
|
"word": "celcius"
|
4964
5476
|
},
|
@@ -4984,7 +5496,7 @@
|
|
4984
5496
|
"end": 35,
|
4985
5497
|
"start": 10
|
4986
5498
|
},
|
4987
|
-
"text": "(
|
5499
|
+
"text": "(fahrenheit - 32)*5/8 + 32",
|
4988
5500
|
"touchedBy": [
|
4989
5501
|
"temperature#call4",
|
4990
5502
|
"temperature#call3"
|
@@ -5006,7 +5518,7 @@
|
|
5006
5518
|
"end": 30,
|
5007
5519
|
"start": 10
|
5008
5520
|
},
|
5009
|
-
"text": "(
|
5521
|
+
"text": "(fahrenheit - 32)*5/8",
|
5010
5522
|
"types": [
|
5011
5523
|
"divideByExpression",
|
5012
5524
|
"number"
|
@@ -5024,7 +5536,7 @@
|
|
5024
5536
|
"end": 28,
|
5025
5537
|
"start": 10
|
5026
5538
|
},
|
5027
|
-
"text": "(
|
5539
|
+
"text": "(fahrenheit - 32)*5",
|
5028
5540
|
"types": [
|
5029
5541
|
"number",
|
5030
5542
|
"timesExpression"
|
@@ -5043,7 +5555,7 @@
|
|
5043
5555
|
"end": 26,
|
5044
5556
|
"start": 10
|
5045
5557
|
},
|
5046
|
-
"text": "(
|
5558
|
+
"text": "(fahrenheit - 32)",
|
5047
5559
|
"types": [
|
5048
5560
|
"minusExpression",
|
5049
5561
|
"number"
|
@@ -5061,8 +5573,7 @@
|
|
5061
5573
|
},
|
5062
5574
|
"text": "fahrenheit",
|
5063
5575
|
"types": [
|
5064
|
-
"fahrenheit"
|
5065
|
-
"number"
|
5576
|
+
"fahrenheit"
|
5066
5577
|
],
|
5067
5578
|
"value": "fahrenheit",
|
5068
5579
|
"word": "fahrenheit"
|
@@ -5071,14 +5582,14 @@
|
|
5071
5582
|
"dead": true,
|
5072
5583
|
"instance": true,
|
5073
5584
|
"level": 1,
|
5074
|
-
"marker": "
|
5585
|
+
"marker": "integer",
|
5075
5586
|
"range": {
|
5076
5587
|
"end": 25,
|
5077
5588
|
"start": 24
|
5078
5589
|
},
|
5079
5590
|
"text": "32",
|
5080
5591
|
"types": [
|
5081
|
-
"
|
5592
|
+
"integer"
|
5082
5593
|
],
|
5083
5594
|
"value": 32,
|
5084
5595
|
"word": "32"
|
@@ -5088,14 +5599,14 @@
|
|
5088
5599
|
"dead": true,
|
5089
5600
|
"instance": true,
|
5090
5601
|
"level": 1,
|
5091
|
-
"marker": "
|
5602
|
+
"marker": "integer",
|
5092
5603
|
"range": {
|
5093
5604
|
"end": 28,
|
5094
5605
|
"start": 28
|
5095
5606
|
},
|
5096
5607
|
"text": "5",
|
5097
5608
|
"types": [
|
5098
|
-
"
|
5609
|
+
"integer"
|
5099
5610
|
],
|
5100
5611
|
"value": 5,
|
5101
5612
|
"word": "5"
|
@@ -5105,14 +5616,14 @@
|
|
5105
5616
|
"dead": true,
|
5106
5617
|
"instance": true,
|
5107
5618
|
"level": 1,
|
5108
|
-
"marker": "
|
5619
|
+
"marker": "integer",
|
5109
5620
|
"range": {
|
5110
5621
|
"end": 30,
|
5111
5622
|
"start": 30
|
5112
5623
|
},
|
5113
5624
|
"text": "8",
|
5114
5625
|
"types": [
|
5115
|
-
"
|
5626
|
+
"integer"
|
5116
5627
|
],
|
5117
5628
|
"value": 8,
|
5118
5629
|
"word": "8"
|
@@ -5122,14 +5633,14 @@
|
|
5122
5633
|
"dead": true,
|
5123
5634
|
"instance": true,
|
5124
5635
|
"level": 1,
|
5125
|
-
"marker": "
|
5636
|
+
"marker": "integer",
|
5126
5637
|
"range": {
|
5127
5638
|
"end": 35,
|
5128
5639
|
"start": 34
|
5129
5640
|
},
|
5130
5641
|
"text": "32",
|
5131
5642
|
"types": [
|
5132
|
-
"
|
5643
|
+
"integer"
|
5133
5644
|
],
|
5134
5645
|
"value": 32,
|
5135
5646
|
"word": "32"
|
@@ -5149,6 +5660,9 @@
|
|
5149
5660
|
"start": 25
|
5150
5661
|
},
|
5151
5662
|
"text": "celcius",
|
5663
|
+
"types": [
|
5664
|
+
"celcius"
|
5665
|
+
],
|
5152
5666
|
"value": "celcius",
|
5153
5667
|
"word": "celcius"
|
5154
5668
|
}
|
@@ -5159,12 +5673,15 @@
|
|
5159
5673
|
"dead": true,
|
5160
5674
|
"instance": true,
|
5161
5675
|
"level": 1,
|
5162
|
-
"marker": "
|
5676
|
+
"marker": "integer",
|
5163
5677
|
"range": {
|
5164
5678
|
"end": 9,
|
5165
5679
|
"start": 8
|
5166
5680
|
},
|
5167
5681
|
"text": "10",
|
5682
|
+
"types": [
|
5683
|
+
"integer"
|
5684
|
+
],
|
5168
5685
|
"value": 10,
|
5169
5686
|
"word": "10"
|
5170
5687
|
},
|
@@ -5176,6 +5693,9 @@
|
|
5176
5693
|
"start": 8
|
5177
5694
|
},
|
5178
5695
|
"text": "10 fahrenheit",
|
5696
|
+
"types": [
|
5697
|
+
"dimension"
|
5698
|
+
],
|
5179
5699
|
"unit": {
|
5180
5700
|
"dead": true,
|
5181
5701
|
"level": 1,
|
@@ -5212,6 +5732,9 @@
|
|
5212
5732
|
"start": 25
|
5213
5733
|
},
|
5214
5734
|
"text": "celcius",
|
5735
|
+
"types": [
|
5736
|
+
"celcius"
|
5737
|
+
],
|
5215
5738
|
"value": "celcius",
|
5216
5739
|
"word": "celcius"
|
5217
5740
|
},
|
@@ -5271,12 +5794,15 @@
|
|
5271
5794
|
"dead": true,
|
5272
5795
|
"instance": true,
|
5273
5796
|
"level": 1,
|
5274
|
-
"marker": "
|
5797
|
+
"marker": "integer",
|
5275
5798
|
"range": {
|
5276
5799
|
"end": 9,
|
5277
5800
|
"start": 8
|
5278
5801
|
},
|
5279
5802
|
"text": "10",
|
5803
|
+
"types": [
|
5804
|
+
"integer"
|
5805
|
+
],
|
5280
5806
|
"value": 10,
|
5281
5807
|
"word": "10"
|
5282
5808
|
},
|
@@ -5288,6 +5814,9 @@
|
|
5288
5814
|
"start": 8
|
5289
5815
|
},
|
5290
5816
|
"text": "10 fahrenheit",
|
5817
|
+
"types": [
|
5818
|
+
"dimension"
|
5819
|
+
],
|
5291
5820
|
"unit": {
|
5292
5821
|
"dead": true,
|
5293
5822
|
"level": 1,
|
@@ -5323,6 +5852,9 @@
|
|
5323
5852
|
"start": 25
|
5324
5853
|
},
|
5325
5854
|
"text": "celcius",
|
5855
|
+
"types": [
|
5856
|
+
"celcius"
|
5857
|
+
],
|
5326
5858
|
"value": "celcius",
|
5327
5859
|
"word": "celcius"
|
5328
5860
|
},
|
@@ -5342,6 +5874,7 @@
|
|
5342
5874
|
},
|
5343
5875
|
{
|
5344
5876
|
"context": {
|
5877
|
+
"context_index": 1,
|
5345
5878
|
"dead": true,
|
5346
5879
|
"left": {
|
5347
5880
|
"dead": true,
|
@@ -5354,8 +5887,7 @@
|
|
5354
5887
|
},
|
5355
5888
|
"text": "celcius",
|
5356
5889
|
"types": [
|
5357
|
-
"celcius"
|
5358
|
-
"expression"
|
5890
|
+
"celcius"
|
5359
5891
|
],
|
5360
5892
|
"value": "celcius",
|
5361
5893
|
"word": "celcius"
|
@@ -5377,7 +5909,7 @@
|
|
5377
5909
|
"end": 35,
|
5378
5910
|
"start": 10
|
5379
5911
|
},
|
5380
|
-
"text": "(
|
5912
|
+
"text": "(fahrenheit - 32)*5/8 + 32",
|
5381
5913
|
"types": [
|
5382
5914
|
"number",
|
5383
5915
|
"plusExpression"
|
@@ -5395,7 +5927,7 @@
|
|
5395
5927
|
"end": 30,
|
5396
5928
|
"start": 10
|
5397
5929
|
},
|
5398
|
-
"text": "(
|
5930
|
+
"text": "(fahrenheit - 32)*5/8",
|
5399
5931
|
"types": [
|
5400
5932
|
"divideByExpression",
|
5401
5933
|
"number"
|
@@ -5413,7 +5945,7 @@
|
|
5413
5945
|
"end": 28,
|
5414
5946
|
"start": 10
|
5415
5947
|
},
|
5416
|
-
"text": "(
|
5948
|
+
"text": "(fahrenheit - 32)*5",
|
5417
5949
|
"types": [
|
5418
5950
|
"number",
|
5419
5951
|
"timesExpression"
|
@@ -5432,7 +5964,7 @@
|
|
5432
5964
|
"end": 26,
|
5433
5965
|
"start": 10
|
5434
5966
|
},
|
5435
|
-
"text": "(
|
5967
|
+
"text": "(fahrenheit - 32)",
|
5436
5968
|
"types": [
|
5437
5969
|
"minusExpression",
|
5438
5970
|
"number"
|
@@ -5450,8 +5982,7 @@
|
|
5450
5982
|
},
|
5451
5983
|
"text": "fahrenheit",
|
5452
5984
|
"types": [
|
5453
|
-
"fahrenheit"
|
5454
|
-
"number"
|
5985
|
+
"fahrenheit"
|
5455
5986
|
],
|
5456
5987
|
"value": "fahrenheit",
|
5457
5988
|
"word": "fahrenheit"
|
@@ -5460,14 +5991,14 @@
|
|
5460
5991
|
"dead": true,
|
5461
5992
|
"instance": true,
|
5462
5993
|
"level": 1,
|
5463
|
-
"marker": "
|
5994
|
+
"marker": "integer",
|
5464
5995
|
"range": {
|
5465
5996
|
"end": 25,
|
5466
5997
|
"start": 24
|
5467
5998
|
},
|
5468
5999
|
"text": "32",
|
5469
6000
|
"types": [
|
5470
|
-
"
|
6001
|
+
"integer"
|
5471
6002
|
],
|
5472
6003
|
"value": 32,
|
5473
6004
|
"word": "32"
|
@@ -5477,14 +6008,14 @@
|
|
5477
6008
|
"dead": true,
|
5478
6009
|
"instance": true,
|
5479
6010
|
"level": 1,
|
5480
|
-
"marker": "
|
6011
|
+
"marker": "integer",
|
5481
6012
|
"range": {
|
5482
6013
|
"end": 28,
|
5483
6014
|
"start": 28
|
5484
6015
|
},
|
5485
6016
|
"text": "5",
|
5486
6017
|
"types": [
|
5487
|
-
"
|
6018
|
+
"integer"
|
5488
6019
|
],
|
5489
6020
|
"value": 5,
|
5490
6021
|
"word": "5"
|
@@ -5494,14 +6025,14 @@
|
|
5494
6025
|
"dead": true,
|
5495
6026
|
"instance": true,
|
5496
6027
|
"level": 1,
|
5497
|
-
"marker": "
|
6028
|
+
"marker": "integer",
|
5498
6029
|
"range": {
|
5499
6030
|
"end": 30,
|
5500
6031
|
"start": 30
|
5501
6032
|
},
|
5502
6033
|
"text": "8",
|
5503
6034
|
"types": [
|
5504
|
-
"
|
6035
|
+
"integer"
|
5505
6036
|
],
|
5506
6037
|
"value": 8,
|
5507
6038
|
"word": "8"
|
@@ -5511,26 +6042,26 @@
|
|
5511
6042
|
"dead": true,
|
5512
6043
|
"instance": true,
|
5513
6044
|
"level": 1,
|
5514
|
-
"marker": "
|
6045
|
+
"marker": "integer",
|
5515
6046
|
"range": {
|
5516
6047
|
"end": 35,
|
5517
6048
|
"start": 34
|
5518
6049
|
},
|
5519
6050
|
"text": "32",
|
5520
6051
|
"types": [
|
5521
|
-
"
|
6052
|
+
"integer"
|
5522
6053
|
],
|
5523
6054
|
"value": 32,
|
5524
6055
|
"word": "32"
|
5525
6056
|
}
|
5526
6057
|
},
|
5527
|
-
"text": "celcius = (
|
6058
|
+
"text": "celcius = (fahrenheit - 32)*5/8 + 32",
|
5528
6059
|
"topLevel": true,
|
5529
6060
|
"touchedBy": [
|
5530
6061
|
"temperature#call2",
|
5531
6062
|
"instance3#temperature#call2"
|
5532
6063
|
],
|
5533
|
-
"value": "
|
6064
|
+
"value": "equals",
|
5534
6065
|
"word": "="
|
5535
6066
|
},
|
5536
6067
|
"generatedParenthesized": [
|
@@ -5544,6 +6075,7 @@
|
|
5544
6075
|
},
|
5545
6076
|
{
|
5546
6077
|
"context": {
|
6078
|
+
"context_index": 1,
|
5547
6079
|
"dead": true,
|
5548
6080
|
"left": {
|
5549
6081
|
"dead": true,
|
@@ -5556,7 +6088,6 @@
|
|
5556
6088
|
},
|
5557
6089
|
"text": "fahrenheit",
|
5558
6090
|
"types": [
|
5559
|
-
"expression",
|
5560
6091
|
"fahrenheit"
|
5561
6092
|
],
|
5562
6093
|
"value": "fahrenheit",
|
@@ -5579,7 +6110,7 @@
|
|
5579
6110
|
"end": 28,
|
5580
6111
|
"start": 13
|
5581
6112
|
},
|
5582
|
-
"text": "celcius
|
6113
|
+
"text": "celcius*9/5 + 32",
|
5583
6114
|
"types": [
|
5584
6115
|
"number",
|
5585
6116
|
"plusExpression"
|
@@ -5597,7 +6128,7 @@
|
|
5597
6128
|
"end": 23,
|
5598
6129
|
"start": 13
|
5599
6130
|
},
|
5600
|
-
"text": "celcius
|
6131
|
+
"text": "celcius*9/5",
|
5601
6132
|
"types": [
|
5602
6133
|
"divideByExpression",
|
5603
6134
|
"number"
|
@@ -5615,7 +6146,7 @@
|
|
5615
6146
|
"end": 21,
|
5616
6147
|
"start": 13
|
5617
6148
|
},
|
5618
|
-
"text": "celcius
|
6149
|
+
"text": "celcius*9",
|
5619
6150
|
"types": [
|
5620
6151
|
"number",
|
5621
6152
|
"timesExpression"
|
@@ -5633,8 +6164,7 @@
|
|
5633
6164
|
},
|
5634
6165
|
"text": "celcius",
|
5635
6166
|
"types": [
|
5636
|
-
"celcius"
|
5637
|
-
"number"
|
6167
|
+
"celcius"
|
5638
6168
|
],
|
5639
6169
|
"value": "celcius",
|
5640
6170
|
"word": "celcius"
|
@@ -5643,14 +6173,14 @@
|
|
5643
6173
|
"dead": true,
|
5644
6174
|
"instance": true,
|
5645
6175
|
"level": 1,
|
5646
|
-
"marker": "
|
6176
|
+
"marker": "integer",
|
5647
6177
|
"range": {
|
5648
6178
|
"end": 21,
|
5649
6179
|
"start": 21
|
5650
6180
|
},
|
5651
6181
|
"text": "9",
|
5652
6182
|
"types": [
|
5653
|
-
"
|
6183
|
+
"integer"
|
5654
6184
|
],
|
5655
6185
|
"value": 9,
|
5656
6186
|
"word": "9"
|
@@ -5660,14 +6190,14 @@
|
|
5660
6190
|
"dead": true,
|
5661
6191
|
"instance": true,
|
5662
6192
|
"level": 1,
|
5663
|
-
"marker": "
|
6193
|
+
"marker": "integer",
|
5664
6194
|
"range": {
|
5665
6195
|
"end": 23,
|
5666
6196
|
"start": 23
|
5667
6197
|
},
|
5668
6198
|
"text": "5",
|
5669
6199
|
"types": [
|
5670
|
-
"
|
6200
|
+
"integer"
|
5671
6201
|
],
|
5672
6202
|
"value": 5,
|
5673
6203
|
"word": "5"
|
@@ -5677,26 +6207,26 @@
|
|
5677
6207
|
"dead": true,
|
5678
6208
|
"instance": true,
|
5679
6209
|
"level": 1,
|
5680
|
-
"marker": "
|
6210
|
+
"marker": "integer",
|
5681
6211
|
"range": {
|
5682
6212
|
"end": 28,
|
5683
6213
|
"start": 27
|
5684
6214
|
},
|
5685
6215
|
"text": "32",
|
5686
6216
|
"types": [
|
5687
|
-
"
|
6217
|
+
"integer"
|
5688
6218
|
],
|
5689
6219
|
"value": 32,
|
5690
6220
|
"word": "32"
|
5691
6221
|
}
|
5692
6222
|
},
|
5693
|
-
"text": "fahrenheit = celcius
|
6223
|
+
"text": "fahrenheit = celcius*9/5 + 32",
|
5694
6224
|
"topLevel": true,
|
5695
6225
|
"touchedBy": [
|
5696
6226
|
"temperature#call2",
|
5697
6227
|
"instance2#temperature#call2"
|
5698
6228
|
],
|
5699
|
-
"value": "
|
6229
|
+
"value": "equals",
|
5700
6230
|
"word": "="
|
5701
6231
|
},
|
5702
6232
|
"generatedParenthesized": [
|
@@ -5710,11 +6240,14 @@
|
|
5710
6240
|
},
|
5711
6241
|
{
|
5712
6242
|
"context": {
|
6243
|
+
"context_index": 1,
|
5713
6244
|
"dead": true,
|
5714
6245
|
"level": 2,
|
5715
6246
|
"marker": "is",
|
5716
6247
|
"number": "many",
|
5717
6248
|
"one": {
|
6249
|
+
"default": true,
|
6250
|
+
"isList": true,
|
5718
6251
|
"level": 1,
|
5719
6252
|
"listable": true,
|
5720
6253
|
"marker": "list",
|
@@ -5723,6 +6256,7 @@
|
|
5723
6256
|
"end": 53,
|
5724
6257
|
"start": 0
|
5725
6258
|
},
|
6259
|
+
"text": "celcius fahrenheit and kelvin",
|
5726
6260
|
"types": [
|
5727
6261
|
"list",
|
5728
6262
|
"unknown"
|
@@ -5730,50 +6264,60 @@
|
|
5730
6264
|
"value": [
|
5731
6265
|
{
|
5732
6266
|
"dead": true,
|
5733
|
-
"level":
|
6267
|
+
"level": 1,
|
5734
6268
|
"marker": "unknown",
|
5735
6269
|
"range": {
|
5736
6270
|
"end": 6,
|
5737
6271
|
"start": 0
|
5738
6272
|
},
|
5739
6273
|
"text": "celcius",
|
6274
|
+
"types": [
|
6275
|
+
"unknown"
|
6276
|
+
],
|
5740
6277
|
"unknown": true,
|
5741
6278
|
"value": "celcius",
|
5742
6279
|
"word": "celcius"
|
5743
6280
|
},
|
5744
6281
|
{
|
5745
6282
|
"dead": true,
|
5746
|
-
"level":
|
6283
|
+
"level": 1,
|
5747
6284
|
"marker": "unknown",
|
5748
6285
|
"range": {
|
5749
6286
|
"end": 17,
|
5750
6287
|
"start": 8
|
5751
6288
|
},
|
5752
6289
|
"text": "fahrenheit",
|
6290
|
+
"types": [
|
6291
|
+
"unknown"
|
6292
|
+
],
|
5753
6293
|
"unknown": true,
|
5754
6294
|
"value": "fahrenheit",
|
5755
6295
|
"word": "fahrenheit"
|
5756
6296
|
},
|
5757
6297
|
{
|
5758
6298
|
"dead": true,
|
5759
|
-
"level":
|
6299
|
+
"level": 1,
|
5760
6300
|
"marker": "unknown",
|
5761
6301
|
"range": {
|
5762
6302
|
"end": 28,
|
5763
6303
|
"start": 23
|
5764
6304
|
},
|
5765
6305
|
"text": "kelvin",
|
6306
|
+
"types": [
|
6307
|
+
"unknown"
|
6308
|
+
],
|
5766
6309
|
"unknown": true,
|
5767
6310
|
"value": "kelvin",
|
5768
6311
|
"word": "kelvin"
|
5769
6312
|
}
|
5770
|
-
]
|
6313
|
+
],
|
6314
|
+
"word": "and"
|
5771
6315
|
},
|
5772
6316
|
"range": {
|
5773
6317
|
"end": 53,
|
5774
6318
|
"start": 0
|
5775
6319
|
},
|
5776
|
-
"text": " are units of temperature",
|
6320
|
+
"text": "celcius fahrenheit and kelvin are units of temperature",
|
5777
6321
|
"topLevel": true,
|
5778
6322
|
"touchedBy": [
|
5779
6323
|
"temperature#call2",
|
@@ -5859,6 +6403,7 @@
|
|
5859
6403
|
},
|
5860
6404
|
{
|
5861
6405
|
"context": {
|
6406
|
+
"context_index": 1,
|
5862
6407
|
"dead": true,
|
5863
6408
|
"level": 2,
|
5864
6409
|
"marker": "is",
|
@@ -5904,6 +6449,7 @@
|
|
5904
6449
|
"text": "a",
|
5905
6450
|
"word": "a"
|
5906
6451
|
},
|
6452
|
+
"instance": true,
|
5907
6453
|
"level": 1,
|
5908
6454
|
"marker": "dimension",
|
5909
6455
|
"modifiers": [
|
@@ -5936,11 +6482,14 @@
|
|
5936
6482
|
},
|
5937
6483
|
{
|
5938
6484
|
"context": {
|
6485
|
+
"context_index": 1,
|
5939
6486
|
"dead": true,
|
5940
6487
|
"level": 2,
|
5941
6488
|
"marker": "is",
|
5942
6489
|
"number": "many",
|
5943
6490
|
"one": {
|
6491
|
+
"default": true,
|
6492
|
+
"isList": true,
|
5944
6493
|
"level": 1,
|
5945
6494
|
"listable": true,
|
5946
6495
|
"marker": "list",
|
@@ -5949,46 +6498,55 @@
|
|
5949
6498
|
"end": 30,
|
5950
6499
|
"start": 0
|
5951
6500
|
},
|
6501
|
+
"text": "dimension and unit",
|
5952
6502
|
"types": [
|
5953
6503
|
"list",
|
5954
|
-
"
|
6504
|
+
"unknown"
|
5955
6505
|
],
|
5956
6506
|
"value": [
|
5957
6507
|
{
|
5958
6508
|
"dead": true,
|
5959
6509
|
"level": 1,
|
5960
|
-
"marker": "
|
6510
|
+
"marker": "unknown",
|
5961
6511
|
"range": {
|
5962
6512
|
"end": 8,
|
5963
6513
|
"start": 0
|
5964
6514
|
},
|
5965
6515
|
"text": "dimension",
|
6516
|
+
"types": [
|
6517
|
+
"unknown"
|
6518
|
+
],
|
6519
|
+
"unknown": true,
|
5966
6520
|
"value": "dimension",
|
5967
6521
|
"word": "dimension"
|
5968
6522
|
},
|
5969
6523
|
{
|
5970
6524
|
"dead": true,
|
5971
6525
|
"level": 1,
|
5972
|
-
"marker": "
|
6526
|
+
"marker": "unknown",
|
5973
6527
|
"range": {
|
5974
6528
|
"end": 17,
|
5975
6529
|
"start": 14
|
5976
6530
|
},
|
5977
6531
|
"text": "unit",
|
6532
|
+
"types": [
|
6533
|
+
"unknown"
|
6534
|
+
],
|
6535
|
+
"unknown": true,
|
5978
6536
|
"value": "unit",
|
5979
6537
|
"word": "unit"
|
5980
6538
|
}
|
5981
|
-
]
|
6539
|
+
],
|
6540
|
+
"word": "and"
|
5982
6541
|
},
|
5983
6542
|
"range": {
|
5984
6543
|
"end": 30,
|
5985
6544
|
"start": 0
|
5986
6545
|
},
|
5987
|
-
"text": " are concepts",
|
6546
|
+
"text": "dimension and unit are concepts",
|
5988
6547
|
"topLevel": true,
|
5989
6548
|
"touchedBy": [
|
5990
|
-
"
|
5991
|
-
"instance0#dimensionTemplate#call2",
|
6549
|
+
"dimension#call2",
|
5992
6550
|
"instance0#dimension#call2",
|
5993
6551
|
"instance0#temperature#call2"
|
5994
6552
|
],
|
@@ -6031,6 +6589,240 @@
|
|
6031
6589
|
"query": "what is 10 fahrenheit in celcius",
|
6032
6590
|
"responses": [
|
6033
6591
|
"10 fahrenheit in celcius is 18.25 celcius"
|
6592
|
+
],
|
6593
|
+
"summaries": [
|
6594
|
+
[
|
6595
|
+
{
|
6596
|
+
"counter": 1,
|
6597
|
+
"operators": [
|
6598
|
+
[
|
6599
|
+
"what",
|
6600
|
+
0
|
6601
|
+
],
|
6602
|
+
[
|
6603
|
+
"is",
|
6604
|
+
0
|
6605
|
+
],
|
6606
|
+
[
|
6607
|
+
"integer",
|
6608
|
+
0
|
6609
|
+
],
|
6610
|
+
[
|
6611
|
+
"fahrenheit",
|
6612
|
+
0
|
6613
|
+
],
|
6614
|
+
[
|
6615
|
+
"convertToUnits",
|
6616
|
+
0
|
6617
|
+
],
|
6618
|
+
[
|
6619
|
+
"celcius",
|
6620
|
+
0
|
6621
|
+
]
|
6622
|
+
]
|
6623
|
+
},
|
6624
|
+
{
|
6625
|
+
"counter": 2,
|
6626
|
+
"operators": [
|
6627
|
+
[
|
6628
|
+
"what",
|
6629
|
+
0
|
6630
|
+
],
|
6631
|
+
[
|
6632
|
+
"is",
|
6633
|
+
0
|
6634
|
+
],
|
6635
|
+
[
|
6636
|
+
"integer",
|
6637
|
+
1
|
6638
|
+
],
|
6639
|
+
[
|
6640
|
+
"fahrenheit",
|
6641
|
+
0
|
6642
|
+
],
|
6643
|
+
[
|
6644
|
+
"convertToUnits",
|
6645
|
+
0
|
6646
|
+
],
|
6647
|
+
[
|
6648
|
+
"celcius",
|
6649
|
+
0
|
6650
|
+
]
|
6651
|
+
]
|
6652
|
+
},
|
6653
|
+
{
|
6654
|
+
"counter": 3,
|
6655
|
+
"operators": [
|
6656
|
+
[
|
6657
|
+
"what",
|
6658
|
+
0
|
6659
|
+
],
|
6660
|
+
[
|
6661
|
+
"is",
|
6662
|
+
0
|
6663
|
+
],
|
6664
|
+
[
|
6665
|
+
"integer",
|
6666
|
+
1
|
6667
|
+
],
|
6668
|
+
[
|
6669
|
+
"fahrenheit",
|
6670
|
+
1
|
6671
|
+
],
|
6672
|
+
[
|
6673
|
+
"convertToUnits",
|
6674
|
+
0
|
6675
|
+
],
|
6676
|
+
[
|
6677
|
+
"celcius",
|
6678
|
+
0
|
6679
|
+
]
|
6680
|
+
]
|
6681
|
+
},
|
6682
|
+
{
|
6683
|
+
"counter": 4,
|
6684
|
+
"operators": [
|
6685
|
+
[
|
6686
|
+
"what",
|
6687
|
+
0
|
6688
|
+
],
|
6689
|
+
[
|
6690
|
+
"is",
|
6691
|
+
0
|
6692
|
+
],
|
6693
|
+
[
|
6694
|
+
"integer",
|
6695
|
+
1
|
6696
|
+
],
|
6697
|
+
[
|
6698
|
+
"fahrenheit",
|
6699
|
+
1
|
6700
|
+
],
|
6701
|
+
[
|
6702
|
+
"convertToUnits",
|
6703
|
+
0
|
6704
|
+
],
|
6705
|
+
[
|
6706
|
+
"celcius",
|
6707
|
+
1
|
6708
|
+
]
|
6709
|
+
]
|
6710
|
+
},
|
6711
|
+
{
|
6712
|
+
"counter": 5,
|
6713
|
+
"operators": [
|
6714
|
+
[
|
6715
|
+
"what",
|
6716
|
+
1
|
6717
|
+
],
|
6718
|
+
[
|
6719
|
+
"is",
|
6720
|
+
0
|
6721
|
+
],
|
6722
|
+
[
|
6723
|
+
"integer",
|
6724
|
+
1
|
6725
|
+
],
|
6726
|
+
[
|
6727
|
+
"fahrenheit",
|
6728
|
+
1
|
6729
|
+
],
|
6730
|
+
[
|
6731
|
+
"convertToUnits",
|
6732
|
+
0
|
6733
|
+
],
|
6734
|
+
[
|
6735
|
+
"celcius",
|
6736
|
+
1
|
6737
|
+
]
|
6738
|
+
]
|
6739
|
+
},
|
6740
|
+
{
|
6741
|
+
"counter": 6,
|
6742
|
+
"operators": [
|
6743
|
+
[
|
6744
|
+
"what",
|
6745
|
+
1
|
6746
|
+
],
|
6747
|
+
[
|
6748
|
+
"is",
|
6749
|
+
0
|
6750
|
+
],
|
6751
|
+
[
|
6752
|
+
"dimension",
|
6753
|
+
0
|
6754
|
+
],
|
6755
|
+
[
|
6756
|
+
"convertToUnits",
|
6757
|
+
0
|
6758
|
+
],
|
6759
|
+
[
|
6760
|
+
"celcius",
|
6761
|
+
1
|
6762
|
+
]
|
6763
|
+
]
|
6764
|
+
},
|
6765
|
+
{
|
6766
|
+
"counter": 7,
|
6767
|
+
"operators": [
|
6768
|
+
[
|
6769
|
+
"what",
|
6770
|
+
1
|
6771
|
+
],
|
6772
|
+
[
|
6773
|
+
"is",
|
6774
|
+
0
|
6775
|
+
],
|
6776
|
+
[
|
6777
|
+
"dimension",
|
6778
|
+
1
|
6779
|
+
],
|
6780
|
+
[
|
6781
|
+
"convertToUnits",
|
6782
|
+
0
|
6783
|
+
],
|
6784
|
+
[
|
6785
|
+
"celcius",
|
6786
|
+
1
|
6787
|
+
]
|
6788
|
+
]
|
6789
|
+
},
|
6790
|
+
{
|
6791
|
+
"counter": 8,
|
6792
|
+
"operators": [
|
6793
|
+
[
|
6794
|
+
"what",
|
6795
|
+
1
|
6796
|
+
],
|
6797
|
+
[
|
6798
|
+
"is",
|
6799
|
+
0
|
6800
|
+
],
|
6801
|
+
[
|
6802
|
+
"convertToUnits",
|
6803
|
+
1
|
6804
|
+
]
|
6805
|
+
]
|
6806
|
+
},
|
6807
|
+
{
|
6808
|
+
"counter": 9,
|
6809
|
+
"operators": [
|
6810
|
+
[
|
6811
|
+
"is",
|
6812
|
+
1
|
6813
|
+
]
|
6814
|
+
]
|
6815
|
+
},
|
6816
|
+
{
|
6817
|
+
"counter": 10,
|
6818
|
+
"operators": [
|
6819
|
+
[
|
6820
|
+
"is",
|
6821
|
+
2
|
6822
|
+
]
|
6823
|
+
]
|
6824
|
+
}
|
6825
|
+
]
|
6034
6826
|
]
|
6035
6827
|
}
|
6036
6828
|
]
|