tpmkms_4wp 8.0.0-beta.6 → 8.0.0-beta.60

Sign up to get free protection for your applications and to get access to all the features.
Files changed (102) hide show
  1. package/common/animals.instance.json +2871 -1379
  2. package/common/animals.js +17 -20
  3. package/common/articles.js +103 -0
  4. package/common/articles.test.json +310 -0
  5. package/common/avatar.js +5 -9
  6. package/common/characters.js +22 -28
  7. package/common/colors.instance.json +7170 -3657
  8. package/common/colors.js +4 -8
  9. package/common/colors.test.json +345 -780
  10. package/common/comparable.instance.json +1738 -0
  11. package/common/comparable.js +46 -27
  12. package/common/comparable.test.json +438 -2
  13. package/common/concept.js +120 -118
  14. package/common/countable.js +19 -13
  15. package/common/countable.test.json +1050 -0
  16. package/common/crew.instance.json +13066 -6598
  17. package/common/crew.js +36 -41
  18. package/common/crew.test.json +714 -452
  19. package/common/currency.js +27 -45
  20. package/common/dialogues.js +161 -285
  21. package/common/dimension.instance.json +474 -253
  22. package/common/dimension.js +16 -22
  23. package/common/dimension.test.json +446 -1640
  24. package/common/edible.instance.json +20059 -10007
  25. package/common/edible.js +3 -8
  26. package/common/emotions.instance.json +147 -129
  27. package/common/emotions.js +35 -38
  28. package/common/evaluate.instance.json +2 -0
  29. package/common/evaluate.js +49 -0
  30. package/common/evaluate.test.json +574 -0
  31. package/common/events.js +10 -14
  32. package/common/fastfood.instance.json +221967 -111264
  33. package/common/fastfood.js +74 -84
  34. package/common/fastfood.test.json +268 -90
  35. package/common/formulas.instance.json +455 -249
  36. package/common/formulas.js +19 -26
  37. package/common/gdefaults.js +24 -26
  38. package/common/help.js +7 -12
  39. package/common/help.test.json +22 -22
  40. package/common/helpers/concept.js +10 -7
  41. package/common/helpers/dialogues.js +2 -3
  42. package/common/helpers/properties.js +54 -62
  43. package/common/helpers.js +6 -5
  44. package/common/hierarchy.js +16 -24
  45. package/common/javascript.js +11 -18
  46. package/common/kirk.instance.json +584 -290
  47. package/common/kirk.js +5 -8
  48. package/common/length.instance.json +8834 -4757
  49. package/common/length.js +4 -8
  50. package/common/listener.js +48 -0
  51. package/common/listener.test.json +104 -0
  52. package/common/math.instance.json +425 -1187
  53. package/common/math.js +16 -20
  54. package/common/meta.js +23 -47
  55. package/common/nameable.instance.json +2 -0
  56. package/common/nameable.js +135 -0
  57. package/common/nameable.test.json +2121 -0
  58. package/common/negation.instance.json +2 -0
  59. package/common/negation.js +38 -0
  60. package/common/negation.test.json +308 -0
  61. package/common/numbers.js +27 -31
  62. package/common/ordering.instance.json +366 -246
  63. package/common/ordering.js +80 -86
  64. package/common/people.instance.json +2134 -1022
  65. package/common/people.js +8 -13
  66. package/common/percentages.instance.json +2 -0
  67. package/common/percentages.js +53 -0
  68. package/common/percentages.test.json +751 -0
  69. package/common/pipboy.instance.json +11777 -6289
  70. package/common/pipboy.js +48 -59
  71. package/common/pokemon.instance.json +4226 -2081
  72. package/common/pokemon.js +7 -20
  73. package/common/pos.js +12 -13
  74. package/common/pressure.instance.json +2208 -1175
  75. package/common/pressure.js +4 -8
  76. package/common/properties.instance.json +131 -61
  77. package/common/properties.js +57 -134
  78. package/common/punctuation.js +6 -6
  79. package/common/reports.instance.json +1018 -530
  80. package/common/reports.js +73 -97
  81. package/common/scorekeeper.js +18 -30
  82. package/common/sdefaults.js +16 -7
  83. package/common/sizeable.js +6 -10
  84. package/common/spock.instance.json +584 -290
  85. package/common/spock.js +5 -8
  86. package/common/stgame.js +19 -19
  87. package/common/stm.js +164 -27
  88. package/common/stm.test.json +1734 -1
  89. package/common/tell.js +14 -18
  90. package/common/temperature.instance.json +2271 -1222
  91. package/common/temperature.js +4 -8
  92. package/common/tester.js +3 -3
  93. package/common/testing.js +8 -12
  94. package/common/time.js +20 -25
  95. package/common/tokenize.js +4 -5
  96. package/common/ui.instance.json +459 -240
  97. package/common/ui.js +16 -22
  98. package/common/weight.instance.json +7646 -4026
  99. package/common/weight.js +4 -8
  100. package/common/yesno.js +5 -5
  101. package/main.js +59 -46
  102. package/package.json +28 -5
@@ -3349,5 +3349,1055 @@
3349
3349
  "responses": [
3350
3350
  ""
3351
3351
  ]
3352
+ },
3353
+ {
3354
+ "associations": [
3355
+ [
3356
+ [
3357
+ "countable",
3358
+ 0
3359
+ ],
3360
+ [
3361
+ "more",
3362
+ 0
3363
+ ]
3364
+ ]
3365
+ ],
3366
+ "config": {
3367
+ },
3368
+ "contexts": [
3369
+ {
3370
+ "dead": true,
3371
+ "default": true,
3372
+ "level": 1,
3373
+ "marker": "countable",
3374
+ "modifiers": [
3375
+ "more"
3376
+ ],
3377
+ "more": {
3378
+ "default": true,
3379
+ "level": 0,
3380
+ "marker": "more",
3381
+ "range": {
3382
+ "end": 3,
3383
+ "start": 0
3384
+ },
3385
+ "text": "more",
3386
+ "value": "more",
3387
+ "word": "more"
3388
+ },
3389
+ "range": {
3390
+ "end": 13,
3391
+ "start": 0
3392
+ },
3393
+ "text": "more countable",
3394
+ "topLevel": true,
3395
+ "types": [
3396
+ "countable"
3397
+ ],
3398
+ "value": "countable",
3399
+ "word": "countable"
3400
+ }
3401
+ ],
3402
+ "developerTest": false,
3403
+ "generatedParenthesized": [
3404
+ ""
3405
+ ],
3406
+ "metadata": {
3407
+ "opChoices": [
3408
+ {
3409
+ "counter": 1,
3410
+ "op": [
3411
+ "more",
3412
+ 0
3413
+ ],
3414
+ "ops": [
3415
+ [
3416
+ "countable",
3417
+ 0
3418
+ ],
3419
+ [
3420
+ "more",
3421
+ 0
3422
+ ]
3423
+ ]
3424
+ }
3425
+ ]
3426
+ },
3427
+ "objects": {
3428
+ "nameToUUID": {
3429
+ "articles": "articles2",
3430
+ "concept": "concept2",
3431
+ "countable": "countable1",
3432
+ "dialogues": "dialogues2",
3433
+ "evaluate": "evaluate2",
3434
+ "gdefaults": "gdefaults2",
3435
+ "hierarchy": "hierarchy2",
3436
+ "meta": "meta2",
3437
+ "negation": "negation2",
3438
+ "numbers": "numbers2",
3439
+ "pos": "pos2",
3440
+ "properties": "properties2",
3441
+ "punctuation": "punctuation2",
3442
+ "sdefaults": "sdefaults2",
3443
+ "stm": "stm2",
3444
+ "tokenize": "tokenize2"
3445
+ },
3446
+ "namespaced": {
3447
+ "articles2": {
3448
+ },
3449
+ "concept2": {
3450
+ "defaultTypesForHierarchy": {
3451
+ },
3452
+ "valueToWords": [
3453
+ ]
3454
+ },
3455
+ "countable1": {
3456
+ },
3457
+ "dialogues2": {
3458
+ "idSuffix": "",
3459
+ "mentioned": [
3460
+ ],
3461
+ "variables": {
3462
+ }
3463
+ },
3464
+ "evaluate2": {
3465
+ },
3466
+ "gdefaults2": {
3467
+ },
3468
+ "hierarchy2": {
3469
+ },
3470
+ "meta2": {
3471
+ },
3472
+ "negation2": {
3473
+ },
3474
+ "numbers2": {
3475
+ },
3476
+ "pos2": {
3477
+ },
3478
+ "properties2": {
3479
+ "children": {
3480
+ "adjective": [
3481
+ "stm_before"
3482
+ ],
3483
+ "articlePOS": [
3484
+ "a",
3485
+ "the"
3486
+ ],
3487
+ "canBeDoQuestion": [
3488
+ "have"
3489
+ ],
3490
+ "canBeQuestion": [
3491
+ "have",
3492
+ "is"
3493
+ ],
3494
+ "hierarchyAble": [
3495
+ "unknown"
3496
+ ],
3497
+ "ifAble": [
3498
+ "orAble"
3499
+ ],
3500
+ "object": [
3501
+ "unknown",
3502
+ "what",
3503
+ "whose"
3504
+ ],
3505
+ "preposition": [
3506
+ "between",
3507
+ "to"
3508
+ ],
3509
+ "pronoun": [
3510
+ "it",
3511
+ "this"
3512
+ ],
3513
+ "punctuation": [
3514
+ "questionMark"
3515
+ ],
3516
+ "queryable": [
3517
+ "hierarchyAble",
3518
+ "readonly",
3519
+ "property",
3520
+ "object",
3521
+ "xfx",
3522
+ "concept",
3523
+ "doubleQuote",
3524
+ "unknown",
3525
+ "it",
3526
+ "what",
3527
+ "whatAble",
3528
+ "this",
3529
+ "reason",
3530
+ "thisitthat"
3531
+ ],
3532
+ "theAble": [
3533
+ "property",
3534
+ "object",
3535
+ "concept",
3536
+ "unknown",
3537
+ "reason",
3538
+ "memorable",
3539
+ "noun"
3540
+ ],
3541
+ "thisitthat": [
3542
+ "it",
3543
+ "this",
3544
+ "that"
3545
+ ],
3546
+ "toAble": [
3547
+ "it"
3548
+ ],
3549
+ "unknown": [
3550
+ "property"
3551
+ ],
3552
+ "verby": [
3553
+ "modifies",
3554
+ "is",
3555
+ "remember",
3556
+ "evaluate"
3557
+ ]
3558
+ },
3559
+ "concepts": [
3560
+ "properties",
3561
+ "unknown",
3562
+ "hierarchyAble",
3563
+ "object",
3564
+ "what",
3565
+ "queryable",
3566
+ "readonly",
3567
+ "property",
3568
+ "xfx",
3569
+ "theAble",
3570
+ "whose",
3571
+ "have",
3572
+ "canBeDoQuestion",
3573
+ "canBeQuestion",
3574
+ "between",
3575
+ "preposition",
3576
+ "concept",
3577
+ "modifies",
3578
+ "verby",
3579
+ "doubleQuote",
3580
+ "it",
3581
+ "pronoun",
3582
+ "this",
3583
+ "questionMark",
3584
+ "punctuation",
3585
+ "a",
3586
+ "articlePOS",
3587
+ "the",
3588
+ "whatAble",
3589
+ "is",
3590
+ "toAble",
3591
+ "to",
3592
+ "reason",
3593
+ "memorable",
3594
+ "remember",
3595
+ "stm_before",
3596
+ "adjective",
3597
+ "orAble",
3598
+ "ifAble",
3599
+ "evaluate",
3600
+ "noun",
3601
+ "thisitthat",
3602
+ "that"
3603
+ ],
3604
+ "parents": {
3605
+ "a": [
3606
+ "articlePOS"
3607
+ ],
3608
+ "between": [
3609
+ "preposition"
3610
+ ],
3611
+ "concept": [
3612
+ "theAble",
3613
+ "queryable"
3614
+ ],
3615
+ "doubleQuote": [
3616
+ "queryable"
3617
+ ],
3618
+ "evaluate": [
3619
+ "verby"
3620
+ ],
3621
+ "have": [
3622
+ "canBeDoQuestion",
3623
+ "canBeQuestion"
3624
+ ],
3625
+ "hierarchyAble": [
3626
+ "queryable"
3627
+ ],
3628
+ "is": [
3629
+ "canBeQuestion",
3630
+ "verby"
3631
+ ],
3632
+ "it": [
3633
+ "pronoun",
3634
+ "queryable",
3635
+ "toAble",
3636
+ "thisitthat"
3637
+ ],
3638
+ "memorable": [
3639
+ "theAble"
3640
+ ],
3641
+ "modifies": [
3642
+ "verby"
3643
+ ],
3644
+ "noun": [
3645
+ "theAble"
3646
+ ],
3647
+ "object": [
3648
+ "queryable",
3649
+ "theAble"
3650
+ ],
3651
+ "orAble": [
3652
+ "ifAble"
3653
+ ],
3654
+ "property": [
3655
+ "queryable",
3656
+ "theAble",
3657
+ "unknown"
3658
+ ],
3659
+ "questionMark": [
3660
+ "punctuation"
3661
+ ],
3662
+ "readonly": [
3663
+ "queryable"
3664
+ ],
3665
+ "reason": [
3666
+ "theAble",
3667
+ "queryable"
3668
+ ],
3669
+ "remember": [
3670
+ "verby"
3671
+ ],
3672
+ "stm_before": [
3673
+ "adjective"
3674
+ ],
3675
+ "that": [
3676
+ "thisitthat"
3677
+ ],
3678
+ "the": [
3679
+ "articlePOS"
3680
+ ],
3681
+ "this": [
3682
+ "pronoun",
3683
+ "queryable",
3684
+ "thisitthat"
3685
+ ],
3686
+ "thisitthat": [
3687
+ "queryable"
3688
+ ],
3689
+ "to": [
3690
+ "preposition"
3691
+ ],
3692
+ "unknown": [
3693
+ "hierarchyAble",
3694
+ "object",
3695
+ "theAble",
3696
+ "queryable"
3697
+ ],
3698
+ "what": [
3699
+ "object",
3700
+ "queryable"
3701
+ ],
3702
+ "whatAble": [
3703
+ "queryable"
3704
+ ],
3705
+ "whose": [
3706
+ "object"
3707
+ ],
3708
+ "xfx": [
3709
+ "queryable"
3710
+ ]
3711
+ },
3712
+ "properties": {
3713
+ "handlers": {
3714
+ },
3715
+ "initHandlers": [
3716
+ ],
3717
+ "root": {
3718
+ "a": {
3719
+ },
3720
+ "adjective": {
3721
+ },
3722
+ "articlePOS": {
3723
+ },
3724
+ "between": {
3725
+ },
3726
+ "canBeDoQuestion": {
3727
+ },
3728
+ "canBeQuestion": {
3729
+ },
3730
+ "concept": {
3731
+ },
3732
+ "doubleQuote": {
3733
+ },
3734
+ "evaluate": {
3735
+ },
3736
+ "have": {
3737
+ },
3738
+ "hierarchyAble": {
3739
+ },
3740
+ "ifAble": {
3741
+ },
3742
+ "is": {
3743
+ },
3744
+ "it": {
3745
+ },
3746
+ "memorable": {
3747
+ },
3748
+ "modifies": {
3749
+ },
3750
+ "noun": {
3751
+ },
3752
+ "object": {
3753
+ },
3754
+ "orAble": {
3755
+ },
3756
+ "preposition": {
3757
+ },
3758
+ "pronoun": {
3759
+ },
3760
+ "property": {
3761
+ },
3762
+ "punctuation": {
3763
+ },
3764
+ "queryable": {
3765
+ },
3766
+ "questionMark": {
3767
+ },
3768
+ "readonly": {
3769
+ },
3770
+ "reason": {
3771
+ },
3772
+ "remember": {
3773
+ },
3774
+ "stm_before": {
3775
+ },
3776
+ "that": {
3777
+ },
3778
+ "the": {
3779
+ },
3780
+ "theAble": {
3781
+ },
3782
+ "this": {
3783
+ },
3784
+ "thisitthat": {
3785
+ },
3786
+ "to": {
3787
+ },
3788
+ "toAble": {
3789
+ },
3790
+ "unknown": {
3791
+ },
3792
+ "verby": {
3793
+ },
3794
+ "what": {
3795
+ },
3796
+ "whatAble": {
3797
+ },
3798
+ "whose": {
3799
+ },
3800
+ "xfx": {
3801
+ }
3802
+ }
3803
+ },
3804
+ "property": {
3805
+ },
3806
+ "relations": [
3807
+ ],
3808
+ "valueToWords": {
3809
+ }
3810
+ },
3811
+ "punctuation2": {
3812
+ },
3813
+ "sdefaults2": {
3814
+ },
3815
+ "stm2": {
3816
+ "mentioned": [
3817
+ ],
3818
+ "variables": {
3819
+ }
3820
+ },
3821
+ "tokenize2": {
3822
+ }
3823
+ },
3824
+ "processed": [
3825
+ {
3826
+ "context": {
3827
+ "dead": true,
3828
+ "default": true,
3829
+ "level": 1,
3830
+ "marker": "countable",
3831
+ "modifiers": [
3832
+ "more"
3833
+ ],
3834
+ "more": {
3835
+ "default": true,
3836
+ "level": 0,
3837
+ "marker": "more",
3838
+ "range": {
3839
+ "end": 3,
3840
+ "start": 0
3841
+ },
3842
+ "text": "more",
3843
+ "value": "more",
3844
+ "word": "more"
3845
+ },
3846
+ "range": {
3847
+ "end": 13,
3848
+ "start": 0
3849
+ },
3850
+ "text": "more countable",
3851
+ "topLevel": true,
3852
+ "types": [
3853
+ "countable"
3854
+ ],
3855
+ "value": "countable",
3856
+ "word": "countable"
3857
+ },
3858
+ "generatedParenthesized": "",
3859
+ "paraphrases": "more countable",
3860
+ "paraphrasesParenthesized": "((more) (countable))",
3861
+ "responses": [
3862
+ ""
3863
+ ]
3864
+ }
3865
+ ]
3866
+ },
3867
+ "paraphrases": [
3868
+ "more countable"
3869
+ ],
3870
+ "paraphrasesParenthesized": [
3871
+ "((more) (countable))"
3872
+ ],
3873
+ "query": "more countable",
3874
+ "responses": [
3875
+ ""
3876
+ ]
3877
+ },
3878
+ {
3879
+ "associations": [
3880
+ [
3881
+ [
3882
+ "countable",
3883
+ 0
3884
+ ],
3885
+ [
3886
+ "less",
3887
+ 0
3888
+ ]
3889
+ ]
3890
+ ],
3891
+ "config": {
3892
+ },
3893
+ "contexts": [
3894
+ {
3895
+ "dead": true,
3896
+ "default": true,
3897
+ "less": {
3898
+ "default": true,
3899
+ "level": 0,
3900
+ "marker": "less",
3901
+ "range": {
3902
+ "end": 3,
3903
+ "start": 0
3904
+ },
3905
+ "text": "less",
3906
+ "value": "less",
3907
+ "word": "less"
3908
+ },
3909
+ "level": 1,
3910
+ "marker": "countable",
3911
+ "modifiers": [
3912
+ "less"
3913
+ ],
3914
+ "range": {
3915
+ "end": 13,
3916
+ "start": 0
3917
+ },
3918
+ "text": "less countable",
3919
+ "topLevel": true,
3920
+ "types": [
3921
+ "countable"
3922
+ ],
3923
+ "value": "countable",
3924
+ "word": "countable"
3925
+ }
3926
+ ],
3927
+ "developerTest": false,
3928
+ "generatedParenthesized": [
3929
+ ""
3930
+ ],
3931
+ "metadata": {
3932
+ "opChoices": [
3933
+ {
3934
+ "counter": 1,
3935
+ "op": [
3936
+ "less",
3937
+ 0
3938
+ ],
3939
+ "ops": [
3940
+ [
3941
+ "countable",
3942
+ 0
3943
+ ],
3944
+ [
3945
+ "less",
3946
+ 0
3947
+ ]
3948
+ ]
3949
+ }
3950
+ ]
3951
+ },
3952
+ "objects": {
3953
+ "nameToUUID": {
3954
+ "articles": "articles2",
3955
+ "concept": "concept2",
3956
+ "countable": "countable1",
3957
+ "dialogues": "dialogues2",
3958
+ "evaluate": "evaluate2",
3959
+ "gdefaults": "gdefaults2",
3960
+ "hierarchy": "hierarchy2",
3961
+ "meta": "meta2",
3962
+ "negation": "negation2",
3963
+ "numbers": "numbers2",
3964
+ "pos": "pos2",
3965
+ "properties": "properties2",
3966
+ "punctuation": "punctuation2",
3967
+ "sdefaults": "sdefaults2",
3968
+ "stm": "stm2",
3969
+ "tokenize": "tokenize2"
3970
+ },
3971
+ "namespaced": {
3972
+ "articles2": {
3973
+ },
3974
+ "concept2": {
3975
+ "defaultTypesForHierarchy": {
3976
+ },
3977
+ "valueToWords": [
3978
+ ]
3979
+ },
3980
+ "countable1": {
3981
+ },
3982
+ "dialogues2": {
3983
+ "idSuffix": "",
3984
+ "mentioned": [
3985
+ ],
3986
+ "variables": {
3987
+ }
3988
+ },
3989
+ "evaluate2": {
3990
+ },
3991
+ "gdefaults2": {
3992
+ },
3993
+ "hierarchy2": {
3994
+ },
3995
+ "meta2": {
3996
+ },
3997
+ "negation2": {
3998
+ },
3999
+ "numbers2": {
4000
+ },
4001
+ "pos2": {
4002
+ },
4003
+ "properties2": {
4004
+ "children": {
4005
+ "adjective": [
4006
+ "stm_before"
4007
+ ],
4008
+ "articlePOS": [
4009
+ "a",
4010
+ "the"
4011
+ ],
4012
+ "canBeDoQuestion": [
4013
+ "have"
4014
+ ],
4015
+ "canBeQuestion": [
4016
+ "have",
4017
+ "is"
4018
+ ],
4019
+ "hierarchyAble": [
4020
+ "unknown"
4021
+ ],
4022
+ "ifAble": [
4023
+ "orAble"
4024
+ ],
4025
+ "object": [
4026
+ "unknown",
4027
+ "what",
4028
+ "whose"
4029
+ ],
4030
+ "preposition": [
4031
+ "between",
4032
+ "to"
4033
+ ],
4034
+ "pronoun": [
4035
+ "it",
4036
+ "this"
4037
+ ],
4038
+ "punctuation": [
4039
+ "questionMark"
4040
+ ],
4041
+ "queryable": [
4042
+ "hierarchyAble",
4043
+ "readonly",
4044
+ "property",
4045
+ "object",
4046
+ "xfx",
4047
+ "concept",
4048
+ "doubleQuote",
4049
+ "unknown",
4050
+ "it",
4051
+ "what",
4052
+ "whatAble",
4053
+ "this",
4054
+ "reason",
4055
+ "thisitthat"
4056
+ ],
4057
+ "theAble": [
4058
+ "property",
4059
+ "object",
4060
+ "concept",
4061
+ "unknown",
4062
+ "reason",
4063
+ "memorable",
4064
+ "noun"
4065
+ ],
4066
+ "thisitthat": [
4067
+ "it",
4068
+ "this",
4069
+ "that"
4070
+ ],
4071
+ "toAble": [
4072
+ "it"
4073
+ ],
4074
+ "unknown": [
4075
+ "property"
4076
+ ],
4077
+ "verby": [
4078
+ "modifies",
4079
+ "is",
4080
+ "remember",
4081
+ "evaluate"
4082
+ ]
4083
+ },
4084
+ "concepts": [
4085
+ "properties",
4086
+ "unknown",
4087
+ "hierarchyAble",
4088
+ "object",
4089
+ "what",
4090
+ "queryable",
4091
+ "readonly",
4092
+ "property",
4093
+ "xfx",
4094
+ "theAble",
4095
+ "whose",
4096
+ "have",
4097
+ "canBeDoQuestion",
4098
+ "canBeQuestion",
4099
+ "between",
4100
+ "preposition",
4101
+ "concept",
4102
+ "modifies",
4103
+ "verby",
4104
+ "doubleQuote",
4105
+ "it",
4106
+ "pronoun",
4107
+ "this",
4108
+ "questionMark",
4109
+ "punctuation",
4110
+ "a",
4111
+ "articlePOS",
4112
+ "the",
4113
+ "whatAble",
4114
+ "is",
4115
+ "toAble",
4116
+ "to",
4117
+ "reason",
4118
+ "memorable",
4119
+ "remember",
4120
+ "stm_before",
4121
+ "adjective",
4122
+ "orAble",
4123
+ "ifAble",
4124
+ "evaluate",
4125
+ "noun",
4126
+ "thisitthat",
4127
+ "that"
4128
+ ],
4129
+ "parents": {
4130
+ "a": [
4131
+ "articlePOS"
4132
+ ],
4133
+ "between": [
4134
+ "preposition"
4135
+ ],
4136
+ "concept": [
4137
+ "theAble",
4138
+ "queryable"
4139
+ ],
4140
+ "doubleQuote": [
4141
+ "queryable"
4142
+ ],
4143
+ "evaluate": [
4144
+ "verby"
4145
+ ],
4146
+ "have": [
4147
+ "canBeDoQuestion",
4148
+ "canBeQuestion"
4149
+ ],
4150
+ "hierarchyAble": [
4151
+ "queryable"
4152
+ ],
4153
+ "is": [
4154
+ "canBeQuestion",
4155
+ "verby"
4156
+ ],
4157
+ "it": [
4158
+ "pronoun",
4159
+ "queryable",
4160
+ "toAble",
4161
+ "thisitthat"
4162
+ ],
4163
+ "memorable": [
4164
+ "theAble"
4165
+ ],
4166
+ "modifies": [
4167
+ "verby"
4168
+ ],
4169
+ "noun": [
4170
+ "theAble"
4171
+ ],
4172
+ "object": [
4173
+ "queryable",
4174
+ "theAble"
4175
+ ],
4176
+ "orAble": [
4177
+ "ifAble"
4178
+ ],
4179
+ "property": [
4180
+ "queryable",
4181
+ "theAble",
4182
+ "unknown"
4183
+ ],
4184
+ "questionMark": [
4185
+ "punctuation"
4186
+ ],
4187
+ "readonly": [
4188
+ "queryable"
4189
+ ],
4190
+ "reason": [
4191
+ "theAble",
4192
+ "queryable"
4193
+ ],
4194
+ "remember": [
4195
+ "verby"
4196
+ ],
4197
+ "stm_before": [
4198
+ "adjective"
4199
+ ],
4200
+ "that": [
4201
+ "thisitthat"
4202
+ ],
4203
+ "the": [
4204
+ "articlePOS"
4205
+ ],
4206
+ "this": [
4207
+ "pronoun",
4208
+ "queryable",
4209
+ "thisitthat"
4210
+ ],
4211
+ "thisitthat": [
4212
+ "queryable"
4213
+ ],
4214
+ "to": [
4215
+ "preposition"
4216
+ ],
4217
+ "unknown": [
4218
+ "hierarchyAble",
4219
+ "object",
4220
+ "theAble",
4221
+ "queryable"
4222
+ ],
4223
+ "what": [
4224
+ "object",
4225
+ "queryable"
4226
+ ],
4227
+ "whatAble": [
4228
+ "queryable"
4229
+ ],
4230
+ "whose": [
4231
+ "object"
4232
+ ],
4233
+ "xfx": [
4234
+ "queryable"
4235
+ ]
4236
+ },
4237
+ "properties": {
4238
+ "handlers": {
4239
+ },
4240
+ "initHandlers": [
4241
+ ],
4242
+ "root": {
4243
+ "a": {
4244
+ },
4245
+ "adjective": {
4246
+ },
4247
+ "articlePOS": {
4248
+ },
4249
+ "between": {
4250
+ },
4251
+ "canBeDoQuestion": {
4252
+ },
4253
+ "canBeQuestion": {
4254
+ },
4255
+ "concept": {
4256
+ },
4257
+ "doubleQuote": {
4258
+ },
4259
+ "evaluate": {
4260
+ },
4261
+ "have": {
4262
+ },
4263
+ "hierarchyAble": {
4264
+ },
4265
+ "ifAble": {
4266
+ },
4267
+ "is": {
4268
+ },
4269
+ "it": {
4270
+ },
4271
+ "memorable": {
4272
+ },
4273
+ "modifies": {
4274
+ },
4275
+ "noun": {
4276
+ },
4277
+ "object": {
4278
+ },
4279
+ "orAble": {
4280
+ },
4281
+ "preposition": {
4282
+ },
4283
+ "pronoun": {
4284
+ },
4285
+ "property": {
4286
+ },
4287
+ "punctuation": {
4288
+ },
4289
+ "queryable": {
4290
+ },
4291
+ "questionMark": {
4292
+ },
4293
+ "readonly": {
4294
+ },
4295
+ "reason": {
4296
+ },
4297
+ "remember": {
4298
+ },
4299
+ "stm_before": {
4300
+ },
4301
+ "that": {
4302
+ },
4303
+ "the": {
4304
+ },
4305
+ "theAble": {
4306
+ },
4307
+ "this": {
4308
+ },
4309
+ "thisitthat": {
4310
+ },
4311
+ "to": {
4312
+ },
4313
+ "toAble": {
4314
+ },
4315
+ "unknown": {
4316
+ },
4317
+ "verby": {
4318
+ },
4319
+ "what": {
4320
+ },
4321
+ "whatAble": {
4322
+ },
4323
+ "whose": {
4324
+ },
4325
+ "xfx": {
4326
+ }
4327
+ }
4328
+ },
4329
+ "property": {
4330
+ },
4331
+ "relations": [
4332
+ ],
4333
+ "valueToWords": {
4334
+ }
4335
+ },
4336
+ "punctuation2": {
4337
+ },
4338
+ "sdefaults2": {
4339
+ },
4340
+ "stm2": {
4341
+ "mentioned": [
4342
+ ],
4343
+ "variables": {
4344
+ }
4345
+ },
4346
+ "tokenize2": {
4347
+ }
4348
+ },
4349
+ "processed": [
4350
+ {
4351
+ "context": {
4352
+ "dead": true,
4353
+ "default": true,
4354
+ "less": {
4355
+ "default": true,
4356
+ "level": 0,
4357
+ "marker": "less",
4358
+ "range": {
4359
+ "end": 3,
4360
+ "start": 0
4361
+ },
4362
+ "text": "less",
4363
+ "value": "less",
4364
+ "word": "less"
4365
+ },
4366
+ "level": 1,
4367
+ "marker": "countable",
4368
+ "modifiers": [
4369
+ "less"
4370
+ ],
4371
+ "range": {
4372
+ "end": 13,
4373
+ "start": 0
4374
+ },
4375
+ "text": "less countable",
4376
+ "topLevel": true,
4377
+ "types": [
4378
+ "countable"
4379
+ ],
4380
+ "value": "countable",
4381
+ "word": "countable"
4382
+ },
4383
+ "generatedParenthesized": "",
4384
+ "paraphrases": "less countable",
4385
+ "paraphrasesParenthesized": "((less) (countable))",
4386
+ "responses": [
4387
+ ""
4388
+ ]
4389
+ }
4390
+ ]
4391
+ },
4392
+ "paraphrases": [
4393
+ "less countable"
4394
+ ],
4395
+ "paraphrasesParenthesized": [
4396
+ "((less) (countable))"
4397
+ ],
4398
+ "query": "less countable",
4399
+ "responses": [
4400
+ ""
4401
+ ]
3352
4402
  }
3353
4403
  ]