ekms 8.0.0 → 8.1.0
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 +3003 -1651
- package/common/animals.js +17 -20
- package/common/articles.js +103 -0
- package/common/articles.test.json +310 -0
- package/common/asking.instance.json +2 -0
- package/common/asking.js +253 -0
- package/common/asking.test.json +2290 -0
- package/common/avatar.js +6 -10
- package/common/characters.js +23 -30
- package/common/colors.instance.json +25513 -0
- package/common/colors.js +67 -0
- package/common/colors.test.json +4425 -0
- package/common/comparable.instance.json +1750 -0
- package/common/comparable.js +36 -28
- package/common/comparable.test.json +1196 -2
- package/common/concept.js +121 -119
- package/common/conjunction.instance.json +2 -0
- package/common/conjunction.js +104 -0
- package/common/conjunction.test.json +322 -0
- package/common/countable.js +20 -14
- package/common/countable.test.json +1050 -0
- package/common/crew.instance.json +16855 -9731
- package/common/crew.js +39 -42
- package/common/crew.test.json +714 -452
- package/common/currency.js +28 -46
- package/common/dialogues.js +177 -426
- package/common/dialogues.test.json +684 -450
- package/common/dimension.instance.json +508 -289
- package/common/dimension.js +22 -24
- package/common/dimension.test.json +727 -1944
- package/common/edible.instance.json +20548 -10848
- package/common/edible.js +4 -9
- package/common/emotions.instance.json +255 -123
- package/common/emotions.js +36 -39
- package/common/evaluate.instance.json +2 -0
- package/common/evaluate.js +53 -0
- package/common/evaluate.test.json +574 -0
- package/common/events.js +11 -15
- package/common/fastfood.instance.json +223039 -113390
- package/common/fastfood.js +77 -87
- package/common/fastfood.test.json +8205 -3733
- package/common/formulas.instance.json +444 -244
- package/common/formulas.js +20 -27
- package/common/formulas.test.json +1027 -955
- package/common/gdefaults.js +40 -27
- package/common/help.js +9 -14
- package/common/help.test.json +71 -18
- package/common/helpers/concept.js +33 -10
- package/common/helpers/dialogues.js +22 -4
- package/common/helpers/formulas.js +0 -14
- package/common/helpers/meta.js +0 -1
- package/common/helpers/properties.js +72 -76
- package/common/helpers.js +35 -24
- package/common/hierarchy.js +17 -25
- package/common/javascript.js +12 -19
- package/common/kirk.instance.json +586 -298
- package/common/kirk.js +6 -9
- package/common/length.instance.json +9158 -5124
- package/common/length.js +5 -9
- package/common/listener.js +48 -0
- package/common/listener.test.json +104 -0
- package/common/math.instance.json +409 -1202
- package/common/math.js +17 -21
- package/common/meta.js +24 -50
- package/common/nameable.instance.json +2 -0
- package/common/nameable.js +144 -0
- package/common/nameable.test.json +3191 -0
- package/common/negation.instance.json +2 -0
- package/common/negation.js +38 -0
- package/common/negation.test.json +308 -0
- package/common/numbers.js +28 -32
- package/common/ordering.instance.json +449 -273
- package/common/ordering.js +81 -87
- package/common/ordinals.instance.json +2 -0
- package/common/ordinals.js +60 -0
- package/common/ordinals.test.json +306 -0
- package/common/people.instance.json +2176 -1141
- package/common/people.js +9 -14
- package/common/percentages.instance.json +2 -0
- package/common/percentages.js +53 -0
- package/common/percentages.test.json +751 -0
- package/common/pipboy.instance.json +12120 -6879
- package/common/pipboy.js +53 -62
- package/common/pipboy.test.json +2835 -0
- package/common/pokemon.instance.json +4415 -2351
- package/common/pokemon.js +8 -21
- package/common/pos.js +16 -14
- package/common/pressure.instance.json +2348 -1373
- package/common/pressure.js +5 -9
- package/common/properties.instance.json +151 -87
- package/common/properties.js +156 -167
- package/common/properties.test.json +17605 -4030
- package/common/punctuation.js +24 -8
- package/common/punctuation.test.json +233 -5
- package/common/reports.instance.json +1027 -551
- package/common/reports.js +77 -103
- package/common/reports.test.json +15623 -10458
- package/common/scorekeeper.js +19 -31
- package/common/sdefaults.js +17 -8
- package/common/sizeable.js +13 -12
- package/common/spock.instance.json +585 -297
- package/common/spock.js +6 -9
- package/common/stgame.js +20 -20
- package/common/stm.js +182 -29
- package/common/stm.test.json +1734 -1
- package/common/tell.js +15 -19
- package/common/temperature.instance.json +2480 -1493
- package/common/temperature.js +5 -9
- package/common/tester.js +15 -4
- package/common/testing.js +8 -13
- package/common/time.js +21 -26
- package/common/tokenize.js +8 -8
- package/common/tokenize.test.json +86 -1
- package/common/ui.instance.json +151 -460
- package/common/ui.js +22 -34
- package/common/ui.test.json +641 -5357
- package/common/weight.instance.json +8072 -4490
- package/common/weight.js +5 -9
- package/common/weight.test.json +242 -238
- package/common/yesno.js +6 -6
- package/main.js +68 -45
- package/package.json +44 -6
@@ -1,24 +1,6 @@
|
|
1
1
|
[
|
2
2
|
{
|
3
3
|
"associations": [
|
4
|
-
[
|
5
|
-
[
|
6
|
-
"+",
|
7
|
-
0
|
8
|
-
],
|
9
|
-
[
|
10
|
-
"equals",
|
11
|
-
0
|
12
|
-
],
|
13
|
-
[
|
14
|
-
"x",
|
15
|
-
0
|
16
|
-
],
|
17
|
-
[
|
18
|
-
"y",
|
19
|
-
0
|
20
|
-
]
|
21
|
-
],
|
22
4
|
[
|
23
5
|
[
|
24
6
|
"equals",
|
@@ -291,7 +273,6 @@
|
|
291
273
|
"countable": "countable2",
|
292
274
|
"dialogues": "dialogues2",
|
293
275
|
"formulas": "formulas1",
|
294
|
-
"formulasTemplate": "formulasTemplate2",
|
295
276
|
"gdefaults": "gdefaults2",
|
296
277
|
"hierarchy": "hierarchy2",
|
297
278
|
"math": "math2",
|
@@ -301,7 +282,8 @@
|
|
301
282
|
"properties": "properties2",
|
302
283
|
"punctuation": "punctuation2",
|
303
284
|
"sdefaults": "sdefaults2",
|
304
|
-
"stm": "stm2"
|
285
|
+
"stm": "stm2",
|
286
|
+
"tokenize": "tokenize2"
|
305
287
|
},
|
306
288
|
"namespaced": {
|
307
289
|
"comparable2": {
|
@@ -315,6 +297,7 @@
|
|
315
297
|
"countable2": {
|
316
298
|
},
|
317
299
|
"dialogues2": {
|
300
|
+
"idSuffix": "",
|
318
301
|
"mentioned": [
|
319
302
|
],
|
320
303
|
"variables": {
|
@@ -479,8 +462,6 @@
|
|
479
462
|
]
|
480
463
|
}
|
481
464
|
},
|
482
|
-
"formulasTemplate2": {
|
483
|
-
},
|
484
465
|
"gdefaults2": {
|
485
466
|
},
|
486
467
|
"hierarchy2": {
|
@@ -498,6 +479,9 @@
|
|
498
479
|
"concept": [
|
499
480
|
"formula"
|
500
481
|
],
|
482
|
+
"hierarchyAble": [
|
483
|
+
"unknown"
|
484
|
+
],
|
501
485
|
"ifAble": [
|
502
486
|
"orAble"
|
503
487
|
],
|
@@ -508,32 +492,39 @@
|
|
508
492
|
"-"
|
509
493
|
],
|
510
494
|
"object": [
|
495
|
+
"unknown",
|
511
496
|
"whose"
|
512
497
|
],
|
513
498
|
"preposition": [
|
514
499
|
"between"
|
515
500
|
],
|
501
|
+
"unknown": [
|
502
|
+
"property"
|
503
|
+
],
|
516
504
|
"verby": [
|
517
505
|
"modifies"
|
518
506
|
]
|
519
507
|
},
|
520
508
|
"concepts": [
|
521
509
|
"properties",
|
522
|
-
"
|
510
|
+
"unknown",
|
511
|
+
"hierarchyAble",
|
523
512
|
"object",
|
513
|
+
"property",
|
514
|
+
"whose",
|
524
515
|
"between",
|
525
516
|
"preposition",
|
526
517
|
"modifies",
|
527
518
|
"verby",
|
528
519
|
"orAble",
|
529
520
|
"ifAble",
|
530
|
-
"formula",
|
531
|
-
"concept",
|
532
521
|
"*",
|
533
522
|
"mathematical_operator",
|
534
523
|
"+",
|
535
524
|
"/",
|
536
|
-
"-"
|
525
|
+
"-",
|
526
|
+
"formula",
|
527
|
+
"concept"
|
537
528
|
],
|
538
529
|
"parents": {
|
539
530
|
"*": [
|
@@ -560,6 +551,13 @@
|
|
560
551
|
"orAble": [
|
561
552
|
"ifAble"
|
562
553
|
],
|
554
|
+
"property": [
|
555
|
+
"unknown"
|
556
|
+
],
|
557
|
+
"unknown": [
|
558
|
+
"hierarchyAble",
|
559
|
+
"object"
|
560
|
+
],
|
563
561
|
"whose": [
|
564
562
|
"object"
|
565
563
|
]
|
@@ -584,6 +582,8 @@
|
|
584
582
|
},
|
585
583
|
"formula": {
|
586
584
|
},
|
585
|
+
"hierarchyAble": {
|
586
|
+
},
|
587
587
|
"ifAble": {
|
588
588
|
},
|
589
589
|
"mathematical_operator": {
|
@@ -596,6 +596,10 @@
|
|
596
596
|
},
|
597
597
|
"preposition": {
|
598
598
|
},
|
599
|
+
"property": {
|
600
|
+
},
|
601
|
+
"unknown": {
|
602
|
+
},
|
599
603
|
"verby": {
|
600
604
|
},
|
601
605
|
"whose": {
|
@@ -618,6 +622,8 @@
|
|
618
622
|
],
|
619
623
|
"variables": {
|
620
624
|
}
|
625
|
+
},
|
626
|
+
"tokenize2": {
|
621
627
|
}
|
622
628
|
},
|
623
629
|
"processed": [
|
@@ -713,6 +719,67 @@
|
|
713
719
|
""
|
714
720
|
]
|
715
721
|
},
|
722
|
+
{
|
723
|
+
"context": {
|
724
|
+
"dead": true,
|
725
|
+
"level": 2,
|
726
|
+
"marker": "is",
|
727
|
+
"number": "many",
|
728
|
+
"one": {
|
729
|
+
"dead": true,
|
730
|
+
"level": 1,
|
731
|
+
"marker": "unknown",
|
732
|
+
"number": "many",
|
733
|
+
"range": {
|
734
|
+
"end": 20,
|
735
|
+
"start": 0
|
736
|
+
},
|
737
|
+
"text": "formulas",
|
738
|
+
"types": [
|
739
|
+
"unknown"
|
740
|
+
],
|
741
|
+
"unknown": true,
|
742
|
+
"value": "formulas",
|
743
|
+
"word": "formulas"
|
744
|
+
},
|
745
|
+
"range": {
|
746
|
+
"end": 20,
|
747
|
+
"start": 0
|
748
|
+
},
|
749
|
+
"text": "formulas are concepts",
|
750
|
+
"topLevel": true,
|
751
|
+
"touchedBy": [
|
752
|
+
"formulas#call2",
|
753
|
+
"instance0#formulas#call2"
|
754
|
+
],
|
755
|
+
"two": {
|
756
|
+
"concept": true,
|
757
|
+
"dead": true,
|
758
|
+
"level": 1,
|
759
|
+
"marker": "unknown",
|
760
|
+
"range": {
|
761
|
+
"end": 20,
|
762
|
+
"start": 13
|
763
|
+
},
|
764
|
+
"text": "concepts",
|
765
|
+
"types": [
|
766
|
+
"unknown"
|
767
|
+
],
|
768
|
+
"unknown": true,
|
769
|
+
"value": "concepts",
|
770
|
+
"word": "concepts"
|
771
|
+
},
|
772
|
+
"word": "are"
|
773
|
+
},
|
774
|
+
"generatedParenthesized": [
|
775
|
+
],
|
776
|
+
"paraphrases": "formulas are concepts",
|
777
|
+
"paraphrasesParenthesized": [
|
778
|
+
],
|
779
|
+
"responses": [
|
780
|
+
""
|
781
|
+
]
|
782
|
+
},
|
716
783
|
{
|
717
784
|
"context": {
|
718
785
|
"dead": true,
|
@@ -902,68 +969,6 @@
|
|
902
969
|
"responses": [
|
903
970
|
""
|
904
971
|
]
|
905
|
-
},
|
906
|
-
{
|
907
|
-
"context": {
|
908
|
-
"dead": true,
|
909
|
-
"level": 2,
|
910
|
-
"marker": "is",
|
911
|
-
"number": "many",
|
912
|
-
"one": {
|
913
|
-
"dead": true,
|
914
|
-
"level": 1,
|
915
|
-
"marker": "unknown",
|
916
|
-
"number": "many",
|
917
|
-
"range": {
|
918
|
-
"end": 20,
|
919
|
-
"start": 0
|
920
|
-
},
|
921
|
-
"text": "formulas",
|
922
|
-
"types": [
|
923
|
-
"unknown"
|
924
|
-
],
|
925
|
-
"unknown": true,
|
926
|
-
"value": "formulas",
|
927
|
-
"word": "formulas"
|
928
|
-
},
|
929
|
-
"range": {
|
930
|
-
"end": 20,
|
931
|
-
"start": 0
|
932
|
-
},
|
933
|
-
"text": "formulas are concepts",
|
934
|
-
"topLevel": true,
|
935
|
-
"touchedBy": [
|
936
|
-
"formulasTemplate#call2",
|
937
|
-
"instance0#formulasTemplate#call2",
|
938
|
-
"instance0#formulas#call2"
|
939
|
-
],
|
940
|
-
"two": {
|
941
|
-
"concept": true,
|
942
|
-
"dead": true,
|
943
|
-
"level": 1,
|
944
|
-
"marker": "unknown",
|
945
|
-
"range": {
|
946
|
-
"end": 20,
|
947
|
-
"start": 13
|
948
|
-
},
|
949
|
-
"text": "concepts",
|
950
|
-
"types": [
|
951
|
-
"unknown"
|
952
|
-
],
|
953
|
-
"unknown": true,
|
954
|
-
"value": "concepts",
|
955
|
-
"word": "concepts"
|
956
|
-
},
|
957
|
-
"word": "are"
|
958
|
-
},
|
959
|
-
"generatedParenthesized": [
|
960
|
-
],
|
961
|
-
"paraphrases": "formulas are concepts",
|
962
|
-
"paraphrasesParenthesized": [
|
963
|
-
],
|
964
|
-
"responses": [
|
965
|
-
""
|
966
|
-
]
|
967
972
|
}
|
968
973
|
]
|
969
974
|
},
|
@@ -1003,16 +1008,6 @@
|
|
1003
1008
|
"y",
|
1004
1009
|
0
|
1005
1010
|
]
|
1006
|
-
],
|
1007
|
-
[
|
1008
|
-
[
|
1009
|
-
"equals",
|
1010
|
-
0
|
1011
|
-
],
|
1012
|
-
[
|
1013
|
-
"y",
|
1014
|
-
0
|
1015
|
-
]
|
1016
1011
|
]
|
1017
1012
|
],
|
1018
1013
|
"config": {
|
@@ -1133,7 +1128,6 @@
|
|
1133
1128
|
"countable": "countable2",
|
1134
1129
|
"dialogues": "dialogues2",
|
1135
1130
|
"formulas": "formulas1",
|
1136
|
-
"formulasTemplate": "formulasTemplate2",
|
1137
1131
|
"gdefaults": "gdefaults2",
|
1138
1132
|
"hierarchy": "hierarchy2",
|
1139
1133
|
"math": "math2",
|
@@ -1143,7 +1137,8 @@
|
|
1143
1137
|
"properties": "properties2",
|
1144
1138
|
"punctuation": "punctuation2",
|
1145
1139
|
"sdefaults": "sdefaults2",
|
1146
|
-
"stm": "stm2"
|
1140
|
+
"stm": "stm2",
|
1141
|
+
"tokenize": "tokenize2"
|
1147
1142
|
},
|
1148
1143
|
"namespaced": {
|
1149
1144
|
"comparable2": {
|
@@ -1157,6 +1152,7 @@
|
|
1157
1152
|
"countable2": {
|
1158
1153
|
},
|
1159
1154
|
"dialogues2": {
|
1155
|
+
"idSuffix": "",
|
1160
1156
|
"mentioned": [
|
1161
1157
|
],
|
1162
1158
|
"variables": {
|
@@ -1251,8 +1247,6 @@
|
|
1251
1247
|
]
|
1252
1248
|
}
|
1253
1249
|
},
|
1254
|
-
"formulasTemplate2": {
|
1255
|
-
},
|
1256
1250
|
"gdefaults2": {
|
1257
1251
|
},
|
1258
1252
|
"hierarchy2": {
|
@@ -1270,6 +1264,9 @@
|
|
1270
1264
|
"concept": [
|
1271
1265
|
"formula"
|
1272
1266
|
],
|
1267
|
+
"hierarchyAble": [
|
1268
|
+
"unknown"
|
1269
|
+
],
|
1273
1270
|
"ifAble": [
|
1274
1271
|
"orAble"
|
1275
1272
|
],
|
@@ -1280,32 +1277,39 @@
|
|
1280
1277
|
"-"
|
1281
1278
|
],
|
1282
1279
|
"object": [
|
1280
|
+
"unknown",
|
1283
1281
|
"whose"
|
1284
1282
|
],
|
1285
1283
|
"preposition": [
|
1286
1284
|
"between"
|
1287
1285
|
],
|
1286
|
+
"unknown": [
|
1287
|
+
"property"
|
1288
|
+
],
|
1288
1289
|
"verby": [
|
1289
1290
|
"modifies"
|
1290
1291
|
]
|
1291
1292
|
},
|
1292
1293
|
"concepts": [
|
1293
1294
|
"properties",
|
1294
|
-
"
|
1295
|
+
"unknown",
|
1296
|
+
"hierarchyAble",
|
1295
1297
|
"object",
|
1298
|
+
"property",
|
1299
|
+
"whose",
|
1296
1300
|
"between",
|
1297
1301
|
"preposition",
|
1298
1302
|
"modifies",
|
1299
1303
|
"verby",
|
1300
1304
|
"orAble",
|
1301
1305
|
"ifAble",
|
1302
|
-
"formula",
|
1303
|
-
"concept",
|
1304
1306
|
"*",
|
1305
1307
|
"mathematical_operator",
|
1306
1308
|
"+",
|
1307
1309
|
"/",
|
1308
|
-
"-"
|
1310
|
+
"-",
|
1311
|
+
"formula",
|
1312
|
+
"concept"
|
1309
1313
|
],
|
1310
1314
|
"parents": {
|
1311
1315
|
"*": [
|
@@ -1332,6 +1336,13 @@
|
|
1332
1336
|
"orAble": [
|
1333
1337
|
"ifAble"
|
1334
1338
|
],
|
1339
|
+
"property": [
|
1340
|
+
"unknown"
|
1341
|
+
],
|
1342
|
+
"unknown": [
|
1343
|
+
"hierarchyAble",
|
1344
|
+
"object"
|
1345
|
+
],
|
1335
1346
|
"whose": [
|
1336
1347
|
"object"
|
1337
1348
|
]
|
@@ -1356,6 +1367,8 @@
|
|
1356
1367
|
},
|
1357
1368
|
"formula": {
|
1358
1369
|
},
|
1370
|
+
"hierarchyAble": {
|
1371
|
+
},
|
1359
1372
|
"ifAble": {
|
1360
1373
|
},
|
1361
1374
|
"mathematical_operator": {
|
@@ -1368,6 +1381,10 @@
|
|
1368
1381
|
},
|
1369
1382
|
"preposition": {
|
1370
1383
|
},
|
1384
|
+
"property": {
|
1385
|
+
},
|
1386
|
+
"unknown": {
|
1387
|
+
},
|
1371
1388
|
"verby": {
|
1372
1389
|
},
|
1373
1390
|
"whose": {
|
@@ -1390,6 +1407,8 @@
|
|
1390
1407
|
],
|
1391
1408
|
"variables": {
|
1392
1409
|
}
|
1410
|
+
},
|
1411
|
+
"tokenize2": {
|
1393
1412
|
}
|
1394
1413
|
},
|
1395
1414
|
"processed": [
|
@@ -1450,6 +1469,67 @@
|
|
1450
1469
|
""
|
1451
1470
|
]
|
1452
1471
|
},
|
1472
|
+
{
|
1473
|
+
"context": {
|
1474
|
+
"dead": true,
|
1475
|
+
"level": 2,
|
1476
|
+
"marker": "is",
|
1477
|
+
"number": "many",
|
1478
|
+
"one": {
|
1479
|
+
"dead": true,
|
1480
|
+
"level": 1,
|
1481
|
+
"marker": "unknown",
|
1482
|
+
"number": "many",
|
1483
|
+
"range": {
|
1484
|
+
"end": 20,
|
1485
|
+
"start": 0
|
1486
|
+
},
|
1487
|
+
"text": "formulas",
|
1488
|
+
"types": [
|
1489
|
+
"unknown"
|
1490
|
+
],
|
1491
|
+
"unknown": true,
|
1492
|
+
"value": "formulas",
|
1493
|
+
"word": "formulas"
|
1494
|
+
},
|
1495
|
+
"range": {
|
1496
|
+
"end": 20,
|
1497
|
+
"start": 0
|
1498
|
+
},
|
1499
|
+
"text": "formulas are concepts",
|
1500
|
+
"topLevel": true,
|
1501
|
+
"touchedBy": [
|
1502
|
+
"formulas#call2",
|
1503
|
+
"instance0#formulas#call2"
|
1504
|
+
],
|
1505
|
+
"two": {
|
1506
|
+
"concept": true,
|
1507
|
+
"dead": true,
|
1508
|
+
"level": 1,
|
1509
|
+
"marker": "unknown",
|
1510
|
+
"range": {
|
1511
|
+
"end": 20,
|
1512
|
+
"start": 13
|
1513
|
+
},
|
1514
|
+
"text": "concepts",
|
1515
|
+
"types": [
|
1516
|
+
"unknown"
|
1517
|
+
],
|
1518
|
+
"unknown": true,
|
1519
|
+
"value": "concepts",
|
1520
|
+
"word": "concepts"
|
1521
|
+
},
|
1522
|
+
"word": "are"
|
1523
|
+
},
|
1524
|
+
"generatedParenthesized": [
|
1525
|
+
],
|
1526
|
+
"paraphrases": "formulas are concepts",
|
1527
|
+
"paraphrasesParenthesized": [
|
1528
|
+
],
|
1529
|
+
"responses": [
|
1530
|
+
""
|
1531
|
+
]
|
1532
|
+
},
|
1453
1533
|
{
|
1454
1534
|
"context": {
|
1455
1535
|
"dead": true,
|
@@ -1639,68 +1719,6 @@
|
|
1639
1719
|
"responses": [
|
1640
1720
|
""
|
1641
1721
|
]
|
1642
|
-
},
|
1643
|
-
{
|
1644
|
-
"context": {
|
1645
|
-
"dead": true,
|
1646
|
-
"level": 2,
|
1647
|
-
"marker": "is",
|
1648
|
-
"number": "many",
|
1649
|
-
"one": {
|
1650
|
-
"dead": true,
|
1651
|
-
"level": 1,
|
1652
|
-
"marker": "unknown",
|
1653
|
-
"number": "many",
|
1654
|
-
"range": {
|
1655
|
-
"end": 20,
|
1656
|
-
"start": 0
|
1657
|
-
},
|
1658
|
-
"text": "formulas",
|
1659
|
-
"types": [
|
1660
|
-
"unknown"
|
1661
|
-
],
|
1662
|
-
"unknown": true,
|
1663
|
-
"value": "formulas",
|
1664
|
-
"word": "formulas"
|
1665
|
-
},
|
1666
|
-
"range": {
|
1667
|
-
"end": 20,
|
1668
|
-
"start": 0
|
1669
|
-
},
|
1670
|
-
"text": "formulas are concepts",
|
1671
|
-
"topLevel": true,
|
1672
|
-
"touchedBy": [
|
1673
|
-
"formulasTemplate#call2",
|
1674
|
-
"instance0#formulasTemplate#call2",
|
1675
|
-
"instance0#formulas#call2"
|
1676
|
-
],
|
1677
|
-
"two": {
|
1678
|
-
"concept": true,
|
1679
|
-
"dead": true,
|
1680
|
-
"level": 1,
|
1681
|
-
"marker": "unknown",
|
1682
|
-
"range": {
|
1683
|
-
"end": 20,
|
1684
|
-
"start": 13
|
1685
|
-
},
|
1686
|
-
"text": "concepts",
|
1687
|
-
"types": [
|
1688
|
-
"unknown"
|
1689
|
-
],
|
1690
|
-
"unknown": true,
|
1691
|
-
"value": "concepts",
|
1692
|
-
"word": "concepts"
|
1693
|
-
},
|
1694
|
-
"word": "are"
|
1695
|
-
},
|
1696
|
-
"generatedParenthesized": [
|
1697
|
-
],
|
1698
|
-
"paraphrases": "formulas are concepts",
|
1699
|
-
"paraphrasesParenthesized": [
|
1700
|
-
],
|
1701
|
-
"responses": [
|
1702
|
-
""
|
1703
|
-
]
|
1704
1722
|
}
|
1705
1723
|
]
|
1706
1724
|
},
|
@@ -1800,7 +1818,7 @@
|
|
1800
1818
|
"touchedBy": [
|
1801
1819
|
"formulas#call2"
|
1802
1820
|
],
|
1803
|
-
"value": "
|
1821
|
+
"value": "equals",
|
1804
1822
|
"word": "="
|
1805
1823
|
},
|
1806
1824
|
{
|
@@ -2000,7 +2018,6 @@
|
|
2000
2018
|
"countable": "countable2",
|
2001
2019
|
"dialogues": "dialogues2",
|
2002
2020
|
"formulas": "formulas1",
|
2003
|
-
"formulasTemplate": "formulasTemplate2",
|
2004
2021
|
"gdefaults": "gdefaults2",
|
2005
2022
|
"hierarchy": "hierarchy2",
|
2006
2023
|
"math": "math2",
|
@@ -2010,7 +2027,8 @@
|
|
2010
2027
|
"properties": "properties2",
|
2011
2028
|
"punctuation": "punctuation2",
|
2012
2029
|
"sdefaults": "sdefaults2",
|
2013
|
-
"stm": "stm2"
|
2030
|
+
"stm": "stm2",
|
2031
|
+
"tokenize": "tokenize2"
|
2014
2032
|
},
|
2015
2033
|
"namespaced": {
|
2016
2034
|
"comparable2": {
|
@@ -2024,6 +2042,7 @@
|
|
2024
2042
|
"countable2": {
|
2025
2043
|
},
|
2026
2044
|
"dialogues2": {
|
2045
|
+
"idSuffix": "",
|
2027
2046
|
"mentioned": [
|
2028
2047
|
],
|
2029
2048
|
"variables": {
|
@@ -2078,7 +2097,7 @@
|
|
2078
2097
|
"touchedBy": [
|
2079
2098
|
"formulas#call2"
|
2080
2099
|
],
|
2081
|
-
"value": "
|
2100
|
+
"value": "equals",
|
2082
2101
|
"word": "="
|
2083
2102
|
},
|
2084
2103
|
"formula": {
|
@@ -2117,8 +2136,6 @@
|
|
2117
2136
|
]
|
2118
2137
|
}
|
2119
2138
|
},
|
2120
|
-
"formulasTemplate2": {
|
2121
|
-
},
|
2122
2139
|
"gdefaults2": {
|
2123
2140
|
},
|
2124
2141
|
"hierarchy2": {
|
@@ -2136,6 +2153,9 @@
|
|
2136
2153
|
"concept": [
|
2137
2154
|
"formula"
|
2138
2155
|
],
|
2156
|
+
"hierarchyAble": [
|
2157
|
+
"unknown"
|
2158
|
+
],
|
2139
2159
|
"ifAble": [
|
2140
2160
|
"orAble"
|
2141
2161
|
],
|
@@ -2146,32 +2166,39 @@
|
|
2146
2166
|
"-"
|
2147
2167
|
],
|
2148
2168
|
"object": [
|
2169
|
+
"unknown",
|
2149
2170
|
"whose"
|
2150
2171
|
],
|
2151
2172
|
"preposition": [
|
2152
2173
|
"between"
|
2153
2174
|
],
|
2175
|
+
"unknown": [
|
2176
|
+
"property"
|
2177
|
+
],
|
2154
2178
|
"verby": [
|
2155
2179
|
"modifies"
|
2156
2180
|
]
|
2157
2181
|
},
|
2158
2182
|
"concepts": [
|
2159
2183
|
"properties",
|
2160
|
-
"
|
2184
|
+
"unknown",
|
2185
|
+
"hierarchyAble",
|
2161
2186
|
"object",
|
2187
|
+
"property",
|
2188
|
+
"whose",
|
2162
2189
|
"between",
|
2163
2190
|
"preposition",
|
2164
2191
|
"modifies",
|
2165
2192
|
"verby",
|
2166
2193
|
"orAble",
|
2167
2194
|
"ifAble",
|
2168
|
-
"formula",
|
2169
|
-
"concept",
|
2170
2195
|
"*",
|
2171
2196
|
"mathematical_operator",
|
2172
2197
|
"+",
|
2173
2198
|
"/",
|
2174
|
-
"-"
|
2199
|
+
"-",
|
2200
|
+
"formula",
|
2201
|
+
"concept"
|
2175
2202
|
],
|
2176
2203
|
"parents": {
|
2177
2204
|
"*": [
|
@@ -2198,6 +2225,13 @@
|
|
2198
2225
|
"orAble": [
|
2199
2226
|
"ifAble"
|
2200
2227
|
],
|
2228
|
+
"property": [
|
2229
|
+
"unknown"
|
2230
|
+
],
|
2231
|
+
"unknown": [
|
2232
|
+
"hierarchyAble",
|
2233
|
+
"object"
|
2234
|
+
],
|
2201
2235
|
"whose": [
|
2202
2236
|
"object"
|
2203
2237
|
]
|
@@ -2222,6 +2256,8 @@
|
|
2222
2256
|
},
|
2223
2257
|
"formula": {
|
2224
2258
|
},
|
2259
|
+
"hierarchyAble": {
|
2260
|
+
},
|
2225
2261
|
"ifAble": {
|
2226
2262
|
},
|
2227
2263
|
"mathematical_operator": {
|
@@ -2234,6 +2270,10 @@
|
|
2234
2270
|
},
|
2235
2271
|
"preposition": {
|
2236
2272
|
},
|
2273
|
+
"property": {
|
2274
|
+
},
|
2275
|
+
"unknown": {
|
2276
|
+
},
|
2237
2277
|
"verby": {
|
2238
2278
|
},
|
2239
2279
|
"whose": {
|
@@ -2256,6 +2296,8 @@
|
|
2256
2296
|
],
|
2257
2297
|
"variables": {
|
2258
2298
|
}
|
2299
|
+
},
|
2300
|
+
"tokenize2": {
|
2259
2301
|
}
|
2260
2302
|
},
|
2261
2303
|
"processed": [
|
@@ -2390,7 +2432,7 @@
|
|
2390
2432
|
"touchedBy": [
|
2391
2433
|
"formulas#call2"
|
2392
2434
|
],
|
2393
|
-
"value": "
|
2435
|
+
"value": "equals",
|
2394
2436
|
"word": "="
|
2395
2437
|
},
|
2396
2438
|
"generatedParenthesized": "",
|
@@ -2401,6 +2443,67 @@
|
|
2401
2443
|
"4"
|
2402
2444
|
]
|
2403
2445
|
},
|
2446
|
+
{
|
2447
|
+
"context": {
|
2448
|
+
"dead": true,
|
2449
|
+
"level": 2,
|
2450
|
+
"marker": "is",
|
2451
|
+
"number": "many",
|
2452
|
+
"one": {
|
2453
|
+
"dead": true,
|
2454
|
+
"level": 1,
|
2455
|
+
"marker": "unknown",
|
2456
|
+
"number": "many",
|
2457
|
+
"range": {
|
2458
|
+
"end": 20,
|
2459
|
+
"start": 0
|
2460
|
+
},
|
2461
|
+
"text": "formulas",
|
2462
|
+
"types": [
|
2463
|
+
"unknown"
|
2464
|
+
],
|
2465
|
+
"unknown": true,
|
2466
|
+
"value": "formulas",
|
2467
|
+
"word": "formulas"
|
2468
|
+
},
|
2469
|
+
"range": {
|
2470
|
+
"end": 20,
|
2471
|
+
"start": 0
|
2472
|
+
},
|
2473
|
+
"text": "formulas are concepts",
|
2474
|
+
"topLevel": true,
|
2475
|
+
"touchedBy": [
|
2476
|
+
"formulas#call2",
|
2477
|
+
"instance0#formulas#call2"
|
2478
|
+
],
|
2479
|
+
"two": {
|
2480
|
+
"concept": true,
|
2481
|
+
"dead": true,
|
2482
|
+
"level": 1,
|
2483
|
+
"marker": "unknown",
|
2484
|
+
"range": {
|
2485
|
+
"end": 20,
|
2486
|
+
"start": 13
|
2487
|
+
},
|
2488
|
+
"text": "concepts",
|
2489
|
+
"types": [
|
2490
|
+
"unknown"
|
2491
|
+
],
|
2492
|
+
"unknown": true,
|
2493
|
+
"value": "concepts",
|
2494
|
+
"word": "concepts"
|
2495
|
+
},
|
2496
|
+
"word": "are"
|
2497
|
+
},
|
2498
|
+
"generatedParenthesized": [
|
2499
|
+
],
|
2500
|
+
"paraphrases": "formulas are concepts",
|
2501
|
+
"paraphrasesParenthesized": [
|
2502
|
+
],
|
2503
|
+
"responses": [
|
2504
|
+
""
|
2505
|
+
]
|
2506
|
+
},
|
2404
2507
|
{
|
2405
2508
|
"context": {
|
2406
2509
|
"dead": true,
|
@@ -2590,68 +2693,6 @@
|
|
2590
2693
|
"responses": [
|
2591
2694
|
""
|
2592
2695
|
]
|
2593
|
-
},
|
2594
|
-
{
|
2595
|
-
"context": {
|
2596
|
-
"dead": true,
|
2597
|
-
"level": 2,
|
2598
|
-
"marker": "is",
|
2599
|
-
"number": "many",
|
2600
|
-
"one": {
|
2601
|
-
"dead": true,
|
2602
|
-
"level": 1,
|
2603
|
-
"marker": "unknown",
|
2604
|
-
"number": "many",
|
2605
|
-
"range": {
|
2606
|
-
"end": 20,
|
2607
|
-
"start": 0
|
2608
|
-
},
|
2609
|
-
"text": "formulas",
|
2610
|
-
"types": [
|
2611
|
-
"unknown"
|
2612
|
-
],
|
2613
|
-
"unknown": true,
|
2614
|
-
"value": "formulas",
|
2615
|
-
"word": "formulas"
|
2616
|
-
},
|
2617
|
-
"range": {
|
2618
|
-
"end": 20,
|
2619
|
-
"start": 0
|
2620
|
-
},
|
2621
|
-
"text": "formulas are concepts",
|
2622
|
-
"topLevel": true,
|
2623
|
-
"touchedBy": [
|
2624
|
-
"formulasTemplate#call2",
|
2625
|
-
"instance0#formulasTemplate#call2",
|
2626
|
-
"instance0#formulas#call2"
|
2627
|
-
],
|
2628
|
-
"two": {
|
2629
|
-
"concept": true,
|
2630
|
-
"dead": true,
|
2631
|
-
"level": 1,
|
2632
|
-
"marker": "unknown",
|
2633
|
-
"range": {
|
2634
|
-
"end": 20,
|
2635
|
-
"start": 13
|
2636
|
-
},
|
2637
|
-
"text": "concepts",
|
2638
|
-
"types": [
|
2639
|
-
"unknown"
|
2640
|
-
],
|
2641
|
-
"unknown": true,
|
2642
|
-
"value": "concepts",
|
2643
|
-
"word": "concepts"
|
2644
|
-
},
|
2645
|
-
"word": "are"
|
2646
|
-
},
|
2647
|
-
"generatedParenthesized": [
|
2648
|
-
],
|
2649
|
-
"paraphrases": "formulas are concepts",
|
2650
|
-
"paraphrasesParenthesized": [
|
2651
|
-
],
|
2652
|
-
"responses": [
|
2653
|
-
""
|
2654
|
-
]
|
2655
2696
|
}
|
2656
2697
|
]
|
2657
2698
|
},
|
@@ -2671,20 +2712,6 @@
|
|
2671
2712
|
},
|
2672
2713
|
{
|
2673
2714
|
"associations": [
|
2674
|
-
[
|
2675
|
-
[
|
2676
|
-
"+",
|
2677
|
-
0
|
2678
|
-
],
|
2679
|
-
[
|
2680
|
-
"x",
|
2681
|
-
0
|
2682
|
-
],
|
2683
|
-
[
|
2684
|
-
"y",
|
2685
|
-
0
|
2686
|
-
]
|
2687
|
-
],
|
2688
2715
|
[
|
2689
2716
|
[
|
2690
2717
|
"calculate",
|
@@ -2782,16 +2809,6 @@
|
|
2782
2809
|
"plusOperator",
|
2783
2810
|
0
|
2784
2811
|
]
|
2785
|
-
],
|
2786
|
-
[
|
2787
|
-
[
|
2788
|
-
"equals",
|
2789
|
-
0
|
2790
|
-
],
|
2791
|
-
[
|
2792
|
-
"y",
|
2793
|
-
0
|
2794
|
-
]
|
2795
2812
|
]
|
2796
2813
|
],
|
2797
2814
|
"config": {
|
@@ -2926,7 +2943,7 @@
|
|
2926
2943
|
"touchedBy": [
|
2927
2944
|
"formulas#call10"
|
2928
2945
|
],
|
2929
|
-
"value": "
|
2946
|
+
"value": "equals",
|
2930
2947
|
"word": "="
|
2931
2948
|
},
|
2932
2949
|
{
|
@@ -3367,7 +3384,6 @@
|
|
3367
3384
|
"countable": "countable2",
|
3368
3385
|
"dialogues": "dialogues2",
|
3369
3386
|
"formulas": "formulas1",
|
3370
|
-
"formulasTemplate": "formulasTemplate2",
|
3371
3387
|
"gdefaults": "gdefaults2",
|
3372
3388
|
"hierarchy": "hierarchy2",
|
3373
3389
|
"math": "math2",
|
@@ -3377,7 +3393,8 @@
|
|
3377
3393
|
"properties": "properties2",
|
3378
3394
|
"punctuation": "punctuation2",
|
3379
3395
|
"sdefaults": "sdefaults2",
|
3380
|
-
"stm": "stm2"
|
3396
|
+
"stm": "stm2",
|
3397
|
+
"tokenize": "tokenize2"
|
3381
3398
|
},
|
3382
3399
|
"namespaced": {
|
3383
3400
|
"comparable2": {
|
@@ -3391,6 +3408,7 @@
|
|
3391
3408
|
"countable2": {
|
3392
3409
|
},
|
3393
3410
|
"dialogues2": {
|
3411
|
+
"idSuffix": "",
|
3394
3412
|
"mentioned": [
|
3395
3413
|
],
|
3396
3414
|
"variables": {
|
@@ -3480,7 +3498,7 @@
|
|
3480
3498
|
"touchedBy": [
|
3481
3499
|
"formulas#call10"
|
3482
3500
|
],
|
3483
|
-
"value": "
|
3501
|
+
"value": "equals",
|
3484
3502
|
"word": "="
|
3485
3503
|
},
|
3486
3504
|
"formula": {
|
@@ -3639,8 +3657,6 @@
|
|
3639
3657
|
]
|
3640
3658
|
}
|
3641
3659
|
},
|
3642
|
-
"formulasTemplate2": {
|
3643
|
-
},
|
3644
3660
|
"gdefaults2": {
|
3645
3661
|
},
|
3646
3662
|
"hierarchy2": {
|
@@ -3658,6 +3674,9 @@
|
|
3658
3674
|
"concept": [
|
3659
3675
|
"formula"
|
3660
3676
|
],
|
3677
|
+
"hierarchyAble": [
|
3678
|
+
"unknown"
|
3679
|
+
],
|
3661
3680
|
"ifAble": [
|
3662
3681
|
"orAble"
|
3663
3682
|
],
|
@@ -3668,32 +3687,39 @@
|
|
3668
3687
|
"-"
|
3669
3688
|
],
|
3670
3689
|
"object": [
|
3690
|
+
"unknown",
|
3671
3691
|
"whose"
|
3672
3692
|
],
|
3673
3693
|
"preposition": [
|
3674
3694
|
"between"
|
3675
3695
|
],
|
3696
|
+
"unknown": [
|
3697
|
+
"property"
|
3698
|
+
],
|
3676
3699
|
"verby": [
|
3677
3700
|
"modifies"
|
3678
3701
|
]
|
3679
3702
|
},
|
3680
3703
|
"concepts": [
|
3681
3704
|
"properties",
|
3682
|
-
"
|
3705
|
+
"unknown",
|
3706
|
+
"hierarchyAble",
|
3683
3707
|
"object",
|
3708
|
+
"property",
|
3709
|
+
"whose",
|
3684
3710
|
"between",
|
3685
3711
|
"preposition",
|
3686
3712
|
"modifies",
|
3687
3713
|
"verby",
|
3688
3714
|
"orAble",
|
3689
3715
|
"ifAble",
|
3690
|
-
"formula",
|
3691
|
-
"concept",
|
3692
3716
|
"*",
|
3693
3717
|
"mathematical_operator",
|
3694
3718
|
"+",
|
3695
3719
|
"/",
|
3696
|
-
"-"
|
3720
|
+
"-",
|
3721
|
+
"formula",
|
3722
|
+
"concept"
|
3697
3723
|
],
|
3698
3724
|
"parents": {
|
3699
3725
|
"*": [
|
@@ -3720,6 +3746,13 @@
|
|
3720
3746
|
"orAble": [
|
3721
3747
|
"ifAble"
|
3722
3748
|
],
|
3749
|
+
"property": [
|
3750
|
+
"unknown"
|
3751
|
+
],
|
3752
|
+
"unknown": [
|
3753
|
+
"hierarchyAble",
|
3754
|
+
"object"
|
3755
|
+
],
|
3723
3756
|
"whose": [
|
3724
3757
|
"object"
|
3725
3758
|
]
|
@@ -3744,6 +3777,8 @@
|
|
3744
3777
|
},
|
3745
3778
|
"formula": {
|
3746
3779
|
},
|
3780
|
+
"hierarchyAble": {
|
3781
|
+
},
|
3747
3782
|
"ifAble": {
|
3748
3783
|
},
|
3749
3784
|
"mathematical_operator": {
|
@@ -3756,6 +3791,10 @@
|
|
3756
3791
|
},
|
3757
3792
|
"preposition": {
|
3758
3793
|
},
|
3794
|
+
"property": {
|
3795
|
+
},
|
3796
|
+
"unknown": {
|
3797
|
+
},
|
3759
3798
|
"verby": {
|
3760
3799
|
},
|
3761
3800
|
"whose": {
|
@@ -3778,6 +3817,8 @@
|
|
3778
3817
|
],
|
3779
3818
|
"variables": {
|
3780
3819
|
}
|
3820
|
+
},
|
3821
|
+
"tokenize2": {
|
3781
3822
|
}
|
3782
3823
|
},
|
3783
3824
|
"processed": [
|
@@ -3983,7 +4024,7 @@
|
|
3983
4024
|
"touchedBy": [
|
3984
4025
|
"formulas#call10"
|
3985
4026
|
],
|
3986
|
-
"value": "
|
4027
|
+
"value": "equals",
|
3987
4028
|
"word": "="
|
3988
4029
|
},
|
3989
4030
|
"generatedParenthesized": "",
|
@@ -4061,42 +4102,103 @@
|
|
4061
4102
|
"marker": "is",
|
4062
4103
|
"number": "many",
|
4063
4104
|
"one": {
|
4105
|
+
"dead": true,
|
4064
4106
|
"level": 1,
|
4065
|
-
"
|
4066
|
-
"marker": "list",
|
4107
|
+
"marker": "unknown",
|
4067
4108
|
"number": "many",
|
4068
4109
|
"range": {
|
4069
|
-
"end":
|
4110
|
+
"end": 20,
|
4070
4111
|
"start": 0
|
4071
4112
|
},
|
4072
|
-
"text": "
|
4113
|
+
"text": "formulas",
|
4073
4114
|
"types": [
|
4074
|
-
"list",
|
4075
4115
|
"unknown"
|
4076
4116
|
],
|
4077
|
-
"
|
4078
|
-
|
4079
|
-
|
4080
|
-
|
4081
|
-
|
4082
|
-
|
4083
|
-
|
4084
|
-
|
4085
|
-
|
4086
|
-
|
4087
|
-
|
4088
|
-
|
4089
|
-
|
4090
|
-
|
4091
|
-
|
4092
|
-
|
4093
|
-
|
4094
|
-
|
4095
|
-
|
4096
|
-
|
4097
|
-
|
4098
|
-
|
4099
|
-
|
4117
|
+
"unknown": true,
|
4118
|
+
"value": "formulas",
|
4119
|
+
"word": "formulas"
|
4120
|
+
},
|
4121
|
+
"range": {
|
4122
|
+
"end": 20,
|
4123
|
+
"start": 0
|
4124
|
+
},
|
4125
|
+
"text": "formulas are concepts",
|
4126
|
+
"topLevel": true,
|
4127
|
+
"touchedBy": [
|
4128
|
+
"formulas#call2",
|
4129
|
+
"instance0#formulas#call2"
|
4130
|
+
],
|
4131
|
+
"two": {
|
4132
|
+
"concept": true,
|
4133
|
+
"dead": true,
|
4134
|
+
"level": 1,
|
4135
|
+
"marker": "unknown",
|
4136
|
+
"range": {
|
4137
|
+
"end": 20,
|
4138
|
+
"start": 13
|
4139
|
+
},
|
4140
|
+
"text": "concepts",
|
4141
|
+
"types": [
|
4142
|
+
"unknown"
|
4143
|
+
],
|
4144
|
+
"unknown": true,
|
4145
|
+
"value": "concepts",
|
4146
|
+
"word": "concepts"
|
4147
|
+
},
|
4148
|
+
"word": "are"
|
4149
|
+
},
|
4150
|
+
"generatedParenthesized": [
|
4151
|
+
],
|
4152
|
+
"paraphrases": "formulas are concepts",
|
4153
|
+
"paraphrasesParenthesized": [
|
4154
|
+
],
|
4155
|
+
"responses": [
|
4156
|
+
""
|
4157
|
+
]
|
4158
|
+
},
|
4159
|
+
{
|
4160
|
+
"context": {
|
4161
|
+
"dead": true,
|
4162
|
+
"level": 2,
|
4163
|
+
"marker": "is",
|
4164
|
+
"number": "many",
|
4165
|
+
"one": {
|
4166
|
+
"level": 1,
|
4167
|
+
"listable": true,
|
4168
|
+
"marker": "list",
|
4169
|
+
"number": "many",
|
4170
|
+
"range": {
|
4171
|
+
"end": 37,
|
4172
|
+
"start": 0
|
4173
|
+
},
|
4174
|
+
"text": "* +",
|
4175
|
+
"types": [
|
4176
|
+
"list",
|
4177
|
+
"unknown"
|
4178
|
+
],
|
4179
|
+
"value": [
|
4180
|
+
{
|
4181
|
+
"dead": true,
|
4182
|
+
"level": 1,
|
4183
|
+
"marker": "unknown",
|
4184
|
+
"range": {
|
4185
|
+
"end": 0,
|
4186
|
+
"start": 0
|
4187
|
+
},
|
4188
|
+
"text": "*",
|
4189
|
+
"unknown": true,
|
4190
|
+
"value": "*",
|
4191
|
+
"word": "*"
|
4192
|
+
},
|
4193
|
+
{
|
4194
|
+
"dead": true,
|
4195
|
+
"level": 1,
|
4196
|
+
"marker": "unknown",
|
4197
|
+
"range": {
|
4198
|
+
"end": 2,
|
4199
|
+
"start": 2
|
4200
|
+
},
|
4201
|
+
"text": "+",
|
4100
4202
|
"unknown": true,
|
4101
4203
|
"value": "+",
|
4102
4204
|
"word": "+"
|
@@ -4243,68 +4345,6 @@
|
|
4243
4345
|
"responses": [
|
4244
4346
|
""
|
4245
4347
|
]
|
4246
|
-
},
|
4247
|
-
{
|
4248
|
-
"context": {
|
4249
|
-
"dead": true,
|
4250
|
-
"level": 2,
|
4251
|
-
"marker": "is",
|
4252
|
-
"number": "many",
|
4253
|
-
"one": {
|
4254
|
-
"dead": true,
|
4255
|
-
"level": 1,
|
4256
|
-
"marker": "unknown",
|
4257
|
-
"number": "many",
|
4258
|
-
"range": {
|
4259
|
-
"end": 20,
|
4260
|
-
"start": 0
|
4261
|
-
},
|
4262
|
-
"text": "formulas",
|
4263
|
-
"types": [
|
4264
|
-
"unknown"
|
4265
|
-
],
|
4266
|
-
"unknown": true,
|
4267
|
-
"value": "formulas",
|
4268
|
-
"word": "formulas"
|
4269
|
-
},
|
4270
|
-
"range": {
|
4271
|
-
"end": 20,
|
4272
|
-
"start": 0
|
4273
|
-
},
|
4274
|
-
"text": "formulas are concepts",
|
4275
|
-
"topLevel": true,
|
4276
|
-
"touchedBy": [
|
4277
|
-
"formulasTemplate#call2",
|
4278
|
-
"instance0#formulasTemplate#call2",
|
4279
|
-
"instance0#formulas#call2"
|
4280
|
-
],
|
4281
|
-
"two": {
|
4282
|
-
"concept": true,
|
4283
|
-
"dead": true,
|
4284
|
-
"level": 1,
|
4285
|
-
"marker": "unknown",
|
4286
|
-
"range": {
|
4287
|
-
"end": 20,
|
4288
|
-
"start": 13
|
4289
|
-
},
|
4290
|
-
"text": "concepts",
|
4291
|
-
"types": [
|
4292
|
-
"unknown"
|
4293
|
-
],
|
4294
|
-
"unknown": true,
|
4295
|
-
"value": "concepts",
|
4296
|
-
"word": "concepts"
|
4297
|
-
},
|
4298
|
-
"word": "are"
|
4299
|
-
},
|
4300
|
-
"generatedParenthesized": [
|
4301
|
-
],
|
4302
|
-
"paraphrases": "formulas are concepts",
|
4303
|
-
"paraphrasesParenthesized": [
|
4304
|
-
],
|
4305
|
-
"responses": [
|
4306
|
-
""
|
4307
|
-
]
|
4308
4348
|
}
|
4309
4349
|
]
|
4310
4350
|
},
|
@@ -4390,20 +4430,6 @@
|
|
4390
4430
|
"x",
|
4391
4431
|
0
|
4392
4432
|
]
|
4393
|
-
],
|
4394
|
-
[
|
4395
|
-
[
|
4396
|
-
"solve",
|
4397
|
-
0
|
4398
|
-
],
|
4399
|
-
[
|
4400
|
-
"x",
|
4401
|
-
0
|
4402
|
-
],
|
4403
|
-
[
|
4404
|
-
"y",
|
4405
|
-
0
|
4406
|
-
]
|
4407
4433
|
]
|
4408
4434
|
],
|
4409
4435
|
"config": {
|
@@ -4456,7 +4482,7 @@
|
|
4456
4482
|
"types": [
|
4457
4483
|
"equals"
|
4458
4484
|
],
|
4459
|
-
"value": "
|
4485
|
+
"value": "equals",
|
4460
4486
|
"word": "="
|
4461
4487
|
},
|
4462
4488
|
"isResponse": true,
|
@@ -4510,7 +4536,7 @@
|
|
4510
4536
|
"types": [
|
4511
4537
|
"equals"
|
4512
4538
|
],
|
4513
|
-
"value": "
|
4539
|
+
"value": "equals",
|
4514
4540
|
"word": "="
|
4515
4541
|
},
|
4516
4542
|
"text": "solve x = y for x",
|
@@ -4687,7 +4713,6 @@
|
|
4687
4713
|
"countable": "countable2",
|
4688
4714
|
"dialogues": "dialogues2",
|
4689
4715
|
"formulas": "formulas1",
|
4690
|
-
"formulasTemplate": "formulasTemplate2",
|
4691
4716
|
"gdefaults": "gdefaults2",
|
4692
4717
|
"hierarchy": "hierarchy2",
|
4693
4718
|
"math": "math2",
|
@@ -4697,7 +4722,8 @@
|
|
4697
4722
|
"properties": "properties2",
|
4698
4723
|
"punctuation": "punctuation2",
|
4699
4724
|
"sdefaults": "sdefaults2",
|
4700
|
-
"stm": "stm2"
|
4725
|
+
"stm": "stm2",
|
4726
|
+
"tokenize": "tokenize2"
|
4701
4727
|
},
|
4702
4728
|
"namespaced": {
|
4703
4729
|
"comparable2": {
|
@@ -4711,6 +4737,7 @@
|
|
4711
4737
|
"countable2": {
|
4712
4738
|
},
|
4713
4739
|
"dialogues2": {
|
4740
|
+
"idSuffix": "",
|
4714
4741
|
"mentioned": [
|
4715
4742
|
],
|
4716
4743
|
"variables": {
|
@@ -4720,8 +4747,6 @@
|
|
4720
4747
|
"formulas": {
|
4721
4748
|
}
|
4722
4749
|
},
|
4723
|
-
"formulasTemplate2": {
|
4724
|
-
},
|
4725
4750
|
"gdefaults2": {
|
4726
4751
|
},
|
4727
4752
|
"hierarchy2": {
|
@@ -4739,6 +4764,9 @@
|
|
4739
4764
|
"concept": [
|
4740
4765
|
"formula"
|
4741
4766
|
],
|
4767
|
+
"hierarchyAble": [
|
4768
|
+
"unknown"
|
4769
|
+
],
|
4742
4770
|
"ifAble": [
|
4743
4771
|
"orAble"
|
4744
4772
|
],
|
@@ -4749,32 +4777,39 @@
|
|
4749
4777
|
"-"
|
4750
4778
|
],
|
4751
4779
|
"object": [
|
4780
|
+
"unknown",
|
4752
4781
|
"whose"
|
4753
4782
|
],
|
4754
4783
|
"preposition": [
|
4755
4784
|
"between"
|
4756
4785
|
],
|
4786
|
+
"unknown": [
|
4787
|
+
"property"
|
4788
|
+
],
|
4757
4789
|
"verby": [
|
4758
4790
|
"modifies"
|
4759
4791
|
]
|
4760
4792
|
},
|
4761
4793
|
"concepts": [
|
4762
4794
|
"properties",
|
4763
|
-
"
|
4795
|
+
"unknown",
|
4796
|
+
"hierarchyAble",
|
4764
4797
|
"object",
|
4798
|
+
"property",
|
4799
|
+
"whose",
|
4765
4800
|
"between",
|
4766
4801
|
"preposition",
|
4767
4802
|
"modifies",
|
4768
4803
|
"verby",
|
4769
4804
|
"orAble",
|
4770
4805
|
"ifAble",
|
4771
|
-
"formula",
|
4772
|
-
"concept",
|
4773
4806
|
"*",
|
4774
4807
|
"mathematical_operator",
|
4775
4808
|
"+",
|
4776
4809
|
"/",
|
4777
|
-
"-"
|
4810
|
+
"-",
|
4811
|
+
"formula",
|
4812
|
+
"concept"
|
4778
4813
|
],
|
4779
4814
|
"parents": {
|
4780
4815
|
"*": [
|
@@ -4801,6 +4836,13 @@
|
|
4801
4836
|
"orAble": [
|
4802
4837
|
"ifAble"
|
4803
4838
|
],
|
4839
|
+
"property": [
|
4840
|
+
"unknown"
|
4841
|
+
],
|
4842
|
+
"unknown": [
|
4843
|
+
"hierarchyAble",
|
4844
|
+
"object"
|
4845
|
+
],
|
4804
4846
|
"whose": [
|
4805
4847
|
"object"
|
4806
4848
|
]
|
@@ -4825,6 +4867,8 @@
|
|
4825
4867
|
},
|
4826
4868
|
"formula": {
|
4827
4869
|
},
|
4870
|
+
"hierarchyAble": {
|
4871
|
+
},
|
4828
4872
|
"ifAble": {
|
4829
4873
|
},
|
4830
4874
|
"mathematical_operator": {
|
@@ -4837,6 +4881,10 @@
|
|
4837
4881
|
},
|
4838
4882
|
"preposition": {
|
4839
4883
|
},
|
4884
|
+
"property": {
|
4885
|
+
},
|
4886
|
+
"unknown": {
|
4887
|
+
},
|
4840
4888
|
"verby": {
|
4841
4889
|
},
|
4842
4890
|
"whose": {
|
@@ -4859,6 +4907,8 @@
|
|
4859
4907
|
],
|
4860
4908
|
"variables": {
|
4861
4909
|
}
|
4910
|
+
},
|
4911
|
+
"tokenize2": {
|
4862
4912
|
}
|
4863
4913
|
},
|
4864
4914
|
"processed": [
|
@@ -4910,7 +4960,7 @@
|
|
4910
4960
|
"types": [
|
4911
4961
|
"equals"
|
4912
4962
|
],
|
4913
|
-
"value": "
|
4963
|
+
"value": "equals",
|
4914
4964
|
"word": "="
|
4915
4965
|
},
|
4916
4966
|
"isResponse": true,
|
@@ -4964,7 +5014,7 @@
|
|
4964
5014
|
"types": [
|
4965
5015
|
"equals"
|
4966
5016
|
],
|
4967
|
-
"value": "
|
5017
|
+
"value": "equals",
|
4968
5018
|
"word": "="
|
4969
5019
|
},
|
4970
5020
|
"text": "solve x = y for x",
|
@@ -4995,6 +5045,67 @@
|
|
4995
5045
|
"x = y"
|
4996
5046
|
]
|
4997
5047
|
},
|
5048
|
+
{
|
5049
|
+
"context": {
|
5050
|
+
"dead": true,
|
5051
|
+
"level": 2,
|
5052
|
+
"marker": "is",
|
5053
|
+
"number": "many",
|
5054
|
+
"one": {
|
5055
|
+
"dead": true,
|
5056
|
+
"level": 1,
|
5057
|
+
"marker": "unknown",
|
5058
|
+
"number": "many",
|
5059
|
+
"range": {
|
5060
|
+
"end": 20,
|
5061
|
+
"start": 0
|
5062
|
+
},
|
5063
|
+
"text": "formulas",
|
5064
|
+
"types": [
|
5065
|
+
"unknown"
|
5066
|
+
],
|
5067
|
+
"unknown": true,
|
5068
|
+
"value": "formulas",
|
5069
|
+
"word": "formulas"
|
5070
|
+
},
|
5071
|
+
"range": {
|
5072
|
+
"end": 20,
|
5073
|
+
"start": 0
|
5074
|
+
},
|
5075
|
+
"text": "formulas are concepts",
|
5076
|
+
"topLevel": true,
|
5077
|
+
"touchedBy": [
|
5078
|
+
"formulas#call2",
|
5079
|
+
"instance0#formulas#call2"
|
5080
|
+
],
|
5081
|
+
"two": {
|
5082
|
+
"concept": true,
|
5083
|
+
"dead": true,
|
5084
|
+
"level": 1,
|
5085
|
+
"marker": "unknown",
|
5086
|
+
"range": {
|
5087
|
+
"end": 20,
|
5088
|
+
"start": 13
|
5089
|
+
},
|
5090
|
+
"text": "concepts",
|
5091
|
+
"types": [
|
5092
|
+
"unknown"
|
5093
|
+
],
|
5094
|
+
"unknown": true,
|
5095
|
+
"value": "concepts",
|
5096
|
+
"word": "concepts"
|
5097
|
+
},
|
5098
|
+
"word": "are"
|
5099
|
+
},
|
5100
|
+
"generatedParenthesized": [
|
5101
|
+
],
|
5102
|
+
"paraphrases": "formulas are concepts",
|
5103
|
+
"paraphrasesParenthesized": [
|
5104
|
+
],
|
5105
|
+
"responses": [
|
5106
|
+
""
|
5107
|
+
]
|
5108
|
+
},
|
4998
5109
|
{
|
4999
5110
|
"context": {
|
5000
5111
|
"dead": true,
|
@@ -5184,68 +5295,6 @@
|
|
5184
5295
|
"responses": [
|
5185
5296
|
""
|
5186
5297
|
]
|
5187
|
-
},
|
5188
|
-
{
|
5189
|
-
"context": {
|
5190
|
-
"dead": true,
|
5191
|
-
"level": 2,
|
5192
|
-
"marker": "is",
|
5193
|
-
"number": "many",
|
5194
|
-
"one": {
|
5195
|
-
"dead": true,
|
5196
|
-
"level": 1,
|
5197
|
-
"marker": "unknown",
|
5198
|
-
"number": "many",
|
5199
|
-
"range": {
|
5200
|
-
"end": 20,
|
5201
|
-
"start": 0
|
5202
|
-
},
|
5203
|
-
"text": "formulas",
|
5204
|
-
"types": [
|
5205
|
-
"unknown"
|
5206
|
-
],
|
5207
|
-
"unknown": true,
|
5208
|
-
"value": "formulas",
|
5209
|
-
"word": "formulas"
|
5210
|
-
},
|
5211
|
-
"range": {
|
5212
|
-
"end": 20,
|
5213
|
-
"start": 0
|
5214
|
-
},
|
5215
|
-
"text": "formulas are concepts",
|
5216
|
-
"topLevel": true,
|
5217
|
-
"touchedBy": [
|
5218
|
-
"formulasTemplate#call2",
|
5219
|
-
"instance0#formulasTemplate#call2",
|
5220
|
-
"instance0#formulas#call2"
|
5221
|
-
],
|
5222
|
-
"two": {
|
5223
|
-
"concept": true,
|
5224
|
-
"dead": true,
|
5225
|
-
"level": 1,
|
5226
|
-
"marker": "unknown",
|
5227
|
-
"range": {
|
5228
|
-
"end": 20,
|
5229
|
-
"start": 13
|
5230
|
-
},
|
5231
|
-
"text": "concepts",
|
5232
|
-
"types": [
|
5233
|
-
"unknown"
|
5234
|
-
],
|
5235
|
-
"unknown": true,
|
5236
|
-
"value": "concepts",
|
5237
|
-
"word": "concepts"
|
5238
|
-
},
|
5239
|
-
"word": "are"
|
5240
|
-
},
|
5241
|
-
"generatedParenthesized": [
|
5242
|
-
],
|
5243
|
-
"paraphrases": "formulas are concepts",
|
5244
|
-
"paraphrasesParenthesized": [
|
5245
|
-
],
|
5246
|
-
"responses": [
|
5247
|
-
""
|
5248
|
-
]
|
5249
5298
|
}
|
5250
5299
|
]
|
5251
5300
|
},
|
@@ -5325,20 +5374,6 @@
|
|
5325
5374
|
"y",
|
5326
5375
|
0
|
5327
5376
|
]
|
5328
|
-
],
|
5329
|
-
[
|
5330
|
-
[
|
5331
|
-
"solve",
|
5332
|
-
0
|
5333
|
-
],
|
5334
|
-
[
|
5335
|
-
"x",
|
5336
|
-
0
|
5337
|
-
],
|
5338
|
-
[
|
5339
|
-
"y",
|
5340
|
-
0
|
5341
|
-
]
|
5342
5377
|
]
|
5343
5378
|
],
|
5344
5379
|
"config": {
|
@@ -5391,7 +5426,7 @@
|
|
5391
5426
|
"types": [
|
5392
5427
|
"equals"
|
5393
5428
|
],
|
5394
|
-
"value": "
|
5429
|
+
"value": "equals",
|
5395
5430
|
"word": "="
|
5396
5431
|
},
|
5397
5432
|
"isResponse": true,
|
@@ -5445,7 +5480,7 @@
|
|
5445
5480
|
"types": [
|
5446
5481
|
"equals"
|
5447
5482
|
],
|
5448
|
-
"value": "
|
5483
|
+
"value": "equals",
|
5449
5484
|
"word": "="
|
5450
5485
|
},
|
5451
5486
|
"text": "solve x = y for y",
|
@@ -5622,7 +5657,6 @@
|
|
5622
5657
|
"countable": "countable2",
|
5623
5658
|
"dialogues": "dialogues2",
|
5624
5659
|
"formulas": "formulas1",
|
5625
|
-
"formulasTemplate": "formulasTemplate2",
|
5626
5660
|
"gdefaults": "gdefaults2",
|
5627
5661
|
"hierarchy": "hierarchy2",
|
5628
5662
|
"math": "math2",
|
@@ -5632,7 +5666,8 @@
|
|
5632
5666
|
"properties": "properties2",
|
5633
5667
|
"punctuation": "punctuation2",
|
5634
5668
|
"sdefaults": "sdefaults2",
|
5635
|
-
"stm": "stm2"
|
5669
|
+
"stm": "stm2",
|
5670
|
+
"tokenize": "tokenize2"
|
5636
5671
|
},
|
5637
5672
|
"namespaced": {
|
5638
5673
|
"comparable2": {
|
@@ -5646,6 +5681,7 @@
|
|
5646
5681
|
"countable2": {
|
5647
5682
|
},
|
5648
5683
|
"dialogues2": {
|
5684
|
+
"idSuffix": "",
|
5649
5685
|
"mentioned": [
|
5650
5686
|
],
|
5651
5687
|
"variables": {
|
@@ -5655,8 +5691,6 @@
|
|
5655
5691
|
"formulas": {
|
5656
5692
|
}
|
5657
5693
|
},
|
5658
|
-
"formulasTemplate2": {
|
5659
|
-
},
|
5660
5694
|
"gdefaults2": {
|
5661
5695
|
},
|
5662
5696
|
"hierarchy2": {
|
@@ -5674,6 +5708,9 @@
|
|
5674
5708
|
"concept": [
|
5675
5709
|
"formula"
|
5676
5710
|
],
|
5711
|
+
"hierarchyAble": [
|
5712
|
+
"unknown"
|
5713
|
+
],
|
5677
5714
|
"ifAble": [
|
5678
5715
|
"orAble"
|
5679
5716
|
],
|
@@ -5684,32 +5721,39 @@
|
|
5684
5721
|
"-"
|
5685
5722
|
],
|
5686
5723
|
"object": [
|
5724
|
+
"unknown",
|
5687
5725
|
"whose"
|
5688
5726
|
],
|
5689
5727
|
"preposition": [
|
5690
5728
|
"between"
|
5691
5729
|
],
|
5730
|
+
"unknown": [
|
5731
|
+
"property"
|
5732
|
+
],
|
5692
5733
|
"verby": [
|
5693
5734
|
"modifies"
|
5694
5735
|
]
|
5695
5736
|
},
|
5696
5737
|
"concepts": [
|
5697
5738
|
"properties",
|
5698
|
-
"
|
5739
|
+
"unknown",
|
5740
|
+
"hierarchyAble",
|
5699
5741
|
"object",
|
5742
|
+
"property",
|
5743
|
+
"whose",
|
5700
5744
|
"between",
|
5701
5745
|
"preposition",
|
5702
5746
|
"modifies",
|
5703
5747
|
"verby",
|
5704
5748
|
"orAble",
|
5705
5749
|
"ifAble",
|
5706
|
-
"formula",
|
5707
|
-
"concept",
|
5708
5750
|
"*",
|
5709
5751
|
"mathematical_operator",
|
5710
5752
|
"+",
|
5711
5753
|
"/",
|
5712
|
-
"-"
|
5754
|
+
"-",
|
5755
|
+
"formula",
|
5756
|
+
"concept"
|
5713
5757
|
],
|
5714
5758
|
"parents": {
|
5715
5759
|
"*": [
|
@@ -5736,6 +5780,13 @@
|
|
5736
5780
|
"orAble": [
|
5737
5781
|
"ifAble"
|
5738
5782
|
],
|
5783
|
+
"property": [
|
5784
|
+
"unknown"
|
5785
|
+
],
|
5786
|
+
"unknown": [
|
5787
|
+
"hierarchyAble",
|
5788
|
+
"object"
|
5789
|
+
],
|
5739
5790
|
"whose": [
|
5740
5791
|
"object"
|
5741
5792
|
]
|
@@ -5760,6 +5811,8 @@
|
|
5760
5811
|
},
|
5761
5812
|
"formula": {
|
5762
5813
|
},
|
5814
|
+
"hierarchyAble": {
|
5815
|
+
},
|
5763
5816
|
"ifAble": {
|
5764
5817
|
},
|
5765
5818
|
"mathematical_operator": {
|
@@ -5772,6 +5825,10 @@
|
|
5772
5825
|
},
|
5773
5826
|
"preposition": {
|
5774
5827
|
},
|
5828
|
+
"property": {
|
5829
|
+
},
|
5830
|
+
"unknown": {
|
5831
|
+
},
|
5775
5832
|
"verby": {
|
5776
5833
|
},
|
5777
5834
|
"whose": {
|
@@ -5794,6 +5851,8 @@
|
|
5794
5851
|
],
|
5795
5852
|
"variables": {
|
5796
5853
|
}
|
5854
|
+
},
|
5855
|
+
"tokenize2": {
|
5797
5856
|
}
|
5798
5857
|
},
|
5799
5858
|
"processed": [
|
@@ -5845,7 +5904,7 @@
|
|
5845
5904
|
"types": [
|
5846
5905
|
"equals"
|
5847
5906
|
],
|
5848
|
-
"value": "
|
5907
|
+
"value": "equals",
|
5849
5908
|
"word": "="
|
5850
5909
|
},
|
5851
5910
|
"isResponse": true,
|
@@ -5899,7 +5958,7 @@
|
|
5899
5958
|
"types": [
|
5900
5959
|
"equals"
|
5901
5960
|
],
|
5902
|
-
"value": "
|
5961
|
+
"value": "equals",
|
5903
5962
|
"word": "="
|
5904
5963
|
},
|
5905
5964
|
"text": "solve x = y for y",
|
@@ -5930,6 +5989,67 @@
|
|
5930
5989
|
"y = x"
|
5931
5990
|
]
|
5932
5991
|
},
|
5992
|
+
{
|
5993
|
+
"context": {
|
5994
|
+
"dead": true,
|
5995
|
+
"level": 2,
|
5996
|
+
"marker": "is",
|
5997
|
+
"number": "many",
|
5998
|
+
"one": {
|
5999
|
+
"dead": true,
|
6000
|
+
"level": 1,
|
6001
|
+
"marker": "unknown",
|
6002
|
+
"number": "many",
|
6003
|
+
"range": {
|
6004
|
+
"end": 20,
|
6005
|
+
"start": 0
|
6006
|
+
},
|
6007
|
+
"text": "formulas",
|
6008
|
+
"types": [
|
6009
|
+
"unknown"
|
6010
|
+
],
|
6011
|
+
"unknown": true,
|
6012
|
+
"value": "formulas",
|
6013
|
+
"word": "formulas"
|
6014
|
+
},
|
6015
|
+
"range": {
|
6016
|
+
"end": 20,
|
6017
|
+
"start": 0
|
6018
|
+
},
|
6019
|
+
"text": "formulas are concepts",
|
6020
|
+
"topLevel": true,
|
6021
|
+
"touchedBy": [
|
6022
|
+
"formulas#call2",
|
6023
|
+
"instance0#formulas#call2"
|
6024
|
+
],
|
6025
|
+
"two": {
|
6026
|
+
"concept": true,
|
6027
|
+
"dead": true,
|
6028
|
+
"level": 1,
|
6029
|
+
"marker": "unknown",
|
6030
|
+
"range": {
|
6031
|
+
"end": 20,
|
6032
|
+
"start": 13
|
6033
|
+
},
|
6034
|
+
"text": "concepts",
|
6035
|
+
"types": [
|
6036
|
+
"unknown"
|
6037
|
+
],
|
6038
|
+
"unknown": true,
|
6039
|
+
"value": "concepts",
|
6040
|
+
"word": "concepts"
|
6041
|
+
},
|
6042
|
+
"word": "are"
|
6043
|
+
},
|
6044
|
+
"generatedParenthesized": [
|
6045
|
+
],
|
6046
|
+
"paraphrases": "formulas are concepts",
|
6047
|
+
"paraphrasesParenthesized": [
|
6048
|
+
],
|
6049
|
+
"responses": [
|
6050
|
+
""
|
6051
|
+
]
|
6052
|
+
},
|
5933
6053
|
{
|
5934
6054
|
"context": {
|
5935
6055
|
"dead": true,
|
@@ -6119,68 +6239,6 @@
|
|
6119
6239
|
"responses": [
|
6120
6240
|
""
|
6121
6241
|
]
|
6122
|
-
},
|
6123
|
-
{
|
6124
|
-
"context": {
|
6125
|
-
"dead": true,
|
6126
|
-
"level": 2,
|
6127
|
-
"marker": "is",
|
6128
|
-
"number": "many",
|
6129
|
-
"one": {
|
6130
|
-
"dead": true,
|
6131
|
-
"level": 1,
|
6132
|
-
"marker": "unknown",
|
6133
|
-
"number": "many",
|
6134
|
-
"range": {
|
6135
|
-
"end": 20,
|
6136
|
-
"start": 0
|
6137
|
-
},
|
6138
|
-
"text": "formulas",
|
6139
|
-
"types": [
|
6140
|
-
"unknown"
|
6141
|
-
],
|
6142
|
-
"unknown": true,
|
6143
|
-
"value": "formulas",
|
6144
|
-
"word": "formulas"
|
6145
|
-
},
|
6146
|
-
"range": {
|
6147
|
-
"end": 20,
|
6148
|
-
"start": 0
|
6149
|
-
},
|
6150
|
-
"text": "formulas are concepts",
|
6151
|
-
"topLevel": true,
|
6152
|
-
"touchedBy": [
|
6153
|
-
"formulasTemplate#call2",
|
6154
|
-
"instance0#formulasTemplate#call2",
|
6155
|
-
"instance0#formulas#call2"
|
6156
|
-
],
|
6157
|
-
"two": {
|
6158
|
-
"concept": true,
|
6159
|
-
"dead": true,
|
6160
|
-
"level": 1,
|
6161
|
-
"marker": "unknown",
|
6162
|
-
"range": {
|
6163
|
-
"end": 20,
|
6164
|
-
"start": 13
|
6165
|
-
},
|
6166
|
-
"text": "concepts",
|
6167
|
-
"types": [
|
6168
|
-
"unknown"
|
6169
|
-
],
|
6170
|
-
"unknown": true,
|
6171
|
-
"value": "concepts",
|
6172
|
-
"word": "concepts"
|
6173
|
-
},
|
6174
|
-
"word": "are"
|
6175
|
-
},
|
6176
|
-
"generatedParenthesized": [
|
6177
|
-
],
|
6178
|
-
"paraphrases": "formulas are concepts",
|
6179
|
-
"paraphrasesParenthesized": [
|
6180
|
-
],
|
6181
|
-
"responses": [
|
6182
|
-
""
|
6183
|
-
]
|
6184
6242
|
}
|
6185
6243
|
]
|
6186
6244
|
},
|
@@ -6197,24 +6255,6 @@
|
|
6197
6255
|
},
|
6198
6256
|
{
|
6199
6257
|
"associations": [
|
6200
|
-
[
|
6201
|
-
[
|
6202
|
-
"+",
|
6203
|
-
0
|
6204
|
-
],
|
6205
|
-
[
|
6206
|
-
"solve",
|
6207
|
-
0
|
6208
|
-
],
|
6209
|
-
[
|
6210
|
-
"x",
|
6211
|
-
0
|
6212
|
-
],
|
6213
|
-
[
|
6214
|
-
"y",
|
6215
|
-
0
|
6216
|
-
]
|
6217
|
-
],
|
6218
6258
|
[
|
6219
6259
|
[
|
6220
6260
|
"equals",
|
@@ -6421,7 +6461,7 @@
|
|
6421
6461
|
"types": [
|
6422
6462
|
"equals"
|
6423
6463
|
],
|
6424
|
-
"value": "
|
6464
|
+
"value": "equals",
|
6425
6465
|
"word": "="
|
6426
6466
|
},
|
6427
6467
|
"isResponse": true,
|
@@ -6510,7 +6550,7 @@
|
|
6510
6550
|
"types": [
|
6511
6551
|
"equals"
|
6512
6552
|
],
|
6513
|
-
"value": "
|
6553
|
+
"value": "equals",
|
6514
6554
|
"word": "="
|
6515
6555
|
},
|
6516
6556
|
"text": "solve x = y + 1 for x",
|
@@ -6765,7 +6805,6 @@
|
|
6765
6805
|
"countable": "countable2",
|
6766
6806
|
"dialogues": "dialogues2",
|
6767
6807
|
"formulas": "formulas1",
|
6768
|
-
"formulasTemplate": "formulasTemplate2",
|
6769
6808
|
"gdefaults": "gdefaults2",
|
6770
6809
|
"hierarchy": "hierarchy2",
|
6771
6810
|
"math": "math2",
|
@@ -6775,7 +6814,8 @@
|
|
6775
6814
|
"properties": "properties2",
|
6776
6815
|
"punctuation": "punctuation2",
|
6777
6816
|
"sdefaults": "sdefaults2",
|
6778
|
-
"stm": "stm2"
|
6817
|
+
"stm": "stm2",
|
6818
|
+
"tokenize": "tokenize2"
|
6779
6819
|
},
|
6780
6820
|
"namespaced": {
|
6781
6821
|
"comparable2": {
|
@@ -6789,6 +6829,7 @@
|
|
6789
6829
|
"countable2": {
|
6790
6830
|
},
|
6791
6831
|
"dialogues2": {
|
6832
|
+
"idSuffix": "",
|
6792
6833
|
"mentioned": [
|
6793
6834
|
],
|
6794
6835
|
"variables": {
|
@@ -6798,8 +6839,6 @@
|
|
6798
6839
|
"formulas": {
|
6799
6840
|
}
|
6800
6841
|
},
|
6801
|
-
"formulasTemplate2": {
|
6802
|
-
},
|
6803
6842
|
"gdefaults2": {
|
6804
6843
|
},
|
6805
6844
|
"hierarchy2": {
|
@@ -6817,6 +6856,9 @@
|
|
6817
6856
|
"concept": [
|
6818
6857
|
"formula"
|
6819
6858
|
],
|
6859
|
+
"hierarchyAble": [
|
6860
|
+
"unknown"
|
6861
|
+
],
|
6820
6862
|
"ifAble": [
|
6821
6863
|
"orAble"
|
6822
6864
|
],
|
@@ -6827,32 +6869,39 @@
|
|
6827
6869
|
"-"
|
6828
6870
|
],
|
6829
6871
|
"object": [
|
6872
|
+
"unknown",
|
6830
6873
|
"whose"
|
6831
6874
|
],
|
6832
6875
|
"preposition": [
|
6833
6876
|
"between"
|
6834
6877
|
],
|
6878
|
+
"unknown": [
|
6879
|
+
"property"
|
6880
|
+
],
|
6835
6881
|
"verby": [
|
6836
6882
|
"modifies"
|
6837
6883
|
]
|
6838
6884
|
},
|
6839
6885
|
"concepts": [
|
6840
6886
|
"properties",
|
6841
|
-
"
|
6887
|
+
"unknown",
|
6888
|
+
"hierarchyAble",
|
6842
6889
|
"object",
|
6890
|
+
"property",
|
6891
|
+
"whose",
|
6843
6892
|
"between",
|
6844
6893
|
"preposition",
|
6845
6894
|
"modifies",
|
6846
6895
|
"verby",
|
6847
6896
|
"orAble",
|
6848
6897
|
"ifAble",
|
6849
|
-
"formula",
|
6850
|
-
"concept",
|
6851
6898
|
"*",
|
6852
6899
|
"mathematical_operator",
|
6853
6900
|
"+",
|
6854
6901
|
"/",
|
6855
|
-
"-"
|
6902
|
+
"-",
|
6903
|
+
"formula",
|
6904
|
+
"concept"
|
6856
6905
|
],
|
6857
6906
|
"parents": {
|
6858
6907
|
"*": [
|
@@ -6879,6 +6928,13 @@
|
|
6879
6928
|
"orAble": [
|
6880
6929
|
"ifAble"
|
6881
6930
|
],
|
6931
|
+
"property": [
|
6932
|
+
"unknown"
|
6933
|
+
],
|
6934
|
+
"unknown": [
|
6935
|
+
"hierarchyAble",
|
6936
|
+
"object"
|
6937
|
+
],
|
6882
6938
|
"whose": [
|
6883
6939
|
"object"
|
6884
6940
|
]
|
@@ -6903,6 +6959,8 @@
|
|
6903
6959
|
},
|
6904
6960
|
"formula": {
|
6905
6961
|
},
|
6962
|
+
"hierarchyAble": {
|
6963
|
+
},
|
6906
6964
|
"ifAble": {
|
6907
6965
|
},
|
6908
6966
|
"mathematical_operator": {
|
@@ -6915,6 +6973,10 @@
|
|
6915
6973
|
},
|
6916
6974
|
"preposition": {
|
6917
6975
|
},
|
6976
|
+
"property": {
|
6977
|
+
},
|
6978
|
+
"unknown": {
|
6979
|
+
},
|
6918
6980
|
"verby": {
|
6919
6981
|
},
|
6920
6982
|
"whose": {
|
@@ -6937,6 +6999,8 @@
|
|
6937
6999
|
],
|
6938
7000
|
"variables": {
|
6939
7001
|
}
|
7002
|
+
},
|
7003
|
+
"tokenize2": {
|
6940
7004
|
}
|
6941
7005
|
},
|
6942
7006
|
"processed": [
|
@@ -7023,7 +7087,7 @@
|
|
7023
7087
|
"types": [
|
7024
7088
|
"equals"
|
7025
7089
|
],
|
7026
|
-
"value": "
|
7090
|
+
"value": "equals",
|
7027
7091
|
"word": "="
|
7028
7092
|
},
|
7029
7093
|
"isResponse": true,
|
@@ -7112,7 +7176,7 @@
|
|
7112
7176
|
"types": [
|
7113
7177
|
"equals"
|
7114
7178
|
],
|
7115
|
-
"value": "
|
7179
|
+
"value": "equals",
|
7116
7180
|
"word": "="
|
7117
7181
|
},
|
7118
7182
|
"text": "solve x = y + 1 for x",
|
@@ -7143,6 +7207,67 @@
|
|
7143
7207
|
"x = y + 1"
|
7144
7208
|
]
|
7145
7209
|
},
|
7210
|
+
{
|
7211
|
+
"context": {
|
7212
|
+
"dead": true,
|
7213
|
+
"level": 2,
|
7214
|
+
"marker": "is",
|
7215
|
+
"number": "many",
|
7216
|
+
"one": {
|
7217
|
+
"dead": true,
|
7218
|
+
"level": 1,
|
7219
|
+
"marker": "unknown",
|
7220
|
+
"number": "many",
|
7221
|
+
"range": {
|
7222
|
+
"end": 20,
|
7223
|
+
"start": 0
|
7224
|
+
},
|
7225
|
+
"text": "formulas",
|
7226
|
+
"types": [
|
7227
|
+
"unknown"
|
7228
|
+
],
|
7229
|
+
"unknown": true,
|
7230
|
+
"value": "formulas",
|
7231
|
+
"word": "formulas"
|
7232
|
+
},
|
7233
|
+
"range": {
|
7234
|
+
"end": 20,
|
7235
|
+
"start": 0
|
7236
|
+
},
|
7237
|
+
"text": "formulas are concepts",
|
7238
|
+
"topLevel": true,
|
7239
|
+
"touchedBy": [
|
7240
|
+
"formulas#call2",
|
7241
|
+
"instance0#formulas#call2"
|
7242
|
+
],
|
7243
|
+
"two": {
|
7244
|
+
"concept": true,
|
7245
|
+
"dead": true,
|
7246
|
+
"level": 1,
|
7247
|
+
"marker": "unknown",
|
7248
|
+
"range": {
|
7249
|
+
"end": 20,
|
7250
|
+
"start": 13
|
7251
|
+
},
|
7252
|
+
"text": "concepts",
|
7253
|
+
"types": [
|
7254
|
+
"unknown"
|
7255
|
+
],
|
7256
|
+
"unknown": true,
|
7257
|
+
"value": "concepts",
|
7258
|
+
"word": "concepts"
|
7259
|
+
},
|
7260
|
+
"word": "are"
|
7261
|
+
},
|
7262
|
+
"generatedParenthesized": [
|
7263
|
+
],
|
7264
|
+
"paraphrases": "formulas are concepts",
|
7265
|
+
"paraphrasesParenthesized": [
|
7266
|
+
],
|
7267
|
+
"responses": [
|
7268
|
+
""
|
7269
|
+
]
|
7270
|
+
},
|
7146
7271
|
{
|
7147
7272
|
"context": {
|
7148
7273
|
"dead": true,
|
@@ -7322,73 +7447,11 @@
|
|
7322
7447
|
"instance0#math#call2",
|
7323
7448
|
"instance0#formulas#call2"
|
7324
7449
|
],
|
7325
|
-
"word": "modifies"
|
7326
|
-
},
|
7327
|
-
"generatedParenthesized": [
|
7328
|
-
],
|
7329
|
-
"paraphrases": "mathematical modifies operator",
|
7330
|
-
"paraphrasesParenthesized": [
|
7331
|
-
],
|
7332
|
-
"responses": [
|
7333
|
-
""
|
7334
|
-
]
|
7335
|
-
},
|
7336
|
-
{
|
7337
|
-
"context": {
|
7338
|
-
"dead": true,
|
7339
|
-
"level": 2,
|
7340
|
-
"marker": "is",
|
7341
|
-
"number": "many",
|
7342
|
-
"one": {
|
7343
|
-
"dead": true,
|
7344
|
-
"level": 1,
|
7345
|
-
"marker": "unknown",
|
7346
|
-
"number": "many",
|
7347
|
-
"range": {
|
7348
|
-
"end": 20,
|
7349
|
-
"start": 0
|
7350
|
-
},
|
7351
|
-
"text": "formulas",
|
7352
|
-
"types": [
|
7353
|
-
"unknown"
|
7354
|
-
],
|
7355
|
-
"unknown": true,
|
7356
|
-
"value": "formulas",
|
7357
|
-
"word": "formulas"
|
7358
|
-
},
|
7359
|
-
"range": {
|
7360
|
-
"end": 20,
|
7361
|
-
"start": 0
|
7362
|
-
},
|
7363
|
-
"text": "formulas are concepts",
|
7364
|
-
"topLevel": true,
|
7365
|
-
"touchedBy": [
|
7366
|
-
"formulasTemplate#call2",
|
7367
|
-
"instance0#formulasTemplate#call2",
|
7368
|
-
"instance0#formulas#call2"
|
7369
|
-
],
|
7370
|
-
"two": {
|
7371
|
-
"concept": true,
|
7372
|
-
"dead": true,
|
7373
|
-
"level": 1,
|
7374
|
-
"marker": "unknown",
|
7375
|
-
"range": {
|
7376
|
-
"end": 20,
|
7377
|
-
"start": 13
|
7378
|
-
},
|
7379
|
-
"text": "concepts",
|
7380
|
-
"types": [
|
7381
|
-
"unknown"
|
7382
|
-
],
|
7383
|
-
"unknown": true,
|
7384
|
-
"value": "concepts",
|
7385
|
-
"word": "concepts"
|
7386
|
-
},
|
7387
|
-
"word": "are"
|
7450
|
+
"word": "modifies"
|
7388
7451
|
},
|
7389
7452
|
"generatedParenthesized": [
|
7390
7453
|
],
|
7391
|
-
"paraphrases": "
|
7454
|
+
"paraphrases": "mathematical modifies operator",
|
7392
7455
|
"paraphrasesParenthesized": [
|
7393
7456
|
],
|
7394
7457
|
"responses": [
|
@@ -7410,24 +7473,6 @@
|
|
7410
7473
|
},
|
7411
7474
|
{
|
7412
7475
|
"associations": [
|
7413
|
-
[
|
7414
|
-
[
|
7415
|
-
"*",
|
7416
|
-
0
|
7417
|
-
],
|
7418
|
-
[
|
7419
|
-
"+",
|
7420
|
-
0
|
7421
|
-
],
|
7422
|
-
[
|
7423
|
-
"/",
|
7424
|
-
0
|
7425
|
-
],
|
7426
|
-
[
|
7427
|
-
"unknown",
|
7428
|
-
0
|
7429
|
-
]
|
7430
|
-
],
|
7431
7476
|
[
|
7432
7477
|
[
|
7433
7478
|
"divideByOperator",
|
@@ -7658,7 +7703,7 @@
|
|
7658
7703
|
"end": 30,
|
7659
7704
|
"start": 13
|
7660
7705
|
},
|
7661
|
-
"text": "celcius
|
7706
|
+
"text": "celcius*(9/5) + 32",
|
7662
7707
|
"types": [
|
7663
7708
|
"number",
|
7664
7709
|
"plusExpression"
|
@@ -7676,7 +7721,7 @@
|
|
7676
7721
|
"end": 25,
|
7677
7722
|
"start": 13
|
7678
7723
|
},
|
7679
|
-
"text": "celcius
|
7724
|
+
"text": "celcius*(9/5)",
|
7680
7725
|
"types": [
|
7681
7726
|
"number",
|
7682
7727
|
"timesExpression"
|
@@ -7712,7 +7757,7 @@
|
|
7712
7757
|
"end": 25,
|
7713
7758
|
"start": 21
|
7714
7759
|
},
|
7715
|
-
"text": "(
|
7760
|
+
"text": "(9/5)",
|
7716
7761
|
"types": [
|
7717
7762
|
"divideByExpression",
|
7718
7763
|
"number"
|
@@ -7775,7 +7820,7 @@
|
|
7775
7820
|
"touchedBy": [
|
7776
7821
|
"formulas#call2"
|
7777
7822
|
],
|
7778
|
-
"value": "
|
7823
|
+
"value": "equals",
|
7779
7824
|
"word": "="
|
7780
7825
|
}
|
7781
7826
|
],
|
@@ -8012,7 +8057,6 @@
|
|
8012
8057
|
"countable": "countable2",
|
8013
8058
|
"dialogues": "dialogues2",
|
8014
8059
|
"formulas": "formulas1",
|
8015
|
-
"formulasTemplate": "formulasTemplate2",
|
8016
8060
|
"gdefaults": "gdefaults2",
|
8017
8061
|
"hierarchy": "hierarchy2",
|
8018
8062
|
"math": "math2",
|
@@ -8022,7 +8066,8 @@
|
|
8022
8066
|
"properties": "properties2",
|
8023
8067
|
"punctuation": "punctuation2",
|
8024
8068
|
"sdefaults": "sdefaults2",
|
8025
|
-
"stm": "stm2"
|
8069
|
+
"stm": "stm2",
|
8070
|
+
"tokenize": "tokenize2"
|
8026
8071
|
},
|
8027
8072
|
"namespaced": {
|
8028
8073
|
"comparable2": {
|
@@ -8036,6 +8081,7 @@
|
|
8036
8081
|
"countable2": {
|
8037
8082
|
},
|
8038
8083
|
"dialogues2": {
|
8084
|
+
"idSuffix": "",
|
8039
8085
|
"mentioned": [
|
8040
8086
|
],
|
8041
8087
|
"variables": {
|
@@ -8081,7 +8127,7 @@
|
|
8081
8127
|
"end": 30,
|
8082
8128
|
"start": 13
|
8083
8129
|
},
|
8084
|
-
"text": "celcius
|
8130
|
+
"text": "celcius*(9/5) + 32",
|
8085
8131
|
"types": [
|
8086
8132
|
"number",
|
8087
8133
|
"plusExpression"
|
@@ -8099,7 +8145,7 @@
|
|
8099
8145
|
"end": 25,
|
8100
8146
|
"start": 13
|
8101
8147
|
},
|
8102
|
-
"text": "celcius
|
8148
|
+
"text": "celcius*(9/5)",
|
8103
8149
|
"types": [
|
8104
8150
|
"number",
|
8105
8151
|
"timesExpression"
|
@@ -8135,7 +8181,7 @@
|
|
8135
8181
|
"end": 25,
|
8136
8182
|
"start": 21
|
8137
8183
|
},
|
8138
|
-
"text": "(
|
8184
|
+
"text": "(9/5)",
|
8139
8185
|
"types": [
|
8140
8186
|
"divideByExpression",
|
8141
8187
|
"number"
|
@@ -8198,7 +8244,7 @@
|
|
8198
8244
|
"touchedBy": [
|
8199
8245
|
"formulas#call2"
|
8200
8246
|
],
|
8201
|
-
"value": "
|
8247
|
+
"value": "equals",
|
8202
8248
|
"word": "="
|
8203
8249
|
},
|
8204
8250
|
"formula": {
|
@@ -8212,7 +8258,7 @@
|
|
8212
8258
|
"end": 30,
|
8213
8259
|
"start": 13
|
8214
8260
|
},
|
8215
|
-
"text": "celcius
|
8261
|
+
"text": "celcius*(9/5) + 32",
|
8216
8262
|
"types": [
|
8217
8263
|
"number",
|
8218
8264
|
"plusExpression"
|
@@ -8230,7 +8276,7 @@
|
|
8230
8276
|
"end": 25,
|
8231
8277
|
"start": 13
|
8232
8278
|
},
|
8233
|
-
"text": "celcius
|
8279
|
+
"text": "celcius*(9/5)",
|
8234
8280
|
"types": [
|
8235
8281
|
"number",
|
8236
8282
|
"timesExpression"
|
@@ -8266,7 +8312,7 @@
|
|
8266
8312
|
"end": 25,
|
8267
8313
|
"start": 21
|
8268
8314
|
},
|
8269
|
-
"text": "(
|
8315
|
+
"text": "(9/5)",
|
8270
8316
|
"types": [
|
8271
8317
|
"divideByExpression",
|
8272
8318
|
"number"
|
@@ -8345,8 +8391,6 @@
|
|
8345
8391
|
]
|
8346
8392
|
}
|
8347
8393
|
},
|
8348
|
-
"formulasTemplate2": {
|
8349
|
-
},
|
8350
8394
|
"gdefaults2": {
|
8351
8395
|
},
|
8352
8396
|
"hierarchy2": {
|
@@ -8364,6 +8408,9 @@
|
|
8364
8408
|
"concept": [
|
8365
8409
|
"formula"
|
8366
8410
|
],
|
8411
|
+
"hierarchyAble": [
|
8412
|
+
"unknown"
|
8413
|
+
],
|
8367
8414
|
"ifAble": [
|
8368
8415
|
"orAble"
|
8369
8416
|
],
|
@@ -8374,32 +8421,39 @@
|
|
8374
8421
|
"-"
|
8375
8422
|
],
|
8376
8423
|
"object": [
|
8424
|
+
"unknown",
|
8377
8425
|
"whose"
|
8378
8426
|
],
|
8379
8427
|
"preposition": [
|
8380
8428
|
"between"
|
8381
8429
|
],
|
8430
|
+
"unknown": [
|
8431
|
+
"property"
|
8432
|
+
],
|
8382
8433
|
"verby": [
|
8383
8434
|
"modifies"
|
8384
8435
|
]
|
8385
8436
|
},
|
8386
8437
|
"concepts": [
|
8387
8438
|
"properties",
|
8388
|
-
"
|
8439
|
+
"unknown",
|
8440
|
+
"hierarchyAble",
|
8389
8441
|
"object",
|
8442
|
+
"property",
|
8443
|
+
"whose",
|
8390
8444
|
"between",
|
8391
8445
|
"preposition",
|
8392
8446
|
"modifies",
|
8393
8447
|
"verby",
|
8394
8448
|
"orAble",
|
8395
8449
|
"ifAble",
|
8396
|
-
"formula",
|
8397
|
-
"concept",
|
8398
8450
|
"*",
|
8399
8451
|
"mathematical_operator",
|
8400
8452
|
"+",
|
8401
8453
|
"/",
|
8402
|
-
"-"
|
8454
|
+
"-",
|
8455
|
+
"formula",
|
8456
|
+
"concept"
|
8403
8457
|
],
|
8404
8458
|
"parents": {
|
8405
8459
|
"*": [
|
@@ -8426,6 +8480,13 @@
|
|
8426
8480
|
"orAble": [
|
8427
8481
|
"ifAble"
|
8428
8482
|
],
|
8483
|
+
"property": [
|
8484
|
+
"unknown"
|
8485
|
+
],
|
8486
|
+
"unknown": [
|
8487
|
+
"hierarchyAble",
|
8488
|
+
"object"
|
8489
|
+
],
|
8429
8490
|
"whose": [
|
8430
8491
|
"object"
|
8431
8492
|
]
|
@@ -8450,6 +8511,8 @@
|
|
8450
8511
|
},
|
8451
8512
|
"formula": {
|
8452
8513
|
},
|
8514
|
+
"hierarchyAble": {
|
8515
|
+
},
|
8453
8516
|
"ifAble": {
|
8454
8517
|
},
|
8455
8518
|
"mathematical_operator": {
|
@@ -8462,6 +8525,10 @@
|
|
8462
8525
|
},
|
8463
8526
|
"preposition": {
|
8464
8527
|
},
|
8528
|
+
"property": {
|
8529
|
+
},
|
8530
|
+
"unknown": {
|
8531
|
+
},
|
8465
8532
|
"verby": {
|
8466
8533
|
},
|
8467
8534
|
"whose": {
|
@@ -8484,6 +8551,8 @@
|
|
8484
8551
|
],
|
8485
8552
|
"variables": {
|
8486
8553
|
}
|
8554
|
+
},
|
8555
|
+
"tokenize2": {
|
8487
8556
|
}
|
8488
8557
|
},
|
8489
8558
|
"processed": [
|
@@ -8524,7 +8593,7 @@
|
|
8524
8593
|
"end": 30,
|
8525
8594
|
"start": 13
|
8526
8595
|
},
|
8527
|
-
"text": "celcius
|
8596
|
+
"text": "celcius*(9/5) + 32",
|
8528
8597
|
"types": [
|
8529
8598
|
"number",
|
8530
8599
|
"plusExpression"
|
@@ -8542,7 +8611,7 @@
|
|
8542
8611
|
"end": 25,
|
8543
8612
|
"start": 13
|
8544
8613
|
},
|
8545
|
-
"text": "celcius
|
8614
|
+
"text": "celcius*(9/5)",
|
8546
8615
|
"types": [
|
8547
8616
|
"number",
|
8548
8617
|
"timesExpression"
|
@@ -8578,7 +8647,7 @@
|
|
8578
8647
|
"end": 25,
|
8579
8648
|
"start": 21
|
8580
8649
|
},
|
8581
|
-
"text": "(
|
8650
|
+
"text": "(9/5)",
|
8582
8651
|
"types": [
|
8583
8652
|
"divideByExpression",
|
8584
8653
|
"number"
|
@@ -8641,7 +8710,7 @@
|
|
8641
8710
|
"touchedBy": [
|
8642
8711
|
"formulas#call2"
|
8643
8712
|
],
|
8644
|
-
"value": "
|
8713
|
+
"value": "equals",
|
8645
8714
|
"word": "="
|
8646
8715
|
},
|
8647
8716
|
"generatedParenthesized": "",
|
@@ -8651,6 +8720,67 @@
|
|
8651
8720
|
""
|
8652
8721
|
]
|
8653
8722
|
},
|
8723
|
+
{
|
8724
|
+
"context": {
|
8725
|
+
"dead": true,
|
8726
|
+
"level": 2,
|
8727
|
+
"marker": "is",
|
8728
|
+
"number": "many",
|
8729
|
+
"one": {
|
8730
|
+
"dead": true,
|
8731
|
+
"level": 1,
|
8732
|
+
"marker": "unknown",
|
8733
|
+
"number": "many",
|
8734
|
+
"range": {
|
8735
|
+
"end": 20,
|
8736
|
+
"start": 0
|
8737
|
+
},
|
8738
|
+
"text": "formulas",
|
8739
|
+
"types": [
|
8740
|
+
"unknown"
|
8741
|
+
],
|
8742
|
+
"unknown": true,
|
8743
|
+
"value": "formulas",
|
8744
|
+
"word": "formulas"
|
8745
|
+
},
|
8746
|
+
"range": {
|
8747
|
+
"end": 20,
|
8748
|
+
"start": 0
|
8749
|
+
},
|
8750
|
+
"text": "formulas are concepts",
|
8751
|
+
"topLevel": true,
|
8752
|
+
"touchedBy": [
|
8753
|
+
"formulas#call2",
|
8754
|
+
"instance0#formulas#call2"
|
8755
|
+
],
|
8756
|
+
"two": {
|
8757
|
+
"concept": true,
|
8758
|
+
"dead": true,
|
8759
|
+
"level": 1,
|
8760
|
+
"marker": "unknown",
|
8761
|
+
"range": {
|
8762
|
+
"end": 20,
|
8763
|
+
"start": 13
|
8764
|
+
},
|
8765
|
+
"text": "concepts",
|
8766
|
+
"types": [
|
8767
|
+
"unknown"
|
8768
|
+
],
|
8769
|
+
"unknown": true,
|
8770
|
+
"value": "concepts",
|
8771
|
+
"word": "concepts"
|
8772
|
+
},
|
8773
|
+
"word": "are"
|
8774
|
+
},
|
8775
|
+
"generatedParenthesized": [
|
8776
|
+
],
|
8777
|
+
"paraphrases": "formulas are concepts",
|
8778
|
+
"paraphrasesParenthesized": [
|
8779
|
+
],
|
8780
|
+
"responses": [
|
8781
|
+
""
|
8782
|
+
]
|
8783
|
+
},
|
8654
8784
|
{
|
8655
8785
|
"context": {
|
8656
8786
|
"dead": true,
|
@@ -8840,68 +8970,6 @@
|
|
8840
8970
|
"responses": [
|
8841
8971
|
""
|
8842
8972
|
]
|
8843
|
-
},
|
8844
|
-
{
|
8845
|
-
"context": {
|
8846
|
-
"dead": true,
|
8847
|
-
"level": 2,
|
8848
|
-
"marker": "is",
|
8849
|
-
"number": "many",
|
8850
|
-
"one": {
|
8851
|
-
"dead": true,
|
8852
|
-
"level": 1,
|
8853
|
-
"marker": "unknown",
|
8854
|
-
"number": "many",
|
8855
|
-
"range": {
|
8856
|
-
"end": 20,
|
8857
|
-
"start": 0
|
8858
|
-
},
|
8859
|
-
"text": "formulas",
|
8860
|
-
"types": [
|
8861
|
-
"unknown"
|
8862
|
-
],
|
8863
|
-
"unknown": true,
|
8864
|
-
"value": "formulas",
|
8865
|
-
"word": "formulas"
|
8866
|
-
},
|
8867
|
-
"range": {
|
8868
|
-
"end": 20,
|
8869
|
-
"start": 0
|
8870
|
-
},
|
8871
|
-
"text": "formulas are concepts",
|
8872
|
-
"topLevel": true,
|
8873
|
-
"touchedBy": [
|
8874
|
-
"formulasTemplate#call2",
|
8875
|
-
"instance0#formulasTemplate#call2",
|
8876
|
-
"instance0#formulas#call2"
|
8877
|
-
],
|
8878
|
-
"two": {
|
8879
|
-
"concept": true,
|
8880
|
-
"dead": true,
|
8881
|
-
"level": 1,
|
8882
|
-
"marker": "unknown",
|
8883
|
-
"range": {
|
8884
|
-
"end": 20,
|
8885
|
-
"start": 13
|
8886
|
-
},
|
8887
|
-
"text": "concepts",
|
8888
|
-
"types": [
|
8889
|
-
"unknown"
|
8890
|
-
],
|
8891
|
-
"unknown": true,
|
8892
|
-
"value": "concepts",
|
8893
|
-
"word": "concepts"
|
8894
|
-
},
|
8895
|
-
"word": "are"
|
8896
|
-
},
|
8897
|
-
"generatedParenthesized": [
|
8898
|
-
],
|
8899
|
-
"paraphrases": "formulas are concepts",
|
8900
|
-
"paraphrasesParenthesized": [
|
8901
|
-
],
|
8902
|
-
"responses": [
|
8903
|
-
""
|
8904
|
-
]
|
8905
8973
|
}
|
8906
8974
|
]
|
8907
8975
|
},
|
@@ -8977,16 +9045,6 @@
|
|
8977
9045
|
"unknown",
|
8978
9046
|
1
|
8979
9047
|
]
|
8980
|
-
],
|
8981
|
-
[
|
8982
|
-
[
|
8983
|
-
"the",
|
8984
|
-
0
|
8985
|
-
],
|
8986
|
-
[
|
8987
|
-
"unknown",
|
8988
|
-
0
|
8989
|
-
]
|
8990
9048
|
]
|
8991
9049
|
],
|
8992
9050
|
"config": {
|
@@ -9176,7 +9234,6 @@
|
|
9176
9234
|
"countable": "countable2",
|
9177
9235
|
"dialogues": "dialogues2",
|
9178
9236
|
"formulas": "formulas1",
|
9179
|
-
"formulasTemplate": "formulasTemplate2",
|
9180
9237
|
"gdefaults": "gdefaults2",
|
9181
9238
|
"hierarchy": "hierarchy2",
|
9182
9239
|
"math": "math2",
|
@@ -9186,7 +9243,8 @@
|
|
9186
9243
|
"properties": "properties2",
|
9187
9244
|
"punctuation": "punctuation2",
|
9188
9245
|
"sdefaults": "sdefaults2",
|
9189
|
-
"stm": "stm2"
|
9246
|
+
"stm": "stm2",
|
9247
|
+
"tokenize": "tokenize2"
|
9190
9248
|
},
|
9191
9249
|
"namespaced": {
|
9192
9250
|
"comparable2": {
|
@@ -9200,6 +9258,7 @@
|
|
9200
9258
|
"countable2": {
|
9201
9259
|
},
|
9202
9260
|
"dialogues2": {
|
9261
|
+
"idSuffix": "",
|
9203
9262
|
"mentioned": [
|
9204
9263
|
],
|
9205
9264
|
"variables": {
|
@@ -9209,8 +9268,6 @@
|
|
9209
9268
|
"formulas": {
|
9210
9269
|
}
|
9211
9270
|
},
|
9212
|
-
"formulasTemplate2": {
|
9213
|
-
},
|
9214
9271
|
"gdefaults2": {
|
9215
9272
|
},
|
9216
9273
|
"hierarchy2": {
|
@@ -9228,6 +9285,9 @@
|
|
9228
9285
|
"concept": [
|
9229
9286
|
"formula"
|
9230
9287
|
],
|
9288
|
+
"hierarchyAble": [
|
9289
|
+
"unknown"
|
9290
|
+
],
|
9231
9291
|
"ifAble": [
|
9232
9292
|
"orAble"
|
9233
9293
|
],
|
@@ -9238,32 +9298,39 @@
|
|
9238
9298
|
"-"
|
9239
9299
|
],
|
9240
9300
|
"object": [
|
9301
|
+
"unknown",
|
9241
9302
|
"whose"
|
9242
9303
|
],
|
9243
9304
|
"preposition": [
|
9244
9305
|
"between"
|
9245
9306
|
],
|
9307
|
+
"unknown": [
|
9308
|
+
"property"
|
9309
|
+
],
|
9246
9310
|
"verby": [
|
9247
9311
|
"modifies"
|
9248
9312
|
]
|
9249
9313
|
},
|
9250
9314
|
"concepts": [
|
9251
9315
|
"properties",
|
9252
|
-
"
|
9316
|
+
"unknown",
|
9317
|
+
"hierarchyAble",
|
9253
9318
|
"object",
|
9319
|
+
"property",
|
9320
|
+
"whose",
|
9254
9321
|
"between",
|
9255
9322
|
"preposition",
|
9256
9323
|
"modifies",
|
9257
9324
|
"verby",
|
9258
9325
|
"orAble",
|
9259
9326
|
"ifAble",
|
9260
|
-
"formula",
|
9261
|
-
"concept",
|
9262
9327
|
"*",
|
9263
9328
|
"mathematical_operator",
|
9264
9329
|
"+",
|
9265
9330
|
"/",
|
9266
|
-
"-"
|
9331
|
+
"-",
|
9332
|
+
"formula",
|
9333
|
+
"concept"
|
9267
9334
|
],
|
9268
9335
|
"parents": {
|
9269
9336
|
"*": [
|
@@ -9290,6 +9357,13 @@
|
|
9290
9357
|
"orAble": [
|
9291
9358
|
"ifAble"
|
9292
9359
|
],
|
9360
|
+
"property": [
|
9361
|
+
"unknown"
|
9362
|
+
],
|
9363
|
+
"unknown": [
|
9364
|
+
"hierarchyAble",
|
9365
|
+
"object"
|
9366
|
+
],
|
9293
9367
|
"whose": [
|
9294
9368
|
"object"
|
9295
9369
|
]
|
@@ -9314,6 +9388,8 @@
|
|
9314
9388
|
},
|
9315
9389
|
"formula": {
|
9316
9390
|
},
|
9391
|
+
"hierarchyAble": {
|
9392
|
+
},
|
9317
9393
|
"ifAble": {
|
9318
9394
|
},
|
9319
9395
|
"mathematical_operator": {
|
@@ -9326,6 +9402,10 @@
|
|
9326
9402
|
},
|
9327
9403
|
"preposition": {
|
9328
9404
|
},
|
9405
|
+
"property": {
|
9406
|
+
},
|
9407
|
+
"unknown": {
|
9408
|
+
},
|
9329
9409
|
"verby": {
|
9330
9410
|
},
|
9331
9411
|
"whose": {
|
@@ -9348,6 +9428,8 @@
|
|
9348
9428
|
],
|
9349
9429
|
"variables": {
|
9350
9430
|
}
|
9431
|
+
},
|
9432
|
+
"tokenize2": {
|
9351
9433
|
}
|
9352
9434
|
},
|
9353
9435
|
"processed": [
|
@@ -9404,21 +9486,82 @@
|
|
9404
9486
|
"number": "many",
|
9405
9487
|
"pullFromContext": true,
|
9406
9488
|
"range": {
|
9407
|
-
"end": 11,
|
9408
|
-
"start": 0
|
9489
|
+
"end": 11,
|
9490
|
+
"start": 0
|
9491
|
+
},
|
9492
|
+
"text": "the formulas",
|
9493
|
+
"types": [
|
9494
|
+
"formula"
|
9495
|
+
],
|
9496
|
+
"value": "formula",
|
9497
|
+
"wantsValue": true,
|
9498
|
+
"word": "formulas"
|
9499
|
+
}
|
9500
|
+
},
|
9501
|
+
"generatedParenthesized": "",
|
9502
|
+
"paraphrases": "the formulas for fahrenheit",
|
9503
|
+
"paraphrasesParenthesized": "((the (formulas)) (for) (fahrenheit))",
|
9504
|
+
"responses": [
|
9505
|
+
""
|
9506
|
+
]
|
9507
|
+
},
|
9508
|
+
{
|
9509
|
+
"context": {
|
9510
|
+
"dead": true,
|
9511
|
+
"level": 2,
|
9512
|
+
"marker": "is",
|
9513
|
+
"number": "many",
|
9514
|
+
"one": {
|
9515
|
+
"dead": true,
|
9516
|
+
"level": 1,
|
9517
|
+
"marker": "unknown",
|
9518
|
+
"number": "many",
|
9519
|
+
"range": {
|
9520
|
+
"end": 20,
|
9521
|
+
"start": 0
|
9522
|
+
},
|
9523
|
+
"text": "formulas",
|
9524
|
+
"types": [
|
9525
|
+
"unknown"
|
9526
|
+
],
|
9527
|
+
"unknown": true,
|
9528
|
+
"value": "formulas",
|
9529
|
+
"word": "formulas"
|
9530
|
+
},
|
9531
|
+
"range": {
|
9532
|
+
"end": 20,
|
9533
|
+
"start": 0
|
9534
|
+
},
|
9535
|
+
"text": "formulas are concepts",
|
9536
|
+
"topLevel": true,
|
9537
|
+
"touchedBy": [
|
9538
|
+
"formulas#call2",
|
9539
|
+
"instance0#formulas#call2"
|
9540
|
+
],
|
9541
|
+
"two": {
|
9542
|
+
"concept": true,
|
9543
|
+
"dead": true,
|
9544
|
+
"level": 1,
|
9545
|
+
"marker": "unknown",
|
9546
|
+
"range": {
|
9547
|
+
"end": 20,
|
9548
|
+
"start": 13
|
9409
9549
|
},
|
9410
|
-
"text": "
|
9550
|
+
"text": "concepts",
|
9411
9551
|
"types": [
|
9412
|
-
"
|
9552
|
+
"unknown"
|
9413
9553
|
],
|
9414
|
-
"
|
9415
|
-
"
|
9416
|
-
"word": "
|
9417
|
-
}
|
9554
|
+
"unknown": true,
|
9555
|
+
"value": "concepts",
|
9556
|
+
"word": "concepts"
|
9557
|
+
},
|
9558
|
+
"word": "are"
|
9418
9559
|
},
|
9419
|
-
"generatedParenthesized":
|
9420
|
-
|
9421
|
-
"
|
9560
|
+
"generatedParenthesized": [
|
9561
|
+
],
|
9562
|
+
"paraphrases": "formulas are concepts",
|
9563
|
+
"paraphrasesParenthesized": [
|
9564
|
+
],
|
9422
9565
|
"responses": [
|
9423
9566
|
""
|
9424
9567
|
]
|
@@ -9612,68 +9755,6 @@
|
|
9612
9755
|
"responses": [
|
9613
9756
|
""
|
9614
9757
|
]
|
9615
|
-
},
|
9616
|
-
{
|
9617
|
-
"context": {
|
9618
|
-
"dead": true,
|
9619
|
-
"level": 2,
|
9620
|
-
"marker": "is",
|
9621
|
-
"number": "many",
|
9622
|
-
"one": {
|
9623
|
-
"dead": true,
|
9624
|
-
"level": 1,
|
9625
|
-
"marker": "unknown",
|
9626
|
-
"number": "many",
|
9627
|
-
"range": {
|
9628
|
-
"end": 20,
|
9629
|
-
"start": 0
|
9630
|
-
},
|
9631
|
-
"text": "formulas",
|
9632
|
-
"types": [
|
9633
|
-
"unknown"
|
9634
|
-
],
|
9635
|
-
"unknown": true,
|
9636
|
-
"value": "formulas",
|
9637
|
-
"word": "formulas"
|
9638
|
-
},
|
9639
|
-
"range": {
|
9640
|
-
"end": 20,
|
9641
|
-
"start": 0
|
9642
|
-
},
|
9643
|
-
"text": "formulas are concepts",
|
9644
|
-
"topLevel": true,
|
9645
|
-
"touchedBy": [
|
9646
|
-
"formulasTemplate#call2",
|
9647
|
-
"instance0#formulasTemplate#call2",
|
9648
|
-
"instance0#formulas#call2"
|
9649
|
-
],
|
9650
|
-
"two": {
|
9651
|
-
"concept": true,
|
9652
|
-
"dead": true,
|
9653
|
-
"level": 1,
|
9654
|
-
"marker": "unknown",
|
9655
|
-
"range": {
|
9656
|
-
"end": 20,
|
9657
|
-
"start": 13
|
9658
|
-
},
|
9659
|
-
"text": "concepts",
|
9660
|
-
"types": [
|
9661
|
-
"unknown"
|
9662
|
-
],
|
9663
|
-
"unknown": true,
|
9664
|
-
"value": "concepts",
|
9665
|
-
"word": "concepts"
|
9666
|
-
},
|
9667
|
-
"word": "are"
|
9668
|
-
},
|
9669
|
-
"generatedParenthesized": [
|
9670
|
-
],
|
9671
|
-
"paraphrases": "formulas are concepts",
|
9672
|
-
"paraphrasesParenthesized": [
|
9673
|
-
],
|
9674
|
-
"responses": [
|
9675
|
-
""
|
9676
|
-
]
|
9677
9758
|
}
|
9678
9759
|
]
|
9679
9760
|
},
|
@@ -9690,24 +9771,6 @@
|
|
9690
9771
|
},
|
9691
9772
|
{
|
9692
9773
|
"associations": [
|
9693
|
-
[
|
9694
|
-
[
|
9695
|
-
"*",
|
9696
|
-
0
|
9697
|
-
],
|
9698
|
-
[
|
9699
|
-
"+",
|
9700
|
-
0
|
9701
|
-
],
|
9702
|
-
[
|
9703
|
-
"/",
|
9704
|
-
0
|
9705
|
-
],
|
9706
|
-
[
|
9707
|
-
"unknown",
|
9708
|
-
0
|
9709
|
-
]
|
9710
|
-
],
|
9711
9774
|
[
|
9712
9775
|
[
|
9713
9776
|
"divideByOperator",
|
@@ -10013,20 +10076,6 @@
|
|
10013
10076
|
"unknown",
|
10014
10077
|
1
|
10015
10078
|
]
|
10016
|
-
],
|
10017
|
-
[
|
10018
|
-
[
|
10019
|
-
"the",
|
10020
|
-
0
|
10021
|
-
],
|
10022
|
-
[
|
10023
|
-
"unknown",
|
10024
|
-
0
|
10025
|
-
],
|
10026
|
-
[
|
10027
|
-
"what",
|
10028
|
-
0
|
10029
|
-
]
|
10030
10079
|
]
|
10031
10080
|
],
|
10032
10081
|
"config": {
|
@@ -10068,7 +10117,7 @@
|
|
10068
10117
|
"end": 30,
|
10069
10118
|
"start": 13
|
10070
10119
|
},
|
10071
|
-
"text": "celcius
|
10120
|
+
"text": "celcius*(9/5) + 32",
|
10072
10121
|
"types": [
|
10073
10122
|
"number",
|
10074
10123
|
"plusExpression"
|
@@ -10086,7 +10135,7 @@
|
|
10086
10135
|
"end": 25,
|
10087
10136
|
"start": 13
|
10088
10137
|
},
|
10089
|
-
"text": "celcius
|
10138
|
+
"text": "celcius*(9/5)",
|
10090
10139
|
"types": [
|
10091
10140
|
"number",
|
10092
10141
|
"timesExpression"
|
@@ -10122,7 +10171,7 @@
|
|
10122
10171
|
"end": 25,
|
10123
10172
|
"start": 21
|
10124
10173
|
},
|
10125
|
-
"text": "(
|
10174
|
+
"text": "(9/5)",
|
10126
10175
|
"types": [
|
10127
10176
|
"divideByExpression",
|
10128
10177
|
"number"
|
@@ -10185,7 +10234,7 @@
|
|
10185
10234
|
"touchedBy": [
|
10186
10235
|
"formulas#call2"
|
10187
10236
|
],
|
10188
|
-
"value": "
|
10237
|
+
"value": "equals",
|
10189
10238
|
"word": "="
|
10190
10239
|
},
|
10191
10240
|
{
|
@@ -10321,7 +10370,7 @@
|
|
10321
10370
|
"end": 30,
|
10322
10371
|
"start": 13
|
10323
10372
|
},
|
10324
|
-
"text": "celcius
|
10373
|
+
"text": "celcius*(9/5) + 32",
|
10325
10374
|
"types": [
|
10326
10375
|
"number",
|
10327
10376
|
"plusExpression"
|
@@ -10339,7 +10388,7 @@
|
|
10339
10388
|
"end": 25,
|
10340
10389
|
"start": 13
|
10341
10390
|
},
|
10342
|
-
"text": "celcius
|
10391
|
+
"text": "celcius*(9/5)",
|
10343
10392
|
"types": [
|
10344
10393
|
"number",
|
10345
10394
|
"timesExpression"
|
@@ -10375,7 +10424,7 @@
|
|
10375
10424
|
"end": 25,
|
10376
10425
|
"start": 21
|
10377
10426
|
},
|
10378
|
-
"text": "(
|
10427
|
+
"text": "(9/5)",
|
10379
10428
|
"types": [
|
10380
10429
|
"divideByExpression",
|
10381
10430
|
"number"
|
@@ -10438,7 +10487,7 @@
|
|
10438
10487
|
"touchedBy": [
|
10439
10488
|
"formulas#call2"
|
10440
10489
|
],
|
10441
|
-
"value": "
|
10490
|
+
"value": "equals",
|
10442
10491
|
"word": "="
|
10443
10492
|
}
|
10444
10493
|
]
|
@@ -11196,7 +11245,6 @@
|
|
11196
11245
|
"countable": "countable2",
|
11197
11246
|
"dialogues": "dialogues2",
|
11198
11247
|
"formulas": "formulas1",
|
11199
|
-
"formulasTemplate": "formulasTemplate2",
|
11200
11248
|
"gdefaults": "gdefaults2",
|
11201
11249
|
"hierarchy": "hierarchy2",
|
11202
11250
|
"math": "math2",
|
@@ -11206,7 +11254,8 @@
|
|
11206
11254
|
"properties": "properties2",
|
11207
11255
|
"punctuation": "punctuation2",
|
11208
11256
|
"sdefaults": "sdefaults2",
|
11209
|
-
"stm": "stm2"
|
11257
|
+
"stm": "stm2",
|
11258
|
+
"tokenize": "tokenize2"
|
11210
11259
|
},
|
11211
11260
|
"namespaced": {
|
11212
11261
|
"comparable2": {
|
@@ -11220,6 +11269,7 @@
|
|
11220
11269
|
"countable2": {
|
11221
11270
|
},
|
11222
11271
|
"dialogues2": {
|
11272
|
+
"idSuffix": "",
|
11223
11273
|
"mentioned": [
|
11224
11274
|
],
|
11225
11275
|
"variables": {
|
@@ -11265,7 +11315,7 @@
|
|
11265
11315
|
"end": 30,
|
11266
11316
|
"start": 13
|
11267
11317
|
},
|
11268
|
-
"text": "celcius
|
11318
|
+
"text": "celcius*(9/5) + 32",
|
11269
11319
|
"types": [
|
11270
11320
|
"number",
|
11271
11321
|
"plusExpression"
|
@@ -11283,7 +11333,7 @@
|
|
11283
11333
|
"end": 25,
|
11284
11334
|
"start": 13
|
11285
11335
|
},
|
11286
|
-
"text": "celcius
|
11336
|
+
"text": "celcius*(9/5)",
|
11287
11337
|
"types": [
|
11288
11338
|
"number",
|
11289
11339
|
"timesExpression"
|
@@ -11319,7 +11369,7 @@
|
|
11319
11369
|
"end": 25,
|
11320
11370
|
"start": 21
|
11321
11371
|
},
|
11322
|
-
"text": "(
|
11372
|
+
"text": "(9/5)",
|
11323
11373
|
"types": [
|
11324
11374
|
"divideByExpression",
|
11325
11375
|
"number"
|
@@ -11382,7 +11432,7 @@
|
|
11382
11432
|
"touchedBy": [
|
11383
11433
|
"formulas#call2"
|
11384
11434
|
],
|
11385
|
-
"value": "
|
11435
|
+
"value": "equals",
|
11386
11436
|
"word": "="
|
11387
11437
|
},
|
11388
11438
|
"formula": {
|
@@ -11396,7 +11446,7 @@
|
|
11396
11446
|
"end": 30,
|
11397
11447
|
"start": 13
|
11398
11448
|
},
|
11399
|
-
"text": "celcius
|
11449
|
+
"text": "celcius*(9/5) + 32",
|
11400
11450
|
"types": [
|
11401
11451
|
"number",
|
11402
11452
|
"plusExpression"
|
@@ -11414,7 +11464,7 @@
|
|
11414
11464
|
"end": 25,
|
11415
11465
|
"start": 13
|
11416
11466
|
},
|
11417
|
-
"text": "celcius
|
11467
|
+
"text": "celcius*(9/5)",
|
11418
11468
|
"types": [
|
11419
11469
|
"number",
|
11420
11470
|
"timesExpression"
|
@@ -11450,7 +11500,7 @@
|
|
11450
11500
|
"end": 25,
|
11451
11501
|
"start": 21
|
11452
11502
|
},
|
11453
|
-
"text": "(
|
11503
|
+
"text": "(9/5)",
|
11454
11504
|
"types": [
|
11455
11505
|
"divideByExpression",
|
11456
11506
|
"number"
|
@@ -11529,8 +11579,6 @@
|
|
11529
11579
|
]
|
11530
11580
|
}
|
11531
11581
|
},
|
11532
|
-
"formulasTemplate2": {
|
11533
|
-
},
|
11534
11582
|
"gdefaults2": {
|
11535
11583
|
},
|
11536
11584
|
"hierarchy2": {
|
@@ -11548,6 +11596,9 @@
|
|
11548
11596
|
"concept": [
|
11549
11597
|
"formula"
|
11550
11598
|
],
|
11599
|
+
"hierarchyAble": [
|
11600
|
+
"unknown"
|
11601
|
+
],
|
11551
11602
|
"ifAble": [
|
11552
11603
|
"orAble"
|
11553
11604
|
],
|
@@ -11558,32 +11609,39 @@
|
|
11558
11609
|
"-"
|
11559
11610
|
],
|
11560
11611
|
"object": [
|
11612
|
+
"unknown",
|
11561
11613
|
"whose"
|
11562
11614
|
],
|
11563
11615
|
"preposition": [
|
11564
11616
|
"between"
|
11565
11617
|
],
|
11618
|
+
"unknown": [
|
11619
|
+
"property"
|
11620
|
+
],
|
11566
11621
|
"verby": [
|
11567
11622
|
"modifies"
|
11568
11623
|
]
|
11569
11624
|
},
|
11570
11625
|
"concepts": [
|
11571
11626
|
"properties",
|
11572
|
-
"
|
11627
|
+
"unknown",
|
11628
|
+
"hierarchyAble",
|
11573
11629
|
"object",
|
11630
|
+
"property",
|
11631
|
+
"whose",
|
11574
11632
|
"between",
|
11575
11633
|
"preposition",
|
11576
11634
|
"modifies",
|
11577
11635
|
"verby",
|
11578
11636
|
"orAble",
|
11579
11637
|
"ifAble",
|
11580
|
-
"formula",
|
11581
|
-
"concept",
|
11582
11638
|
"*",
|
11583
11639
|
"mathematical_operator",
|
11584
11640
|
"+",
|
11585
11641
|
"/",
|
11586
|
-
"-"
|
11642
|
+
"-",
|
11643
|
+
"formula",
|
11644
|
+
"concept"
|
11587
11645
|
],
|
11588
11646
|
"parents": {
|
11589
11647
|
"*": [
|
@@ -11610,6 +11668,13 @@
|
|
11610
11668
|
"orAble": [
|
11611
11669
|
"ifAble"
|
11612
11670
|
],
|
11671
|
+
"property": [
|
11672
|
+
"unknown"
|
11673
|
+
],
|
11674
|
+
"unknown": [
|
11675
|
+
"hierarchyAble",
|
11676
|
+
"object"
|
11677
|
+
],
|
11613
11678
|
"whose": [
|
11614
11679
|
"object"
|
11615
11680
|
]
|
@@ -11634,6 +11699,8 @@
|
|
11634
11699
|
},
|
11635
11700
|
"formula": {
|
11636
11701
|
},
|
11702
|
+
"hierarchyAble": {
|
11703
|
+
},
|
11637
11704
|
"ifAble": {
|
11638
11705
|
},
|
11639
11706
|
"mathematical_operator": {
|
@@ -11646,6 +11713,10 @@
|
|
11646
11713
|
},
|
11647
11714
|
"preposition": {
|
11648
11715
|
},
|
11716
|
+
"property": {
|
11717
|
+
},
|
11718
|
+
"unknown": {
|
11719
|
+
},
|
11649
11720
|
"verby": {
|
11650
11721
|
},
|
11651
11722
|
"whose": {
|
@@ -11668,6 +11739,8 @@
|
|
11668
11739
|
],
|
11669
11740
|
"variables": {
|
11670
11741
|
}
|
11742
|
+
},
|
11743
|
+
"tokenize2": {
|
11671
11744
|
}
|
11672
11745
|
},
|
11673
11746
|
"processed": [
|
@@ -11805,7 +11878,7 @@
|
|
11805
11878
|
"end": 30,
|
11806
11879
|
"start": 13
|
11807
11880
|
},
|
11808
|
-
"text": "celcius
|
11881
|
+
"text": "celcius*(9/5) + 32",
|
11809
11882
|
"types": [
|
11810
11883
|
"number",
|
11811
11884
|
"plusExpression"
|
@@ -11823,7 +11896,7 @@
|
|
11823
11896
|
"end": 25,
|
11824
11897
|
"start": 13
|
11825
11898
|
},
|
11826
|
-
"text": "celcius
|
11899
|
+
"text": "celcius*(9/5)",
|
11827
11900
|
"types": [
|
11828
11901
|
"number",
|
11829
11902
|
"timesExpression"
|
@@ -11859,7 +11932,7 @@
|
|
11859
11932
|
"end": 25,
|
11860
11933
|
"start": 21
|
11861
11934
|
},
|
11862
|
-
"text": "(
|
11935
|
+
"text": "(9/5)",
|
11863
11936
|
"types": [
|
11864
11937
|
"divideByExpression",
|
11865
11938
|
"number"
|
@@ -11922,7 +11995,7 @@
|
|
11922
11995
|
"touchedBy": [
|
11923
11996
|
"formulas#call2"
|
11924
11997
|
],
|
11925
|
-
"value": "
|
11998
|
+
"value": "equals",
|
11926
11999
|
"word": "="
|
11927
12000
|
}
|
11928
12001
|
]
|
@@ -12134,7 +12207,7 @@
|
|
12134
12207
|
"end": 30,
|
12135
12208
|
"start": 13
|
12136
12209
|
},
|
12137
|
-
"text": "celcius
|
12210
|
+
"text": "celcius*(9/5) + 32",
|
12138
12211
|
"types": [
|
12139
12212
|
"number",
|
12140
12213
|
"plusExpression"
|
@@ -12152,7 +12225,7 @@
|
|
12152
12225
|
"end": 25,
|
12153
12226
|
"start": 13
|
12154
12227
|
},
|
12155
|
-
"text": "celcius
|
12228
|
+
"text": "celcius*(9/5)",
|
12156
12229
|
"types": [
|
12157
12230
|
"number",
|
12158
12231
|
"timesExpression"
|
@@ -12188,7 +12261,7 @@
|
|
12188
12261
|
"end": 25,
|
12189
12262
|
"start": 21
|
12190
12263
|
},
|
12191
|
-
"text": "(
|
12264
|
+
"text": "(9/5)",
|
12192
12265
|
"types": [
|
12193
12266
|
"divideByExpression",
|
12194
12267
|
"number"
|
@@ -12251,7 +12324,7 @@
|
|
12251
12324
|
"touchedBy": [
|
12252
12325
|
"formulas#call2"
|
12253
12326
|
],
|
12254
|
-
"value": "
|
12327
|
+
"value": "equals",
|
12255
12328
|
"word": "="
|
12256
12329
|
},
|
12257
12330
|
"generatedParenthesized": "",
|
@@ -12262,6 +12335,67 @@
|
|
12262
12335
|
"the formulas for fahrenheit are fahrenheit = celcius * (9 / 5) + 32"
|
12263
12336
|
]
|
12264
12337
|
},
|
12338
|
+
{
|
12339
|
+
"context": {
|
12340
|
+
"dead": true,
|
12341
|
+
"level": 2,
|
12342
|
+
"marker": "is",
|
12343
|
+
"number": "many",
|
12344
|
+
"one": {
|
12345
|
+
"dead": true,
|
12346
|
+
"level": 1,
|
12347
|
+
"marker": "unknown",
|
12348
|
+
"number": "many",
|
12349
|
+
"range": {
|
12350
|
+
"end": 20,
|
12351
|
+
"start": 0
|
12352
|
+
},
|
12353
|
+
"text": "formulas",
|
12354
|
+
"types": [
|
12355
|
+
"unknown"
|
12356
|
+
],
|
12357
|
+
"unknown": true,
|
12358
|
+
"value": "formulas",
|
12359
|
+
"word": "formulas"
|
12360
|
+
},
|
12361
|
+
"range": {
|
12362
|
+
"end": 20,
|
12363
|
+
"start": 0
|
12364
|
+
},
|
12365
|
+
"text": "formulas are concepts",
|
12366
|
+
"topLevel": true,
|
12367
|
+
"touchedBy": [
|
12368
|
+
"formulas#call2",
|
12369
|
+
"instance0#formulas#call2"
|
12370
|
+
],
|
12371
|
+
"two": {
|
12372
|
+
"concept": true,
|
12373
|
+
"dead": true,
|
12374
|
+
"level": 1,
|
12375
|
+
"marker": "unknown",
|
12376
|
+
"range": {
|
12377
|
+
"end": 20,
|
12378
|
+
"start": 13
|
12379
|
+
},
|
12380
|
+
"text": "concepts",
|
12381
|
+
"types": [
|
12382
|
+
"unknown"
|
12383
|
+
],
|
12384
|
+
"unknown": true,
|
12385
|
+
"value": "concepts",
|
12386
|
+
"word": "concepts"
|
12387
|
+
},
|
12388
|
+
"word": "are"
|
12389
|
+
},
|
12390
|
+
"generatedParenthesized": [
|
12391
|
+
],
|
12392
|
+
"paraphrases": "formulas are concepts",
|
12393
|
+
"paraphrasesParenthesized": [
|
12394
|
+
],
|
12395
|
+
"responses": [
|
12396
|
+
""
|
12397
|
+
]
|
12398
|
+
},
|
12265
12399
|
{
|
12266
12400
|
"context": {
|
12267
12401
|
"dead": true,
|
@@ -12451,68 +12585,6 @@
|
|
12451
12585
|
"responses": [
|
12452
12586
|
""
|
12453
12587
|
]
|
12454
|
-
},
|
12455
|
-
{
|
12456
|
-
"context": {
|
12457
|
-
"dead": true,
|
12458
|
-
"level": 2,
|
12459
|
-
"marker": "is",
|
12460
|
-
"number": "many",
|
12461
|
-
"one": {
|
12462
|
-
"dead": true,
|
12463
|
-
"level": 1,
|
12464
|
-
"marker": "unknown",
|
12465
|
-
"number": "many",
|
12466
|
-
"range": {
|
12467
|
-
"end": 20,
|
12468
|
-
"start": 0
|
12469
|
-
},
|
12470
|
-
"text": "formulas",
|
12471
|
-
"types": [
|
12472
|
-
"unknown"
|
12473
|
-
],
|
12474
|
-
"unknown": true,
|
12475
|
-
"value": "formulas",
|
12476
|
-
"word": "formulas"
|
12477
|
-
},
|
12478
|
-
"range": {
|
12479
|
-
"end": 20,
|
12480
|
-
"start": 0
|
12481
|
-
},
|
12482
|
-
"text": "formulas are concepts",
|
12483
|
-
"topLevel": true,
|
12484
|
-
"touchedBy": [
|
12485
|
-
"formulasTemplate#call2",
|
12486
|
-
"instance0#formulasTemplate#call2",
|
12487
|
-
"instance0#formulas#call2"
|
12488
|
-
],
|
12489
|
-
"two": {
|
12490
|
-
"concept": true,
|
12491
|
-
"dead": true,
|
12492
|
-
"level": 1,
|
12493
|
-
"marker": "unknown",
|
12494
|
-
"range": {
|
12495
|
-
"end": 20,
|
12496
|
-
"start": 13
|
12497
|
-
},
|
12498
|
-
"text": "concepts",
|
12499
|
-
"types": [
|
12500
|
-
"unknown"
|
12501
|
-
],
|
12502
|
-
"unknown": true,
|
12503
|
-
"value": "concepts",
|
12504
|
-
"word": "concepts"
|
12505
|
-
},
|
12506
|
-
"word": "are"
|
12507
|
-
},
|
12508
|
-
"generatedParenthesized": [
|
12509
|
-
],
|
12510
|
-
"paraphrases": "formulas are concepts",
|
12511
|
-
"paraphrasesParenthesized": [
|
12512
|
-
],
|
12513
|
-
"responses": [
|
12514
|
-
""
|
12515
|
-
]
|
12516
12588
|
}
|
12517
12589
|
]
|
12518
12590
|
},
|