tpmkms_4wp 9.1.1 → 9.2.0-beta.1

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 (65) hide show
  1. package/common/animals.instance.json +21 -8
  2. package/common/articles.js +3 -0
  3. package/common/asking.test.json +193 -72
  4. package/common/avatar.js +0 -6
  5. package/common/colors.instance.json +32 -18
  6. package/common/comparable.instance.json +3 -0
  7. package/common/comparable.js +6 -0
  8. package/common/concept.js +1 -1
  9. package/common/crew.instance.json +4885 -1224
  10. package/common/crew.js +0 -7
  11. package/common/crew.test.json +1904 -0
  12. package/common/dates.instance.json +28562 -0
  13. package/common/dates.js +152 -0
  14. package/common/dates.test.json +10239 -0
  15. package/common/dialogues.js +30 -10
  16. package/common/dimension.instance.json +3 -2
  17. package/common/edible.instance.json +1292 -517
  18. package/common/emotions.instance.json +7 -14
  19. package/common/emotions.js +4 -5
  20. package/common/events.js +3 -3
  21. package/common/events.test.json +107 -36
  22. package/common/fastfood.instance.json +4649 -13349
  23. package/common/fastfood.js +2 -1
  24. package/common/formulas.instance.json +1 -0
  25. package/common/formulas.js +3 -1
  26. package/common/formulas.test.json +643 -711
  27. package/common/gdefaults.js +14 -0
  28. package/common/helpers/concept.js +7 -2
  29. package/common/helpers/dialogues.js +4 -1
  30. package/common/helpers/menus.js +154 -0
  31. package/common/helpers/properties.js +2 -27
  32. package/common/helpers.js +57 -0
  33. package/common/hierarchy.js +4 -3
  34. package/common/kirk.instance.json +156 -10
  35. package/common/length.instance.json +17 -2
  36. package/common/math.instance.json +1 -0
  37. package/common/menus.instance.json +10097 -0
  38. package/common/menus.js +261 -0
  39. package/common/menus.test.json +27226 -0
  40. package/common/meta.js +3 -3
  41. package/common/negation.js +5 -0
  42. package/common/ordering.instance.json +4 -2
  43. package/common/people.instance.json +96 -8
  44. package/common/pipboy.instance.json +61 -135
  45. package/common/pipboy.js +0 -7
  46. package/common/pokemon.instance.json +15 -2
  47. package/common/pressure.instance.json +6 -2
  48. package/common/properties.instance.json +1 -0
  49. package/common/properties.js +20 -5
  50. package/common/punctuation.js +3 -0
  51. package/common/reports.instance.json +6 -3
  52. package/common/reports.js +12 -3
  53. package/common/sdefaults.js +28 -3
  54. package/common/spock.instance.json +156 -10
  55. package/common/stm.js +2 -1
  56. package/common/temperature.instance.json +150 -2
  57. package/common/tester.js +24 -2
  58. package/common/ui.instance.json +446 -0
  59. package/common/ui.js +9 -4
  60. package/common/ui.test.json +6794 -0
  61. package/common/weight.instance.json +14 -0
  62. package/common/wp.instance.json +6497 -9
  63. package/common/wp.js +10 -0
  64. package/main.js +4 -0
  65. package/package.json +12 -3
@@ -43878,5 +43878,1909 @@
43878
43878
  ]
43879
43879
  }
43880
43880
  ]
43881
+ },
43882
+ {
43883
+ "associations": [
43884
+ ],
43885
+ "config": {
43886
+ },
43887
+ "contexts": [
43888
+ {
43889
+ "context_id": 2,
43890
+ "context_index": 1,
43891
+ "dead": true,
43892
+ "level": 0,
43893
+ "marker": "unknown",
43894
+ "range": {
43895
+ "end": 1,
43896
+ "start": 0
43897
+ },
43898
+ "text": "hi",
43899
+ "topLevel": true,
43900
+ "unknown": true,
43901
+ "value": "hi",
43902
+ "word": "hi"
43903
+ }
43904
+ ],
43905
+ "developerTest": false,
43906
+ "generatedParenthesized": [
43907
+ ""
43908
+ ],
43909
+ "metadata": {
43910
+ "opChoices": [
43911
+ {
43912
+ "counter": 1,
43913
+ "op": [
43914
+ "unknown",
43915
+ 0
43916
+ ],
43917
+ "ops": [
43918
+ [
43919
+ "unknown",
43920
+ 0
43921
+ ]
43922
+ ]
43923
+ }
43924
+ ]
43925
+ },
43926
+ "objects": {
43927
+ "associations": [
43928
+ ],
43929
+ "nameToUUID": {
43930
+ "animals": "animals2",
43931
+ "articles": "articles2",
43932
+ "asking": "asking2",
43933
+ "avatar": "avatar2",
43934
+ "concept": "concept2",
43935
+ "conjunction": "conjunction2",
43936
+ "crew": "crew1",
43937
+ "dialogues": "dialogues2",
43938
+ "emotions": "emotions2",
43939
+ "evaluate": "evaluate2",
43940
+ "gdefaults": "gdefaults2",
43941
+ "hierarchy": "hierarchy2",
43942
+ "meta": "meta2",
43943
+ "negation": "negation2",
43944
+ "pos": "pos2",
43945
+ "properties": "properties2",
43946
+ "punctuation": "punctuation2",
43947
+ "sdefaults": "sdefaults2",
43948
+ "stm": "stm2",
43949
+ "tokenize": "tokenize2"
43950
+ },
43951
+ "namespaced": {
43952
+ "animals2": {
43953
+ "km": "animals2"
43954
+ },
43955
+ "articles2": {
43956
+ "km": "articles2"
43957
+ },
43958
+ "asking2": {
43959
+ "km": "asking2"
43960
+ },
43961
+ "avatar2": {
43962
+ "km": "avatar2"
43963
+ },
43964
+ "concept2": {
43965
+ "defaultTypesForHierarchy": {
43966
+ },
43967
+ "km": "concept2",
43968
+ "valueToWords": [
43969
+ ]
43970
+ },
43971
+ "conjunction2": {
43972
+ "km": "conjunction2"
43973
+ },
43974
+ "crew1": {
43975
+ "km": "crew1"
43976
+ },
43977
+ "dialogues2": {
43978
+ "idSuffix": "",
43979
+ "km": "dialogues2",
43980
+ "mentioned": [
43981
+ ],
43982
+ "variables": {
43983
+ }
43984
+ },
43985
+ "emotions2": {
43986
+ "km": "emotions2"
43987
+ },
43988
+ "evaluate2": {
43989
+ "km": "evaluate2"
43990
+ },
43991
+ "gdefaults2": {
43992
+ "km": "gdefaults2"
43993
+ },
43994
+ "hierarchy2": {
43995
+ "km": "hierarchy2"
43996
+ },
43997
+ "meta2": {
43998
+ "km": "meta2"
43999
+ },
44000
+ "negation2": {
44001
+ "km": "negation2"
44002
+ },
44003
+ "pos2": {
44004
+ "km": "pos2"
44005
+ },
44006
+ "properties2": {
44007
+ "children": {
44008
+ "adjective": [
44009
+ "stm_before"
44010
+ ],
44011
+ "animal": [
44012
+ "bird",
44013
+ "mammal"
44014
+ ],
44015
+ "article": [
44016
+ "a",
44017
+ "the",
44018
+ "each",
44019
+ "every"
44020
+ ],
44021
+ "bird": [
44022
+ "owl",
44023
+ "eagle",
44024
+ "pidgeon",
44025
+ "parrot"
44026
+ ],
44027
+ "canBeDoQuestion": [
44028
+ "have"
44029
+ ],
44030
+ "canBeQuestion": [
44031
+ "have",
44032
+ "is"
44033
+ ],
44034
+ "canine": [
44035
+ "dog",
44036
+ "wolf"
44037
+ ],
44038
+ "captain": [
44039
+ "kirk"
44040
+ ],
44041
+ "crew_member": [
44042
+ "kirk",
44043
+ "spock",
44044
+ "mccoy"
44045
+ ],
44046
+ "doctor": [
44047
+ "spock",
44048
+ "mccoy"
44049
+ ],
44050
+ "eye": [
44051
+ "blue",
44052
+ "brown"
44053
+ ],
44054
+ "feline": [
44055
+ "cat"
44056
+ ],
44057
+ "hierarchyAble": [
44058
+ "unknown"
44059
+ ],
44060
+ "ifAble": [
44061
+ "orAble"
44062
+ ],
44063
+ "listable": [
44064
+ "object",
44065
+ "queryable"
44066
+ ],
44067
+ "mammal": [
44068
+ "human",
44069
+ "bat",
44070
+ "feline",
44071
+ "canine"
44072
+ ],
44073
+ "name": [
44074
+ "jim",
44075
+ "spock",
44076
+ "mccoy"
44077
+ ],
44078
+ "object": [
44079
+ "what",
44080
+ "whose"
44081
+ ],
44082
+ "preposition": [
44083
+ "between",
44084
+ "propertyOf",
44085
+ "to"
44086
+ ],
44087
+ "pronoun": [
44088
+ "it",
44089
+ "this"
44090
+ ],
44091
+ "punctuation": [
44092
+ "questionMark"
44093
+ ],
44094
+ "queryable": [
44095
+ "xfx",
44096
+ "hierarchyAble",
44097
+ "readonly",
44098
+ "property",
44099
+ "object",
44100
+ "concept",
44101
+ "doubleQuote",
44102
+ "theAble",
44103
+ "it",
44104
+ "what",
44105
+ "whatAble",
44106
+ "negatable",
44107
+ "this",
44108
+ "reason",
44109
+ "distributable",
44110
+ "thisitthat"
44111
+ ],
44112
+ "rank": [
44113
+ "captain",
44114
+ "second",
44115
+ "doctor"
44116
+ ],
44117
+ "status": [
44118
+ "armed"
44119
+ ],
44120
+ "theAble": [
44121
+ "property",
44122
+ "object",
44123
+ "concept",
44124
+ "listable",
44125
+ "reason",
44126
+ "memorable",
44127
+ "noun"
44128
+ ],
44129
+ "thisitthat": [
44130
+ "it",
44131
+ "this",
44132
+ "that"
44133
+ ],
44134
+ "toAble": [
44135
+ "it"
44136
+ ],
44137
+ "verb": [
44138
+ "modifies",
44139
+ "is",
44140
+ "isQuery",
44141
+ "remember",
44142
+ "evaluate"
44143
+ ],
44144
+ "weapon": [
44145
+ "phaser",
44146
+ "torpedo"
44147
+ ]
44148
+ },
44149
+ "concepts": [
44150
+ "properties",
44151
+ "unknown",
44152
+ "hierarchyAble",
44153
+ "what",
44154
+ "object",
44155
+ "xfx",
44156
+ "queryable",
44157
+ "between",
44158
+ "preposition",
44159
+ "readonly",
44160
+ "have",
44161
+ "canBeDoQuestion",
44162
+ "canBeQuestion",
44163
+ "property",
44164
+ "theAble",
44165
+ "listable",
44166
+ "propertyOf",
44167
+ "whose",
44168
+ "concept",
44169
+ "modifies",
44170
+ "verb",
44171
+ "doubleQuote",
44172
+ "it",
44173
+ "pronoun",
44174
+ "this",
44175
+ "questionMark",
44176
+ "punctuation",
44177
+ "a",
44178
+ "article",
44179
+ "the",
44180
+ "whatAble",
44181
+ "negatable",
44182
+ "is",
44183
+ "toAble",
44184
+ "to",
44185
+ "isQuery",
44186
+ "reason",
44187
+ "memorable",
44188
+ "remember",
44189
+ "stm_before",
44190
+ "adjective",
44191
+ "orAble",
44192
+ "ifAble",
44193
+ "evaluate",
44194
+ "each",
44195
+ "every",
44196
+ "distributable",
44197
+ "noun",
44198
+ "thisitthat",
44199
+ "that",
44200
+ "bird",
44201
+ "animal",
44202
+ "mammal",
44203
+ "human",
44204
+ "bat",
44205
+ "feline",
44206
+ "canine",
44207
+ "owl",
44208
+ "eagle",
44209
+ "pidgeon",
44210
+ "parrot",
44211
+ "cat",
44212
+ "dog",
44213
+ "wolf",
44214
+ "jim",
44215
+ "name",
44216
+ "kirk",
44217
+ "captain",
44218
+ "rank",
44219
+ "blue",
44220
+ "eye",
44221
+ "crew_member",
44222
+ "second",
44223
+ "spock",
44224
+ "brown",
44225
+ "doctor",
44226
+ "mccoy",
44227
+ "armed",
44228
+ "status",
44229
+ "phaser",
44230
+ "photon_torpedo",
44231
+ "weapon",
44232
+ "torpedo"
44233
+ ],
44234
+ "km": "properties2",
44235
+ "parents": {
44236
+ "a": [
44237
+ "article"
44238
+ ],
44239
+ "armed": [
44240
+ "status"
44241
+ ],
44242
+ "bat": [
44243
+ "mammal"
44244
+ ],
44245
+ "between": [
44246
+ "preposition"
44247
+ ],
44248
+ "bird": [
44249
+ "animal"
44250
+ ],
44251
+ "blue": [
44252
+ "eye"
44253
+ ],
44254
+ "brown": [
44255
+ "eye"
44256
+ ],
44257
+ "canine": [
44258
+ "mammal"
44259
+ ],
44260
+ "captain": [
44261
+ "rank"
44262
+ ],
44263
+ "cat": [
44264
+ "feline"
44265
+ ],
44266
+ "concept": [
44267
+ "theAble",
44268
+ "queryable"
44269
+ ],
44270
+ "distributable": [
44271
+ "queryable"
44272
+ ],
44273
+ "doctor": [
44274
+ "rank"
44275
+ ],
44276
+ "dog": [
44277
+ "canine"
44278
+ ],
44279
+ "doubleQuote": [
44280
+ "queryable"
44281
+ ],
44282
+ "each": [
44283
+ "article"
44284
+ ],
44285
+ "eagle": [
44286
+ "bird"
44287
+ ],
44288
+ "evaluate": [
44289
+ "verb"
44290
+ ],
44291
+ "every": [
44292
+ "article"
44293
+ ],
44294
+ "feline": [
44295
+ "mammal"
44296
+ ],
44297
+ "have": [
44298
+ "canBeDoQuestion",
44299
+ "canBeQuestion"
44300
+ ],
44301
+ "hierarchyAble": [
44302
+ "queryable"
44303
+ ],
44304
+ "human": [
44305
+ "mammal"
44306
+ ],
44307
+ "is": [
44308
+ "canBeQuestion",
44309
+ "verb"
44310
+ ],
44311
+ "isQuery": [
44312
+ "verb"
44313
+ ],
44314
+ "it": [
44315
+ "pronoun",
44316
+ "queryable",
44317
+ "toAble",
44318
+ "thisitthat"
44319
+ ],
44320
+ "jim": [
44321
+ "name"
44322
+ ],
44323
+ "kirk": [
44324
+ "captain",
44325
+ "crew_member"
44326
+ ],
44327
+ "listable": [
44328
+ "theAble"
44329
+ ],
44330
+ "mammal": [
44331
+ "animal"
44332
+ ],
44333
+ "mccoy": [
44334
+ "name",
44335
+ "crew_member",
44336
+ "doctor"
44337
+ ],
44338
+ "memorable": [
44339
+ "theAble"
44340
+ ],
44341
+ "modifies": [
44342
+ "verb"
44343
+ ],
44344
+ "negatable": [
44345
+ "queryable"
44346
+ ],
44347
+ "noun": [
44348
+ "theAble"
44349
+ ],
44350
+ "object": [
44351
+ "queryable",
44352
+ "theAble",
44353
+ "listable"
44354
+ ],
44355
+ "orAble": [
44356
+ "ifAble"
44357
+ ],
44358
+ "owl": [
44359
+ "bird"
44360
+ ],
44361
+ "parrot": [
44362
+ "bird"
44363
+ ],
44364
+ "phaser": [
44365
+ "weapon"
44366
+ ],
44367
+ "pidgeon": [
44368
+ "bird"
44369
+ ],
44370
+ "property": [
44371
+ "queryable",
44372
+ "theAble"
44373
+ ],
44374
+ "propertyOf": [
44375
+ "preposition"
44376
+ ],
44377
+ "queryable": [
44378
+ "listable"
44379
+ ],
44380
+ "questionMark": [
44381
+ "punctuation"
44382
+ ],
44383
+ "readonly": [
44384
+ "queryable"
44385
+ ],
44386
+ "reason": [
44387
+ "theAble",
44388
+ "queryable"
44389
+ ],
44390
+ "remember": [
44391
+ "verb"
44392
+ ],
44393
+ "second": [
44394
+ "rank"
44395
+ ],
44396
+ "spock": [
44397
+ "name",
44398
+ "doctor",
44399
+ "crew_member"
44400
+ ],
44401
+ "stm_before": [
44402
+ "adjective"
44403
+ ],
44404
+ "that": [
44405
+ "thisitthat"
44406
+ ],
44407
+ "the": [
44408
+ "article"
44409
+ ],
44410
+ "theAble": [
44411
+ "queryable"
44412
+ ],
44413
+ "this": [
44414
+ "pronoun",
44415
+ "queryable",
44416
+ "thisitthat"
44417
+ ],
44418
+ "thisitthat": [
44419
+ "queryable"
44420
+ ],
44421
+ "to": [
44422
+ "preposition"
44423
+ ],
44424
+ "torpedo": [
44425
+ "weapon"
44426
+ ],
44427
+ "unknown": [
44428
+ "hierarchyAble"
44429
+ ],
44430
+ "what": [
44431
+ "object",
44432
+ "queryable"
44433
+ ],
44434
+ "whatAble": [
44435
+ "queryable"
44436
+ ],
44437
+ "whose": [
44438
+ "object"
44439
+ ],
44440
+ "wolf": [
44441
+ "canine"
44442
+ ],
44443
+ "xfx": [
44444
+ "queryable"
44445
+ ]
44446
+ },
44447
+ "properties": {
44448
+ "handlers": {
44449
+ "kirk": {
44450
+ },
44451
+ "mccoy": {
44452
+ },
44453
+ "spock": {
44454
+ }
44455
+ },
44456
+ "initHandlers": [
44457
+ ],
44458
+ "root": {
44459
+ "a": {
44460
+ },
44461
+ "adjective": {
44462
+ },
44463
+ "animal": {
44464
+ "eye": {
44465
+ "has": true,
44466
+ "value": null
44467
+ },
44468
+ "skin": {
44469
+ "has": true,
44470
+ "value": null
44471
+ }
44472
+ },
44473
+ "armed": {
44474
+ },
44475
+ "article": {
44476
+ },
44477
+ "bat": {
44478
+ "wing": {
44479
+ "has": true,
44480
+ "value": null
44481
+ }
44482
+ },
44483
+ "between": {
44484
+ },
44485
+ "bird": {
44486
+ "beak": {
44487
+ "has": true,
44488
+ "value": null
44489
+ },
44490
+ "wing": {
44491
+ "has": true,
44492
+ "value": null
44493
+ }
44494
+ },
44495
+ "blue": {
44496
+ },
44497
+ "brown": {
44498
+ },
44499
+ "canBeDoQuestion": {
44500
+ },
44501
+ "canBeQuestion": {
44502
+ },
44503
+ "canine": {
44504
+ },
44505
+ "captain": {
44506
+ },
44507
+ "cat": {
44508
+ },
44509
+ "concept": {
44510
+ },
44511
+ "crew_member": {
44512
+ },
44513
+ "distributable": {
44514
+ },
44515
+ "doctor": {
44516
+ },
44517
+ "dog": {
44518
+ },
44519
+ "doubleQuote": {
44520
+ },
44521
+ "each": {
44522
+ },
44523
+ "eagle": {
44524
+ },
44525
+ "evaluate": {
44526
+ },
44527
+ "every": {
44528
+ },
44529
+ "eye": {
44530
+ },
44531
+ "feline": {
44532
+ },
44533
+ "have": {
44534
+ },
44535
+ "hierarchyAble": {
44536
+ },
44537
+ "human": {
44538
+ },
44539
+ "ifAble": {
44540
+ },
44541
+ "is": {
44542
+ },
44543
+ "isQuery": {
44544
+ },
44545
+ "it": {
44546
+ },
44547
+ "jim": {
44548
+ },
44549
+ "kirk": {
44550
+ "eye": {
44551
+ "has": true,
44552
+ "value": {
44553
+ "concept": true,
44554
+ "dead": true,
44555
+ "level": 0,
44556
+ "marker": "unknown",
44557
+ "range": {
44558
+ "end": 19,
44559
+ "start": 16
44560
+ },
44561
+ "text": "blue",
44562
+ "types": [
44563
+ "unknown"
44564
+ ],
44565
+ "unknown": true,
44566
+ "value": "blue",
44567
+ "word": "blue"
44568
+ }
44569
+ },
44570
+ "name": {
44571
+ "has": true,
44572
+ "value": {
44573
+ "concept": true,
44574
+ "dead": true,
44575
+ "level": 0,
44576
+ "marker": "unknown",
44577
+ "range": {
44578
+ "end": 17,
44579
+ "start": 15
44580
+ },
44581
+ "text": "jim",
44582
+ "types": [
44583
+ "unknown"
44584
+ ],
44585
+ "unknown": true,
44586
+ "value": "jim",
44587
+ "word": "jim"
44588
+ }
44589
+ },
44590
+ "rank": {
44591
+ "has": true,
44592
+ "value": {
44593
+ "concept": true,
44594
+ "dead": true,
44595
+ "level": 0,
44596
+ "marker": "unknown",
44597
+ "range": {
44598
+ "end": 21,
44599
+ "start": 15
44600
+ },
44601
+ "text": "captain",
44602
+ "types": [
44603
+ "unknown"
44604
+ ],
44605
+ "unknown": true,
44606
+ "value": "captain",
44607
+ "word": "captain"
44608
+ }
44609
+ }
44610
+ },
44611
+ "listable": {
44612
+ },
44613
+ "mammal": {
44614
+ "ear": {
44615
+ "has": true,
44616
+ "value": null
44617
+ },
44618
+ "hair": {
44619
+ "has": true,
44620
+ "value": null
44621
+ },
44622
+ "wing": {
44623
+ "has": false,
44624
+ "value": null
44625
+ }
44626
+ },
44627
+ "mccoy": {
44628
+ "eye": {
44629
+ "has": true,
44630
+ "value": {
44631
+ "concept": true,
44632
+ "dead": true,
44633
+ "level": 0,
44634
+ "marker": "unknown",
44635
+ "range": {
44636
+ "end": 21,
44637
+ "start": 17
44638
+ },
44639
+ "text": "brown",
44640
+ "types": [
44641
+ "unknown"
44642
+ ],
44643
+ "unknown": true,
44644
+ "value": "brown",
44645
+ "word": "brown"
44646
+ }
44647
+ },
44648
+ "name": {
44649
+ "has": true,
44650
+ "value": {
44651
+ "concept": true,
44652
+ "dead": true,
44653
+ "level": 0,
44654
+ "marker": "unknown",
44655
+ "range": {
44656
+ "end": 20,
44657
+ "start": 16
44658
+ },
44659
+ "text": "mccoy",
44660
+ "types": [
44661
+ "unknown"
44662
+ ],
44663
+ "unknown": true,
44664
+ "value": "mccoy",
44665
+ "word": "mccoy"
44666
+ }
44667
+ },
44668
+ "rank": {
44669
+ "has": true,
44670
+ "value": {
44671
+ "concept": true,
44672
+ "dead": true,
44673
+ "level": 1,
44674
+ "marker": "doctor",
44675
+ "number": "one",
44676
+ "range": {
44677
+ "end": 21,
44678
+ "start": 16
44679
+ },
44680
+ "text": "doctor",
44681
+ "types": [
44682
+ "doctor"
44683
+ ],
44684
+ "value": "doctor",
44685
+ "word": "doctor"
44686
+ }
44687
+ }
44688
+ },
44689
+ "memorable": {
44690
+ },
44691
+ "modifies": {
44692
+ },
44693
+ "name": {
44694
+ },
44695
+ "negatable": {
44696
+ },
44697
+ "noun": {
44698
+ },
44699
+ "object": {
44700
+ },
44701
+ "orAble": {
44702
+ },
44703
+ "owl": {
44704
+ },
44705
+ "parrot": {
44706
+ },
44707
+ "phaser": {
44708
+ "status": {
44709
+ "has": true,
44710
+ "value": {
44711
+ "concept": true,
44712
+ "dead": true,
44713
+ "level": 0,
44714
+ "marker": "unknown",
44715
+ "range": {
44716
+ "end": 33,
44717
+ "start": 29
44718
+ },
44719
+ "text": "armed",
44720
+ "types": [
44721
+ "unknown"
44722
+ ],
44723
+ "unknown": true,
44724
+ "value": "armed",
44725
+ "word": "armed"
44726
+ }
44727
+ }
44728
+ },
44729
+ "photon_torpedo": {
44730
+ "status": {
44731
+ "has": true,
44732
+ "value": {
44733
+ "concept": true,
44734
+ "dead": true,
44735
+ "level": 0,
44736
+ "marker": "unknown",
44737
+ "range": {
44738
+ "end": 42,
44739
+ "start": 38
44740
+ },
44741
+ "text": "armed",
44742
+ "types": [
44743
+ "unknown"
44744
+ ],
44745
+ "unknown": true,
44746
+ "value": "armed",
44747
+ "word": "armed"
44748
+ }
44749
+ }
44750
+ },
44751
+ "pidgeon": {
44752
+ },
44753
+ "preposition": {
44754
+ },
44755
+ "pronoun": {
44756
+ },
44757
+ "property": {
44758
+ },
44759
+ "propertyOf": {
44760
+ },
44761
+ "punctuation": {
44762
+ },
44763
+ "queryable": {
44764
+ },
44765
+ "questionMark": {
44766
+ },
44767
+ "rank": {
44768
+ },
44769
+ "readonly": {
44770
+ },
44771
+ "reason": {
44772
+ },
44773
+ "remember": {
44774
+ },
44775
+ "second": {
44776
+ },
44777
+ "spock": {
44778
+ "eye": {
44779
+ "has": true,
44780
+ "value": {
44781
+ "concept": true,
44782
+ "dead": true,
44783
+ "level": 0,
44784
+ "marker": "unknown",
44785
+ "range": {
44786
+ "end": 21,
44787
+ "start": 17
44788
+ },
44789
+ "text": "brown",
44790
+ "types": [
44791
+ "unknown"
44792
+ ],
44793
+ "unknown": true,
44794
+ "value": "brown",
44795
+ "word": "brown"
44796
+ }
44797
+ },
44798
+ "name": {
44799
+ "has": true,
44800
+ "value": {
44801
+ "concept": true,
44802
+ "dead": true,
44803
+ "level": 0,
44804
+ "marker": "unknown",
44805
+ "range": {
44806
+ "end": 20,
44807
+ "start": 16
44808
+ },
44809
+ "text": "spock",
44810
+ "types": [
44811
+ "unknown"
44812
+ ],
44813
+ "unknown": true,
44814
+ "value": "spock",
44815
+ "word": "spock"
44816
+ }
44817
+ },
44818
+ "rank": {
44819
+ "has": true,
44820
+ "value": {
44821
+ "concept": true,
44822
+ "dead": true,
44823
+ "level": 0,
44824
+ "marker": "unknown",
44825
+ "range": {
44826
+ "end": 21,
44827
+ "start": 16
44828
+ },
44829
+ "text": "second",
44830
+ "types": [
44831
+ "unknown"
44832
+ ],
44833
+ "unknown": true,
44834
+ "value": "second",
44835
+ "word": "second"
44836
+ }
44837
+ }
44838
+ },
44839
+ "status": {
44840
+ },
44841
+ "stm_before": {
44842
+ },
44843
+ "that": {
44844
+ },
44845
+ "the": {
44846
+ },
44847
+ "theAble": {
44848
+ },
44849
+ "this": {
44850
+ },
44851
+ "thisitthat": {
44852
+ },
44853
+ "to": {
44854
+ },
44855
+ "toAble": {
44856
+ },
44857
+ "torpedo": {
44858
+ },
44859
+ "unknown": {
44860
+ },
44861
+ "verb": {
44862
+ },
44863
+ "weapon": {
44864
+ },
44865
+ "what": {
44866
+ },
44867
+ "whatAble": {
44868
+ },
44869
+ "whose": {
44870
+ },
44871
+ "wolf": {
44872
+ },
44873
+ "xfx": {
44874
+ }
44875
+ }
44876
+ },
44877
+ "property": {
44878
+ "eye": [
44879
+ {
44880
+ "concept": true,
44881
+ "dead": true,
44882
+ "level": 0,
44883
+ "marker": "unknown",
44884
+ "range": {
44885
+ "end": 19,
44886
+ "start": 16
44887
+ },
44888
+ "text": "blue",
44889
+ "types": [
44890
+ "unknown"
44891
+ ],
44892
+ "unknown": true,
44893
+ "value": "blue",
44894
+ "word": "blue"
44895
+ },
44896
+ {
44897
+ "concept": true,
44898
+ "dead": true,
44899
+ "level": 0,
44900
+ "marker": "unknown",
44901
+ "range": {
44902
+ "end": 21,
44903
+ "start": 17
44904
+ },
44905
+ "text": "brown",
44906
+ "types": [
44907
+ "unknown"
44908
+ ],
44909
+ "unknown": true,
44910
+ "value": "brown",
44911
+ "word": "brown"
44912
+ },
44913
+ {
44914
+ "concept": true,
44915
+ "dead": true,
44916
+ "level": 0,
44917
+ "marker": "unknown",
44918
+ "range": {
44919
+ "end": 21,
44920
+ "start": 17
44921
+ },
44922
+ "text": "brown",
44923
+ "types": [
44924
+ "unknown"
44925
+ ],
44926
+ "unknown": true,
44927
+ "value": "brown",
44928
+ "word": "brown"
44929
+ }
44930
+ ],
44931
+ "name": [
44932
+ {
44933
+ "concept": true,
44934
+ "dead": true,
44935
+ "level": 0,
44936
+ "marker": "unknown",
44937
+ "range": {
44938
+ "end": 17,
44939
+ "start": 15
44940
+ },
44941
+ "text": "jim",
44942
+ "types": [
44943
+ "unknown"
44944
+ ],
44945
+ "unknown": true,
44946
+ "value": "jim",
44947
+ "word": "jim"
44948
+ },
44949
+ {
44950
+ "concept": true,
44951
+ "dead": true,
44952
+ "level": 0,
44953
+ "marker": "unknown",
44954
+ "range": {
44955
+ "end": 20,
44956
+ "start": 16
44957
+ },
44958
+ "text": "spock",
44959
+ "types": [
44960
+ "unknown"
44961
+ ],
44962
+ "unknown": true,
44963
+ "value": "spock",
44964
+ "word": "spock"
44965
+ },
44966
+ {
44967
+ "concept": true,
44968
+ "dead": true,
44969
+ "level": 0,
44970
+ "marker": "unknown",
44971
+ "range": {
44972
+ "end": 20,
44973
+ "start": 16
44974
+ },
44975
+ "text": "mccoy",
44976
+ "types": [
44977
+ "unknown"
44978
+ ],
44979
+ "unknown": true,
44980
+ "value": "mccoy",
44981
+ "word": "mccoy"
44982
+ }
44983
+ ],
44984
+ "rank": [
44985
+ {
44986
+ "concept": true,
44987
+ "dead": true,
44988
+ "level": 0,
44989
+ "marker": "unknown",
44990
+ "range": {
44991
+ "end": 21,
44992
+ "start": 15
44993
+ },
44994
+ "text": "captain",
44995
+ "types": [
44996
+ "unknown"
44997
+ ],
44998
+ "unknown": true,
44999
+ "value": "captain",
45000
+ "word": "captain"
45001
+ },
45002
+ {
45003
+ "concept": true,
45004
+ "dead": true,
45005
+ "level": 0,
45006
+ "marker": "unknown",
45007
+ "range": {
45008
+ "end": 21,
45009
+ "start": 16
45010
+ },
45011
+ "text": "second",
45012
+ "types": [
45013
+ "unknown"
45014
+ ],
45015
+ "unknown": true,
45016
+ "value": "second",
45017
+ "word": "second"
45018
+ },
45019
+ {
45020
+ "concept": true,
45021
+ "dead": true,
45022
+ "level": 1,
45023
+ "marker": "doctor",
45024
+ "number": "one",
45025
+ "range": {
45026
+ "end": 21,
45027
+ "start": 16
45028
+ },
45029
+ "text": "doctor",
45030
+ "types": [
45031
+ "doctor"
45032
+ ],
45033
+ "value": "doctor",
45034
+ "word": "doctor"
45035
+ }
45036
+ ],
45037
+ "status": [
45038
+ {
45039
+ "concept": true,
45040
+ "dead": true,
45041
+ "level": 0,
45042
+ "marker": "unknown",
45043
+ "range": {
45044
+ "end": 33,
45045
+ "start": 29
45046
+ },
45047
+ "text": "armed",
45048
+ "types": [
45049
+ "unknown"
45050
+ ],
45051
+ "unknown": true,
45052
+ "value": "armed",
45053
+ "word": "armed"
45054
+ },
45055
+ {
45056
+ "concept": true,
45057
+ "dead": true,
45058
+ "level": 0,
45059
+ "marker": "unknown",
45060
+ "range": {
45061
+ "end": 42,
45062
+ "start": 38
45063
+ },
45064
+ "text": "armed",
45065
+ "types": [
45066
+ "unknown"
45067
+ ],
45068
+ "unknown": true,
45069
+ "value": "armed",
45070
+ "word": "armed"
45071
+ }
45072
+ ]
45073
+ },
45074
+ "relations": [
45075
+ ],
45076
+ "valueToWords": {
45077
+ }
45078
+ },
45079
+ "punctuation2": {
45080
+ "km": "punctuation2"
45081
+ },
45082
+ "sdefaults2": {
45083
+ "km": "sdefaults2"
45084
+ },
45085
+ "stm2": {
45086
+ "km": "stm2",
45087
+ "mentioned": [
45088
+ ],
45089
+ "variables": {
45090
+ }
45091
+ },
45092
+ "tokenize2": {
45093
+ "km": "tokenize2"
45094
+ }
45095
+ },
45096
+ "processed": [
45097
+ {
45098
+ "context": {
45099
+ "context_id": 2,
45100
+ "context_index": 1,
45101
+ "dead": true,
45102
+ "level": 0,
45103
+ "marker": "unknown",
45104
+ "range": {
45105
+ "end": 1,
45106
+ "start": 0
45107
+ },
45108
+ "text": "hi",
45109
+ "topLevel": true,
45110
+ "unknown": true,
45111
+ "value": "hi",
45112
+ "word": "hi"
45113
+ },
45114
+ "generatedParenthesized": [
45115
+ ],
45116
+ "paraphrases": [
45117
+ ],
45118
+ "paraphrasesParenthesized": [
45119
+ ],
45120
+ "responses": [
45121
+ ""
45122
+ ]
45123
+ },
45124
+ {
45125
+ "context": {
45126
+ "context_id": 2,
45127
+ "context_index": 1,
45128
+ "dead": true,
45129
+ "default": true,
45130
+ "from": {
45131
+ "dead": true,
45132
+ "focusable": [
45133
+ "weapon"
45134
+ ],
45135
+ "level": 1,
45136
+ "marker": "disarm",
45137
+ "number": "many",
45138
+ "range": {
45139
+ "end": 16,
45140
+ "start": 0
45141
+ },
45142
+ "text": "disarm the weapon",
45143
+ "unflatten": [
45144
+ "weapon"
45145
+ ],
45146
+ "value": "disarm",
45147
+ "weapon": {
45148
+ "concept": true,
45149
+ "dead": true,
45150
+ "determiner": "the",
45151
+ "focusableForPhrase": true,
45152
+ "level": 0,
45153
+ "marker": "unknown",
45154
+ "modifiers": [
45155
+ "determiner"
45156
+ ],
45157
+ "pullFromContext": true,
45158
+ "range": {
45159
+ "end": 16,
45160
+ "start": 7
45161
+ },
45162
+ "text": "the weapon",
45163
+ "types": [
45164
+ "unknown",
45165
+ "weapon"
45166
+ ],
45167
+ "unknown": true,
45168
+ "value": "weapon",
45169
+ "wantsValue": true,
45170
+ "word": "weapon"
45171
+ },
45172
+ "word": "disarm"
45173
+ },
45174
+ "level": 1,
45175
+ "marker": "means",
45176
+ "metaInfo": "The mapping from from the expression being defined \"disarm the weapon\" to the definition phrase \"the status of the weapon is not armed\" is [{\"from\":[\"weapon\"],\"to\":[\"one\",\"object\"]},{\"from\":[\"number\"],\"to\":[\"number\"]}]",
45177
+ "range": {
45178
+ "end": 60,
45179
+ "start": 0
45180
+ },
45181
+ "text": "disarm the weapon means the status of the weapon is not armed",
45182
+ "to": {
45183
+ "level": 1,
45184
+ "marker": "is",
45185
+ "number": "one",
45186
+ "one": {
45187
+ "concept": true,
45188
+ "dead": true,
45189
+ "determiner": "the",
45190
+ "focusableForPhrase": true,
45191
+ "level": 0,
45192
+ "marker": "property",
45193
+ "modifiers": [
45194
+ "determiner"
45195
+ ],
45196
+ "number": "one",
45197
+ "object": {
45198
+ "concept": true,
45199
+ "dead": true,
45200
+ "determiner": "the",
45201
+ "focusableForPhrase": true,
45202
+ "level": 0,
45203
+ "marker": "object",
45204
+ "modifiers": [
45205
+ "determiner"
45206
+ ],
45207
+ "pullFromContext": true,
45208
+ "range": {
45209
+ "end": 47,
45210
+ "start": 38
45211
+ },
45212
+ "text": "the weapon",
45213
+ "types": [
45214
+ "object",
45215
+ "unknown"
45216
+ ],
45217
+ "unknown": true,
45218
+ "value": "weapon",
45219
+ "wantsValue": true,
45220
+ "word": "weapon"
45221
+ },
45222
+ "objects": [
45223
+ {
45224
+ "concept": true,
45225
+ "dead": true,
45226
+ "determiner": "the",
45227
+ "focusableForPhrase": true,
45228
+ "level": 0,
45229
+ "marker": "property",
45230
+ "modifiers": [
45231
+ "determiner"
45232
+ ],
45233
+ "pullFromContext": true,
45234
+ "range": {
45235
+ "end": 33,
45236
+ "start": 24
45237
+ },
45238
+ "text": "the status",
45239
+ "types": [
45240
+ "property",
45241
+ "unknown"
45242
+ ],
45243
+ "unknown": true,
45244
+ "value": "status",
45245
+ "wantsValue": true,
45246
+ "word": "status"
45247
+ },
45248
+ {
45249
+ "concept": true,
45250
+ "dead": true,
45251
+ "determiner": "the",
45252
+ "focusableForPhrase": true,
45253
+ "level": 0,
45254
+ "marker": "object",
45255
+ "modifiers": [
45256
+ "determiner"
45257
+ ],
45258
+ "pullFromContext": true,
45259
+ "range": {
45260
+ "end": 47,
45261
+ "start": 38
45262
+ },
45263
+ "text": "the weapon",
45264
+ "types": [
45265
+ "object",
45266
+ "unknown"
45267
+ ],
45268
+ "unknown": true,
45269
+ "value": "weapon",
45270
+ "wantsValue": true,
45271
+ "word": "weapon"
45272
+ }
45273
+ ],
45274
+ "pullFromContext": true,
45275
+ "range": {
45276
+ "end": 60,
45277
+ "start": 24
45278
+ },
45279
+ "text": "the status of the weapon",
45280
+ "types": [
45281
+ "property",
45282
+ "unknown"
45283
+ ],
45284
+ "unknown": true,
45285
+ "value": "status",
45286
+ "wantsValue": true,
45287
+ "word": "status"
45288
+ },
45289
+ "range": {
45290
+ "end": 60,
45291
+ "start": 24
45292
+ },
45293
+ "text": "the status of the weapon is not armed",
45294
+ "two": {
45295
+ "dead": true,
45296
+ "level": 0,
45297
+ "marker": "unknown",
45298
+ "modifiers": [
45299
+ "negated"
45300
+ ],
45301
+ "negated": {
45302
+ "default": true,
45303
+ "level": 0,
45304
+ "marker": "not",
45305
+ "range": {
45306
+ "end": 54,
45307
+ "start": 52
45308
+ },
45309
+ "text": "not",
45310
+ "value": "not",
45311
+ "word": "not"
45312
+ },
45313
+ "range": {
45314
+ "end": 60,
45315
+ "start": 52
45316
+ },
45317
+ "text": "not armed",
45318
+ "types": [
45319
+ "negatable",
45320
+ "unknown"
45321
+ ],
45322
+ "unknown": true,
45323
+ "value": "armed",
45324
+ "word": "armed"
45325
+ },
45326
+ "word": "is"
45327
+ },
45328
+ "topLevel": true,
45329
+ "touchedBy": [
45330
+ "crew#call2",
45331
+ "instance25#crew#call2"
45332
+ ],
45333
+ "value": "means",
45334
+ "word": "means"
45335
+ },
45336
+ "generatedParenthesized": [
45337
+ ],
45338
+ "paraphrases": [
45339
+ ],
45340
+ "paraphrasesParenthesized": [
45341
+ ],
45342
+ "responses": [
45343
+ ]
45344
+ },
45345
+ {
45346
+ "context": {
45347
+ "context_id": 2,
45348
+ "context_index": 1,
45349
+ "dead": true,
45350
+ "default": true,
45351
+ "from": {
45352
+ "dead": true,
45353
+ "focusable": [
45354
+ "weapon"
45355
+ ],
45356
+ "level": 1,
45357
+ "marker": "arm",
45358
+ "number": "many",
45359
+ "range": {
45360
+ "end": 13,
45361
+ "start": 0
45362
+ },
45363
+ "text": "arm the weapon",
45364
+ "unflatten": [
45365
+ "weapon"
45366
+ ],
45367
+ "value": "arm",
45368
+ "weapon": {
45369
+ "concept": true,
45370
+ "dead": true,
45371
+ "determiner": "the",
45372
+ "focusableForPhrase": true,
45373
+ "level": 0,
45374
+ "marker": "weapon",
45375
+ "modifiers": [
45376
+ "determiner"
45377
+ ],
45378
+ "pullFromContext": true,
45379
+ "range": {
45380
+ "end": 13,
45381
+ "start": 4
45382
+ },
45383
+ "text": "the weapon",
45384
+ "types": [
45385
+ "unknown",
45386
+ "weapon"
45387
+ ],
45388
+ "unknown": true,
45389
+ "value": "weapon",
45390
+ "wantsValue": true,
45391
+ "word": "weapon"
45392
+ },
45393
+ "word": "arm"
45394
+ },
45395
+ "level": 1,
45396
+ "marker": "means",
45397
+ "metaInfo": "The mapping from from the expression being defined \"arm the weapon\" to the definition phrase \"the status of the weapon is armed\" is [{\"from\":[\"weapon\"],\"to\":[\"one\",\"object\"]},{\"from\":[\"number\"],\"to\":[\"number\"]}]",
45398
+ "range": {
45399
+ "end": 53,
45400
+ "start": 0
45401
+ },
45402
+ "text": "arm the weapon means the status of the weapon is armed",
45403
+ "to": {
45404
+ "level": 1,
45405
+ "marker": "is",
45406
+ "number": "one",
45407
+ "one": {
45408
+ "concept": true,
45409
+ "dead": true,
45410
+ "determiner": "the",
45411
+ "focusableForPhrase": true,
45412
+ "level": 0,
45413
+ "marker": "property",
45414
+ "modifiers": [
45415
+ "determiner"
45416
+ ],
45417
+ "number": "one",
45418
+ "object": {
45419
+ "concept": true,
45420
+ "dead": true,
45421
+ "determiner": "the",
45422
+ "focusableForPhrase": true,
45423
+ "level": 0,
45424
+ "marker": "object",
45425
+ "modifiers": [
45426
+ "determiner"
45427
+ ],
45428
+ "pullFromContext": true,
45429
+ "range": {
45430
+ "end": 44,
45431
+ "start": 35
45432
+ },
45433
+ "text": "the weapon",
45434
+ "types": [
45435
+ "object",
45436
+ "unknown"
45437
+ ],
45438
+ "unknown": true,
45439
+ "value": "weapon",
45440
+ "wantsValue": true,
45441
+ "word": "weapon"
45442
+ },
45443
+ "objects": [
45444
+ {
45445
+ "concept": true,
45446
+ "dead": true,
45447
+ "determiner": "the",
45448
+ "focusableForPhrase": true,
45449
+ "level": 0,
45450
+ "marker": "property",
45451
+ "modifiers": [
45452
+ "determiner"
45453
+ ],
45454
+ "pullFromContext": true,
45455
+ "range": {
45456
+ "end": 30,
45457
+ "start": 21
45458
+ },
45459
+ "text": "the status",
45460
+ "types": [
45461
+ "property",
45462
+ "unknown"
45463
+ ],
45464
+ "unknown": true,
45465
+ "value": "status",
45466
+ "wantsValue": true,
45467
+ "word": "status"
45468
+ },
45469
+ {
45470
+ "concept": true,
45471
+ "dead": true,
45472
+ "determiner": "the",
45473
+ "focusableForPhrase": true,
45474
+ "level": 0,
45475
+ "marker": "object",
45476
+ "modifiers": [
45477
+ "determiner"
45478
+ ],
45479
+ "pullFromContext": true,
45480
+ "range": {
45481
+ "end": 44,
45482
+ "start": 35
45483
+ },
45484
+ "text": "the weapon",
45485
+ "types": [
45486
+ "object",
45487
+ "unknown"
45488
+ ],
45489
+ "unknown": true,
45490
+ "value": "weapon",
45491
+ "wantsValue": true,
45492
+ "word": "weapon"
45493
+ }
45494
+ ],
45495
+ "pullFromContext": true,
45496
+ "range": {
45497
+ "end": 53,
45498
+ "start": 21
45499
+ },
45500
+ "text": "the status of the weapon",
45501
+ "types": [
45502
+ "property",
45503
+ "unknown"
45504
+ ],
45505
+ "unknown": true,
45506
+ "value": "status",
45507
+ "wantsValue": true,
45508
+ "word": "status"
45509
+ },
45510
+ "range": {
45511
+ "end": 53,
45512
+ "start": 21
45513
+ },
45514
+ "text": "the status of the weapon is armed",
45515
+ "two": {
45516
+ "dead": true,
45517
+ "level": 0,
45518
+ "marker": "unknown",
45519
+ "range": {
45520
+ "end": 53,
45521
+ "start": 49
45522
+ },
45523
+ "text": "armed",
45524
+ "types": [
45525
+ "unknown"
45526
+ ],
45527
+ "unknown": true,
45528
+ "value": "armed",
45529
+ "word": "armed"
45530
+ },
45531
+ "word": "is"
45532
+ },
45533
+ "topLevel": true,
45534
+ "touchedBy": [
45535
+ "crew#call2",
45536
+ "instance24#crew#call2"
45537
+ ],
45538
+ "value": "means",
45539
+ "word": "means"
45540
+ },
45541
+ "generatedParenthesized": [
45542
+ ],
45543
+ "paraphrases": [
45544
+ ],
45545
+ "paraphrasesParenthesized": [
45546
+ ],
45547
+ "responses": [
45548
+ ]
45549
+ },
45550
+ {
45551
+ "context": {
45552
+ "context_id": 2,
45553
+ "context_index": 1,
45554
+ "dead": true,
45555
+ "level": 2,
45556
+ "marker": "is",
45557
+ "number": "one",
45558
+ "one": {
45559
+ "concept": true,
45560
+ "dead": true,
45561
+ "level": 1,
45562
+ "marker": "mccoy",
45563
+ "number": "one",
45564
+ "range": {
45565
+ "end": 16,
45566
+ "start": 0
45567
+ },
45568
+ "text": "mccoy",
45569
+ "types": [
45570
+ "mccoy"
45571
+ ],
45572
+ "value": "mccoy",
45573
+ "word": "mccoy"
45574
+ },
45575
+ "range": {
45576
+ "end": 16,
45577
+ "start": 0
45578
+ },
45579
+ "text": "mccoy is readonly",
45580
+ "topLevel": true,
45581
+ "touchedBy": [
45582
+ "crew#call2",
45583
+ "instance23#crew#call2"
45584
+ ],
45585
+ "two": {
45586
+ "dead": true,
45587
+ "default": true,
45588
+ "level": 0,
45589
+ "marker": "readonly",
45590
+ "range": {
45591
+ "end": 16,
45592
+ "start": 9
45593
+ },
45594
+ "text": "readonly",
45595
+ "types": [
45596
+ "readonly"
45597
+ ],
45598
+ "value": "readonly",
45599
+ "word": "readonly"
45600
+ },
45601
+ "word": "is"
45602
+ },
45603
+ "generatedParenthesized": [
45604
+ ],
45605
+ "paraphrases": [
45606
+ ],
45607
+ "paraphrasesParenthesized": [
45608
+ ],
45609
+ "responses": [
45610
+ ]
45611
+ },
45612
+ {
45613
+ "context": {
45614
+ "context_id": 2,
45615
+ "context_index": 1,
45616
+ "dead": true,
45617
+ "level": 2,
45618
+ "marker": "is",
45619
+ "number": "one",
45620
+ "one": {
45621
+ "concept": true,
45622
+ "dead": true,
45623
+ "level": 1,
45624
+ "marker": "spock",
45625
+ "number": "one",
45626
+ "range": {
45627
+ "end": 16,
45628
+ "start": 0
45629
+ },
45630
+ "text": "spock",
45631
+ "types": [
45632
+ "spock"
45633
+ ],
45634
+ "value": "spock",
45635
+ "word": "spock"
45636
+ },
45637
+ "range": {
45638
+ "end": 16,
45639
+ "start": 0
45640
+ },
45641
+ "text": "spock is readonly",
45642
+ "topLevel": true,
45643
+ "touchedBy": [
45644
+ "crew#call2",
45645
+ "instance22#crew#call2"
45646
+ ],
45647
+ "two": {
45648
+ "dead": true,
45649
+ "default": true,
45650
+ "level": 0,
45651
+ "marker": "readonly",
45652
+ "range": {
45653
+ "end": 16,
45654
+ "start": 9
45655
+ },
45656
+ "text": "readonly",
45657
+ "types": [
45658
+ "readonly"
45659
+ ],
45660
+ "value": "readonly",
45661
+ "word": "readonly"
45662
+ },
45663
+ "word": "is"
45664
+ },
45665
+ "generatedParenthesized": [
45666
+ ],
45667
+ "paraphrases": [
45668
+ ],
45669
+ "paraphrasesParenthesized": [
45670
+ ],
45671
+ "responses": [
45672
+ ]
45673
+ },
45674
+ {
45675
+ "context": {
45676
+ "context_id": 2,
45677
+ "context_index": 1,
45678
+ "dead": true,
45679
+ "level": 2,
45680
+ "marker": "is",
45681
+ "number": "one",
45682
+ "one": {
45683
+ "concept": true,
45684
+ "dead": true,
45685
+ "level": 1,
45686
+ "marker": "kirk",
45687
+ "number": "one",
45688
+ "range": {
45689
+ "end": 15,
45690
+ "start": 0
45691
+ },
45692
+ "text": "kirk",
45693
+ "types": [
45694
+ "kirk"
45695
+ ],
45696
+ "value": "kirk",
45697
+ "word": "kirk"
45698
+ },
45699
+ "range": {
45700
+ "end": 15,
45701
+ "start": 0
45702
+ },
45703
+ "text": "kirk is readonly",
45704
+ "topLevel": true,
45705
+ "touchedBy": [
45706
+ "crew#call2",
45707
+ "instance21#crew#call2"
45708
+ ],
45709
+ "two": {
45710
+ "dead": true,
45711
+ "default": true,
45712
+ "level": 0,
45713
+ "marker": "readonly",
45714
+ "range": {
45715
+ "end": 15,
45716
+ "start": 8
45717
+ },
45718
+ "text": "readonly",
45719
+ "types": [
45720
+ "readonly"
45721
+ ],
45722
+ "value": "readonly",
45723
+ "word": "readonly"
45724
+ },
45725
+ "word": "is"
45726
+ },
45727
+ "generatedParenthesized": [
45728
+ ],
45729
+ "paraphrases": [
45730
+ ],
45731
+ "paraphrasesParenthesized": [
45732
+ ],
45733
+ "responses": [
45734
+ ]
45735
+ }
45736
+ ]
45737
+ },
45738
+ "paraphrases": [
45739
+ "hi"
45740
+ ],
45741
+ "paraphrasesParenthesized": [
45742
+ "(hi)"
45743
+ ],
45744
+ "query": "hi",
45745
+ "responses": [
45746
+ ""
45747
+ ],
45748
+ "summaries": [
45749
+ {
45750
+ "length": 1,
45751
+ "summaries": [
45752
+ {
45753
+ "counter": 1,
45754
+ "operators": [
45755
+ {
45756
+ "marker": [
45757
+ "unknown",
45758
+ 0
45759
+ ],
45760
+ "range": {
45761
+ "end": 1,
45762
+ "start": 0
45763
+ }
45764
+ }
45765
+ ]
45766
+ },
45767
+ {
45768
+ "counter": 2,
45769
+ "operators": [
45770
+ {
45771
+ "marker": [
45772
+ "unknown",
45773
+ 0
45774
+ ],
45775
+ "range": {
45776
+ "end": 1,
45777
+ "start": 0
45778
+ }
45779
+ }
45780
+ ]
45781
+ }
45782
+ ]
45783
+ }
45784
+ ]
43881
45785
  }
43882
45786
  ]