tpmkms_4wp 8.9.1-beta.2 → 8.9.1-beta.20
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 +260 -68
- package/common/articles.js +20 -4
- package/common/articles.test.json +338 -0
- package/common/asking.js +2 -2
- package/common/asking.test.json +41 -0
- package/common/avatar.js +1 -1
- package/common/characters.js +1 -1
- package/common/colors.instance.json +280 -129
- package/common/comparable.instance.json +60 -12
- package/common/comparable.js +2 -2
- package/common/concept.js +1 -1
- package/common/conjunction.js +1 -1
- package/common/countable.js +3 -9
- package/common/countable.test.json +0 -586
- package/common/crew.instance.json +604 -380
- package/common/currency.js +2 -2
- package/common/dialogues.js +28 -11
- package/common/dimension.instance.json +16 -8
- package/common/dimension.js +2 -2
- package/common/edible.instance.json +512 -278
- package/common/emotions.instance.json +20 -4
- package/common/errors.js +3 -1
- package/common/events.js +1 -1
- package/common/fastfood.instance.json +2138 -1357
- package/common/fastfood.js +4 -4
- package/common/formulas.instance.json +16 -5
- package/common/formulas.js +1 -1
- package/common/formulas.test.json +461 -10
- package/common/gdefaults.js +22 -14
- package/common/help.js +4 -4
- package/common/help.test.json +4 -4
- package/common/helpers/concept.js +5 -5
- package/common/helpers/conjunction.js +1 -1
- package/common/helpers/formulas.js +4 -4
- package/common/helpers/frankenhash.js +4 -4
- package/common/helpers/meta.js +4 -4
- package/common/helpers/ordering.js +2 -2
- package/common/helpers/properties.js +17 -17
- package/common/helpers.js +17 -1
- package/common/hierarchy.js +3 -3
- package/common/javascript.js +1 -1
- package/common/kirk.instance.json +20 -4
- package/common/length.instance.json +240 -80
- package/common/math.instance.json +16 -5
- package/common/math.js +1 -1
- package/common/meta.js +5 -5
- package/common/negation.js +1 -1
- package/common/numbers.js +1 -1
- package/common/ordering.instance.json +41 -63
- package/common/ordinals.js +9 -3
- package/common/ordinals.test.json +327 -0
- package/common/people.instance.json +160 -32
- package/common/people.js +1 -1
- package/common/percentages.js +1 -1
- package/common/pipboy.instance.json +282 -252
- package/common/pipboy.js +6 -6
- package/common/pokemon.instance.json +260 -57
- package/common/pos.js +16 -6
- package/common/pressure.instance.json +64 -23
- package/common/properties.instance.json +20 -4
- package/common/properties.js +5 -5
- package/common/punctuation.js +1 -1
- package/common/reports.instance.json +34 -12
- package/common/reports.js +8 -8
- package/common/scorekeeper.js +5 -5
- package/common/sdefaults.js +2 -2
- package/common/sizeable.js +2 -2
- package/common/spock.instance.json +20 -4
- package/common/stm.js +6 -6
- package/common/tell.js +1 -1
- package/common/temperature.instance.json +64 -24
- package/common/tester.js +1 -1
- package/common/ui.instance.json +21 -5
- package/common/weight.instance.json +192 -64
- package/common/wp.instance.json +6378 -463
- package/common/wp.js +188 -41
- package/common/wp.test.json +109609 -3828
- package/common/yesno.js +1 -1
- package/package.json +11 -6
@@ -70,6 +70,7 @@
|
|
70
70
|
},
|
71
71
|
"contexts": [
|
72
72
|
{
|
73
|
+
"context_index": 1,
|
73
74
|
"dead": true,
|
74
75
|
"default": true,
|
75
76
|
"left": {
|
@@ -321,6 +322,7 @@
|
|
321
322
|
"x": [
|
322
323
|
{
|
323
324
|
"equality": {
|
325
|
+
"context_index": 1,
|
324
326
|
"dead": true,
|
325
327
|
"default": true,
|
326
328
|
"left": {
|
@@ -496,7 +498,9 @@
|
|
496
498
|
],
|
497
499
|
"articlePOS": [
|
498
500
|
"a",
|
499
|
-
"the"
|
501
|
+
"the",
|
502
|
+
"each",
|
503
|
+
"every"
|
500
504
|
],
|
501
505
|
"canBeDoQuestion": [
|
502
506
|
"have"
|
@@ -520,6 +524,7 @@
|
|
520
524
|
],
|
521
525
|
"preposition": [
|
522
526
|
"between",
|
527
|
+
"propertyOf",
|
523
528
|
"to"
|
524
529
|
],
|
525
530
|
"pronoun": [
|
@@ -542,8 +547,10 @@
|
|
542
547
|
"it",
|
543
548
|
"what",
|
544
549
|
"whatAble",
|
550
|
+
"negatable",
|
545
551
|
"this",
|
546
552
|
"reason",
|
553
|
+
"distributable",
|
547
554
|
"thisitthat"
|
548
555
|
],
|
549
556
|
"sort_ordering": [
|
@@ -590,6 +597,7 @@
|
|
590
597
|
"canBeQuestion",
|
591
598
|
"property",
|
592
599
|
"theAble",
|
600
|
+
"propertyOf",
|
593
601
|
"whose",
|
594
602
|
"concept",
|
595
603
|
"modifies",
|
@@ -604,6 +612,7 @@
|
|
604
612
|
"articlePOS",
|
605
613
|
"the",
|
606
614
|
"whatAble",
|
615
|
+
"negatable",
|
607
616
|
"is",
|
608
617
|
"toAble",
|
609
618
|
"to",
|
@@ -615,6 +624,9 @@
|
|
615
624
|
"orAble",
|
616
625
|
"ifAble",
|
617
626
|
"evaluate",
|
627
|
+
"each",
|
628
|
+
"every",
|
629
|
+
"distributable",
|
618
630
|
"noun",
|
619
631
|
"thisitthat",
|
620
632
|
"that",
|
@@ -640,12 +652,21 @@
|
|
640
652
|
"descending": [
|
641
653
|
"sort_ordering"
|
642
654
|
],
|
655
|
+
"distributable": [
|
656
|
+
"queryable"
|
657
|
+
],
|
643
658
|
"doubleQuote": [
|
644
659
|
"queryable"
|
645
660
|
],
|
661
|
+
"each": [
|
662
|
+
"articlePOS"
|
663
|
+
],
|
646
664
|
"evaluate": [
|
647
665
|
"verb"
|
648
666
|
],
|
667
|
+
"every": [
|
668
|
+
"articlePOS"
|
669
|
+
],
|
649
670
|
"formula": [
|
650
671
|
"concept"
|
651
672
|
],
|
@@ -672,6 +693,9 @@
|
|
672
693
|
"modifies": [
|
673
694
|
"verb"
|
674
695
|
],
|
696
|
+
"negatable": [
|
697
|
+
"queryable"
|
698
|
+
],
|
675
699
|
"noun": [
|
676
700
|
"theAble"
|
677
701
|
],
|
@@ -686,6 +710,9 @@
|
|
686
710
|
"queryable",
|
687
711
|
"theAble"
|
688
712
|
],
|
713
|
+
"propertyOf": [
|
714
|
+
"preposition"
|
715
|
+
],
|
689
716
|
"questionMark": [
|
690
717
|
"punctuation"
|
691
718
|
],
|
@@ -765,10 +792,16 @@
|
|
765
792
|
},
|
766
793
|
"descending": {
|
767
794
|
},
|
795
|
+
"distributable": {
|
796
|
+
},
|
768
797
|
"doubleQuote": {
|
769
798
|
},
|
799
|
+
"each": {
|
800
|
+
},
|
770
801
|
"evaluate": {
|
771
802
|
},
|
803
|
+
"every": {
|
804
|
+
},
|
772
805
|
"formula": {
|
773
806
|
},
|
774
807
|
"have": {
|
@@ -785,6 +818,8 @@
|
|
785
818
|
},
|
786
819
|
"modifies": {
|
787
820
|
},
|
821
|
+
"negatable": {
|
822
|
+
},
|
788
823
|
"noun": {
|
789
824
|
},
|
790
825
|
"object": {
|
@@ -797,6 +832,8 @@
|
|
797
832
|
},
|
798
833
|
"property": {
|
799
834
|
},
|
835
|
+
"propertyOf": {
|
836
|
+
},
|
800
837
|
"punctuation": {
|
801
838
|
},
|
802
839
|
"queryable": {
|
@@ -864,6 +901,7 @@
|
|
864
901
|
"processed": [
|
865
902
|
{
|
866
903
|
"context": {
|
904
|
+
"context_index": 1,
|
867
905
|
"dead": true,
|
868
906
|
"default": true,
|
869
907
|
"left": {
|
@@ -956,6 +994,7 @@
|
|
956
994
|
},
|
957
995
|
{
|
958
996
|
"context": {
|
997
|
+
"context_index": 1,
|
959
998
|
"dead": true,
|
960
999
|
"level": 2,
|
961
1000
|
"marker": "is",
|
@@ -1030,6 +1069,7 @@
|
|
1030
1069
|
"value": "operator",
|
1031
1070
|
"word": "operator"
|
1032
1071
|
},
|
1072
|
+
"context_index": 1,
|
1033
1073
|
"dead": true,
|
1034
1074
|
"flatten": false,
|
1035
1075
|
"level": 1,
|
@@ -1074,6 +1114,7 @@
|
|
1074
1114
|
},
|
1075
1115
|
{
|
1076
1116
|
"context": {
|
1117
|
+
"context_index": 1,
|
1077
1118
|
"dead": true,
|
1078
1119
|
"level": 2,
|
1079
1120
|
"marker": "is",
|
@@ -1172,6 +1213,7 @@
|
|
1172
1213
|
},
|
1173
1214
|
{
|
1174
1215
|
"context": {
|
1216
|
+
"context_index": 1,
|
1175
1217
|
"dead": true,
|
1176
1218
|
"level": 2,
|
1177
1219
|
"marker": "is",
|
@@ -1283,6 +1325,7 @@
|
|
1283
1325
|
"value": "ordering",
|
1284
1326
|
"word": "ordering"
|
1285
1327
|
},
|
1328
|
+
"context_index": 1,
|
1286
1329
|
"dead": true,
|
1287
1330
|
"flatten": false,
|
1288
1331
|
"level": 1,
|
@@ -1370,6 +1413,7 @@
|
|
1370
1413
|
},
|
1371
1414
|
"contexts": [
|
1372
1415
|
{
|
1416
|
+
"context_index": 1,
|
1373
1417
|
"dead": true,
|
1374
1418
|
"default": true,
|
1375
1419
|
"left": {
|
@@ -1532,6 +1576,7 @@
|
|
1532
1576
|
"y": [
|
1533
1577
|
{
|
1534
1578
|
"equality": {
|
1579
|
+
"context_index": 1,
|
1535
1580
|
"dead": true,
|
1536
1581
|
"default": true,
|
1537
1582
|
"left": {
|
@@ -1637,7 +1682,9 @@
|
|
1637
1682
|
],
|
1638
1683
|
"articlePOS": [
|
1639
1684
|
"a",
|
1640
|
-
"the"
|
1685
|
+
"the",
|
1686
|
+
"each",
|
1687
|
+
"every"
|
1641
1688
|
],
|
1642
1689
|
"canBeDoQuestion": [
|
1643
1690
|
"have"
|
@@ -1661,6 +1708,7 @@
|
|
1661
1708
|
],
|
1662
1709
|
"preposition": [
|
1663
1710
|
"between",
|
1711
|
+
"propertyOf",
|
1664
1712
|
"to"
|
1665
1713
|
],
|
1666
1714
|
"pronoun": [
|
@@ -1683,8 +1731,10 @@
|
|
1683
1731
|
"it",
|
1684
1732
|
"what",
|
1685
1733
|
"whatAble",
|
1734
|
+
"negatable",
|
1686
1735
|
"this",
|
1687
1736
|
"reason",
|
1737
|
+
"distributable",
|
1688
1738
|
"thisitthat"
|
1689
1739
|
],
|
1690
1740
|
"sort_ordering": [
|
@@ -1731,6 +1781,7 @@
|
|
1731
1781
|
"canBeQuestion",
|
1732
1782
|
"property",
|
1733
1783
|
"theAble",
|
1784
|
+
"propertyOf",
|
1734
1785
|
"whose",
|
1735
1786
|
"concept",
|
1736
1787
|
"modifies",
|
@@ -1745,6 +1796,7 @@
|
|
1745
1796
|
"articlePOS",
|
1746
1797
|
"the",
|
1747
1798
|
"whatAble",
|
1799
|
+
"negatable",
|
1748
1800
|
"is",
|
1749
1801
|
"toAble",
|
1750
1802
|
"to",
|
@@ -1756,6 +1808,9 @@
|
|
1756
1808
|
"orAble",
|
1757
1809
|
"ifAble",
|
1758
1810
|
"evaluate",
|
1811
|
+
"each",
|
1812
|
+
"every",
|
1813
|
+
"distributable",
|
1759
1814
|
"noun",
|
1760
1815
|
"thisitthat",
|
1761
1816
|
"that",
|
@@ -1781,12 +1836,21 @@
|
|
1781
1836
|
"descending": [
|
1782
1837
|
"sort_ordering"
|
1783
1838
|
],
|
1839
|
+
"distributable": [
|
1840
|
+
"queryable"
|
1841
|
+
],
|
1784
1842
|
"doubleQuote": [
|
1785
1843
|
"queryable"
|
1786
1844
|
],
|
1845
|
+
"each": [
|
1846
|
+
"articlePOS"
|
1847
|
+
],
|
1787
1848
|
"evaluate": [
|
1788
1849
|
"verb"
|
1789
1850
|
],
|
1851
|
+
"every": [
|
1852
|
+
"articlePOS"
|
1853
|
+
],
|
1790
1854
|
"formula": [
|
1791
1855
|
"concept"
|
1792
1856
|
],
|
@@ -1813,6 +1877,9 @@
|
|
1813
1877
|
"modifies": [
|
1814
1878
|
"verb"
|
1815
1879
|
],
|
1880
|
+
"negatable": [
|
1881
|
+
"queryable"
|
1882
|
+
],
|
1816
1883
|
"noun": [
|
1817
1884
|
"theAble"
|
1818
1885
|
],
|
@@ -1827,6 +1894,9 @@
|
|
1827
1894
|
"queryable",
|
1828
1895
|
"theAble"
|
1829
1896
|
],
|
1897
|
+
"propertyOf": [
|
1898
|
+
"preposition"
|
1899
|
+
],
|
1830
1900
|
"questionMark": [
|
1831
1901
|
"punctuation"
|
1832
1902
|
],
|
@@ -1906,10 +1976,16 @@
|
|
1906
1976
|
},
|
1907
1977
|
"descending": {
|
1908
1978
|
},
|
1979
|
+
"distributable": {
|
1980
|
+
},
|
1909
1981
|
"doubleQuote": {
|
1910
1982
|
},
|
1983
|
+
"each": {
|
1984
|
+
},
|
1911
1985
|
"evaluate": {
|
1912
1986
|
},
|
1987
|
+
"every": {
|
1988
|
+
},
|
1913
1989
|
"formula": {
|
1914
1990
|
},
|
1915
1991
|
"have": {
|
@@ -1926,6 +2002,8 @@
|
|
1926
2002
|
},
|
1927
2003
|
"modifies": {
|
1928
2004
|
},
|
2005
|
+
"negatable": {
|
2006
|
+
},
|
1929
2007
|
"noun": {
|
1930
2008
|
},
|
1931
2009
|
"object": {
|
@@ -1938,6 +2016,8 @@
|
|
1938
2016
|
},
|
1939
2017
|
"property": {
|
1940
2018
|
},
|
2019
|
+
"propertyOf": {
|
2020
|
+
},
|
1941
2021
|
"punctuation": {
|
1942
2022
|
},
|
1943
2023
|
"queryable": {
|
@@ -2005,6 +2085,7 @@
|
|
2005
2085
|
"processed": [
|
2006
2086
|
{
|
2007
2087
|
"context": {
|
2088
|
+
"context_index": 1,
|
2008
2089
|
"dead": true,
|
2009
2090
|
"default": true,
|
2010
2091
|
"left": {
|
@@ -2062,6 +2143,7 @@
|
|
2062
2143
|
},
|
2063
2144
|
{
|
2064
2145
|
"context": {
|
2146
|
+
"context_index": 1,
|
2065
2147
|
"dead": true,
|
2066
2148
|
"level": 2,
|
2067
2149
|
"marker": "is",
|
@@ -2136,6 +2218,7 @@
|
|
2136
2218
|
"value": "operator",
|
2137
2219
|
"word": "operator"
|
2138
2220
|
},
|
2221
|
+
"context_index": 1,
|
2139
2222
|
"dead": true,
|
2140
2223
|
"flatten": false,
|
2141
2224
|
"level": 1,
|
@@ -2180,6 +2263,7 @@
|
|
2180
2263
|
},
|
2181
2264
|
{
|
2182
2265
|
"context": {
|
2266
|
+
"context_index": 1,
|
2183
2267
|
"dead": true,
|
2184
2268
|
"level": 2,
|
2185
2269
|
"marker": "is",
|
@@ -2278,6 +2362,7 @@
|
|
2278
2362
|
},
|
2279
2363
|
{
|
2280
2364
|
"context": {
|
2365
|
+
"context_index": 1,
|
2281
2366
|
"dead": true,
|
2282
2367
|
"level": 2,
|
2283
2368
|
"marker": "is",
|
@@ -2389,6 +2474,7 @@
|
|
2389
2474
|
"value": "ordering",
|
2390
2475
|
"word": "ordering"
|
2391
2476
|
},
|
2477
|
+
"context_index": 1,
|
2392
2478
|
"dead": true,
|
2393
2479
|
"flatten": false,
|
2394
2480
|
"level": 1,
|
@@ -2486,6 +2572,7 @@
|
|
2486
2572
|
},
|
2487
2573
|
"contexts": [
|
2488
2574
|
{
|
2575
|
+
"context_index": 1,
|
2489
2576
|
"dead": true,
|
2490
2577
|
"left": {
|
2491
2578
|
"dead": true,
|
@@ -2534,6 +2621,7 @@
|
|
2534
2621
|
"word": "="
|
2535
2622
|
},
|
2536
2623
|
{
|
2624
|
+
"context_index": 3,
|
2537
2625
|
"dead": true,
|
2538
2626
|
"default": true,
|
2539
2627
|
"evalue": {
|
@@ -2778,6 +2866,7 @@
|
|
2778
2866
|
"x": [
|
2779
2867
|
{
|
2780
2868
|
"equality": {
|
2869
|
+
"context_index": 1,
|
2781
2870
|
"dead": true,
|
2782
2871
|
"left": {
|
2783
2872
|
"dead": true,
|
@@ -2882,7 +2971,9 @@
|
|
2882
2971
|
],
|
2883
2972
|
"articlePOS": [
|
2884
2973
|
"a",
|
2885
|
-
"the"
|
2974
|
+
"the",
|
2975
|
+
"each",
|
2976
|
+
"every"
|
2886
2977
|
],
|
2887
2978
|
"canBeDoQuestion": [
|
2888
2979
|
"have"
|
@@ -2906,6 +2997,7 @@
|
|
2906
2997
|
],
|
2907
2998
|
"preposition": [
|
2908
2999
|
"between",
|
3000
|
+
"propertyOf",
|
2909
3001
|
"to"
|
2910
3002
|
],
|
2911
3003
|
"pronoun": [
|
@@ -2928,8 +3020,10 @@
|
|
2928
3020
|
"it",
|
2929
3021
|
"what",
|
2930
3022
|
"whatAble",
|
3023
|
+
"negatable",
|
2931
3024
|
"this",
|
2932
3025
|
"reason",
|
3026
|
+
"distributable",
|
2933
3027
|
"thisitthat"
|
2934
3028
|
],
|
2935
3029
|
"sort_ordering": [
|
@@ -2976,6 +3070,7 @@
|
|
2976
3070
|
"canBeQuestion",
|
2977
3071
|
"property",
|
2978
3072
|
"theAble",
|
3073
|
+
"propertyOf",
|
2979
3074
|
"whose",
|
2980
3075
|
"concept",
|
2981
3076
|
"modifies",
|
@@ -2990,6 +3085,7 @@
|
|
2990
3085
|
"articlePOS",
|
2991
3086
|
"the",
|
2992
3087
|
"whatAble",
|
3088
|
+
"negatable",
|
2993
3089
|
"is",
|
2994
3090
|
"toAble",
|
2995
3091
|
"to",
|
@@ -3001,6 +3097,9 @@
|
|
3001
3097
|
"orAble",
|
3002
3098
|
"ifAble",
|
3003
3099
|
"evaluate",
|
3100
|
+
"each",
|
3101
|
+
"every",
|
3102
|
+
"distributable",
|
3004
3103
|
"noun",
|
3005
3104
|
"thisitthat",
|
3006
3105
|
"that",
|
@@ -3026,12 +3125,21 @@
|
|
3026
3125
|
"descending": [
|
3027
3126
|
"sort_ordering"
|
3028
3127
|
],
|
3128
|
+
"distributable": [
|
3129
|
+
"queryable"
|
3130
|
+
],
|
3029
3131
|
"doubleQuote": [
|
3030
3132
|
"queryable"
|
3031
3133
|
],
|
3134
|
+
"each": [
|
3135
|
+
"articlePOS"
|
3136
|
+
],
|
3032
3137
|
"evaluate": [
|
3033
3138
|
"verb"
|
3034
3139
|
],
|
3140
|
+
"every": [
|
3141
|
+
"articlePOS"
|
3142
|
+
],
|
3035
3143
|
"formula": [
|
3036
3144
|
"concept"
|
3037
3145
|
],
|
@@ -3058,6 +3166,9 @@
|
|
3058
3166
|
"modifies": [
|
3059
3167
|
"verb"
|
3060
3168
|
],
|
3169
|
+
"negatable": [
|
3170
|
+
"queryable"
|
3171
|
+
],
|
3061
3172
|
"noun": [
|
3062
3173
|
"theAble"
|
3063
3174
|
],
|
@@ -3072,6 +3183,9 @@
|
|
3072
3183
|
"queryable",
|
3073
3184
|
"theAble"
|
3074
3185
|
],
|
3186
|
+
"propertyOf": [
|
3187
|
+
"preposition"
|
3188
|
+
],
|
3075
3189
|
"questionMark": [
|
3076
3190
|
"punctuation"
|
3077
3191
|
],
|
@@ -3151,10 +3265,16 @@
|
|
3151
3265
|
},
|
3152
3266
|
"descending": {
|
3153
3267
|
},
|
3268
|
+
"distributable": {
|
3269
|
+
},
|
3154
3270
|
"doubleQuote": {
|
3155
3271
|
},
|
3272
|
+
"each": {
|
3273
|
+
},
|
3156
3274
|
"evaluate": {
|
3157
3275
|
},
|
3276
|
+
"every": {
|
3277
|
+
},
|
3158
3278
|
"formula": {
|
3159
3279
|
},
|
3160
3280
|
"have": {
|
@@ -3171,6 +3291,8 @@
|
|
3171
3291
|
},
|
3172
3292
|
"modifies": {
|
3173
3293
|
},
|
3294
|
+
"negatable": {
|
3295
|
+
},
|
3174
3296
|
"noun": {
|
3175
3297
|
},
|
3176
3298
|
"object": {
|
@@ -3183,6 +3305,8 @@
|
|
3183
3305
|
},
|
3184
3306
|
"property": {
|
3185
3307
|
},
|
3308
|
+
"propertyOf": {
|
3309
|
+
},
|
3186
3310
|
"punctuation": {
|
3187
3311
|
},
|
3188
3312
|
"queryable": {
|
@@ -3250,6 +3374,7 @@
|
|
3250
3374
|
"processed": [
|
3251
3375
|
{
|
3252
3376
|
"context": {
|
3377
|
+
"context_index": 3,
|
3253
3378
|
"dead": true,
|
3254
3379
|
"default": true,
|
3255
3380
|
"evalue": {
|
@@ -3335,6 +3460,7 @@
|
|
3335
3460
|
},
|
3336
3461
|
{
|
3337
3462
|
"context": {
|
3463
|
+
"context_index": 1,
|
3338
3464
|
"dead": true,
|
3339
3465
|
"left": {
|
3340
3466
|
"dead": true,
|
@@ -3392,6 +3518,7 @@
|
|
3392
3518
|
},
|
3393
3519
|
{
|
3394
3520
|
"context": {
|
3521
|
+
"context_index": 1,
|
3395
3522
|
"dead": true,
|
3396
3523
|
"level": 2,
|
3397
3524
|
"marker": "is",
|
@@ -3466,6 +3593,7 @@
|
|
3466
3593
|
"value": "operator",
|
3467
3594
|
"word": "operator"
|
3468
3595
|
},
|
3596
|
+
"context_index": 1,
|
3469
3597
|
"dead": true,
|
3470
3598
|
"flatten": false,
|
3471
3599
|
"level": 1,
|
@@ -3510,6 +3638,7 @@
|
|
3510
3638
|
},
|
3511
3639
|
{
|
3512
3640
|
"context": {
|
3641
|
+
"context_index": 1,
|
3513
3642
|
"dead": true,
|
3514
3643
|
"level": 2,
|
3515
3644
|
"marker": "is",
|
@@ -3608,6 +3737,7 @@
|
|
3608
3737
|
},
|
3609
3738
|
{
|
3610
3739
|
"context": {
|
3740
|
+
"context_index": 1,
|
3611
3741
|
"dead": true,
|
3612
3742
|
"level": 2,
|
3613
3743
|
"marker": "is",
|
@@ -3825,6 +3955,7 @@
|
|
3825
3955
|
},
|
3826
3956
|
"contexts": [
|
3827
3957
|
{
|
3958
|
+
"context_index": 1,
|
3828
3959
|
"dead": true,
|
3829
3960
|
"default": true,
|
3830
3961
|
"left": {
|
@@ -3874,6 +4005,7 @@
|
|
3874
4005
|
"word": "equals"
|
3875
4006
|
},
|
3876
4007
|
{
|
4008
|
+
"context_index": 3,
|
3877
4009
|
"dead": true,
|
3878
4010
|
"left": {
|
3879
4011
|
"dead": true,
|
@@ -3957,6 +4089,7 @@
|
|
3957
4089
|
"word": "="
|
3958
4090
|
},
|
3959
4091
|
{
|
4092
|
+
"context_index": 5,
|
3960
4093
|
"dead": true,
|
3961
4094
|
"default": true,
|
3962
4095
|
"evalue": {
|
@@ -4442,6 +4575,7 @@
|
|
4442
4575
|
"x": [
|
4443
4576
|
{
|
4444
4577
|
"equality": {
|
4578
|
+
"context_index": 3,
|
4445
4579
|
"dead": true,
|
4446
4580
|
"left": {
|
4447
4581
|
"dead": true,
|
@@ -4596,6 +4730,7 @@
|
|
4596
4730
|
"y": [
|
4597
4731
|
{
|
4598
4732
|
"equality": {
|
4733
|
+
"context_index": 1,
|
4599
4734
|
"dead": true,
|
4600
4735
|
"default": true,
|
4601
4736
|
"left": {
|
@@ -4701,7 +4836,9 @@
|
|
4701
4836
|
],
|
4702
4837
|
"articlePOS": [
|
4703
4838
|
"a",
|
4704
|
-
"the"
|
4839
|
+
"the",
|
4840
|
+
"each",
|
4841
|
+
"every"
|
4705
4842
|
],
|
4706
4843
|
"canBeDoQuestion": [
|
4707
4844
|
"have"
|
@@ -4725,6 +4862,7 @@
|
|
4725
4862
|
],
|
4726
4863
|
"preposition": [
|
4727
4864
|
"between",
|
4865
|
+
"propertyOf",
|
4728
4866
|
"to"
|
4729
4867
|
],
|
4730
4868
|
"pronoun": [
|
@@ -4747,8 +4885,10 @@
|
|
4747
4885
|
"it",
|
4748
4886
|
"what",
|
4749
4887
|
"whatAble",
|
4888
|
+
"negatable",
|
4750
4889
|
"this",
|
4751
4890
|
"reason",
|
4891
|
+
"distributable",
|
4752
4892
|
"thisitthat"
|
4753
4893
|
],
|
4754
4894
|
"sort_ordering": [
|
@@ -4795,6 +4935,7 @@
|
|
4795
4935
|
"canBeQuestion",
|
4796
4936
|
"property",
|
4797
4937
|
"theAble",
|
4938
|
+
"propertyOf",
|
4798
4939
|
"whose",
|
4799
4940
|
"concept",
|
4800
4941
|
"modifies",
|
@@ -4809,6 +4950,7 @@
|
|
4809
4950
|
"articlePOS",
|
4810
4951
|
"the",
|
4811
4952
|
"whatAble",
|
4953
|
+
"negatable",
|
4812
4954
|
"is",
|
4813
4955
|
"toAble",
|
4814
4956
|
"to",
|
@@ -4820,6 +4962,9 @@
|
|
4820
4962
|
"orAble",
|
4821
4963
|
"ifAble",
|
4822
4964
|
"evaluate",
|
4965
|
+
"each",
|
4966
|
+
"every",
|
4967
|
+
"distributable",
|
4823
4968
|
"noun",
|
4824
4969
|
"thisitthat",
|
4825
4970
|
"that",
|
@@ -4845,12 +4990,21 @@
|
|
4845
4990
|
"descending": [
|
4846
4991
|
"sort_ordering"
|
4847
4992
|
],
|
4993
|
+
"distributable": [
|
4994
|
+
"queryable"
|
4995
|
+
],
|
4848
4996
|
"doubleQuote": [
|
4849
4997
|
"queryable"
|
4850
4998
|
],
|
4999
|
+
"each": [
|
5000
|
+
"articlePOS"
|
5001
|
+
],
|
4851
5002
|
"evaluate": [
|
4852
5003
|
"verb"
|
4853
5004
|
],
|
5005
|
+
"every": [
|
5006
|
+
"articlePOS"
|
5007
|
+
],
|
4854
5008
|
"formula": [
|
4855
5009
|
"concept"
|
4856
5010
|
],
|
@@ -4877,6 +5031,9 @@
|
|
4877
5031
|
"modifies": [
|
4878
5032
|
"verb"
|
4879
5033
|
],
|
5034
|
+
"negatable": [
|
5035
|
+
"queryable"
|
5036
|
+
],
|
4880
5037
|
"noun": [
|
4881
5038
|
"theAble"
|
4882
5039
|
],
|
@@ -4891,6 +5048,9 @@
|
|
4891
5048
|
"queryable",
|
4892
5049
|
"theAble"
|
4893
5050
|
],
|
5051
|
+
"propertyOf": [
|
5052
|
+
"preposition"
|
5053
|
+
],
|
4894
5054
|
"questionMark": [
|
4895
5055
|
"punctuation"
|
4896
5056
|
],
|
@@ -4970,10 +5130,16 @@
|
|
4970
5130
|
},
|
4971
5131
|
"descending": {
|
4972
5132
|
},
|
5133
|
+
"distributable": {
|
5134
|
+
},
|
4973
5135
|
"doubleQuote": {
|
4974
5136
|
},
|
5137
|
+
"each": {
|
5138
|
+
},
|
4975
5139
|
"evaluate": {
|
4976
5140
|
},
|
5141
|
+
"every": {
|
5142
|
+
},
|
4977
5143
|
"formula": {
|
4978
5144
|
},
|
4979
5145
|
"have": {
|
@@ -4990,6 +5156,8 @@
|
|
4990
5156
|
},
|
4991
5157
|
"modifies": {
|
4992
5158
|
},
|
5159
|
+
"negatable": {
|
5160
|
+
},
|
4993
5161
|
"noun": {
|
4994
5162
|
},
|
4995
5163
|
"object": {
|
@@ -5002,6 +5170,8 @@
|
|
5002
5170
|
},
|
5003
5171
|
"property": {
|
5004
5172
|
},
|
5173
|
+
"propertyOf": {
|
5174
|
+
},
|
5005
5175
|
"punctuation": {
|
5006
5176
|
},
|
5007
5177
|
"queryable": {
|
@@ -5069,6 +5239,7 @@
|
|
5069
5239
|
"processed": [
|
5070
5240
|
{
|
5071
5241
|
"context": {
|
5242
|
+
"context_index": 5,
|
5072
5243
|
"dead": true,
|
5073
5244
|
"default": true,
|
5074
5245
|
"evalue": {
|
@@ -5190,6 +5361,7 @@
|
|
5190
5361
|
},
|
5191
5362
|
{
|
5192
5363
|
"context": {
|
5364
|
+
"context_index": 3,
|
5193
5365
|
"dead": true,
|
5194
5366
|
"left": {
|
5195
5367
|
"dead": true,
|
@@ -5283,6 +5455,7 @@
|
|
5283
5455
|
},
|
5284
5456
|
{
|
5285
5457
|
"context": {
|
5458
|
+
"context_index": 1,
|
5286
5459
|
"dead": true,
|
5287
5460
|
"default": true,
|
5288
5461
|
"left": {
|
@@ -5342,6 +5515,7 @@
|
|
5342
5515
|
},
|
5343
5516
|
{
|
5344
5517
|
"context": {
|
5518
|
+
"context_index": 1,
|
5345
5519
|
"dead": true,
|
5346
5520
|
"level": 2,
|
5347
5521
|
"marker": "is",
|
@@ -5416,6 +5590,7 @@
|
|
5416
5590
|
"value": "operator",
|
5417
5591
|
"word": "operator"
|
5418
5592
|
},
|
5593
|
+
"context_index": 1,
|
5419
5594
|
"dead": true,
|
5420
5595
|
"flatten": false,
|
5421
5596
|
"level": 1,
|
@@ -5460,6 +5635,7 @@
|
|
5460
5635
|
},
|
5461
5636
|
{
|
5462
5637
|
"context": {
|
5638
|
+
"context_index": 1,
|
5463
5639
|
"dead": true,
|
5464
5640
|
"level": 2,
|
5465
5641
|
"marker": "is",
|
@@ -5646,6 +5822,7 @@
|
|
5646
5822
|
},
|
5647
5823
|
"contexts": [
|
5648
5824
|
{
|
5825
|
+
"context_index": 1,
|
5649
5826
|
"dead": true,
|
5650
5827
|
"default": true,
|
5651
5828
|
"equality": {
|
@@ -5991,7 +6168,9 @@
|
|
5991
6168
|
],
|
5992
6169
|
"articlePOS": [
|
5993
6170
|
"a",
|
5994
|
-
"the"
|
6171
|
+
"the",
|
6172
|
+
"each",
|
6173
|
+
"every"
|
5995
6174
|
],
|
5996
6175
|
"canBeDoQuestion": [
|
5997
6176
|
"have"
|
@@ -6015,6 +6194,7 @@
|
|
6015
6194
|
],
|
6016
6195
|
"preposition": [
|
6017
6196
|
"between",
|
6197
|
+
"propertyOf",
|
6018
6198
|
"to"
|
6019
6199
|
],
|
6020
6200
|
"pronoun": [
|
@@ -6037,8 +6217,10 @@
|
|
6037
6217
|
"it",
|
6038
6218
|
"what",
|
6039
6219
|
"whatAble",
|
6220
|
+
"negatable",
|
6040
6221
|
"this",
|
6041
6222
|
"reason",
|
6223
|
+
"distributable",
|
6042
6224
|
"thisitthat"
|
6043
6225
|
],
|
6044
6226
|
"sort_ordering": [
|
@@ -6085,6 +6267,7 @@
|
|
6085
6267
|
"canBeQuestion",
|
6086
6268
|
"property",
|
6087
6269
|
"theAble",
|
6270
|
+
"propertyOf",
|
6088
6271
|
"whose",
|
6089
6272
|
"concept",
|
6090
6273
|
"modifies",
|
@@ -6099,6 +6282,7 @@
|
|
6099
6282
|
"articlePOS",
|
6100
6283
|
"the",
|
6101
6284
|
"whatAble",
|
6285
|
+
"negatable",
|
6102
6286
|
"is",
|
6103
6287
|
"toAble",
|
6104
6288
|
"to",
|
@@ -6110,6 +6294,9 @@
|
|
6110
6294
|
"orAble",
|
6111
6295
|
"ifAble",
|
6112
6296
|
"evaluate",
|
6297
|
+
"each",
|
6298
|
+
"every",
|
6299
|
+
"distributable",
|
6113
6300
|
"noun",
|
6114
6301
|
"thisitthat",
|
6115
6302
|
"that",
|
@@ -6135,12 +6322,21 @@
|
|
6135
6322
|
"descending": [
|
6136
6323
|
"sort_ordering"
|
6137
6324
|
],
|
6325
|
+
"distributable": [
|
6326
|
+
"queryable"
|
6327
|
+
],
|
6138
6328
|
"doubleQuote": [
|
6139
6329
|
"queryable"
|
6140
6330
|
],
|
6331
|
+
"each": [
|
6332
|
+
"articlePOS"
|
6333
|
+
],
|
6141
6334
|
"evaluate": [
|
6142
6335
|
"verb"
|
6143
6336
|
],
|
6337
|
+
"every": [
|
6338
|
+
"articlePOS"
|
6339
|
+
],
|
6144
6340
|
"formula": [
|
6145
6341
|
"concept"
|
6146
6342
|
],
|
@@ -6167,6 +6363,9 @@
|
|
6167
6363
|
"modifies": [
|
6168
6364
|
"verb"
|
6169
6365
|
],
|
6366
|
+
"negatable": [
|
6367
|
+
"queryable"
|
6368
|
+
],
|
6170
6369
|
"noun": [
|
6171
6370
|
"theAble"
|
6172
6371
|
],
|
@@ -6181,6 +6380,9 @@
|
|
6181
6380
|
"queryable",
|
6182
6381
|
"theAble"
|
6183
6382
|
],
|
6383
|
+
"propertyOf": [
|
6384
|
+
"preposition"
|
6385
|
+
],
|
6184
6386
|
"questionMark": [
|
6185
6387
|
"punctuation"
|
6186
6388
|
],
|
@@ -6260,10 +6462,16 @@
|
|
6260
6462
|
},
|
6261
6463
|
"descending": {
|
6262
6464
|
},
|
6465
|
+
"distributable": {
|
6466
|
+
},
|
6263
6467
|
"doubleQuote": {
|
6264
6468
|
},
|
6469
|
+
"each": {
|
6470
|
+
},
|
6265
6471
|
"evaluate": {
|
6266
6472
|
},
|
6473
|
+
"every": {
|
6474
|
+
},
|
6267
6475
|
"formula": {
|
6268
6476
|
},
|
6269
6477
|
"have": {
|
@@ -6280,6 +6488,8 @@
|
|
6280
6488
|
},
|
6281
6489
|
"modifies": {
|
6282
6490
|
},
|
6491
|
+
"negatable": {
|
6492
|
+
},
|
6283
6493
|
"noun": {
|
6284
6494
|
},
|
6285
6495
|
"object": {
|
@@ -6292,6 +6502,8 @@
|
|
6292
6502
|
},
|
6293
6503
|
"property": {
|
6294
6504
|
},
|
6505
|
+
"propertyOf": {
|
6506
|
+
},
|
6295
6507
|
"punctuation": {
|
6296
6508
|
},
|
6297
6509
|
"queryable": {
|
@@ -6359,6 +6571,7 @@
|
|
6359
6571
|
"processed": [
|
6360
6572
|
{
|
6361
6573
|
"context": {
|
6574
|
+
"context_index": 1,
|
6362
6575
|
"dead": true,
|
6363
6576
|
"default": true,
|
6364
6577
|
"equality": {
|
@@ -6492,6 +6705,7 @@
|
|
6492
6705
|
},
|
6493
6706
|
{
|
6494
6707
|
"context": {
|
6708
|
+
"context_index": 1,
|
6495
6709
|
"dead": true,
|
6496
6710
|
"level": 2,
|
6497
6711
|
"marker": "is",
|
@@ -6566,6 +6780,7 @@
|
|
6566
6780
|
"value": "operator",
|
6567
6781
|
"word": "operator"
|
6568
6782
|
},
|
6783
|
+
"context_index": 1,
|
6569
6784
|
"dead": true,
|
6570
6785
|
"flatten": false,
|
6571
6786
|
"level": 1,
|
@@ -6610,6 +6825,7 @@
|
|
6610
6825
|
},
|
6611
6826
|
{
|
6612
6827
|
"context": {
|
6828
|
+
"context_index": 1,
|
6613
6829
|
"dead": true,
|
6614
6830
|
"level": 2,
|
6615
6831
|
"marker": "is",
|
@@ -6708,6 +6924,7 @@
|
|
6708
6924
|
},
|
6709
6925
|
{
|
6710
6926
|
"context": {
|
6927
|
+
"context_index": 1,
|
6711
6928
|
"dead": true,
|
6712
6929
|
"level": 2,
|
6713
6930
|
"marker": "is",
|
@@ -6819,6 +7036,7 @@
|
|
6819
7036
|
"value": "ordering",
|
6820
7037
|
"word": "ordering"
|
6821
7038
|
},
|
7039
|
+
"context_index": 1,
|
6822
7040
|
"dead": true,
|
6823
7041
|
"flatten": false,
|
6824
7042
|
"level": 1,
|
@@ -6931,6 +7149,24 @@
|
|
6931
7149
|
0
|
6932
7150
|
]
|
6933
7151
|
],
|
7152
|
+
[
|
7153
|
+
[
|
7154
|
+
"equals",
|
7155
|
+
0
|
7156
|
+
],
|
7157
|
+
[
|
7158
|
+
"forVariable",
|
7159
|
+
0
|
7160
|
+
],
|
7161
|
+
[
|
7162
|
+
"solve",
|
7163
|
+
0
|
7164
|
+
],
|
7165
|
+
[
|
7166
|
+
"y",
|
7167
|
+
0
|
7168
|
+
]
|
7169
|
+
],
|
6934
7170
|
[
|
6935
7171
|
[
|
6936
7172
|
"forVariable",
|
@@ -6946,6 +7182,7 @@
|
|
6946
7182
|
},
|
6947
7183
|
"contexts": [
|
6948
7184
|
{
|
7185
|
+
"context_index": 1,
|
6949
7186
|
"dead": true,
|
6950
7187
|
"default": true,
|
6951
7188
|
"equality": {
|
@@ -7291,7 +7528,9 @@
|
|
7291
7528
|
],
|
7292
7529
|
"articlePOS": [
|
7293
7530
|
"a",
|
7294
|
-
"the"
|
7531
|
+
"the",
|
7532
|
+
"each",
|
7533
|
+
"every"
|
7295
7534
|
],
|
7296
7535
|
"canBeDoQuestion": [
|
7297
7536
|
"have"
|
@@ -7315,6 +7554,7 @@
|
|
7315
7554
|
],
|
7316
7555
|
"preposition": [
|
7317
7556
|
"between",
|
7557
|
+
"propertyOf",
|
7318
7558
|
"to"
|
7319
7559
|
],
|
7320
7560
|
"pronoun": [
|
@@ -7337,8 +7577,10 @@
|
|
7337
7577
|
"it",
|
7338
7578
|
"what",
|
7339
7579
|
"whatAble",
|
7580
|
+
"negatable",
|
7340
7581
|
"this",
|
7341
7582
|
"reason",
|
7583
|
+
"distributable",
|
7342
7584
|
"thisitthat"
|
7343
7585
|
],
|
7344
7586
|
"sort_ordering": [
|
@@ -7385,6 +7627,7 @@
|
|
7385
7627
|
"canBeQuestion",
|
7386
7628
|
"property",
|
7387
7629
|
"theAble",
|
7630
|
+
"propertyOf",
|
7388
7631
|
"whose",
|
7389
7632
|
"concept",
|
7390
7633
|
"modifies",
|
@@ -7399,6 +7642,7 @@
|
|
7399
7642
|
"articlePOS",
|
7400
7643
|
"the",
|
7401
7644
|
"whatAble",
|
7645
|
+
"negatable",
|
7402
7646
|
"is",
|
7403
7647
|
"toAble",
|
7404
7648
|
"to",
|
@@ -7410,6 +7654,9 @@
|
|
7410
7654
|
"orAble",
|
7411
7655
|
"ifAble",
|
7412
7656
|
"evaluate",
|
7657
|
+
"each",
|
7658
|
+
"every",
|
7659
|
+
"distributable",
|
7413
7660
|
"noun",
|
7414
7661
|
"thisitthat",
|
7415
7662
|
"that",
|
@@ -7435,12 +7682,21 @@
|
|
7435
7682
|
"descending": [
|
7436
7683
|
"sort_ordering"
|
7437
7684
|
],
|
7685
|
+
"distributable": [
|
7686
|
+
"queryable"
|
7687
|
+
],
|
7438
7688
|
"doubleQuote": [
|
7439
7689
|
"queryable"
|
7440
7690
|
],
|
7691
|
+
"each": [
|
7692
|
+
"articlePOS"
|
7693
|
+
],
|
7441
7694
|
"evaluate": [
|
7442
7695
|
"verb"
|
7443
7696
|
],
|
7697
|
+
"every": [
|
7698
|
+
"articlePOS"
|
7699
|
+
],
|
7444
7700
|
"formula": [
|
7445
7701
|
"concept"
|
7446
7702
|
],
|
@@ -7467,6 +7723,9 @@
|
|
7467
7723
|
"modifies": [
|
7468
7724
|
"verb"
|
7469
7725
|
],
|
7726
|
+
"negatable": [
|
7727
|
+
"queryable"
|
7728
|
+
],
|
7470
7729
|
"noun": [
|
7471
7730
|
"theAble"
|
7472
7731
|
],
|
@@ -7481,6 +7740,9 @@
|
|
7481
7740
|
"queryable",
|
7482
7741
|
"theAble"
|
7483
7742
|
],
|
7743
|
+
"propertyOf": [
|
7744
|
+
"preposition"
|
7745
|
+
],
|
7484
7746
|
"questionMark": [
|
7485
7747
|
"punctuation"
|
7486
7748
|
],
|
@@ -7560,10 +7822,16 @@
|
|
7560
7822
|
},
|
7561
7823
|
"descending": {
|
7562
7824
|
},
|
7825
|
+
"distributable": {
|
7826
|
+
},
|
7563
7827
|
"doubleQuote": {
|
7564
7828
|
},
|
7829
|
+
"each": {
|
7830
|
+
},
|
7565
7831
|
"evaluate": {
|
7566
7832
|
},
|
7833
|
+
"every": {
|
7834
|
+
},
|
7567
7835
|
"formula": {
|
7568
7836
|
},
|
7569
7837
|
"have": {
|
@@ -7580,6 +7848,8 @@
|
|
7580
7848
|
},
|
7581
7849
|
"modifies": {
|
7582
7850
|
},
|
7851
|
+
"negatable": {
|
7852
|
+
},
|
7583
7853
|
"noun": {
|
7584
7854
|
},
|
7585
7855
|
"object": {
|
@@ -7592,6 +7862,8 @@
|
|
7592
7862
|
},
|
7593
7863
|
"property": {
|
7594
7864
|
},
|
7865
|
+
"propertyOf": {
|
7866
|
+
},
|
7595
7867
|
"punctuation": {
|
7596
7868
|
},
|
7597
7869
|
"queryable": {
|
@@ -7659,6 +7931,7 @@
|
|
7659
7931
|
"processed": [
|
7660
7932
|
{
|
7661
7933
|
"context": {
|
7934
|
+
"context_index": 1,
|
7662
7935
|
"dead": true,
|
7663
7936
|
"default": true,
|
7664
7937
|
"equality": {
|
@@ -7792,6 +8065,7 @@
|
|
7792
8065
|
},
|
7793
8066
|
{
|
7794
8067
|
"context": {
|
8068
|
+
"context_index": 1,
|
7795
8069
|
"dead": true,
|
7796
8070
|
"level": 2,
|
7797
8071
|
"marker": "is",
|
@@ -7866,6 +8140,7 @@
|
|
7866
8140
|
"value": "operator",
|
7867
8141
|
"word": "operator"
|
7868
8142
|
},
|
8143
|
+
"context_index": 1,
|
7869
8144
|
"dead": true,
|
7870
8145
|
"flatten": false,
|
7871
8146
|
"level": 1,
|
@@ -7910,6 +8185,7 @@
|
|
7910
8185
|
},
|
7911
8186
|
{
|
7912
8187
|
"context": {
|
8188
|
+
"context_index": 1,
|
7913
8189
|
"dead": true,
|
7914
8190
|
"level": 2,
|
7915
8191
|
"marker": "is",
|
@@ -8008,6 +8284,7 @@
|
|
8008
8284
|
},
|
8009
8285
|
{
|
8010
8286
|
"context": {
|
8287
|
+
"context_index": 1,
|
8011
8288
|
"dead": true,
|
8012
8289
|
"level": 2,
|
8013
8290
|
"marker": "is",
|
@@ -8119,6 +8396,7 @@
|
|
8119
8396
|
"value": "ordering",
|
8120
8397
|
"word": "ordering"
|
8121
8398
|
},
|
8399
|
+
"context_index": 1,
|
8122
8400
|
"dead": true,
|
8123
8401
|
"flatten": false,
|
8124
8402
|
"level": 1,
|
@@ -8302,6 +8580,7 @@
|
|
8302
8580
|
},
|
8303
8581
|
"contexts": [
|
8304
8582
|
{
|
8583
|
+
"context_index": 1,
|
8305
8584
|
"dead": true,
|
8306
8585
|
"default": true,
|
8307
8586
|
"equality": {
|
@@ -8795,7 +9074,9 @@
|
|
8795
9074
|
],
|
8796
9075
|
"articlePOS": [
|
8797
9076
|
"a",
|
8798
|
-
"the"
|
9077
|
+
"the",
|
9078
|
+
"each",
|
9079
|
+
"every"
|
8799
9080
|
],
|
8800
9081
|
"canBeDoQuestion": [
|
8801
9082
|
"have"
|
@@ -8819,6 +9100,7 @@
|
|
8819
9100
|
],
|
8820
9101
|
"preposition": [
|
8821
9102
|
"between",
|
9103
|
+
"propertyOf",
|
8822
9104
|
"to"
|
8823
9105
|
],
|
8824
9106
|
"pronoun": [
|
@@ -8841,8 +9123,10 @@
|
|
8841
9123
|
"it",
|
8842
9124
|
"what",
|
8843
9125
|
"whatAble",
|
9126
|
+
"negatable",
|
8844
9127
|
"this",
|
8845
9128
|
"reason",
|
9129
|
+
"distributable",
|
8846
9130
|
"thisitthat"
|
8847
9131
|
],
|
8848
9132
|
"sort_ordering": [
|
@@ -8889,6 +9173,7 @@
|
|
8889
9173
|
"canBeQuestion",
|
8890
9174
|
"property",
|
8891
9175
|
"theAble",
|
9176
|
+
"propertyOf",
|
8892
9177
|
"whose",
|
8893
9178
|
"concept",
|
8894
9179
|
"modifies",
|
@@ -8903,6 +9188,7 @@
|
|
8903
9188
|
"articlePOS",
|
8904
9189
|
"the",
|
8905
9190
|
"whatAble",
|
9191
|
+
"negatable",
|
8906
9192
|
"is",
|
8907
9193
|
"toAble",
|
8908
9194
|
"to",
|
@@ -8914,6 +9200,9 @@
|
|
8914
9200
|
"orAble",
|
8915
9201
|
"ifAble",
|
8916
9202
|
"evaluate",
|
9203
|
+
"each",
|
9204
|
+
"every",
|
9205
|
+
"distributable",
|
8917
9206
|
"noun",
|
8918
9207
|
"thisitthat",
|
8919
9208
|
"that",
|
@@ -8939,12 +9228,21 @@
|
|
8939
9228
|
"descending": [
|
8940
9229
|
"sort_ordering"
|
8941
9230
|
],
|
9231
|
+
"distributable": [
|
9232
|
+
"queryable"
|
9233
|
+
],
|
8942
9234
|
"doubleQuote": [
|
8943
9235
|
"queryable"
|
8944
9236
|
],
|
9237
|
+
"each": [
|
9238
|
+
"articlePOS"
|
9239
|
+
],
|
8945
9240
|
"evaluate": [
|
8946
9241
|
"verb"
|
8947
9242
|
],
|
9243
|
+
"every": [
|
9244
|
+
"articlePOS"
|
9245
|
+
],
|
8948
9246
|
"formula": [
|
8949
9247
|
"concept"
|
8950
9248
|
],
|
@@ -8971,6 +9269,9 @@
|
|
8971
9269
|
"modifies": [
|
8972
9270
|
"verb"
|
8973
9271
|
],
|
9272
|
+
"negatable": [
|
9273
|
+
"queryable"
|
9274
|
+
],
|
8974
9275
|
"noun": [
|
8975
9276
|
"theAble"
|
8976
9277
|
],
|
@@ -8985,6 +9286,9 @@
|
|
8985
9286
|
"queryable",
|
8986
9287
|
"theAble"
|
8987
9288
|
],
|
9289
|
+
"propertyOf": [
|
9290
|
+
"preposition"
|
9291
|
+
],
|
8988
9292
|
"questionMark": [
|
8989
9293
|
"punctuation"
|
8990
9294
|
],
|
@@ -9064,10 +9368,16 @@
|
|
9064
9368
|
},
|
9065
9369
|
"descending": {
|
9066
9370
|
},
|
9371
|
+
"distributable": {
|
9372
|
+
},
|
9067
9373
|
"doubleQuote": {
|
9068
9374
|
},
|
9375
|
+
"each": {
|
9376
|
+
},
|
9069
9377
|
"evaluate": {
|
9070
9378
|
},
|
9379
|
+
"every": {
|
9380
|
+
},
|
9071
9381
|
"formula": {
|
9072
9382
|
},
|
9073
9383
|
"have": {
|
@@ -9084,6 +9394,8 @@
|
|
9084
9394
|
},
|
9085
9395
|
"modifies": {
|
9086
9396
|
},
|
9397
|
+
"negatable": {
|
9398
|
+
},
|
9087
9399
|
"noun": {
|
9088
9400
|
},
|
9089
9401
|
"object": {
|
@@ -9096,6 +9408,8 @@
|
|
9096
9408
|
},
|
9097
9409
|
"property": {
|
9098
9410
|
},
|
9411
|
+
"propertyOf": {
|
9412
|
+
},
|
9099
9413
|
"punctuation": {
|
9100
9414
|
},
|
9101
9415
|
"queryable": {
|
@@ -9163,6 +9477,7 @@
|
|
9163
9477
|
"processed": [
|
9164
9478
|
{
|
9165
9479
|
"context": {
|
9480
|
+
"context_index": 1,
|
9166
9481
|
"dead": true,
|
9167
9482
|
"default": true,
|
9168
9483
|
"equality": {
|
@@ -9366,6 +9681,7 @@
|
|
9366
9681
|
},
|
9367
9682
|
{
|
9368
9683
|
"context": {
|
9684
|
+
"context_index": 1,
|
9369
9685
|
"dead": true,
|
9370
9686
|
"level": 2,
|
9371
9687
|
"marker": "is",
|
@@ -9440,6 +9756,7 @@
|
|
9440
9756
|
"value": "operator",
|
9441
9757
|
"word": "operator"
|
9442
9758
|
},
|
9759
|
+
"context_index": 1,
|
9443
9760
|
"dead": true,
|
9444
9761
|
"flatten": false,
|
9445
9762
|
"level": 1,
|
@@ -9484,6 +9801,7 @@
|
|
9484
9801
|
},
|
9485
9802
|
{
|
9486
9803
|
"context": {
|
9804
|
+
"context_index": 1,
|
9487
9805
|
"dead": true,
|
9488
9806
|
"level": 2,
|
9489
9807
|
"marker": "is",
|
@@ -9582,6 +9900,7 @@
|
|
9582
9900
|
},
|
9583
9901
|
{
|
9584
9902
|
"context": {
|
9903
|
+
"context_index": 1,
|
9585
9904
|
"dead": true,
|
9586
9905
|
"level": 2,
|
9587
9906
|
"marker": "is",
|
@@ -9693,6 +10012,7 @@
|
|
9693
10012
|
"value": "ordering",
|
9694
10013
|
"word": "ordering"
|
9695
10014
|
},
|
10015
|
+
"context_index": 1,
|
9696
10016
|
"dead": true,
|
9697
10017
|
"flatten": false,
|
9698
10018
|
"level": 1,
|
@@ -9958,6 +10278,7 @@
|
|
9958
10278
|
},
|
9959
10279
|
"contexts": [
|
9960
10280
|
{
|
10281
|
+
"context_index": 1,
|
9961
10282
|
"dead": true,
|
9962
10283
|
"left": {
|
9963
10284
|
"dead": true,
|
@@ -10395,6 +10716,7 @@
|
|
10395
10716
|
"fahrenheit": [
|
10396
10717
|
{
|
10397
10718
|
"equality": {
|
10719
|
+
"context_index": 1,
|
10398
10720
|
"dead": true,
|
10399
10721
|
"left": {
|
10400
10722
|
"dead": true,
|
@@ -10715,7 +11037,9 @@
|
|
10715
11037
|
],
|
10716
11038
|
"articlePOS": [
|
10717
11039
|
"a",
|
10718
|
-
"the"
|
11040
|
+
"the",
|
11041
|
+
"each",
|
11042
|
+
"every"
|
10719
11043
|
],
|
10720
11044
|
"canBeDoQuestion": [
|
10721
11045
|
"have"
|
@@ -10739,6 +11063,7 @@
|
|
10739
11063
|
],
|
10740
11064
|
"preposition": [
|
10741
11065
|
"between",
|
11066
|
+
"propertyOf",
|
10742
11067
|
"to"
|
10743
11068
|
],
|
10744
11069
|
"pronoun": [
|
@@ -10761,8 +11086,10 @@
|
|
10761
11086
|
"it",
|
10762
11087
|
"what",
|
10763
11088
|
"whatAble",
|
11089
|
+
"negatable",
|
10764
11090
|
"this",
|
10765
11091
|
"reason",
|
11092
|
+
"distributable",
|
10766
11093
|
"thisitthat"
|
10767
11094
|
],
|
10768
11095
|
"sort_ordering": [
|
@@ -10809,6 +11136,7 @@
|
|
10809
11136
|
"canBeQuestion",
|
10810
11137
|
"property",
|
10811
11138
|
"theAble",
|
11139
|
+
"propertyOf",
|
10812
11140
|
"whose",
|
10813
11141
|
"concept",
|
10814
11142
|
"modifies",
|
@@ -10823,6 +11151,7 @@
|
|
10823
11151
|
"articlePOS",
|
10824
11152
|
"the",
|
10825
11153
|
"whatAble",
|
11154
|
+
"negatable",
|
10826
11155
|
"is",
|
10827
11156
|
"toAble",
|
10828
11157
|
"to",
|
@@ -10834,6 +11163,9 @@
|
|
10834
11163
|
"orAble",
|
10835
11164
|
"ifAble",
|
10836
11165
|
"evaluate",
|
11166
|
+
"each",
|
11167
|
+
"every",
|
11168
|
+
"distributable",
|
10837
11169
|
"noun",
|
10838
11170
|
"thisitthat",
|
10839
11171
|
"that",
|
@@ -10859,12 +11191,21 @@
|
|
10859
11191
|
"descending": [
|
10860
11192
|
"sort_ordering"
|
10861
11193
|
],
|
11194
|
+
"distributable": [
|
11195
|
+
"queryable"
|
11196
|
+
],
|
10862
11197
|
"doubleQuote": [
|
10863
11198
|
"queryable"
|
10864
11199
|
],
|
11200
|
+
"each": [
|
11201
|
+
"articlePOS"
|
11202
|
+
],
|
10865
11203
|
"evaluate": [
|
10866
11204
|
"verb"
|
10867
11205
|
],
|
11206
|
+
"every": [
|
11207
|
+
"articlePOS"
|
11208
|
+
],
|
10868
11209
|
"formula": [
|
10869
11210
|
"concept"
|
10870
11211
|
],
|
@@ -10891,6 +11232,9 @@
|
|
10891
11232
|
"modifies": [
|
10892
11233
|
"verb"
|
10893
11234
|
],
|
11235
|
+
"negatable": [
|
11236
|
+
"queryable"
|
11237
|
+
],
|
10894
11238
|
"noun": [
|
10895
11239
|
"theAble"
|
10896
11240
|
],
|
@@ -10905,6 +11249,9 @@
|
|
10905
11249
|
"queryable",
|
10906
11250
|
"theAble"
|
10907
11251
|
],
|
11252
|
+
"propertyOf": [
|
11253
|
+
"preposition"
|
11254
|
+
],
|
10908
11255
|
"questionMark": [
|
10909
11256
|
"punctuation"
|
10910
11257
|
],
|
@@ -10984,10 +11331,16 @@
|
|
10984
11331
|
},
|
10985
11332
|
"descending": {
|
10986
11333
|
},
|
11334
|
+
"distributable": {
|
11335
|
+
},
|
10987
11336
|
"doubleQuote": {
|
10988
11337
|
},
|
11338
|
+
"each": {
|
11339
|
+
},
|
10989
11340
|
"evaluate": {
|
10990
11341
|
},
|
11342
|
+
"every": {
|
11343
|
+
},
|
10991
11344
|
"formula": {
|
10992
11345
|
},
|
10993
11346
|
"have": {
|
@@ -11004,6 +11357,8 @@
|
|
11004
11357
|
},
|
11005
11358
|
"modifies": {
|
11006
11359
|
},
|
11360
|
+
"negatable": {
|
11361
|
+
},
|
11007
11362
|
"noun": {
|
11008
11363
|
},
|
11009
11364
|
"object": {
|
@@ -11016,6 +11371,8 @@
|
|
11016
11371
|
},
|
11017
11372
|
"property": {
|
11018
11373
|
},
|
11374
|
+
"propertyOf": {
|
11375
|
+
},
|
11019
11376
|
"punctuation": {
|
11020
11377
|
},
|
11021
11378
|
"queryable": {
|
@@ -11083,6 +11440,7 @@
|
|
11083
11440
|
"processed": [
|
11084
11441
|
{
|
11085
11442
|
"context": {
|
11443
|
+
"context_index": 1,
|
11086
11444
|
"dead": true,
|
11087
11445
|
"left": {
|
11088
11446
|
"dead": true,
|
@@ -11247,6 +11605,7 @@
|
|
11247
11605
|
},
|
11248
11606
|
{
|
11249
11607
|
"context": {
|
11608
|
+
"context_index": 1,
|
11250
11609
|
"dead": true,
|
11251
11610
|
"level": 2,
|
11252
11611
|
"marker": "is",
|
@@ -11321,6 +11680,7 @@
|
|
11321
11680
|
"value": "operator",
|
11322
11681
|
"word": "operator"
|
11323
11682
|
},
|
11683
|
+
"context_index": 1,
|
11324
11684
|
"dead": true,
|
11325
11685
|
"flatten": false,
|
11326
11686
|
"level": 1,
|
@@ -11365,6 +11725,7 @@
|
|
11365
11725
|
},
|
11366
11726
|
{
|
11367
11727
|
"context": {
|
11728
|
+
"context_index": 1,
|
11368
11729
|
"dead": true,
|
11369
11730
|
"level": 2,
|
11370
11731
|
"marker": "is",
|
@@ -11463,6 +11824,7 @@
|
|
11463
11824
|
},
|
11464
11825
|
{
|
11465
11826
|
"context": {
|
11827
|
+
"context_index": 1,
|
11466
11828
|
"dead": true,
|
11467
11829
|
"level": 2,
|
11468
11830
|
"marker": "is",
|
@@ -11574,6 +11936,7 @@
|
|
11574
11936
|
"value": "ordering",
|
11575
11937
|
"word": "ordering"
|
11576
11938
|
},
|
11939
|
+
"context_index": 1,
|
11577
11940
|
"dead": true,
|
11578
11941
|
"flatten": false,
|
11579
11942
|
"level": 1,
|
@@ -11697,6 +12060,7 @@
|
|
11697
12060
|
},
|
11698
12061
|
"contexts": [
|
11699
12062
|
{
|
12063
|
+
"context_index": 1,
|
11700
12064
|
"dead": true,
|
11701
12065
|
"equality": {
|
11702
12066
|
"dead": true,
|
@@ -11948,7 +12312,9 @@
|
|
11948
12312
|
],
|
11949
12313
|
"articlePOS": [
|
11950
12314
|
"a",
|
11951
|
-
"the"
|
12315
|
+
"the",
|
12316
|
+
"each",
|
12317
|
+
"every"
|
11952
12318
|
],
|
11953
12319
|
"canBeDoQuestion": [
|
11954
12320
|
"have"
|
@@ -11972,6 +12338,7 @@
|
|
11972
12338
|
],
|
11973
12339
|
"preposition": [
|
11974
12340
|
"between",
|
12341
|
+
"propertyOf",
|
11975
12342
|
"to"
|
11976
12343
|
],
|
11977
12344
|
"pronoun": [
|
@@ -11994,8 +12361,10 @@
|
|
11994
12361
|
"it",
|
11995
12362
|
"what",
|
11996
12363
|
"whatAble",
|
12364
|
+
"negatable",
|
11997
12365
|
"this",
|
11998
12366
|
"reason",
|
12367
|
+
"distributable",
|
11999
12368
|
"thisitthat"
|
12000
12369
|
],
|
12001
12370
|
"sort_ordering": [
|
@@ -12042,6 +12411,7 @@
|
|
12042
12411
|
"canBeQuestion",
|
12043
12412
|
"property",
|
12044
12413
|
"theAble",
|
12414
|
+
"propertyOf",
|
12045
12415
|
"whose",
|
12046
12416
|
"concept",
|
12047
12417
|
"modifies",
|
@@ -12056,6 +12426,7 @@
|
|
12056
12426
|
"articlePOS",
|
12057
12427
|
"the",
|
12058
12428
|
"whatAble",
|
12429
|
+
"negatable",
|
12059
12430
|
"is",
|
12060
12431
|
"toAble",
|
12061
12432
|
"to",
|
@@ -12067,6 +12438,9 @@
|
|
12067
12438
|
"orAble",
|
12068
12439
|
"ifAble",
|
12069
12440
|
"evaluate",
|
12441
|
+
"each",
|
12442
|
+
"every",
|
12443
|
+
"distributable",
|
12070
12444
|
"noun",
|
12071
12445
|
"thisitthat",
|
12072
12446
|
"that",
|
@@ -12092,12 +12466,21 @@
|
|
12092
12466
|
"descending": [
|
12093
12467
|
"sort_ordering"
|
12094
12468
|
],
|
12469
|
+
"distributable": [
|
12470
|
+
"queryable"
|
12471
|
+
],
|
12095
12472
|
"doubleQuote": [
|
12096
12473
|
"queryable"
|
12097
12474
|
],
|
12475
|
+
"each": [
|
12476
|
+
"articlePOS"
|
12477
|
+
],
|
12098
12478
|
"evaluate": [
|
12099
12479
|
"verb"
|
12100
12480
|
],
|
12481
|
+
"every": [
|
12482
|
+
"articlePOS"
|
12483
|
+
],
|
12101
12484
|
"formula": [
|
12102
12485
|
"concept"
|
12103
12486
|
],
|
@@ -12124,6 +12507,9 @@
|
|
12124
12507
|
"modifies": [
|
12125
12508
|
"verb"
|
12126
12509
|
],
|
12510
|
+
"negatable": [
|
12511
|
+
"queryable"
|
12512
|
+
],
|
12127
12513
|
"noun": [
|
12128
12514
|
"theAble"
|
12129
12515
|
],
|
@@ -12138,6 +12524,9 @@
|
|
12138
12524
|
"queryable",
|
12139
12525
|
"theAble"
|
12140
12526
|
],
|
12527
|
+
"propertyOf": [
|
12528
|
+
"preposition"
|
12529
|
+
],
|
12141
12530
|
"questionMark": [
|
12142
12531
|
"punctuation"
|
12143
12532
|
],
|
@@ -12217,10 +12606,16 @@
|
|
12217
12606
|
},
|
12218
12607
|
"descending": {
|
12219
12608
|
},
|
12609
|
+
"distributable": {
|
12610
|
+
},
|
12220
12611
|
"doubleQuote": {
|
12221
12612
|
},
|
12613
|
+
"each": {
|
12614
|
+
},
|
12222
12615
|
"evaluate": {
|
12223
12616
|
},
|
12617
|
+
"every": {
|
12618
|
+
},
|
12224
12619
|
"formula": {
|
12225
12620
|
},
|
12226
12621
|
"have": {
|
@@ -12237,6 +12632,8 @@
|
|
12237
12632
|
},
|
12238
12633
|
"modifies": {
|
12239
12634
|
},
|
12635
|
+
"negatable": {
|
12636
|
+
},
|
12240
12637
|
"noun": {
|
12241
12638
|
},
|
12242
12639
|
"object": {
|
@@ -12249,6 +12646,8 @@
|
|
12249
12646
|
},
|
12250
12647
|
"property": {
|
12251
12648
|
},
|
12649
|
+
"propertyOf": {
|
12650
|
+
},
|
12252
12651
|
"punctuation": {
|
12253
12652
|
},
|
12254
12653
|
"queryable": {
|
@@ -12316,6 +12715,7 @@
|
|
12316
12715
|
"processed": [
|
12317
12716
|
{
|
12318
12717
|
"context": {
|
12718
|
+
"context_index": 1,
|
12319
12719
|
"dead": true,
|
12320
12720
|
"equality": {
|
12321
12721
|
"dead": true,
|
@@ -12388,6 +12788,7 @@
|
|
12388
12788
|
},
|
12389
12789
|
{
|
12390
12790
|
"context": {
|
12791
|
+
"context_index": 1,
|
12391
12792
|
"dead": true,
|
12392
12793
|
"level": 2,
|
12393
12794
|
"marker": "is",
|
@@ -12462,6 +12863,7 @@
|
|
12462
12863
|
"value": "operator",
|
12463
12864
|
"word": "operator"
|
12464
12865
|
},
|
12866
|
+
"context_index": 1,
|
12465
12867
|
"dead": true,
|
12466
12868
|
"flatten": false,
|
12467
12869
|
"level": 1,
|
@@ -12506,6 +12908,7 @@
|
|
12506
12908
|
},
|
12507
12909
|
{
|
12508
12910
|
"context": {
|
12911
|
+
"context_index": 1,
|
12509
12912
|
"dead": true,
|
12510
12913
|
"level": 2,
|
12511
12914
|
"marker": "is",
|
@@ -12604,6 +13007,7 @@
|
|
12604
13007
|
},
|
12605
13008
|
{
|
12606
13009
|
"context": {
|
13010
|
+
"context_index": 1,
|
12607
13011
|
"dead": true,
|
12608
13012
|
"level": 2,
|
12609
13013
|
"marker": "is",
|
@@ -12715,6 +13119,7 @@
|
|
12715
13119
|
"value": "ordering",
|
12716
13120
|
"word": "ordering"
|
12717
13121
|
},
|
13122
|
+
"context_index": 1,
|
12718
13123
|
"dead": true,
|
12719
13124
|
"flatten": false,
|
12720
13125
|
"level": 1,
|
@@ -13096,6 +13501,7 @@
|
|
13096
13501
|
},
|
13097
13502
|
"contexts": [
|
13098
13503
|
{
|
13504
|
+
"context_index": 1,
|
13099
13505
|
"dead": true,
|
13100
13506
|
"left": {
|
13101
13507
|
"dead": true,
|
@@ -13252,6 +13658,7 @@
|
|
13252
13658
|
"word": "="
|
13253
13659
|
},
|
13254
13660
|
{
|
13661
|
+
"context_index": 3,
|
13255
13662
|
"dead": true,
|
13256
13663
|
"evalue": {
|
13257
13664
|
"default": true,
|
@@ -13348,6 +13755,7 @@
|
|
13348
13755
|
"marker": "list",
|
13349
13756
|
"value": [
|
13350
13757
|
{
|
13758
|
+
"context_index": 1,
|
13351
13759
|
"dead": true,
|
13352
13760
|
"left": {
|
13353
13761
|
"dead": true,
|
@@ -14307,6 +14715,7 @@
|
|
14307
14715
|
"fahrenheit": [
|
14308
14716
|
{
|
14309
14717
|
"equality": {
|
14718
|
+
"context_index": 1,
|
14310
14719
|
"dead": true,
|
14311
14720
|
"left": {
|
14312
14721
|
"dead": true,
|
@@ -14627,7 +15036,9 @@
|
|
14627
15036
|
],
|
14628
15037
|
"articlePOS": [
|
14629
15038
|
"a",
|
14630
|
-
"the"
|
15039
|
+
"the",
|
15040
|
+
"each",
|
15041
|
+
"every"
|
14631
15042
|
],
|
14632
15043
|
"canBeDoQuestion": [
|
14633
15044
|
"have"
|
@@ -14651,6 +15062,7 @@
|
|
14651
15062
|
],
|
14652
15063
|
"preposition": [
|
14653
15064
|
"between",
|
15065
|
+
"propertyOf",
|
14654
15066
|
"to"
|
14655
15067
|
],
|
14656
15068
|
"pronoun": [
|
@@ -14673,8 +15085,10 @@
|
|
14673
15085
|
"it",
|
14674
15086
|
"what",
|
14675
15087
|
"whatAble",
|
15088
|
+
"negatable",
|
14676
15089
|
"this",
|
14677
15090
|
"reason",
|
15091
|
+
"distributable",
|
14678
15092
|
"thisitthat"
|
14679
15093
|
],
|
14680
15094
|
"sort_ordering": [
|
@@ -14721,6 +15135,7 @@
|
|
14721
15135
|
"canBeQuestion",
|
14722
15136
|
"property",
|
14723
15137
|
"theAble",
|
15138
|
+
"propertyOf",
|
14724
15139
|
"whose",
|
14725
15140
|
"concept",
|
14726
15141
|
"modifies",
|
@@ -14735,6 +15150,7 @@
|
|
14735
15150
|
"articlePOS",
|
14736
15151
|
"the",
|
14737
15152
|
"whatAble",
|
15153
|
+
"negatable",
|
14738
15154
|
"is",
|
14739
15155
|
"toAble",
|
14740
15156
|
"to",
|
@@ -14746,6 +15162,9 @@
|
|
14746
15162
|
"orAble",
|
14747
15163
|
"ifAble",
|
14748
15164
|
"evaluate",
|
15165
|
+
"each",
|
15166
|
+
"every",
|
15167
|
+
"distributable",
|
14749
15168
|
"noun",
|
14750
15169
|
"thisitthat",
|
14751
15170
|
"that",
|
@@ -14771,12 +15190,21 @@
|
|
14771
15190
|
"descending": [
|
14772
15191
|
"sort_ordering"
|
14773
15192
|
],
|
15193
|
+
"distributable": [
|
15194
|
+
"queryable"
|
15195
|
+
],
|
14774
15196
|
"doubleQuote": [
|
14775
15197
|
"queryable"
|
14776
15198
|
],
|
15199
|
+
"each": [
|
15200
|
+
"articlePOS"
|
15201
|
+
],
|
14777
15202
|
"evaluate": [
|
14778
15203
|
"verb"
|
14779
15204
|
],
|
15205
|
+
"every": [
|
15206
|
+
"articlePOS"
|
15207
|
+
],
|
14780
15208
|
"formula": [
|
14781
15209
|
"concept"
|
14782
15210
|
],
|
@@ -14803,6 +15231,9 @@
|
|
14803
15231
|
"modifies": [
|
14804
15232
|
"verb"
|
14805
15233
|
],
|
15234
|
+
"negatable": [
|
15235
|
+
"queryable"
|
15236
|
+
],
|
14806
15237
|
"noun": [
|
14807
15238
|
"theAble"
|
14808
15239
|
],
|
@@ -14817,6 +15248,9 @@
|
|
14817
15248
|
"queryable",
|
14818
15249
|
"theAble"
|
14819
15250
|
],
|
15251
|
+
"propertyOf": [
|
15252
|
+
"preposition"
|
15253
|
+
],
|
14820
15254
|
"questionMark": [
|
14821
15255
|
"punctuation"
|
14822
15256
|
],
|
@@ -14896,10 +15330,16 @@
|
|
14896
15330
|
},
|
14897
15331
|
"descending": {
|
14898
15332
|
},
|
15333
|
+
"distributable": {
|
15334
|
+
},
|
14899
15335
|
"doubleQuote": {
|
14900
15336
|
},
|
15337
|
+
"each": {
|
15338
|
+
},
|
14901
15339
|
"evaluate": {
|
14902
15340
|
},
|
15341
|
+
"every": {
|
15342
|
+
},
|
14903
15343
|
"formula": {
|
14904
15344
|
},
|
14905
15345
|
"have": {
|
@@ -14916,6 +15356,8 @@
|
|
14916
15356
|
},
|
14917
15357
|
"modifies": {
|
14918
15358
|
},
|
15359
|
+
"negatable": {
|
15360
|
+
},
|
14919
15361
|
"noun": {
|
14920
15362
|
},
|
14921
15363
|
"object": {
|
@@ -14928,6 +15370,8 @@
|
|
14928
15370
|
},
|
14929
15371
|
"property": {
|
14930
15372
|
},
|
15373
|
+
"propertyOf": {
|
15374
|
+
},
|
14931
15375
|
"punctuation": {
|
14932
15376
|
},
|
14933
15377
|
"queryable": {
|
@@ -14995,6 +15439,7 @@
|
|
14995
15439
|
"processed": [
|
14996
15440
|
{
|
14997
15441
|
"context": {
|
15442
|
+
"context_index": 3,
|
14998
15443
|
"dead": true,
|
14999
15444
|
"evalue": {
|
15000
15445
|
"default": true,
|
@@ -15091,6 +15536,7 @@
|
|
15091
15536
|
"marker": "list",
|
15092
15537
|
"value": [
|
15093
15538
|
{
|
15539
|
+
"context_index": 1,
|
15094
15540
|
"dead": true,
|
15095
15541
|
"left": {
|
15096
15542
|
"dead": true,
|
@@ -15421,6 +15867,7 @@
|
|
15421
15867
|
},
|
15422
15868
|
{
|
15423
15869
|
"context": {
|
15870
|
+
"context_index": 1,
|
15424
15871
|
"dead": true,
|
15425
15872
|
"left": {
|
15426
15873
|
"dead": true,
|
@@ -15586,6 +16033,7 @@
|
|
15586
16033
|
},
|
15587
16034
|
{
|
15588
16035
|
"context": {
|
16036
|
+
"context_index": 1,
|
15589
16037
|
"dead": true,
|
15590
16038
|
"level": 2,
|
15591
16039
|
"marker": "is",
|
@@ -15660,6 +16108,7 @@
|
|
15660
16108
|
"value": "operator",
|
15661
16109
|
"word": "operator"
|
15662
16110
|
},
|
16111
|
+
"context_index": 1,
|
15663
16112
|
"dead": true,
|
15664
16113
|
"flatten": false,
|
15665
16114
|
"level": 1,
|
@@ -15704,6 +16153,7 @@
|
|
15704
16153
|
},
|
15705
16154
|
{
|
15706
16155
|
"context": {
|
16156
|
+
"context_index": 1,
|
15707
16157
|
"dead": true,
|
15708
16158
|
"level": 2,
|
15709
16159
|
"marker": "is",
|
@@ -15802,6 +16252,7 @@
|
|
15802
16252
|
},
|
15803
16253
|
{
|
15804
16254
|
"context": {
|
16255
|
+
"context_index": 1,
|
15805
16256
|
"dead": true,
|
15806
16257
|
"level": 2,
|
15807
16258
|
"marker": "is",
|