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.
Files changed (122) hide show
  1. package/common/animals.instance.json +3003 -1651
  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/asking.instance.json +2 -0
  6. package/common/asking.js +253 -0
  7. package/common/asking.test.json +2290 -0
  8. package/common/avatar.js +6 -10
  9. package/common/characters.js +23 -30
  10. package/common/colors.instance.json +25513 -0
  11. package/common/colors.js +67 -0
  12. package/common/colors.test.json +4425 -0
  13. package/common/comparable.instance.json +1750 -0
  14. package/common/comparable.js +36 -28
  15. package/common/comparable.test.json +1196 -2
  16. package/common/concept.js +121 -119
  17. package/common/conjunction.instance.json +2 -0
  18. package/common/conjunction.js +104 -0
  19. package/common/conjunction.test.json +322 -0
  20. package/common/countable.js +20 -14
  21. package/common/countable.test.json +1050 -0
  22. package/common/crew.instance.json +16855 -9731
  23. package/common/crew.js +39 -42
  24. package/common/crew.test.json +714 -452
  25. package/common/currency.js +28 -46
  26. package/common/dialogues.js +177 -426
  27. package/common/dialogues.test.json +684 -450
  28. package/common/dimension.instance.json +508 -289
  29. package/common/dimension.js +22 -24
  30. package/common/dimension.test.json +727 -1944
  31. package/common/edible.instance.json +20548 -10848
  32. package/common/edible.js +4 -9
  33. package/common/emotions.instance.json +255 -123
  34. package/common/emotions.js +36 -39
  35. package/common/evaluate.instance.json +2 -0
  36. package/common/evaluate.js +53 -0
  37. package/common/evaluate.test.json +574 -0
  38. package/common/events.js +11 -15
  39. package/common/fastfood.instance.json +223039 -113390
  40. package/common/fastfood.js +77 -87
  41. package/common/fastfood.test.json +8205 -3733
  42. package/common/formulas.instance.json +444 -244
  43. package/common/formulas.js +20 -27
  44. package/common/formulas.test.json +1027 -955
  45. package/common/gdefaults.js +40 -27
  46. package/common/help.js +9 -14
  47. package/common/help.test.json +71 -18
  48. package/common/helpers/concept.js +33 -10
  49. package/common/helpers/dialogues.js +22 -4
  50. package/common/helpers/formulas.js +0 -14
  51. package/common/helpers/meta.js +0 -1
  52. package/common/helpers/properties.js +72 -76
  53. package/common/helpers.js +35 -24
  54. package/common/hierarchy.js +17 -25
  55. package/common/javascript.js +12 -19
  56. package/common/kirk.instance.json +586 -298
  57. package/common/kirk.js +6 -9
  58. package/common/length.instance.json +9158 -5124
  59. package/common/length.js +5 -9
  60. package/common/listener.js +48 -0
  61. package/common/listener.test.json +104 -0
  62. package/common/math.instance.json +409 -1202
  63. package/common/math.js +17 -21
  64. package/common/meta.js +24 -50
  65. package/common/nameable.instance.json +2 -0
  66. package/common/nameable.js +144 -0
  67. package/common/nameable.test.json +3191 -0
  68. package/common/negation.instance.json +2 -0
  69. package/common/negation.js +38 -0
  70. package/common/negation.test.json +308 -0
  71. package/common/numbers.js +28 -32
  72. package/common/ordering.instance.json +449 -273
  73. package/common/ordering.js +81 -87
  74. package/common/ordinals.instance.json +2 -0
  75. package/common/ordinals.js +60 -0
  76. package/common/ordinals.test.json +306 -0
  77. package/common/people.instance.json +2176 -1141
  78. package/common/people.js +9 -14
  79. package/common/percentages.instance.json +2 -0
  80. package/common/percentages.js +53 -0
  81. package/common/percentages.test.json +751 -0
  82. package/common/pipboy.instance.json +12120 -6879
  83. package/common/pipboy.js +53 -62
  84. package/common/pipboy.test.json +2835 -0
  85. package/common/pokemon.instance.json +4415 -2351
  86. package/common/pokemon.js +8 -21
  87. package/common/pos.js +16 -14
  88. package/common/pressure.instance.json +2348 -1373
  89. package/common/pressure.js +5 -9
  90. package/common/properties.instance.json +151 -87
  91. package/common/properties.js +156 -167
  92. package/common/properties.test.json +17605 -4030
  93. package/common/punctuation.js +24 -8
  94. package/common/punctuation.test.json +233 -5
  95. package/common/reports.instance.json +1027 -551
  96. package/common/reports.js +77 -103
  97. package/common/reports.test.json +15623 -10458
  98. package/common/scorekeeper.js +19 -31
  99. package/common/sdefaults.js +17 -8
  100. package/common/sizeable.js +13 -12
  101. package/common/spock.instance.json +585 -297
  102. package/common/spock.js +6 -9
  103. package/common/stgame.js +20 -20
  104. package/common/stm.js +182 -29
  105. package/common/stm.test.json +1734 -1
  106. package/common/tell.js +15 -19
  107. package/common/temperature.instance.json +2480 -1493
  108. package/common/temperature.js +5 -9
  109. package/common/tester.js +15 -4
  110. package/common/testing.js +8 -13
  111. package/common/time.js +21 -26
  112. package/common/tokenize.js +8 -8
  113. package/common/tokenize.test.json +86 -1
  114. package/common/ui.instance.json +151 -460
  115. package/common/ui.js +22 -34
  116. package/common/ui.test.json +641 -5357
  117. package/common/weight.instance.json +8072 -4490
  118. package/common/weight.js +5 -9
  119. package/common/weight.test.json +242 -238
  120. package/common/yesno.js +6 -6
  121. package/main.js +68 -45
  122. package/package.json +44 -6
@@ -63,6 +63,9 @@
63
63
  },
64
64
  "text": "highest comparable",
65
65
  "topLevel": true,
66
+ "types": [
67
+ "highest"
68
+ ],
66
69
  "value": "highest",
67
70
  "word": "highest"
68
71
  }
@@ -99,6 +102,10 @@
99
102
  [
100
103
  "comparable",
101
104
  0
105
+ ],
106
+ [
107
+ "compare",
108
+ 0
102
109
  ]
103
110
  ]
104
111
  },
@@ -119,29 +126,40 @@
119
126
  },
120
127
  "objects": {
121
128
  "nameToUUID": {
129
+ "articles": "articles2",
122
130
  "comparable": "comparable1",
123
131
  "dialogues": "dialogues2",
132
+ "evaluate": "evaluate2",
124
133
  "gdefaults": "gdefaults2",
125
134
  "meta": "meta2",
135
+ "negation": "negation2",
126
136
  "numbers": "numbers2",
127
137
  "pos": "pos2",
128
138
  "punctuation": "punctuation2",
129
139
  "sdefaults": "sdefaults2",
130
- "stm": "stm2"
140
+ "stm": "stm2",
141
+ "tokenize": "tokenize2"
131
142
  },
132
143
  "namespaced": {
144
+ "articles2": {
145
+ },
133
146
  "comparable1": {
134
147
  },
135
148
  "dialogues2": {
149
+ "idSuffix": "",
136
150
  "mentioned": [
137
151
  ],
138
152
  "variables": {
139
153
  }
140
154
  },
155
+ "evaluate2": {
156
+ },
141
157
  "gdefaults2": {
142
158
  },
143
159
  "meta2": {
144
160
  },
161
+ "negation2": {
162
+ },
145
163
  "numbers2": {
146
164
  },
147
165
  "pos2": {
@@ -155,6 +173,8 @@
155
173
  ],
156
174
  "variables": {
157
175
  }
176
+ },
177
+ "tokenize2": {
158
178
  }
159
179
  },
160
180
  "processed": [
@@ -207,6 +227,9 @@
207
227
  },
208
228
  "text": "highest comparable",
209
229
  "topLevel": true,
230
+ "types": [
231
+ "highest"
232
+ ],
210
233
  "value": "highest",
211
234
  "word": "highest"
212
235
  },
@@ -294,6 +317,9 @@
294
317
  },
295
318
  "text": "lowest comparable",
296
319
  "topLevel": true,
320
+ "types": [
321
+ "lowest"
322
+ ],
297
323
  "value": "lowest",
298
324
  "word": "lowest"
299
325
  }
@@ -330,6 +356,10 @@
330
356
  [
331
357
  "comparable",
332
358
  0
359
+ ],
360
+ [
361
+ "compare",
362
+ 0
333
363
  ]
334
364
  ]
335
365
  },
@@ -350,29 +380,40 @@
350
380
  },
351
381
  "objects": {
352
382
  "nameToUUID": {
383
+ "articles": "articles2",
353
384
  "comparable": "comparable1",
354
385
  "dialogues": "dialogues2",
386
+ "evaluate": "evaluate2",
355
387
  "gdefaults": "gdefaults2",
356
388
  "meta": "meta2",
389
+ "negation": "negation2",
357
390
  "numbers": "numbers2",
358
391
  "pos": "pos2",
359
392
  "punctuation": "punctuation2",
360
393
  "sdefaults": "sdefaults2",
361
- "stm": "stm2"
394
+ "stm": "stm2",
395
+ "tokenize": "tokenize2"
362
396
  },
363
397
  "namespaced": {
398
+ "articles2": {
399
+ },
364
400
  "comparable1": {
365
401
  },
366
402
  "dialogues2": {
403
+ "idSuffix": "",
367
404
  "mentioned": [
368
405
  ],
369
406
  "variables": {
370
407
  }
371
408
  },
409
+ "evaluate2": {
410
+ },
372
411
  "gdefaults2": {
373
412
  },
374
413
  "meta2": {
375
414
  },
415
+ "negation2": {
416
+ },
376
417
  "numbers2": {
377
418
  },
378
419
  "pos2": {
@@ -386,6 +427,8 @@
386
427
  ],
387
428
  "variables": {
388
429
  }
430
+ },
431
+ "tokenize2": {
389
432
  }
390
433
  },
391
434
  "processed": [
@@ -438,6 +481,9 @@
438
481
  },
439
482
  "text": "lowest comparable",
440
483
  "topLevel": true,
484
+ "types": [
485
+ "lowest"
486
+ ],
441
487
  "value": "lowest",
442
488
  "word": "lowest"
443
489
  },
@@ -460,5 +506,1153 @@
460
506
  "responses": [
461
507
  ""
462
508
  ]
509
+ },
510
+ {
511
+ "associations": [
512
+ [
513
+ [
514
+ "comparable",
515
+ 0
516
+ ],
517
+ [
518
+ "descending",
519
+ 0
520
+ ]
521
+ ]
522
+ ],
523
+ "config": {
524
+ },
525
+ "contexts": [
526
+ {
527
+ "dead": true,
528
+ "default": true,
529
+ "descending": {
530
+ "default": true,
531
+ "level": 0,
532
+ "marker": "descending",
533
+ "range": {
534
+ "end": 20,
535
+ "start": 11
536
+ },
537
+ "text": "descending",
538
+ "value": "descending",
539
+ "word": "descending"
540
+ },
541
+ "level": 2,
542
+ "marker": "comparable",
543
+ "ordering": "descending",
544
+ "postModifiers": [
545
+ "descending"
546
+ ],
547
+ "range": {
548
+ "end": 20,
549
+ "start": 0
550
+ },
551
+ "text": "comparable descending",
552
+ "topLevel": true,
553
+ "types": [
554
+ "comparable"
555
+ ],
556
+ "value": "comparable",
557
+ "word": "comparable"
558
+ }
559
+ ],
560
+ "generatedParenthesized": [
561
+ ""
562
+ ],
563
+ "metadata": {
564
+ "opChoices": [
565
+ {
566
+ "counter": 1,
567
+ "op": [
568
+ "comparable",
569
+ 0
570
+ ],
571
+ "ops": [
572
+ [
573
+ "comparable",
574
+ 0
575
+ ],
576
+ [
577
+ "descending",
578
+ 0
579
+ ]
580
+ ]
581
+ },
582
+ {
583
+ "counter": 2,
584
+ "op": [
585
+ "descending",
586
+ 0
587
+ ],
588
+ "ops": [
589
+ [
590
+ "descending",
591
+ 0
592
+ ]
593
+ ]
594
+ }
595
+ ]
596
+ },
597
+ "objects": {
598
+ "nameToUUID": {
599
+ "articles": "articles2",
600
+ "comparable": "comparable1",
601
+ "dialogues": "dialogues2",
602
+ "evaluate": "evaluate2",
603
+ "gdefaults": "gdefaults2",
604
+ "meta": "meta2",
605
+ "negation": "negation2",
606
+ "numbers": "numbers2",
607
+ "pos": "pos2",
608
+ "punctuation": "punctuation2",
609
+ "sdefaults": "sdefaults2",
610
+ "stm": "stm2",
611
+ "tokenize": "tokenize2"
612
+ },
613
+ "namespaced": {
614
+ "articles2": {
615
+ },
616
+ "comparable1": {
617
+ },
618
+ "dialogues2": {
619
+ "idSuffix": "",
620
+ "mentioned": [
621
+ ],
622
+ "variables": {
623
+ }
624
+ },
625
+ "evaluate2": {
626
+ },
627
+ "gdefaults2": {
628
+ },
629
+ "meta2": {
630
+ },
631
+ "negation2": {
632
+ },
633
+ "numbers2": {
634
+ },
635
+ "pos2": {
636
+ },
637
+ "punctuation2": {
638
+ },
639
+ "sdefaults2": {
640
+ },
641
+ "stm2": {
642
+ "mentioned": [
643
+ ],
644
+ "variables": {
645
+ }
646
+ },
647
+ "tokenize2": {
648
+ }
649
+ },
650
+ "processed": [
651
+ {
652
+ "context": {
653
+ "dead": true,
654
+ "default": true,
655
+ "descending": {
656
+ "default": true,
657
+ "level": 0,
658
+ "marker": "descending",
659
+ "range": {
660
+ "end": 20,
661
+ "start": 11
662
+ },
663
+ "text": "descending",
664
+ "value": "descending",
665
+ "word": "descending"
666
+ },
667
+ "level": 2,
668
+ "marker": "comparable",
669
+ "ordering": "descending",
670
+ "postModifiers": [
671
+ "descending"
672
+ ],
673
+ "range": {
674
+ "end": 20,
675
+ "start": 0
676
+ },
677
+ "text": "comparable descending",
678
+ "topLevel": true,
679
+ "types": [
680
+ "comparable"
681
+ ],
682
+ "value": "comparable",
683
+ "word": "comparable"
684
+ },
685
+ "generatedParenthesized": "",
686
+ "paraphrases": "comparable descending",
687
+ "paraphrasesParenthesized": "((comparable) (descending))",
688
+ "responses": [
689
+ ""
690
+ ]
691
+ }
692
+ ]
693
+ },
694
+ "paraphrases": [
695
+ "comparable descending"
696
+ ],
697
+ "paraphrasesParenthesized": [
698
+ "((comparable) (descending))"
699
+ ],
700
+ "query": "comparable descending",
701
+ "responses": [
702
+ ""
703
+ ]
704
+ },
705
+ {
706
+ "associations": [
707
+ [
708
+ [
709
+ "ascending",
710
+ 0
711
+ ],
712
+ [
713
+ "comparable",
714
+ 0
715
+ ]
716
+ ]
717
+ ],
718
+ "config": {
719
+ },
720
+ "contexts": [
721
+ {
722
+ "ascending": {
723
+ "default": true,
724
+ "level": 0,
725
+ "marker": "ascending",
726
+ "range": {
727
+ "end": 19,
728
+ "start": 11
729
+ },
730
+ "text": "ascending",
731
+ "value": "ascending",
732
+ "word": "ascending"
733
+ },
734
+ "dead": true,
735
+ "default": true,
736
+ "level": 2,
737
+ "marker": "comparable",
738
+ "ordering": "ascending",
739
+ "postModifiers": [
740
+ "ascending"
741
+ ],
742
+ "range": {
743
+ "end": 19,
744
+ "start": 0
745
+ },
746
+ "text": "comparable ascending",
747
+ "topLevel": true,
748
+ "types": [
749
+ "comparable"
750
+ ],
751
+ "value": "comparable",
752
+ "word": "comparable"
753
+ }
754
+ ],
755
+ "generatedParenthesized": [
756
+ ""
757
+ ],
758
+ "metadata": {
759
+ "opChoices": [
760
+ {
761
+ "counter": 1,
762
+ "op": [
763
+ "comparable",
764
+ 0
765
+ ],
766
+ "ops": [
767
+ [
768
+ "ascending",
769
+ 0
770
+ ],
771
+ [
772
+ "comparable",
773
+ 0
774
+ ]
775
+ ]
776
+ },
777
+ {
778
+ "counter": 2,
779
+ "op": [
780
+ "ascending",
781
+ 0
782
+ ],
783
+ "ops": [
784
+ [
785
+ "ascending",
786
+ 0
787
+ ]
788
+ ]
789
+ }
790
+ ]
791
+ },
792
+ "objects": {
793
+ "nameToUUID": {
794
+ "articles": "articles2",
795
+ "comparable": "comparable1",
796
+ "dialogues": "dialogues2",
797
+ "evaluate": "evaluate2",
798
+ "gdefaults": "gdefaults2",
799
+ "meta": "meta2",
800
+ "negation": "negation2",
801
+ "numbers": "numbers2",
802
+ "pos": "pos2",
803
+ "punctuation": "punctuation2",
804
+ "sdefaults": "sdefaults2",
805
+ "stm": "stm2",
806
+ "tokenize": "tokenize2"
807
+ },
808
+ "namespaced": {
809
+ "articles2": {
810
+ },
811
+ "comparable1": {
812
+ },
813
+ "dialogues2": {
814
+ "idSuffix": "",
815
+ "mentioned": [
816
+ ],
817
+ "variables": {
818
+ }
819
+ },
820
+ "evaluate2": {
821
+ },
822
+ "gdefaults2": {
823
+ },
824
+ "meta2": {
825
+ },
826
+ "negation2": {
827
+ },
828
+ "numbers2": {
829
+ },
830
+ "pos2": {
831
+ },
832
+ "punctuation2": {
833
+ },
834
+ "sdefaults2": {
835
+ },
836
+ "stm2": {
837
+ "mentioned": [
838
+ ],
839
+ "variables": {
840
+ }
841
+ },
842
+ "tokenize2": {
843
+ }
844
+ },
845
+ "processed": [
846
+ {
847
+ "context": {
848
+ "ascending": {
849
+ "default": true,
850
+ "level": 0,
851
+ "marker": "ascending",
852
+ "range": {
853
+ "end": 19,
854
+ "start": 11
855
+ },
856
+ "text": "ascending",
857
+ "value": "ascending",
858
+ "word": "ascending"
859
+ },
860
+ "dead": true,
861
+ "default": true,
862
+ "level": 2,
863
+ "marker": "comparable",
864
+ "ordering": "ascending",
865
+ "postModifiers": [
866
+ "ascending"
867
+ ],
868
+ "range": {
869
+ "end": 19,
870
+ "start": 0
871
+ },
872
+ "text": "comparable ascending",
873
+ "topLevel": true,
874
+ "types": [
875
+ "comparable"
876
+ ],
877
+ "value": "comparable",
878
+ "word": "comparable"
879
+ },
880
+ "generatedParenthesized": "",
881
+ "paraphrases": "comparable ascending",
882
+ "paraphrasesParenthesized": "((comparable) (ascending))",
883
+ "responses": [
884
+ ""
885
+ ]
886
+ }
887
+ ]
888
+ },
889
+ "paraphrases": [
890
+ "comparable ascending"
891
+ ],
892
+ "paraphrasesParenthesized": [
893
+ "((comparable) (ascending))"
894
+ ],
895
+ "query": "comparable ascending",
896
+ "responses": [
897
+ ""
898
+ ]
899
+ },
900
+ {
901
+ "associations": [
902
+ [
903
+ [
904
+ "ascending",
905
+ 0
906
+ ],
907
+ [
908
+ "unknown",
909
+ 0
910
+ ]
911
+ ],
912
+ [
913
+ [
914
+ "ascending",
915
+ 0
916
+ ],
917
+ [
918
+ "unknown",
919
+ 1
920
+ ]
921
+ ]
922
+ ],
923
+ "config": {
924
+ },
925
+ "contexts": [
926
+ {
927
+ "dead": true,
928
+ "level": 2,
929
+ "marker": "unknown",
930
+ "ordering": "ascending",
931
+ "postModifiers": [
932
+ "sortOrder"
933
+ ],
934
+ "range": {
935
+ "end": 14,
936
+ "start": 0
937
+ },
938
+ "sortOrder": {
939
+ "dead": true,
940
+ "level": 1,
941
+ "marker": "ascending",
942
+ "number": "one",
943
+ "range": {
944
+ "end": 14,
945
+ "start": 6
946
+ },
947
+ "text": "ascending",
948
+ "types": [
949
+ "ascending"
950
+ ],
951
+ "value": "ascending",
952
+ "word": "ascending"
953
+ },
954
+ "text": "email ascending",
955
+ "topLevel": true,
956
+ "types": [
957
+ "comparable",
958
+ "unknown"
959
+ ],
960
+ "unknown": true,
961
+ "value": "email",
962
+ "word": "email"
963
+ }
964
+ ],
965
+ "developerTest": false,
966
+ "generatedParenthesized": [
967
+ ""
968
+ ],
969
+ "metadata": {
970
+ "opChoices": [
971
+ {
972
+ "counter": 1,
973
+ "op": [
974
+ "unknown",
975
+ 0
976
+ ],
977
+ "ops": [
978
+ [
979
+ "ascending",
980
+ 0
981
+ ],
982
+ [
983
+ "sortOrdering",
984
+ 0
985
+ ],
986
+ [
987
+ "unknown",
988
+ 0
989
+ ]
990
+ ]
991
+ },
992
+ {
993
+ "counter": 2,
994
+ "op": [
995
+ "ascending",
996
+ 0
997
+ ],
998
+ "ops": [
999
+ [
1000
+ "ascending",
1001
+ 0
1002
+ ],
1003
+ [
1004
+ "sortOrdering",
1005
+ 0
1006
+ ]
1007
+ ]
1008
+ },
1009
+ {
1010
+ "counter": 3,
1011
+ "op": [
1012
+ "sortOrdering",
1013
+ 0
1014
+ ],
1015
+ "ops": [
1016
+ [
1017
+ "sortOrdering",
1018
+ 0
1019
+ ]
1020
+ ]
1021
+ }
1022
+ ]
1023
+ },
1024
+ "objects": {
1025
+ "nameToUUID": {
1026
+ "articles": "articles2",
1027
+ "comparable": "comparable1",
1028
+ "concept": "concept2",
1029
+ "dialogues": "dialogues2",
1030
+ "evaluate": "evaluate2",
1031
+ "gdefaults": "gdefaults2",
1032
+ "meta": "meta2",
1033
+ "negation": "negation2",
1034
+ "numbers": "numbers2",
1035
+ "pos": "pos2",
1036
+ "punctuation": "punctuation2",
1037
+ "sdefaults": "sdefaults2",
1038
+ "stm": "stm2",
1039
+ "tokenize": "tokenize2"
1040
+ },
1041
+ "namespaced": {
1042
+ "articles2": {
1043
+ },
1044
+ "comparable1": {
1045
+ },
1046
+ "concept2": {
1047
+ "defaultTypesForHierarchy": {
1048
+ },
1049
+ "valueToWords": [
1050
+ ]
1051
+ },
1052
+ "dialogues2": {
1053
+ "idSuffix": "",
1054
+ "mentioned": [
1055
+ ],
1056
+ "variables": {
1057
+ }
1058
+ },
1059
+ "evaluate2": {
1060
+ },
1061
+ "gdefaults2": {
1062
+ },
1063
+ "meta2": {
1064
+ },
1065
+ "negation2": {
1066
+ },
1067
+ "numbers2": {
1068
+ },
1069
+ "pos2": {
1070
+ },
1071
+ "punctuation2": {
1072
+ },
1073
+ "sdefaults2": {
1074
+ },
1075
+ "stm2": {
1076
+ "mentioned": [
1077
+ {
1078
+ "dead": true,
1079
+ "fromSTM": true,
1080
+ "level": 1,
1081
+ "marker": "descending",
1082
+ "number": "one",
1083
+ "pullFromContext": false,
1084
+ "range": {
1085
+ "end": 28,
1086
+ "start": 0
1087
+ },
1088
+ "stm": {
1089
+ "id": 4
1090
+ },
1091
+ "text": "descending",
1092
+ "types": [
1093
+ "unknown"
1094
+ ],
1095
+ "unknown": true,
1096
+ "value": {
1097
+ "atomic": true,
1098
+ "concept": true,
1099
+ "dead": true,
1100
+ "determiner": {
1101
+ "default": true,
1102
+ "level": 0,
1103
+ "marker": "a",
1104
+ "range": {
1105
+ "end": 14,
1106
+ "start": 14
1107
+ },
1108
+ "text": "a",
1109
+ "word": "a"
1110
+ },
1111
+ "instance": true,
1112
+ "level": 1,
1113
+ "marker": "sort_ordering",
1114
+ "modifier_sort": {
1115
+ "level": 0,
1116
+ "marker": "sort",
1117
+ "number": "one",
1118
+ "range": {
1119
+ "end": 19,
1120
+ "start": 16
1121
+ },
1122
+ "text": "sort",
1123
+ "types": [
1124
+ "sort"
1125
+ ],
1126
+ "value": "sort",
1127
+ "word": "sort"
1128
+ },
1129
+ "modifiers": [
1130
+ "determiner",
1131
+ "modifier_sort"
1132
+ ],
1133
+ "number": "one",
1134
+ "pullFromContext": false,
1135
+ "range": {
1136
+ "end": 28,
1137
+ "start": 14
1138
+ },
1139
+ "text": "a sort ordering",
1140
+ "types": [
1141
+ "ordering",
1142
+ "sort_ordering"
1143
+ ],
1144
+ "value": "sort_ordering",
1145
+ "wantsValue": true,
1146
+ "word": "ordering"
1147
+ },
1148
+ "word": "descending"
1149
+ },
1150
+ {
1151
+ "fromSTM": true,
1152
+ "marker": "descending",
1153
+ "pullFromContext": false,
1154
+ "stm": {
1155
+ "id": 3
1156
+ },
1157
+ "value": {
1158
+ "atomic": true,
1159
+ "concept": true,
1160
+ "dead": true,
1161
+ "determiner": {
1162
+ "default": true,
1163
+ "level": 0,
1164
+ "marker": "a",
1165
+ "range": {
1166
+ "end": 14,
1167
+ "start": 14
1168
+ },
1169
+ "text": "a",
1170
+ "word": "a"
1171
+ },
1172
+ "instance": true,
1173
+ "level": 1,
1174
+ "marker": "sort_ordering",
1175
+ "modifier_sort": {
1176
+ "level": 0,
1177
+ "marker": "sort",
1178
+ "number": "one",
1179
+ "range": {
1180
+ "end": 19,
1181
+ "start": 16
1182
+ },
1183
+ "text": "sort",
1184
+ "types": [
1185
+ "sort"
1186
+ ],
1187
+ "value": "sort",
1188
+ "word": "sort"
1189
+ },
1190
+ "modifiers": [
1191
+ "determiner",
1192
+ "modifier_sort"
1193
+ ],
1194
+ "number": "one",
1195
+ "pullFromContext": false,
1196
+ "range": {
1197
+ "end": 28,
1198
+ "start": 14
1199
+ },
1200
+ "text": "a sort ordering",
1201
+ "types": [
1202
+ "ordering",
1203
+ "sort_ordering"
1204
+ ],
1205
+ "value": "sort_ordering",
1206
+ "wantsValue": true,
1207
+ "word": "ordering"
1208
+ }
1209
+ },
1210
+ {
1211
+ "dead": true,
1212
+ "fromSTM": true,
1213
+ "level": 1,
1214
+ "marker": "ascending",
1215
+ "number": "one",
1216
+ "pullFromContext": false,
1217
+ "range": {
1218
+ "end": 27,
1219
+ "start": 0
1220
+ },
1221
+ "stm": {
1222
+ "id": 2
1223
+ },
1224
+ "text": "ascending",
1225
+ "types": [
1226
+ "unknown"
1227
+ ],
1228
+ "unknown": true,
1229
+ "value": {
1230
+ "atomic": true,
1231
+ "concept": true,
1232
+ "dead": true,
1233
+ "determiner": {
1234
+ "default": true,
1235
+ "level": 0,
1236
+ "marker": "a",
1237
+ "range": {
1238
+ "end": 13,
1239
+ "start": 13
1240
+ },
1241
+ "text": "a",
1242
+ "word": "a"
1243
+ },
1244
+ "instance": true,
1245
+ "level": 1,
1246
+ "marker": "sort_ordering",
1247
+ "modifier_sort": {
1248
+ "level": 0,
1249
+ "marker": "sort",
1250
+ "number": "one",
1251
+ "range": {
1252
+ "end": 18,
1253
+ "start": 15
1254
+ },
1255
+ "text": "sort",
1256
+ "types": [
1257
+ "sort"
1258
+ ],
1259
+ "value": "sort",
1260
+ "word": "sort"
1261
+ },
1262
+ "modifiers": [
1263
+ "determiner",
1264
+ "modifier_sort"
1265
+ ],
1266
+ "number": "one",
1267
+ "pullFromContext": false,
1268
+ "range": {
1269
+ "end": 27,
1270
+ "start": 13
1271
+ },
1272
+ "text": "a sort ordering",
1273
+ "types": [
1274
+ "ordering",
1275
+ "sort_ordering"
1276
+ ],
1277
+ "value": "sort_ordering",
1278
+ "wantsValue": true,
1279
+ "word": "ordering"
1280
+ },
1281
+ "word": "ascending"
1282
+ },
1283
+ {
1284
+ "fromSTM": true,
1285
+ "marker": "ascending",
1286
+ "pullFromContext": false,
1287
+ "stm": {
1288
+ "id": 1
1289
+ },
1290
+ "value": {
1291
+ "atomic": true,
1292
+ "concept": true,
1293
+ "dead": true,
1294
+ "determiner": {
1295
+ "default": true,
1296
+ "level": 0,
1297
+ "marker": "a",
1298
+ "range": {
1299
+ "end": 13,
1300
+ "start": 13
1301
+ },
1302
+ "text": "a",
1303
+ "word": "a"
1304
+ },
1305
+ "instance": true,
1306
+ "level": 1,
1307
+ "marker": "sort_ordering",
1308
+ "modifier_sort": {
1309
+ "level": 0,
1310
+ "marker": "sort",
1311
+ "number": "one",
1312
+ "range": {
1313
+ "end": 18,
1314
+ "start": 15
1315
+ },
1316
+ "text": "sort",
1317
+ "types": [
1318
+ "sort"
1319
+ ],
1320
+ "value": "sort",
1321
+ "word": "sort"
1322
+ },
1323
+ "modifiers": [
1324
+ "determiner",
1325
+ "modifier_sort"
1326
+ ],
1327
+ "number": "one",
1328
+ "pullFromContext": false,
1329
+ "range": {
1330
+ "end": 27,
1331
+ "start": 13
1332
+ },
1333
+ "text": "a sort ordering",
1334
+ "types": [
1335
+ "ordering",
1336
+ "sort_ordering"
1337
+ ],
1338
+ "value": "sort_ordering",
1339
+ "wantsValue": true,
1340
+ "word": "ordering"
1341
+ }
1342
+ }
1343
+ ],
1344
+ "variables": {
1345
+ }
1346
+ },
1347
+ "tokenize2": {
1348
+ }
1349
+ },
1350
+ "processed": [
1351
+ {
1352
+ "context": {
1353
+ "dead": true,
1354
+ "level": 2,
1355
+ "marker": "unknown",
1356
+ "ordering": "ascending",
1357
+ "postModifiers": [
1358
+ "sortOrder"
1359
+ ],
1360
+ "range": {
1361
+ "end": 14,
1362
+ "start": 0
1363
+ },
1364
+ "sortOrder": {
1365
+ "dead": true,
1366
+ "level": 1,
1367
+ "marker": "ascending",
1368
+ "number": "one",
1369
+ "range": {
1370
+ "end": 14,
1371
+ "start": 6
1372
+ },
1373
+ "text": "ascending",
1374
+ "types": [
1375
+ "ascending"
1376
+ ],
1377
+ "value": "ascending",
1378
+ "word": "ascending"
1379
+ },
1380
+ "text": "email ascending",
1381
+ "topLevel": true,
1382
+ "types": [
1383
+ "comparable",
1384
+ "unknown"
1385
+ ],
1386
+ "unknown": true,
1387
+ "value": "email",
1388
+ "word": "email"
1389
+ },
1390
+ "generatedParenthesized": "",
1391
+ "paraphrases": "email ascending",
1392
+ "paraphrasesParenthesized": "((email) (ascending))",
1393
+ "responses": [
1394
+ ""
1395
+ ]
1396
+ },
1397
+ {
1398
+ "context": {
1399
+ "dead": true,
1400
+ "level": 2,
1401
+ "marker": "is",
1402
+ "number": "one",
1403
+ "one": {
1404
+ "dead": true,
1405
+ "level": 1,
1406
+ "marker": "unknown",
1407
+ "number": "one",
1408
+ "range": {
1409
+ "end": 28,
1410
+ "start": 0
1411
+ },
1412
+ "text": "descending",
1413
+ "types": [
1414
+ "unknown"
1415
+ ],
1416
+ "unknown": true,
1417
+ "value": "descending",
1418
+ "word": "descending"
1419
+ },
1420
+ "range": {
1421
+ "end": 28,
1422
+ "start": 0
1423
+ },
1424
+ "text": "descending is a sort ordering",
1425
+ "topLevel": true,
1426
+ "touchedBy": [
1427
+ "comparable#call2",
1428
+ "instance2#comparable#call2"
1429
+ ],
1430
+ "two": {
1431
+ "atomic": true,
1432
+ "concept": true,
1433
+ "dead": true,
1434
+ "determiner": {
1435
+ "default": true,
1436
+ "level": 0,
1437
+ "marker": "a",
1438
+ "range": {
1439
+ "end": 14,
1440
+ "start": 14
1441
+ },
1442
+ "text": "a",
1443
+ "word": "a"
1444
+ },
1445
+ "instance": true,
1446
+ "level": 1,
1447
+ "marker": "sort_ordering",
1448
+ "modifier_sort": {
1449
+ "level": 0,
1450
+ "marker": "sort",
1451
+ "number": "one",
1452
+ "range": {
1453
+ "end": 19,
1454
+ "start": 16
1455
+ },
1456
+ "text": "sort",
1457
+ "types": [
1458
+ "sort"
1459
+ ],
1460
+ "value": "sort",
1461
+ "word": "sort"
1462
+ },
1463
+ "modifiers": [
1464
+ "determiner",
1465
+ "modifier_sort"
1466
+ ],
1467
+ "number": "one",
1468
+ "pullFromContext": false,
1469
+ "range": {
1470
+ "end": 28,
1471
+ "start": 14
1472
+ },
1473
+ "text": "a sort ordering",
1474
+ "types": [
1475
+ "ordering",
1476
+ "sort_ordering"
1477
+ ],
1478
+ "value": "sort_ordering",
1479
+ "wantsValue": true,
1480
+ "word": "ordering"
1481
+ },
1482
+ "word": "is"
1483
+ },
1484
+ "generatedParenthesized": [
1485
+ ],
1486
+ "paraphrases": "descending is a sort ordering",
1487
+ "paraphrasesParenthesized": [
1488
+ ],
1489
+ "responses": [
1490
+ ""
1491
+ ]
1492
+ },
1493
+ {
1494
+ "context": {
1495
+ "dead": true,
1496
+ "level": 2,
1497
+ "marker": "is",
1498
+ "number": "one",
1499
+ "one": {
1500
+ "dead": true,
1501
+ "level": 1,
1502
+ "marker": "unknown",
1503
+ "number": "one",
1504
+ "range": {
1505
+ "end": 27,
1506
+ "start": 0
1507
+ },
1508
+ "text": "ascending",
1509
+ "types": [
1510
+ "unknown"
1511
+ ],
1512
+ "unknown": true,
1513
+ "value": "ascending",
1514
+ "word": "ascending"
1515
+ },
1516
+ "range": {
1517
+ "end": 27,
1518
+ "start": 0
1519
+ },
1520
+ "text": "ascending is a sort ordering",
1521
+ "topLevel": true,
1522
+ "touchedBy": [
1523
+ "comparable#call2",
1524
+ "instance1#comparable#call2"
1525
+ ],
1526
+ "two": {
1527
+ "atomic": true,
1528
+ "concept": true,
1529
+ "dead": true,
1530
+ "determiner": {
1531
+ "default": true,
1532
+ "level": 0,
1533
+ "marker": "a",
1534
+ "range": {
1535
+ "end": 13,
1536
+ "start": 13
1537
+ },
1538
+ "text": "a",
1539
+ "word": "a"
1540
+ },
1541
+ "instance": true,
1542
+ "level": 1,
1543
+ "marker": "sort_ordering",
1544
+ "modifier_sort": {
1545
+ "level": 0,
1546
+ "marker": "sort",
1547
+ "number": "one",
1548
+ "range": {
1549
+ "end": 18,
1550
+ "start": 15
1551
+ },
1552
+ "text": "sort",
1553
+ "types": [
1554
+ "sort"
1555
+ ],
1556
+ "value": "sort",
1557
+ "word": "sort"
1558
+ },
1559
+ "modifiers": [
1560
+ "determiner",
1561
+ "modifier_sort"
1562
+ ],
1563
+ "number": "one",
1564
+ "pullFromContext": false,
1565
+ "range": {
1566
+ "end": 27,
1567
+ "start": 13
1568
+ },
1569
+ "text": "a sort ordering",
1570
+ "types": [
1571
+ "ordering",
1572
+ "sort_ordering"
1573
+ ],
1574
+ "value": "sort_ordering",
1575
+ "wantsValue": true,
1576
+ "word": "ordering"
1577
+ },
1578
+ "word": "is"
1579
+ },
1580
+ "generatedParenthesized": [
1581
+ ],
1582
+ "paraphrases": "ascending is a sort ordering",
1583
+ "paraphrasesParenthesized": [
1584
+ ],
1585
+ "responses": [
1586
+ ""
1587
+ ]
1588
+ },
1589
+ {
1590
+ "context": {
1591
+ "concept": {
1592
+ "dead": true,
1593
+ "level": 1,
1594
+ "marker": "unknown",
1595
+ "range": {
1596
+ "end": 21,
1597
+ "start": 14
1598
+ },
1599
+ "text": "ordering",
1600
+ "unknown": true,
1601
+ "value": "ordering",
1602
+ "word": "ordering"
1603
+ },
1604
+ "dead": true,
1605
+ "flatten": false,
1606
+ "level": 1,
1607
+ "marker": "modifies",
1608
+ "modifiers": [
1609
+ {
1610
+ "dead": true,
1611
+ "level": 1,
1612
+ "marker": "unknown",
1613
+ "range": {
1614
+ "end": 3,
1615
+ "start": 0
1616
+ },
1617
+ "text": "sort",
1618
+ "unknown": true,
1619
+ "value": "sort",
1620
+ "word": "sort"
1621
+ }
1622
+ ],
1623
+ "number": "one",
1624
+ "range": {
1625
+ "end": 21,
1626
+ "start": 0
1627
+ },
1628
+ "text": "sort modifies ordering",
1629
+ "topLevel": true,
1630
+ "touchedBy": [
1631
+ "comparable#call2",
1632
+ "instance0#comparable#call2"
1633
+ ],
1634
+ "word": "modifies"
1635
+ },
1636
+ "generatedParenthesized": [
1637
+ ],
1638
+ "paraphrases": "sort modifies ordering",
1639
+ "paraphrasesParenthesized": [
1640
+ ],
1641
+ "responses": [
1642
+ ""
1643
+ ]
1644
+ }
1645
+ ]
1646
+ },
1647
+ "paraphrases": [
1648
+ "email ascending"
1649
+ ],
1650
+ "paraphrasesParenthesized": [
1651
+ "((email) (ascending))"
1652
+ ],
1653
+ "query": "email ascending",
1654
+ "responses": [
1655
+ ""
1656
+ ]
463
1657
  }
464
1658
  ]