Typical memory consumption, running time, and other statistics.


§1. Introduction. Whenever intest runs the GenerateDiagnostics-G test case, it runs Inform with the -diagnostics switch set, so that the compiler writes some statistics out to a set of text files. Those are used to generate the current page, so what you're looking at is likely to be an up-to-date measurement of how inform7 spends its time. The source text being compiled is the "Patient Zero" example from the Inform documentation, a distressing tale about ice cream, but which is fairly representative of smallish source texts. Performance scales roughly linearly with the size of the source text.

§2. Running time. The following tabulates all main stages of compilation (see How To Compile (in core)) which take more than 1/1000th of the total running time.

100.0% in inform7 run
     67.6% in compilation to Inter
         46.3% in Sequence::undertake_queued_tasks
          4.4% in MajorNodes::pre_pass
          3.6% in MajorNodes::pass_1
          1.8% in ImperativeDefinitions::assess_all
          1.4% in RTKindConstructors::compile
          1.4% in RTPhrasebook::compile_entries
          1.1% in Sequence::lint_inter
          0.7% in ImperativeDefinitions::compile_first_block
          0.7% in Sequence::undertake_queued_tasks
          0.3% in CompletionModule::compile
          0.3% in InferenceSubjects::emit_all
          0.3% in MajorNodes::pass_2
          0.3% in Sequence::undertake_queued_tasks
          0.3% in World::stage_V
          4.0% not specifically accounted for
     27.2% in running Inter pipeline
          8.8% in step 14/15: generate inform6 -> auto.inf
          6.9% in step 5/15: load-binary-kits
          5.8% in step 6/15: make-synoptic-module
          1.8% in step 9/15: make-identifiers-unique
          0.3% in step 12/15: eliminate-redundant-operations
          0.3% in step 4/15: compile-splats
          0.3% in step 7/15: shorten-wiring
          0.3% in step 8/15: detect-indirect-calls
          2.2% not specifically accounted for
      4.0% in supervisor
      1.2% not specifically accounted for

§3. Memory consumption. The following gives some idea of which classes of object have the most instances, and also of how Inform's memory tends to be used in practice. Entries with a dash instead of a percentage are negligible, in that they represent less than 1/1000th of the total.

Total memory consumption was 139592K = 136 MB

 ---- was used for 2127247 objects, in 374801 frames in 0 x 800K = 0K = 0 MB:

    30.2%  inter_tree_node_array                    60 x 8192 = 491520 objects, 43255680 bytes
    19.4%  text_stream_array                        4926 x 100 = 492600 objects, 27743232 bytes
    17.7%  linked_list                              45406 objects, 25427360 bytes
     9.9%  inter_symbol_array                       134 x 1024 = 137216 objects, 14274752 bytes
     9.7%  inter_error_stash_array                  106 x 1024 = 108544 objects, 13897024 bytes
     7.4%  parse_node                               133803 objects, 10704240 bytes
     5.3%  verb_conjugation                         164 objects, 7610912 bytes
     4.0%  parse_node_annotation_array              357 x 500 = 178500 objects, 5723424 bytes
     3.1%  scan_directory                           1091 objects, 4503648 bytes
     2.4%  pcalc_prop_array                         26 x 1000 = 26000 objects, 3536832 bytes
     2.2%  inter_name_array                         67 x 1000 = 67000 objects, 3218144 bytes
     1.9%  kind_array                               68 x 1000 = 68000 objects, 2722176 bytes
     1.5%  inter_schema_token                       14164 objects, 2152928 bytes
     1.4%  inter_name_generator_array               51 x 1000 = 51000 objects, 2041632 bytes
     1.3%  package_request                          21353 objects, 1879064 bytes
     1.2%  vocabulary_entry_array                   163 x 100 = 16300 objects, 1830816 bytes
     1.1%  dict_entry_array                         501 x 100 = 50100 objects, 1619232 bytes
     1.0%  inter_symbols_table                      26887 objects, 1505672 bytes
     1.0%  match_trie_array                         11 x 1000 = 11000 objects, 1496352 bytes
     1.0%  i6_schema_array                          24 x 100 = 2400 objects, 1440768 bytes
     0.9%  inter_package                            26887 objects, 1290576 bytes
     0.7%  map_data                                 677 objects, 1137360 bytes
     0.7%  id_body                                  980 objects, 1121120 bytes
     0.7%  adjective_meaning                        208 objects, 1030016 bytes
     0.7%  inter_schema_node                        9062 objects, 1014944 bytes
     0.6%  excerpt_meaning                          3165 objects, 987480 bytes
     0.6%  production                               3985 objects, 924520 bytes
     0.6%  ptoken                                   8652 objects, 899808 bytes
     0.6%  grammatical_usage                        3648 objects, 875520 bytes
     0.6%  individual_form                          2581 objects, 867216 bytes
     0.4%  unary_predicate_array                    17 x 1000 = 17000 objects, 680544 bytes
     0.3%  local_variable_array                     49 x 100 = 4900 objects, 471968 bytes
     0.2%  verb_usage                               1148 objects, 394912 bytes
     0.2%  rule                                     478 objects, 374752 bytes
     0.2%  dictionary                               7767 objects, 372816 bytes
     0.2%  verb_form                                388 objects, 350752 bytes
     0.2%  noun                                     2395 objects, 287400 bytes
     0.1%  compilation_subtask                      3388 objects, 271040 bytes
     0.1%  inference_subject                        672 objects, 263424 bytes
     0.1%  inter_annotation_array                   2 x 8192 = 16384 objects, 262208 bytes
     0.1%  vanilla_function                         3823 objects, 244672 bytes
     0.1%  binary_predicate                         330 objects, 174240 bytes
     0.1%  hierarchy_location                       1190 objects, 171360 bytes
     0.1%  linguistic_stock_item                    3338 objects, 160224 bytes
     0.1%  rule_family_data                         404 objects, 148672 bytes
     ----  nonterminal                              773 objects, 142232 bytes
     ----  nascent_array                            2130 objects, 136320 bytes
     ----  markdown_item_array                      1 x 1000 objects, 128032 bytes
     ----  inference                                1705 objects, 122760 bytes
     ----  pcalc_term_array                         3 x 1000 = 3000 objects, 120096 bytes
     ----  documentation_ref                        1278 objects, 112464 bytes
     ----  inter_schema                             1542 objects, 111024 bytes
     ----  imperative_defn                          1418 objects, 102096 bytes
     ----  noun_usage                               2419 objects, 96760 bytes
     ----  anl_entry_array                          2 x 1000 = 2000 objects, 96064 bytes
     ----  inter_tree                               7 objects, 95928 bytes
     ----  preposition                              274 objects, 87680 bytes
     ----  lexical_cluster                          2535 objects, 81120 bytes
     ----  kind_variable_declaration                1659 objects, 79632 bytes
     ----  rulebook                                 407 objects, 78144 bytes
     ----  label_namespace                          1480 objects, 71040 bytes
     ----  spatial_data                             677 objects, 64992 bytes
     ----  kind_constructor                         79 objects, 64464 bytes
     ----  linked_list_item_array                   4 x 1000 = 4000 objects, 64128 bytes
     ----  actions_rcd_data                         1960 objects, 62720 bytes
     ----  scenes_rcd_data                          1960 objects, 62720 bytes
     ----  booking                                  868 objects, 62496 bytes
     ----  kind_macro_definition                    9 objects, 62280 bytes
     ----  command_grammar                          130 objects, 58240 bytes
     ----  table                                    7 objects, 56672 bytes
     ----  pcalc_func_array                         1 x 1000 objects, 56032 bytes
     ----  cg_line                                  230 objects, 53360 bytes
     ----  cg_token                                 603 objects, 53064 bytes
     ----  property_inference_data                  1317 objects, 52680 bytes
     ----  response_message                         408 objects, 52224 bytes
     ----  ap_clause_array                          2 x 400 = 800 objects, 51264 bytes
     ----  HTML_tag_array                           1 x 1000 objects, 48032 bytes
     ----  heading                                  213 objects, 47712 bytes
     ----  to_family_data                           528 objects, 42240 bytes
     ----  text_substitution                        438 objects, 42048 bytes
     ----  activity_list_array                      1 x 1000 objects, 40032 bytes
     ----  anl_clause_array                         1 x 1000 objects, 40032 bytes
     ----  shared_variable_access_list_array        12 x 100 = 1200 objects, 38784 bytes
     ----  parsing_data                             677 objects, 37912 bytes
     ----  production_list                          627 objects, 35112 bytes
     ----  counting_data                            677 objects, 32496 bytes
     ----  regions_data                             677 objects, 32496 bytes
     ----  property_permission                      96 objects, 31488 bytes
     ----  stack_frame_box                          307 objects, 29472 bytes
     ----  verb_sense                               407 objects, 29304 bytes
     ----  action_pattern_array                     7 x 100 = 700 objects, 28224 bytes
     ----  filename                                 705 objects, 28200 bytes
     ----  pathname                                 662 objects, 26480 bytes
     ----  span_notation                            3 objects, 24720 bytes
     ----  shared_variable_set_array                6 x 100 = 600 objects, 24192 bytes
     ----  parse_node_tree                          27 objects, 23544 bytes
     ----  property                                 148 objects, 22496 bytes
     ----  backdrops_data                           677 objects, 21664 bytes
     ----  inter_node_list                          650 objects, 20800 bytes
     ----  nonlocal_variable                        94 objects, 20304 bytes
     ----  pipeline_step                            15 objects, 20280 bytes
     ----  action_name                              90 objects, 20160 bytes
     ----  method                                   416 objects, 19968 bytes
     ----  timed_rules_rfd_data                     404 objects, 19392 bytes
     ----  build_vertex                             157 objects, 18840 bytes
     ----  instance                                 162 objects, 18144 bytes
     ----  pcalc_prop_deferral                      86 objects, 17888 bytes
     ----  to_phrase_request                        63 objects, 17136 bytes
     ----  understanding_reference_array            2 x 100 = 200 objects, 16064 bytes
     ----  match_avinue_array                       1 x 1000 objects, 16032 bytes
     ----  action_name_list_array                   1 x 1000 objects, 16032 bytes
     ----  md_doc_state                             3 objects, 15720 bytes
     ----  adjective                                140 objects, 15680 bytes
     ----  JSON_value                               174 objects, 15312 bytes
     ----  booking_list                             407 objects, 13024 bytes
     ----  web_bibliographic_datum                  203 objects, 12992 bytes
     ----  adjective_iname_holder                   323 objects, 12920 bytes
     ----  uniqueness_count                         482 objects, 11568 bytes
     ----  inter_construct                          32 objects, 11008 bytes
     ----  stopwatch_timer                          124 objects, 9920 bytes
     ----  heading_tree                             27 objects, 8424 bytes
     ----  inbuild_work                             124 objects, 7936 bytes
     ----  equation_node                            68 objects, 7616 bytes
     ----  understanding_item_array                 3 x 100 = 300 objects, 7296 bytes
     ----  shared_variable_array                    1 x 100 objects, 7232 bytes
     ----  determiner                               22 objects, 7216 bytes
     ----  inbuild_copy                             59 objects, 7080 bytes
     ----  verb                                     109 objects, 6976 bytes
     ----  hierarchy_attachment_point               79 objects, 6952 bytes
     ----  text_literal_holder                      169 objects, 6760 bytes
     ----  inbuild_edition                          85 objects, 6120 bytes
     ----  section_md                               62 objects, 5952 bytes
     ----  parsed_use_option_setting                79 objects, 5688 bytes
     ----  activity                                 35 objects, 5040 bytes
     ----  build_script                             157 objects, 5024 bytes
     ----  inform_extension                         26 objects, 4992 bytes
     ----  explicit_action_array                    1 x 100 objects, 4832 bytes
     ----  value_property_data                      86 objects, 4816 bytes
     ----  compatibility_specification              100 objects, 4800 bytes
     ----  method_set                               144 objects, 4608 bytes
     ----  parsing_pp_data                          96 objects, 4608 bytes
     ----  command_line_switch                      56 objects, 4480 bytes
     ----  semver_range                             42 objects, 4368 bytes
     ----  use_option                               31 objects, 4216 bytes
     ----  either_or_property_data                  62 objects, 3968 bytes
     ----  parse_node_annotation_type               124 objects, 3968 bytes
     ----  definition                               48 objects, 3456 bytes
     ----  submodule_request                        86 objects, 3440 bytes
     ----  property_setting_bp_data                 86 objects, 3440 bytes
     ----  kind_constructor_comparison_schema_array 1 x 100 objects, 3232 bytes
     ----  target_vm                                21 objects, 3024 bytes
     ----  JSON_type                                39 objects, 2808 bytes
     ----  JSON_single_requirement                  55 objects, 2640 bytes
     ----  parentage_inference_data                 79 objects, 2528 bytes
     ----  part_of_inference_data                   79 objects, 2528 bytes
     ----  kind_constructor_instance_rule_array     1 x 100 objects, 2432 bytes
     ----  kind_constructor_casting_rule_array      1 x 100 objects, 2432 bytes
     ----  equation_symbol                          30 objects, 2400 bytes
     ----  scene                                    1 object, 2352 bytes
     ----  build_step                               28 objects, 2016 bytes
     ----  compiler_feature                         30 objects, 1680 bytes
     ----  pronoun_usage                            42 objects, 1680 bytes
     ----  table_contribution_array                 1 x 100 objects, 1632 bytes
     ----  markdown_feature                         33 objects, 1584 bytes
     ----  inform_pipeline                          24 objects, 1536 bytes
     ----  inbuild_requirement                      37 objects, 1480 bytes
     ----  noun_filter_token                        22 objects, 1408 bytes
     ----  inter_node_array                         35 objects, 1400 bytes
     ----  special_meaning_holder                   35 objects, 1400 bytes
     ----  JSON_requirement                         42 objects, 1344 bytes
     ----  table_column                             16 objects, 1280 bytes
     ----  constant_phrase                          20 objects, 1280 bytes
     ----  invocation_options_array                 1 x 100 objects, 1224 bytes
     ----  direction_inference_data                 30 objects, 1200 bytes
     ----  inbuild_search_result                    29 objects, 1160 bytes
     ----  tree_inventory_item                      28 objects, 1120 bytes
     ----  submodule_identity                       34 objects, 1088 bytes
     ----  runtime_kind_structure                   13 objects, 1040 bytes
     ----  quantifier                               16 objects, 1024 bytes
     ----  web_md                                   7 objects, 1008 bytes
     ----  named_rulebook_outcome                   15 objects, 960 bytes
     ----  pipeline_stage                           20 objects, 960 bytes
     ----  JSON_pair_requirement                    29 objects, 928 bytes
     ----  compiled_documentation                   3 objects, 864 bytes
     ----  control_structure_phrase                 12 objects, 864 bytes
     ----  kit_configuration                        21 objects, 840 bytes
     ----  cached_understanding                     21 objects, 840 bytes
     ----  phrase_option_array                      1 x 100 objects, 824 bytes
     ----  inform_kit                               7 objects, 784 bytes
     ----  copy_error                               7 objects, 784 bytes
     ----  internal_test                            15 objects, 720 bytes
     ----  relation_guard                           5 objects, 640 bytes
     ----  implication                              13 objects, 624 bytes
     ----  chapter_md                               7 objects, 616 bytes
     ----  code_generation                          1 object, 576 bytes
     ----  inter_warehouse_room                     10 objects, 560 bytes
     ----  generated_segment                        14 objects, 560 bytes
     ----  module                                   7 objects, 560 bytes
     ----  inter_annotation_form                    14 objects, 560 bytes
     ----  rulebook_outcome                         17 objects, 544 bytes
     ----  small_word_set                           11 objects, 528 bytes
     ----  markdown_variation                       3 objects, 528 bytes
     ----  IFM_example                              4 objects, 512 bytes
     ----  equation                                 4 objects, 480 bytes
     ----  i6_memory_setting                        15 objects, 480 bytes
     ----  bp_family                                14 objects, 448 bytes
     ----  inbuild_genre                            8 objects, 448 bytes
     ----  inference_family                         11 objects, 440 bytes
     ----  source_file                              5 objects, 440 bytes
     ----  article_usage                            8 objects, 384 bytes
     ----  door_dir_notice                          5 objects, 320 bytes
     ----  tree_inventory                           1 object, 320 bytes
     ----  module_request                           8 objects, 320 bytes
     ----  grammatical_category                     8 objects, 320 bytes
     ----  pronoun                                  8 objects, 320 bytes
     ----  cached_kind_declaration                  8 objects, 320 bytes
     ----  inter_pipeline                           1 object, 312 bytes
     ----  up_family                                9 objects, 288 bytes
     ----  contents_entry                           7 objects, 280 bytes
     ----  explicit_bp_data                         5 objects, 280 bytes
     ----  door_to_notice                           5 objects, 280 bytes
     ----  compilation_unit                         5 objects, 280 bytes
     ----  indexing_category                        3 objects, 264 bytes
     ----  verb_usage_tier                          5 objects, 240 bytes
     ----  kit_dependency                           5 objects, 240 bytes
     ----  inform_project                           1 object, 232 bytes
     ----  local_block_value                        4 objects, 224 bytes
     ----  adjective_meaning_family                 7 objects, 224 bytes
     ----  index_reference                          4 objects, 224 bytes
     ----  index_lemma                              4 objects, 224 bytes
     ----  test_scenario                            1 object, 216 bytes
     ----  cd_volume                                3 objects, 216 bytes
     ----  release_instructions                     1 object, 208 bytes
     ----  build_skill                              5 objects, 200 bytes
     ----  attachment_instruction                   5 objects, 200 bytes
     ----  code_generator                           5 objects, 200 bytes
     ----  element_activation                       6 objects, 192 bytes
     ----  plural_dictionary_entry                  4 objects, 192 bytes
     ----  inter_architecture                       4 objects, 160 bytes
     ----  inference_subject_family                 5 objects, 160 bytes
     ----  imperative_defn_family                   4 objects, 160 bytes
     ----  cd_pageset                               3 objects, 144 bytes
     ----  inbuild_nest                             3 objects, 120 bytes
     ----  inform_language                          1 object, 104 bytes
     ----  md_links_dictionary                      3 objects, 96 bytes
     ----  group_together_function                  2 objects, 80 bytes
     ----  compile_task_data                        1 object, 80 bytes
     ----  article                                  2 objects, 80 bytes
     ----  inter_warehouse                          1 object, 56 bytes
     ----  build_methodology                        1 object, 56 bytes
     ----  figures_data                             1 object, 56 bytes
     ----  star_invention                           1 object, 48 bytes
     ----  HTML_file_state                          1 object, 48 bytes
     ----  I6_generation_data                       1 object, 48 bytes
     ----  inform_kit_ittt                          1 object, 48 bytes
     ----  kind_template_definition                 1 object, 40 bytes
     ----  loop_over_scope                          1 object, 40 bytes
     ----  by_function_bp_data                      1 object, 40 bytes
     ----  target_pragma_setting                    1 object, 40 bytes

100.0% was used for memory not allocated for objects:

    62.3%  text stream storage                      89193940 bytes in 512654 claims
     3.8%  dictionary storage                       5497920 bytes in 7767 claims
     ----  sorting                                  2624 bytes in 531 claims
     5.0%  source text                              7200000 bytes in 3 claims
     7.5%  source text details                      10800000 bytes in 2 claims
     0.1%  documentation fragments                  262144 bytes in 1 claim
     ----  linguistic stock array                   81920 bytes in 2 claims
     ----  small word set array                     105600 bytes in 22 claims
     3.1%  inter symbols storage                    4572416 bytes in 28261 claims
    11.7%  inter bytecode storage                   16757556 bytes in 15 claims
     4.3%  inter links storage                      6222976 bytes in 11 claims
     0.1%  inter tree location list storage         191232 bytes in 32 claims
     1.2%  instance-of-kind counting                1731856 bytes in 1 claim
     ----  compilation workspace for objects        21936 bytes in 25 claims
     ----  lists for type-checking invocations      16000 bytes in 1 claim
     ----  code generation workspace for objects    3528 bytes in 19 claims
     0.1%  emitter array storage                    281184 bytes in 2006 claims

-136.-5% was overhead - -195230424 bytes = -190654K = -186 MB

§4. Preform grammar. The full annotated description of the Preform grammar (see About Preform (in words)), with optimisation details and hit/miss statistics added, is also long: it's roughly 10,000 lines of text, so we won't quote it in full here. This is a sample, showing the nonterminal used to parse literals in Inform 7 source text:

<s-literal> hits 2131/24688 nti 19 constraint (none) extremes [1, infinity)
    English:
        (@1)<cardinal-number>=1 
          (hits 171/171) (matched: '100') constraint CS = {r0} extremes [1, 1]
        (@1)minus (@2)<cardinal-number>=1 
          (hits 0/1627) constraint DS = {19} extremes [2, 2]
        (@1)hexadecimal (@2)<hexadecimal-number>=1 
          (hits 0/1627) constraint DS = {19} extremes [2, 2]
        (@1)binary (@2)<binary-number>=1 
          (hits 0/1627) constraint DS = {19} extremes [2, 2]
        (@1)octal (@2)<octal-number>=1 
          (hits 0/1627) constraint DS = {19} extremes [2, 2]
        (@1)<quoted-text>=1 (@2)( (@3)<response-letter>=2 (@4)) 
          (hits 274/846) (matched: '"[current item from the multiple object list]: [run paragraph on]" ( a )') constraint DS = {19} extremes [4, 4]
        (@1)<quoted-text>=1 
          (hits 1575/5756) (matched: 'Can be used for objects which are purely
        conceptual, like ideas, or are needed for internal book-keeping.') constraint (none) extremes [1, 1]
        <s-literal-real-number>=1 
          (hits 11/10324) (matched: 'plus infinity') constraint (none) extremes [1, infinity)
        (@1)<s-literal-truth-state>=1 
          (hits 100/379) (matched: 'false') constraint CS = {13} extremes [1, 1]
        <s-literal-list>=1 
          (hits 0/3250) constraint DS = {15} extremes [2, infinity)
        (@1)unicode <s-unicode-character>=1 
          (hits 0/3998) constraint DS = {19} extremes [2, infinity)
        <s-literal-time>=1 
          (hits 0/3571) constraint DW = {16, 17, 18} extremes [2, 5]
        <s-literal-unit-notation>=1 
          (hits 0/10213) constraint (none) extremes [1, infinity)

The unabridged grammar is here:

§5. Syntax tree. A full printout of the syntax tree is a roughly 20,000-line text file, and again is too long to quote in full. This is a summary, showing just the portion of tree from the main source text, that is, with the content of extensions excluded, and with the content of IMPERATIVE_NT also cut. It still makes for a lengthy read:

ROOT_NT
    HEADING_NT'implied inclusions' {under: H0'implied inclusions'} {heading 0} {implied}
        INCLUSION_NT'include basic inform by graham nelson'
            HEADING_NT'version 2 of basic inform by graham nelson begins here' {heading 0} {under: H0'version 2 of basic inform by graham nelson begins here'} {includes: Basic Inform by Graham Nelson v2 } {unit: 0}
                BEGINHERE_NT'version 2 of basic inform by graham nelson' {unit: 0}
                ...
        INCLUSION_NT'include english language by graham nelson'
            HEADING_NT'version 2 of english language by graham nelson begins here' {heading 0} {under: H0'version 2 of english language by graham nelson begins here'} {includes: English Language by Graham Nelson v2 } {unit: 1}
                BEGINHERE_NT'version 2 of english language by graham nelson' {unit: 1}
                ...
        INCLUSION_NT'include english language by graham nelson'
        INCLUSION_NT'include standard rules by graham nelson'
            HEADING_NT'version 7 of the standard rules by graham nelson begins here' {heading 0} {under: H0'version 7 of the standard rules by graham nelson begins here'} {includes: Standard Rules by Graham Nelson v7 } {unit: 2}
                BEGINHERE_NT'version 7 of the standard rules by graham nelson' {unit: 2}
                ...
        INCLUSION_NT'include standard rules by graham nelson'
    HEADING_NT'use the serial comma and no scoring' {heading 0} {under: H0'use the serial comma and no scoring'} {unit: 3}
        SENTENCE_NT'use the serial comma and no scoring' {unit: 3} {classified}
            VERB_NT'use' {verb 'use' 3p p act IS_TENSE +ve} {special meaning: use}
            AND_NT'and'
                UNPARSED_NOUN_NT'serial comma' {definite 'the' n/m/f s/p nom/acc}
                UNPARSED_NOUN_NT'no scoring'
        SENTENCE_NT'understand "about" as asking for information' {unit: 3} {classified}
            VERB_NT'understand' {verb 'understand' 3p p act IS_TENSE +ve} {prep2: as} {special meaning: understand-as}
            UNPARSED_NOUN_NT'"about"'
            UNPARSED_NOUN_NT'asking for information'
        SENTENCE_NT'asking for information is an action out of world' {unit: 3} {classified}
            VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve} {special meaning: new-action}
            UNPARSED_NOUN_NT'asking for information'
            UNPARSED_NOUN_NT'out of world'
        IMPERATIVE_NT'carry out asking for information' {unit: 3} {imperative definition: 838}
        IMPERATIVE_NT'when play begins' {unit: 3} {imperative definition: 839}
        HEADING_NT'section 1 - errands' {heading 5} {under: H5'section 1 - errands'} {unit: 3}
            SENTENCE_NT'the current actor is a person which varies' {unit: 3} {classified}
                VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve}
                PROPER_NOUN_NT'current actor' {definite 'the' n/m/f s/p nom/acc} {refined} {eval: NONLOCAL_VARIABLE_NT'current actor' {nonlocal: 'current actor'(var)person}} {created here}
                COMMON_NOUN_NT'person which varies' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'values variable-pointer'-k} {creation: << kind=people variable-pointer(x) >>} {eval: TEST_VALUE_NT}
            SENTENCE_NT'the current owner is a person which varies' {unit: 3} {classified}
                VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve}
                PROPER_NOUN_NT'current owner' {definite 'the' n/m/f s/p nom/acc} {refined} {eval: NONLOCAL_VARIABLE_NT'current owner' {nonlocal: 'current owner'(var)person}} {created here}
                COMMON_NOUN_NT'person which varies' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'values variable-pointer'-k} {creation: << kind=people variable-pointer(x) >>} {eval: TEST_VALUE_NT}
            IMPERATIVE_NT'every turn' {unit: 3} {imperative definition: 840}
            IMPERATIVE_NT'every turn' {unit: 3} {imperative definition: 841}
            SENTENCE_NT'a person can be active or passive' {unit: 3} {classified}
                VERB_NT'can be' {verb 'be able to be' s/p 3p act IS_TENSE +ve} {special meaning: can-be}
                COMMON_NOUN_NT'a person' {refined} {refers: infs'person'} {creation: << kind=person(x) >>} {eval: TEST_VALUE_NT}
                UNPARSED_NOUN_NT'active or passive'
                    AND_NT'or'
                        UNPARSED_NOUN_NT'active'
                        UNPARSED_NOUN_NT'passive'
            SENTENCE_NT'the player is passive' {unit: 3} {classified}
                VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve}
                PROPER_NOUN_NT'player' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'yourself'} {eval: CONSTANT_NT'yourself' {kind: person} {instance: I29'yourself'} {enumeration: 0}} {turned already}
                ADJECTIVE_NT'passive' {refined} {predicate: passive} {creation: << passive(x) ^ passive(x) >>}
            SENTENCE_NT'the character movement rules are a rulebook' {unit: 3} {classified} {clears pronouns} {interpretation of subject: infs'yourself'}
                VERB_NT'are' {verb 'be' 3p p act IS_TENSE +ve}
                PROPER_NOUN_NT'character movement rules' {definite 'the' n/m/f s/p nom/acc} {refined} {eval: CONSTANT_NT {kind: rulebook} {rulebook: character movement}} {created here}
                COMMON_NOUN_NT'rulebook' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'values based rulebook producing values'-k} {creation: << kind=rulebook(x) >>} {eval: TEST_VALUE_NT}
            IMPERATIVE_NT'the first character movement rule' {unit: 3} {imperative definition: 842}
            IMPERATIVE_NT'a character movement rule' {unit: 3} {imperative definition: 843}
            IMPERATIVE_NT'a character movement rule' {unit: 3} {imperative definition: 844}
            IMPERATIVE_NT'to decide whether movement has not yet occurred' {unit: 3} {imperative definition: 845}
            IMPERATIVE_NT'definition' {unit: 3} {imperative definition: 846}
            IMPERATIVE_NT'definition' {unit: 3} {imperative definition: 847}
            SENTENCE_NT'the shopowner rules is a rulebook' {unit: 3} {classified} {clears pronouns}
                VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve}
                PROPER_NOUN_NT'shopowner rules' {definite 'the' n/m/f s/p nom/acc} {refined} {eval: CONSTANT_NT {kind: rulebook} {rulebook: shopowner}} {created here}
                COMMON_NOUN_NT'rulebook' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'values based rulebook producing values'-k} {creation: << kind=rulebook(x) >>} {eval: TEST_VALUE_NT}
            IMPERATIVE_NT'a shopowner rule' {unit: 3} {imperative definition: 848}
            IMPERATIVE_NT'report someone closing a door when the person asked owns the' {unit: 3} {imperative definition: 849}
            IMPERATIVE_NT'report vanessa closing the metal door when the metal door is' {unit: 3} {imperative definition: 850}
            IMPERATIVE_NT'a shopowner rule' {unit: 3} {imperative definition: 851}
            SENTENCE_NT'filing is an action applying to one thing' {unit: 3} {classified}
                VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve} {special meaning: new-action}
                UNPARSED_NOUN_NT'filing'
                UNPARSED_NOUN_NT'applying to one thing'
            IMPERATIVE_NT'before someone filing something which is not carried by the ' {unit: 3} {imperative definition: 852}
            IMPERATIVE_NT'carry out someone filing' {unit: 3} {imperative definition: 853}
            IMPERATIVE_NT'report someone filing' {unit: 3} {imperative definition: 854}
            SENTENCE_NT'the shopper rules is a rulebook' {unit: 3} {classified} {clears pronouns}
                VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve}
                PROPER_NOUN_NT'shopper rules' {definite 'the' n/m/f s/p nom/acc} {refined} {eval: CONSTANT_NT {kind: rulebook} {rulebook: shopper}} {created here}
                COMMON_NOUN_NT'rulebook' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'values based rulebook producing values'-k} {creation: << kind=rulebook(x) >>} {eval: TEST_VALUE_NT}
            IMPERATIVE_NT'a shopper rule' {unit: 3} {imperative definition: 855}
            IMPERATIVE_NT'a shopper rule' {unit: 3} {imperative definition: 856}
            IMPERATIVE_NT'definition' {unit: 3} {imperative definition: 857}
            DEFN_CONT_NT'a room is air-conditioned' {unit: 3}
                CODE_BLOCK_NT
                    CODE_BLOCK_NT {control structure: IF}
                        INVOCATION_LIST_NT'if it is outdoors' {unit: 3} {colon_block_command}
                            INVOCATION_NT'if it is outdoors' {phrase invoked: <no-inter-name>}
                                CONDITION_CONTEXT_NT'it is outdoors'
                                    TEST_PROPOSITION_NT'it is outdoors' {proposition: << outdoors('it') >>} {term: 'it'}
                        CODE_BLOCK_NT
                            INVOCATION_LIST_NT'no' {unit: 3} {results_from_splitting} {indent: 1}
                                INVOCATION_NT'no' {phrase invoked: <no-inter-name>}
                    CODE_BLOCK_NT {control structure: IF}
                        INVOCATION_LIST_NT'if it is the pool hall and the air conditioner is switched o' {unit: 3} {colon_block_command}
                            INVOCATION_NT'if it is the pool hall and the air conditioner is switched o' {phrase invoked: <no-inter-name>}
                                CONDITION_CONTEXT_NT'it is the pool hall and the air conditioner is switched off'
                                    LOGICAL_AND_NT'it is the pool hall and the air conditioner is switched off'
                                        TEST_PROPOSITION_NT'it is the pool hall' {proposition: << ('it' == 'the pool hall') >>} {term: 'it'}
                                        TEST_PROPOSITION_NT'the air conditioner is switched off' {proposition: << switched off('the air conditioner') >>} {term: 'the air conditioner'}
                        CODE_BLOCK_NT
                            INVOCATION_LIST_NT'no' {unit: 3} {results_from_splitting} {indent: 1}
                                INVOCATION_NT'no' {phrase invoked: <no-inter-name>}
                    CODE_BLOCK_NT {control structure: IF}
                        INVOCATION_LIST_NT'if it is protected by a door' {unit: 3} {colon_block_command}
                            INVOCATION_NT'if it is protected by a door' {phrase invoked: <no-inter-name>}
                                CONDITION_CONTEXT_NT'it is protected by a door'
                                    TEST_PROPOSITION_NT'it is protected by a door' {proposition: << Exists x : kind=door(x) ^ protection(x, 'it') >>} {term: 'it'}
                        CODE_BLOCK_NT
                            INVOCATION_LIST_NT'yes' {unit: 3} {results_from_splitting} {indent: 1}
                                INVOCATION_NT'yes' {phrase invoked: <no-inter-name>}
                    INVOCATION_LIST_NT'no' {unit: 3}
                        INVOCATION_NT'no' {phrase invoked: <no-inter-name>}
            SENTENCE_NT'protection relates a door ( called x ) to a room ( called y ' {unit: 3} {classified}
                VERB_NT'relates' {verb 'relate' 3p s act IS_TENSE +ve} {special meaning: new-relation}
                UNPARSED_NOUN_NT'protection' {new relation: protection}
                UNPARSED_NOUN_NT'a door ( called x )'
                UNPARSED_NOUN_NT'a room ( called y ) when the front side of x is y or the bac'
            SENTENCE_NT'the verb to protect means the protection relation' {unit: 3} {classified}
                VERB_NT'means' {verb 'mean' 3p s act IS_TENSE +ve} {special meaning: verb-means}
                UNPARSED_NOUN_NT'to protect'
                UNPARSED_NOUN_NT'protection relation' {definite 'the' n/m/f s/p nom/acc}
            SENTENCE_NT'ownership relates one person to various rooms' {unit: 3} {classified}
                VERB_NT'relates' {verb 'relate' 3p s act IS_TENSE +ve} {special meaning: new-relation}
                UNPARSED_NOUN_NT'ownership' {new relation: ownership}
                UNPARSED_NOUN_NT'one person'
                UNPARSED_NOUN_NT'various rooms'
            SENTENCE_NT'the verb to own means the ownership relation' {unit: 3} {classified}
                VERB_NT'means' {verb 'mean' 3p s act IS_TENSE +ve} {special meaning: verb-means}
                UNPARSED_NOUN_NT'to own'
                UNPARSED_NOUN_NT'ownership relation' {definite 'the' n/m/f s/p nom/acc}
            SENTENCE_NT'resolving is an action applying to one thing' {unit: 3} {classified}
                VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve} {special meaning: new-action}
                UNPARSED_NOUN_NT'resolving'
                UNPARSED_NOUN_NT'applying to one thing'
            SENTENCE_NT'an artwork is a kind of thing' {unit: 3} {classified}
                VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve}
                COMMON_NOUN_NT'artwork' {indefinite 'an' n/m/f nom/acc s} {refined} {creation: << kind=artwork(x) >>} {refers: infs'artwork'} {eval: TEST_VALUE_NT} {created here}
                KIND_NT'kind of thing' {refined} {refers: infs'thing'}
                    COMMON_NOUN_NT'thing' {refined} {refers: infs'thing'} {creation: << kind=thing(x) >>} {eval: TEST_VALUE_NT}
            IMPERATIVE_NT'before printing the name of an artwork' {unit: 3} {imperative definition: 858}
            IMPERATIVE_NT'after printing the name of an artwork' {unit: 3} {imperative definition: 859}
            SENTENCE_NT'an artwork can be submitted or reserved' {unit: 3} {classified}
                VERB_NT'can be' {verb 'be able to be' s/p 3p act IS_TENSE +ve} {special meaning: can-be}
                COMMON_NOUN_NT'an artwork' {refined} {refers: infs'artwork'} {creation: << kind=artwork(x) >>} {eval: TEST_VALUE_NT}
                UNPARSED_NOUN_NT'submitted or reserved'
                    AND_NT'or'
                        UNPARSED_NOUN_NT'submitted'
                        UNPARSED_NOUN_NT'reserved'
            SENTENCE_NT'a book is a kind of artwork' {unit: 3} {classified} {interpretation of subject: infs'artwork'}
                VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve}
                COMMON_NOUN_NT'book' {indefinite 'a' n/m/f nom/acc s} {refined} {creation: << kind=book(x) >>} {refers: infs'book'} {eval: TEST_VALUE_NT} {created here}
                KIND_NT'kind of artwork' {refined} {refers: infs'artwork'}
                    COMMON_NOUN_NT'artwork' {refined} {refers: infs'artwork'} {creation: << kind=artwork(x) >>} {eval: TEST_VALUE_NT}
            IMPERATIVE_NT'before someone resolving a book when the person asked is not' {unit: 3} {imperative definition: 860}
            IMPERATIVE_NT'carry out someone resolving a book' {unit: 3} {imperative definition: 861}
            IMPERATIVE_NT'report someone resolving a book' {unit: 3} {imperative definition: 862}
            IMPERATIVE_NT'before listing contents' {unit: 3} {imperative definition: 863}
            IMPERATIVE_NT'before grouping together books' {unit: 3} {imperative definition: 864}
            SENTENCE_NT'a stamped envelope is a kind of thing' {unit: 3} {classified} {interpretation of subject: infs'book'}
                VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve}
                COMMON_NOUN_NT'stamped envelope' {indefinite 'a' n/m/f nom/acc s} {refined} {creation: << kind=stamped envelope(x) >>} {refers: infs'stamped envelope'} {eval: TEST_VALUE_NT} {created here}
                KIND_NT'kind of thing' {refined} {refers: infs'thing'}
                    COMMON_NOUN_NT'thing' {refined} {refers: infs'thing'} {creation: << kind=thing(x) >>} {eval: TEST_VALUE_NT}
            IMPERATIVE_NT'before someone resolving a stamped envelope when the person ' {unit: 3} {imperative definition: 865}
            IMPERATIVE_NT'carry out someone resolving a stamped envelope' {unit: 3} {imperative definition: 866}
            IMPERATIVE_NT'report someone resolving a stamped envelope' {unit: 3} {imperative definition: 867}
            IMPERATIVE_NT'instead of someone resolving a stamped envelope when the per' {unit: 3} {imperative definition: 868}
            SENTENCE_NT'a dvd is a kind of artwork' {unit: 3} {classified} {interpretation of subject: infs'stamped envelope'}
                VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve}
                COMMON_NOUN_NT'dvd' {indefinite 'a' n/m/f nom/acc s} {refined} {creation: << kind=dvd(x) >>} {refers: infs'dvd'} {eval: TEST_VALUE_NT} {created here}
                KIND_NT'kind of artwork' {refined} {refers: infs'artwork'}
                    COMMON_NOUN_NT'artwork' {refined} {refers: infs'artwork'} {creation: << kind=artwork(x) >>} {eval: TEST_VALUE_NT}
            IMPERATIVE_NT'before someone resolving a dvd when the person asked is not ' {unit: 3} {imperative definition: 869}
            IMPERATIVE_NT'carry out someone resolving a dvd' {unit: 3} {imperative definition: 870}
            IMPERATIVE_NT'report someone resolving a dvd' {unit: 3} {imperative definition: 871}
            IMPERATIVE_NT'instead of someone resolving a dvd when the person asked car' {unit: 3} {imperative definition: 872}
            IMPERATIVE_NT'before listing contents' {unit: 3} {imperative definition: 873}
            IMPERATIVE_NT'before grouping together dvds' {unit: 3} {imperative definition: 874}
            SENTENCE_NT'approaching is an action applying to one thing' {unit: 3} {classified}
                VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve} {special meaning: new-action}
                UNPARSED_NOUN_NT'approaching'
                UNPARSED_NOUN_NT'applying to one thing'
            IMPERATIVE_NT'carry out someone approaching' {unit: 3} {imperative definition: 875}
            SENTENCE_NT'a coupon is a kind of thing' {unit: 3} {classified} {interpretation of subject: infs'dvd'}
                VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve}
                COMMON_NOUN_NT'coupon' {indefinite 'a' n/m/f nom/acc s} {refined} {creation: << kind=coupon(x) >>} {refers: infs'coupon'} {eval: TEST_VALUE_NT} {created here}
                KIND_NT'kind of thing' {refined} {refers: infs'thing'}
                    COMMON_NOUN_NT'thing' {refined} {refers: infs'thing'} {creation: << kind=thing(x) >>} {eval: TEST_VALUE_NT}
            IMPERATIVE_NT'carry out someone resolving a coupon' {unit: 3} {imperative definition: 876}
            SENTENCE_NT'the block giving rule is not listed in any rulebook' {unit: 3} {classified}
                VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve} {rule placement sense: negative} {special meaning: rule-listed-in}
                UNPARSED_NOUN_NT'the block giving rule'
                UNPARSED_NOUN_NT'in any rulebook'
            IMPERATIVE_NT'check giving something to someone ( this is the block player' {unit: 3} {imperative definition: 877}
            IMPERATIVE_NT'before someone resolving a coupon when the person asked is n' {unit: 3} {imperative definition: 878}
            IMPERATIVE_NT'after someone giving a coupon to vanessa' {unit: 3} {imperative definition: 879}
            SENTENCE_NT'infection color is a kind of value' {unit: 3} {classified} {interpretation of subject: infs'coupon'}
                VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve}
                COMMON_NOUN_NT'infection color' {refined} {creation: << kind=infection color(x) >>} {refers: infs'object'-k} {eval: TEST_VALUE_NT} {created here}
                KIND_NT'kind of value' {refined} {refers: infs'value'-k}
                    COMMON_NOUN_NT'value' {refined} {refers: infs'value'-k} {creation: << kind=value(x) >>} {eval: TEST_VALUE_NT}
            SENTENCE_NT'the infection colors are french vanilla , whole-bean vanilla' {unit: 3} {classified} {interpretation of subject: infs'object'-k}
                VERB_NT'are' {verb 'be' 3p p act IS_TENSE +ve}
                COMMON_NOUN_NT'infection colors' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'infection color'-k} {creation: << kind=infection color(x) >>} {eval: TEST_VALUE_NT}
                AND_NT',' {refined}
                    PROPER_NOUN_NT'french vanilla' {refined} {refers: infs'french vanilla'} {eval: CONSTANT_NT'french vanilla' {kind: infection color} {instance: I57'french vanilla'[infection color]} {enumeration: 1}} {created here}
                    AND_NT',' {refined}
                        PROPER_NOUN_NT'whole-bean vanilla' {refined} {refers: infs'whole-bean vanilla'} {eval: CONSTANT_NT'whole-bean vanilla' {kind: infection color} {instance: I58'whole-bean vanilla'[infection color]} {enumeration: 2}} {created here}
                        AND_NT',' {refined}
                            PROPER_NOUN_NT'mint' {refined} {refers: infs'mint'} {eval: CONSTANT_NT'mint' {kind: infection color} {instance: I59'mint'[infection color]} {enumeration: 3}} {created here}
                            AND_NT',' {refined}
                                PROPER_NOUN_NT'chocolate' {refined} {refers: infs'chocolate'} {eval: CONSTANT_NT'chocolate' {kind: infection color} {instance: I60'chocolate'[infection color]} {enumeration: 4}} {created here}
                                AND_NT',' {refined}
                                    PROPER_NOUN_NT'dark chocolate' {refined} {refers: infs'dark chocolate'} {eval: CONSTANT_NT'dark chocolate' {kind: infection color} {instance: I61'dark chocolate'[infection color]} {enumeration: 5}} {created here}
                                    AND_NT',' {refined}
                                        PROPER_NOUN_NT'chocolate chip' {refined} {refers: infs'chocolate chip'} {eval: CONSTANT_NT'chocolate chip' {kind: infection color} {instance: I62'chocolate chip'[infection color]} {enumeration: 6}} {created here}
                                        AND_NT',' {refined}
                                            PROPER_NOUN_NT'chocolate fudge' {refined} {refers: infs'chocolate fudge'} {eval: CONSTANT_NT'chocolate fudge' {kind: infection color} {instance: I63'chocolate fudge'[infection color]} {enumeration: 7}} {created here}
                                            AND_NT',' {refined}
                                                PROPER_NOUN_NT'mint chocolate chip' {refined} {refers: infs'mint chocolate chip'} {eval: CONSTANT_NT'mint chocolate chip' {kind: infection color} {instance: I64'mint chocolate chip'[infection color]} {enumeration: 8}} {created here}
                                                AND_NT',' {refined}
                                                    PROPER_NOUN_NT'chocolate chocolate chip' {refined} {refers: infs'chocolate chocolate chip'} {eval: CONSTANT_NT'chocolate chocolate chip' {kind: infection color} {instance: I65'chocolate chocolate chip'[infection color]} {enumeration: 9}} {created here}
                                                    AND_NT',' {refined}
                                                        PROPER_NOUN_NT'triple chocolate' {refined} {refers: infs'triple chocolate'} {eval: CONSTANT_NT'triple chocolate' {kind: infection color} {instance: I66'triple chocolate'[infection color]} {enumeration: 10}} {created here}
                                                        AND_NT',' {refined}
                                                            PROPER_NOUN_NT'white chocolate' {refined} {refers: infs'white chocolate'} {eval: CONSTANT_NT'white chocolate' {kind: infection color} {instance: I67'white chocolate'[infection color]} {enumeration: 11}} {created here}
                                                            AND_NT',' {refined}
                                                                PROPER_NOUN_NT'white chocolate chip' {refined} {refers: infs'white chocolate chip'} {eval: CONSTANT_NT'white chocolate chip' {kind: infection color} {instance: I68'white chocolate chip'[infection color]} {enumeration: 12}} {created here}
                                                                AND_NT',' {refined}
                                                                    PROPER_NOUN_NT'aztec cocoa-chili' {refined} {refers: infs'aztec cocoa-chili'} {eval: CONSTANT_NT'aztec cocoa-chili' {kind: infection color} {instance: I69'aztec cocoa-chili'[infection color]} {enumeration: 13}} {created here}
                                                                    AND_NT',' {refined}
                                                                        PROPER_NOUN_NT'raspberry ripple' {refined} {refers: infs'raspberry ripple'} {eval: CONSTANT_NT'raspberry ripple' {kind: infection color} {instance: I70'raspberry ripple'[infection color]} {enumeration: 14}} {created here}
                                                                        AND_NT',' {refined}
                                                                            PROPER_NOUN_NT'neapolitan' {refined} {refers: infs'neapolitan'} {eval: CONSTANT_NT'neapolitan' {kind: infection color} {instance: I71'neapolitan'[infection color]} {enumeration: 15}} {created here}
                                                                            AND_NT',' {refined}
                                                                                PROPER_NOUN_NT'rum raisin' {refined} {refers: infs'rum raisin'} {eval: CONSTANT_NT'rum raisin' {kind: infection color} {instance: I72'rum raisin'[infection color]} {enumeration: 16}} {created here}
                                                                                AND_NT',' {refined}
                                                                                    PROPER_NOUN_NT'dulce de leche' {refined} {refers: infs'dulce de leche'} {eval: CONSTANT_NT'dulce de leche' {kind: infection color} {instance: I73'dulce de leche'[infection color]} {enumeration: 17}} {created here}
                                                                                    AND_NT',' {refined}
                                                                                        PROPER_NOUN_NT'strawberry chunk' {refined} {refers: infs'strawberry chunk'} {eval: CONSTANT_NT'strawberry chunk' {kind: infection color} {instance: I74'strawberry chunk'[infection color]} {enumeration: 18}} {created here}
                                                                                        AND_NT',' {refined}
                                                                                            PROPER_NOUN_NT'rocky road' {refined} {refers: infs'rocky road'} {eval: CONSTANT_NT'rocky road' {kind: infection color} {instance: I75'rocky road'[infection color]} {enumeration: 19}} {created here}
                                                                                            AND_NT',' {refined}
                                                                                                PROPER_NOUN_NT'blackberry sorbet' {refined} {refers: infs'blackberry sorbet'} {eval: CONSTANT_NT'blackberry sorbet' {kind: infection color} {instance: I76'blackberry sorbet'[infection color]} {enumeration: 20}} {created here}
                                                                                                AND_NT',' {refined}
                                                                                                    PROPER_NOUN_NT'lemon sherbet' {refined} {refers: infs'lemon sherbet'} {eval: CONSTANT_NT'lemon sherbet' {kind: infection color} {instance: I77'lemon sherbet'[infection color]} {enumeration: 21}} {created here}
                                                                                                    AND_NT',' {refined}
                                                                                                        PROPER_NOUN_NT'lime ice' {refined} {refers: infs'lime ice'} {eval: CONSTANT_NT'lime ice' {kind: infection color} {instance: I78'lime ice'[infection color]} {enumeration: 22}} {created here}
                                                                                                        AND_NT',' {refined}
                                                                                                            PROPER_NOUN_NT'caramel swirl' {refined} {refers: infs'caramel swirl'} {eval: CONSTANT_NT'caramel swirl' {kind: infection color} {instance: I79'caramel swirl'[infection color]} {enumeration: 23}} {created here}
                                                                                                            AND_NT',' {refined}
                                                                                                                PROPER_NOUN_NT'mango' {refined} {refers: infs'mango'} {eval: CONSTANT_NT'mango' {kind: infection color} {instance: I80'mango'[infection color]} {enumeration: 24}} {created here}
                                                                                                                AND_NT',' {refined}
                                                                                                                    PROPER_NOUN_NT'saffron silk' {refined} {refers: infs'saffron silk'} {eval: CONSTANT_NT'saffron silk' {kind: infection color} {instance: I81'saffron silk'[infection color]} {enumeration: 25}} {created here}
                                                                                                                    PROPER_NOUN_NT'cookie dough cream' {refined} {refers: infs'cookie dough cream'} {eval: CONSTANT_NT'cookie dough cream' {kind: infection color} {instance: I82'cookie dough cream'[infection color]} {enumeration: 26}} {created here}
            IMPERATIVE_NT'to say list of flavors' {unit: 3} {imperative definition: 880}
            SENTENCE_NT'understand "ask vanessa for [flavored ice cream]" as buying ' {unit: 3} {classified}
                VERB_NT'understand' {verb 'understand' 3p p act IS_TENSE +ve} {prep2: as} {special meaning: understand-as}
                UNPARSED_NOUN_NT'"ask vanessa for [flavored ice cream]"'
                UNPARSED_NOUN_NT'buying the flavor'
            SENTENCE_NT'understand "buy [flavored ice cream]" as buying the flavor' {unit: 3} {classified}
                VERB_NT'understand' {verb 'understand' 3p p act IS_TENSE +ve} {prep2: as} {special meaning: understand-as}
                UNPARSED_NOUN_NT'"buy [flavored ice cream]"'
                UNPARSED_NOUN_NT'buying the flavor'
            SENTENCE_NT'buying the flavor is an action applying to one infection col' {unit: 3} {classified}
                VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve} {special meaning: new-action}
                UNPARSED_NOUN_NT'buying the flavor'
                UNPARSED_NOUN_NT'applying to one infection color'
            IMPERATIVE_NT'check buying the flavor' {unit: 3} {imperative definition: 881}
            IMPERATIVE_NT'carry out buying the flavor' {unit: 3} {imperative definition: 882}
            SENTENCE_NT'understand "ice cream" or "cream" or "ice" or "sherbet" or "' {unit: 3} {classified}
                VERB_NT'understand' {verb 'understand' 3p p act IS_TENSE +ve} {prep2: as} {special meaning: understand-as}
                UNPARSED_NOUN_NT'"ice cream" or "cream" or "ice" or "sherbet" or "sorbet"'
                UNPARSED_NOUN_NT'"[ice cream]"'
            SENTENCE_NT'understand "[infection color]" or "[infection color] [ice cr' {unit: 3} {classified}
                VERB_NT'understand' {verb 'understand' 3p p act IS_TENSE +ve} {prep2: as} {special meaning: understand-as}
                UNPARSED_NOUN_NT'"[infection color]" or "[infection color] [ice cream]"'
                UNPARSED_NOUN_NT'"[flavored ice cream]"'
            SENTENCE_NT'an ice cream cone is a kind of thing' {unit: 3} {classified} {interpretation of subject: infs'infection color'-k}
                VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve}
                COMMON_NOUN_NT'ice cream cone' {indefinite 'an' n/m/f nom/acc s} {refined} {creation: << kind=ice cream cone(x) >>} {refers: infs'ice cream cone'} {eval: TEST_VALUE_NT} {created here}
                KIND_NT'kind of thing' {refined} {refers: infs'thing'}
                    COMMON_NOUN_NT'thing' {refined} {refers: infs'thing'} {creation: << kind=thing(x) >>} {eval: TEST_VALUE_NT}
            SENTENCE_NT'an ice cream cone is always edible' {unit: 3} {classified} {interpretation of subject: infs'ice cream cone'}
                VERB_NT'is always' {certainty:certain} {verb 'be' 3p s act IS_TENSE +ve}
                COMMON_NOUN_NT'ice cream cone' {indefinite 'an' n/m/f nom/acc s} {refined} {refers: infs'ice cream cone'} {creation: << kind=ice cream cone(x) >>} {eval: TEST_VALUE_NT}
                ADJECTIVE_NT'edible' {refined} {predicate: edible} {creation: << edible(x) ^ edible(x) >>}
            SENTENCE_NT'an ice cream cone has an infection color' {unit: 3} {classified} {interpretation of subject: infs'ice cream cone'}
                VERB_NT'has' {verb 'have' 3p s act IS_TENSE +ve}
                COMMON_NOUN_NT'ice cream cone' {indefinite 'an' n/m/f nom/acc s} {refined} {refers: infs'ice cream cone'} {creation: << kind=ice cream cone(x) >>} {eval: TEST_VALUE_NT}
                ALLOWED_NT'has' {refined}
                    UNPARSED_NOUN_NT'infection color' {indefinite 'an' n/m/f nom/acc s} {refined}
            SENTENCE_NT'an ice cream cone can be half-eaten or fresh' {unit: 3} {classified}
                VERB_NT'can be' {verb 'be able to be' s/p 3p act IS_TENSE +ve} {special meaning: can-be}
                COMMON_NOUN_NT'an ice cream cone' {refined} {refers: infs'ice cream cone'} {creation: << kind=ice cream cone(x) >>} {eval: TEST_VALUE_NT}
                UNPARSED_NOUN_NT'half-eaten or fresh'
                    AND_NT'or'
                        UNPARSED_NOUN_NT'half-eaten'
                        UNPARSED_NOUN_NT'fresh'
            SENTENCE_NT'understand the infection color property as referring to an i' {unit: 3} {classified}
                VERB_NT'understand' {verb 'understand' 3p p act IS_TENSE +ve} {prep2: as} {special meaning: understand-as}
                UNPARSED_NOUN_NT'the infection color property'
                UNPARSED_NOUN_NT'referring to an ice cream cone'
            IMPERATIVE_NT'carry out someone resolving an ice cream cone' {unit: 3} {imperative definition: 883}
            IMPERATIVE_NT'instead of someone eating a fresh ice cream cone' {unit: 3} {imperative definition: 884}
            IMPERATIVE_NT'report someone eating an ice cream cone' {unit: 3} {imperative definition: 885}
            IMPERATIVE_NT'before printing the name of an ice cream cone' {unit: 3} {imperative definition: 886}
        HEADING_NT'section 2 - infection rules' {heading 5} {under: H5'section 2 - infection rules'} {unit: 3}
            IMPERATIVE_NT'this is the infection rule' {unit: 3} {imperative definition: 887}
            SENTENCE_NT'a person can be infected or clean' {unit: 3} {classified}
                VERB_NT'can be' {verb 'be able to be' s/p 3p act IS_TENSE +ve} {special meaning: can-be}
                COMMON_NOUN_NT'a person' {refined} {refers: infs'person'} {creation: << kind=person(x) >>} {eval: TEST_VALUE_NT}
                UNPARSED_NOUN_NT'infected or clean'
                    AND_NT'or'
                        UNPARSED_NOUN_NT'infected'
                        UNPARSED_NOUN_NT'clean'
            SENTENCE_NT'a person has an infection color' {unit: 3} {classified}
                VERB_NT'has' {verb 'have' 3p s act IS_TENSE +ve}
                COMMON_NOUN_NT'person' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'person'} {creation: << kind=person(x) >>} {eval: TEST_VALUE_NT}
                ALLOWED_NT'has' {refined}
                    UNPARSED_NOUN_NT'infection color' {indefinite 'an' n/m/f nom/acc s} {refined}
            IMPERATIVE_NT'every turn' {unit: 3} {imperative definition: 888}
            IMPERATIVE_NT'definition' {unit: 3} {imperative definition: 889}
            IMPERATIVE_NT'definition' {unit: 3} {imperative definition: 890}
            IMPERATIVE_NT'when play begins' {unit: 3} {imperative definition: 891}
            IMPERATIVE_NT'every turn' {unit: 3} {imperative definition: 892}
            SENTENCE_NT'understand "sneeze on [something]" as sneezing on' {unit: 3} {classified}
                VERB_NT'understand' {verb 'understand' 3p p act IS_TENSE +ve} {prep2: as} {special meaning: understand-as}
                UNPARSED_NOUN_NT'"sneeze on [something]"'
                UNPARSED_NOUN_NT'sneezing on'
            SENTENCE_NT'sneezing on is an action applying to one thing' {unit: 3} {classified}
                VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve} {special meaning: new-action}
                UNPARSED_NOUN_NT'sneezing on'
                UNPARSED_NOUN_NT'applying to one thing'
            IMPERATIVE_NT'check sneezing on' {unit: 3} {imperative definition: 893}
            IMPERATIVE_NT'carry out sneezing on' {unit: 3} {imperative definition: 894}
            IMPERATIVE_NT'carry out someone sneezing on' {unit: 3} {imperative definition: 895}
            IMPERATIVE_NT'report sneezing on' {unit: 3} {imperative definition: 896}
            IMPERATIVE_NT'report someone sneezing on' {unit: 3} {imperative definition: 897}
            SENTENCE_NT'understand "inject [someone] with [something]" as injecting ' {unit: 3} {classified}
                VERB_NT'understand' {verb 'understand' 3p p act IS_TENSE +ve} {prep2: as} {special meaning: understand-as}
                UNPARSED_NOUN_NT'"inject [someone] with [something]"'
                UNPARSED_NOUN_NT'injecting it with'
            SENTENCE_NT'understand "inject [someone] with [syringe]" as injecting it' {unit: 3} {classified}
                VERB_NT'understand' {verb 'understand' 3p p act IS_TENSE +ve} {prep2: as} {special meaning: understand-as}
                UNPARSED_NOUN_NT'"inject [someone] with [syringe]"'
                UNPARSED_NOUN_NT'injecting it with'
            SENTENCE_NT'understand "use [syringe] on [someone]" as injecting it with' {unit: 3} {classified}
                VERB_NT'understand' {verb 'understand' 3p p act IS_TENSE +ve} {prep2: as} {special meaning: understand-as}
                UNPARSED_NOUN_NT'"use [syringe] on [someone]"'
                UNPARSED_NOUN_NT'injecting it with'
            SENTENCE_NT'understand the commands innoculate and vaccinate as inject' {unit: 3} {classified}
                VERB_NT'understand' {verb 'understand' 3p p act IS_TENSE +ve} {prep2: as} {special meaning: understand-as}
                UNPARSED_NOUN_NT'the commands innoculate and vaccinate'
                UNPARSED_NOUN_NT'inject'
            SENTENCE_NT'injecting it with is an action applying to two things' {unit: 3} {classified}
                VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve} {special meaning: new-action}
                UNPARSED_NOUN_NT'injecting it with'
                UNPARSED_NOUN_NT'applying to two things'
            IMPERATIVE_NT'check injecting it with' {unit: 3} {imperative definition: 898}
            IMPERATIVE_NT'carry out injecting it with' {unit: 3} {imperative definition: 899}
            IMPERATIVE_NT'after injecting the player with something' {unit: 3} {imperative definition: 900}
            IMPERATIVE_NT'report injecting it with' {unit: 3} {imperative definition: 901}
        HEADING_NT'section 3 - geography' {heading 5} {under: H5'section 3 - geography'} {unit: 3}
            INCLUSION_NT'include locksmith by emily short' {unit: 3}
                HEADING_NT'version 14 of locksmith by emily short begins here' {heading 0} {under: H0'version 14 of locksmith by emily short begins here'} {includes: Locksmith by Emily Short v14 } {unit: 3}
                    BEGINHERE_NT'version 14 of locksmith by emily short' {unit: 3}
                    ...
            SENTENCE_NT'understand "go to/toward/into [any room]" as going toward' {unit: 3} {classified}
                VERB_NT'understand' {verb 'understand' 3p p act IS_TENSE +ve} {prep2: as} {special meaning: understand-as}
                UNPARSED_NOUN_NT'"go to/toward/into [any room]"'
                UNPARSED_NOUN_NT'going toward'
            SENTENCE_NT'understand "enter [any room]" as going toward' {unit: 3} {classified}
                VERB_NT'understand' {verb 'understand' 3p p act IS_TENSE +ve} {prep2: as} {special meaning: understand-as}
                UNPARSED_NOUN_NT'"enter [any room]"'
                UNPARSED_NOUN_NT'going toward'
            SENTENCE_NT'a person has a room called the destination' {unit: 3} {classified}
                VERB_NT'has' {verb 'have' 3p s act IS_TENSE +ve}
                COMMON_NOUN_NT'person' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'person'} {creation: << kind=person(x) >>} {eval: TEST_VALUE_NT}
                ALLOWED_NT {refined}
                    PROPERTYCALLED_NT'called'
                        UNPARSED_NOUN_NT'room' {indefinite 'a' n/m/f nom/acc s}
                        UNPARSED_NOUN_NT'destination'
            SENTENCE_NT'going toward is an action applying to one thing' {unit: 3} {classified}
                VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve} {special meaning: new-action}
                UNPARSED_NOUN_NT'going toward'
                UNPARSED_NOUN_NT'applying to one thing'
            IMPERATIVE_NT'check going toward' {unit: 3} {imperative definition: 939}
            IMPERATIVE_NT'carry out going toward' {unit: 3} {imperative definition: 940}
            IMPERATIVE_NT'instead of waiting when the destination of the player is not' {unit: 3} {imperative definition: 941}
            SENTENCE_NT'understand "stop" or "cease" as stopping' {unit: 3} {classified}
                VERB_NT'understand' {verb 'understand' 3p p act IS_TENSE +ve} {prep2: as} {special meaning: understand-as}
                UNPARSED_NOUN_NT'"stop" or "cease"'
                UNPARSED_NOUN_NT'stopping'
            SENTENCE_NT'stopping is an action applying to nothing' {unit: 3} {classified}
                VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve} {special meaning: new-action}
                UNPARSED_NOUN_NT'stopping'
                UNPARSED_NOUN_NT'applying to nothing'
            IMPERATIVE_NT'carry out stopping' {unit: 3} {imperative definition: 942}
            IMPERATIVE_NT'report stopping' {unit: 3} {imperative definition: 943}
            IMPERATIVE_NT'after going to an air-conditioned room' {unit: 3} {imperative definition: 944}
            IMPERATIVE_NT'after going from an air-conditioned room' {unit: 3} {imperative definition: 945}
            IMPERATIVE_NT'instead of listening to an air-conditioned room' {unit: 3} {imperative definition: 946}
            SENTENCE_NT'the alfred cralle pool hall is a room' {unit: 3} {classified} {interpretation of subject: infs'person'}
                VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve}
                PROPER_NOUN_NT'alfred cralle pool hall' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'alfred cralle pool hall'} {eval: CONSTANT_NT'alfred cralle pool hall' {kind: object} {instance: I83'alfred cralle pool hall'} {enumeration: 0}} {created here}
                COMMON_NOUN_NT'room' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'room'} {creation: << kind=room(x) >>} {eval: TEST_VALUE_NT}
            SENTENCE_NT'"The town's most popular gathering-place, the pool hall is d' {unit: 3} {classified}
            SENTENCE_NT'the air conditioner is a device in the pool hall' {unit: 3} {classified} {interpretation of subject: infs'alfred cralle pool hall'}
                VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve}
                PROPER_NOUN_NT'air conditioner' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'air conditioner'} {eval: CONSTANT_NT'air conditioner' {kind: object} {instance: I84'air conditioner'} {enumeration: 0}} {created here}
                COMMON_NOUN_NT'device in the pool hall' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'device'} {creation: << kind=device(x) ^ ('the pool hall' == <ContainerOf(*1) : x>) >>} {eval: TEST_VALUE_NT'device in the pool hall' {term: x} {converted SN}}
            SENTENCE_NT'"[if switched off]An air conditioner sits in the corner, unh' {unit: 3} {classified}
            SENTENCE_NT'the felt door is west of the pool hall' {unit: 3} {classified} {interpretation of subject: infs'air conditioner'}
                VERB_NT'is west of' {verb 'be' 3p s act IS_TENSE +ve} {prep1: west of}
                PROPER_NOUN_NT'felt door' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'felt door'} {eval: CONSTANT_NT'felt door' {kind: object} {instance: I85'felt door'} {enumeration: 0}} {created here}
                RELATIONSHIP_NT'is west of' {meaning: west-map-r} {refined}
                    PROPER_NOUN_NT'pool hall' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'alfred cralle pool hall'} {eval: CONSTANT_NT'alfred cralle pool hall' {kind: room} {instance: I83'alfred cralle pool hall'} {enumeration: 0}}
                    PROPER_NOUN_NT'west' {refers: infs'west'} {eval: CONSTANT_NT'west' {kind: direction} {instance: I24'west'} {enumeration: 0}} {refined}
            SENTENCE_NT'the felt door is a door' {unit: 3} {classified} {interpretation of subject: infs'felt door'}
                VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve}
                PROPER_NOUN_NT'felt door' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'felt door'} {eval: CONSTANT_NT'felt door' {kind: object} {instance: I85'felt door'} {enumeration: 0}}
                COMMON_NOUN_NT'door' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'door'} {creation: << kind=door(x) >>} {eval: TEST_VALUE_NT}
            SENTENCE_NT'the felt door is open' {unit: 3} {classified} {interpretation of subject: infs'felt door'}
                VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve}
                PROPER_NOUN_NT'felt door' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'felt door'} {eval: CONSTANT_NT'felt door' {kind: door} {instance: I85'felt door'} {enumeration: 0}}
                ADJECTIVE_NT'open' {refined} {predicate: open} {creation: << open(x) ^ open(x) >>}
            SENTENCE_NT'the felt door is lockable and unlocked' {unit: 3} {classified} {interpretation of subject: infs'felt door'}
                VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve}
                PROPER_NOUN_NT'felt door' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'felt door'} {eval: CONSTANT_NT'felt door' {kind: door} {instance: I85'felt door'} {enumeration: 0}}
                AND_NT'and' {refined}
                    ADJECTIVE_NT'lockable' {refined} {predicate: lockable} {creation: << lockable(x) ^ lockable(x) >>}
                    ADJECTIVE_NT'unlocked' {refined} {predicate: unlocked} {creation: << unlocked(x) ^ unlocked(x) >>}
            SENTENCE_NT'the key to the city unlocks the felt door' {unit: 3} {classified} {interpretation of subject: infs'felt door'}
                VERB_NT'unlocks' {verb 'unlock' 3p s act IS_TENSE +ve}
                PROPER_NOUN_NT'key to the city' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'key to the city'} {eval: CONSTANT_NT'key to the city' {kind: object} {instance: I86'key to the city'} {enumeration: 0}} {created here}
                RELATIONSHIP_NT'unlocks' {meaning: lock-fitting-r} {refined}
                    PROPER_NOUN_NT'felt door' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'felt door'} {eval: CONSTANT_NT'felt door' {kind: door} {instance: I85'felt door'} {enumeration: 0}}
            SENTENCE_NT'the description of the felt door is "It has a prominent lock' {unit: 3} {classified} {interpretation of subject: infs'key to the city'}
                VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve}
                X_OF_Y_NT'description of the felt door' {definite 'the' n/m/f s/p nom/acc} {refined}
                    PROPER_NOUN_NT'felt door' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'felt door'} {eval: CONSTANT_NT'felt door' {kind: door} {instance: I85'felt door'} {enumeration: 0}}
                    PROPER_NOUN_NT'description' {refined} {eval: CONSTANT_NT {kind: texts valued property} {property: 'description'=text}}
                PROPER_NOUN_NT'"It has a prominent lock, designed for an old-fashioned key.' {refined} {eval: CONSTANT_NT'"It has a prominent lock, designed for an old-fashioned key.' {kind: text}}
            IMPERATIVE_NT'after locking a door with something in the presence of an ot' {unit: 3} {imperative definition: 947}
            SENTENCE_NT'nancy johnson memorial square is west of the felt door' {unit: 3} {classified} {interpretation of subject: infs'key to the city'}
                VERB_NT'is west of' {verb 'be' 3p s act IS_TENSE +ve} {prep1: west of}
                PROPER_NOUN_NT'nancy johnson memorial square' {refined} {refers: infs'nancy johnson memorial square'} {eval: CONSTANT_NT'nancy johnson memorial square' {kind: object} {instance: I87'nancy johnson memorial square'} {enumeration: 0}} {created here}
                RELATIONSHIP_NT'is west of' {meaning: west-map-r} {refined}
                    PROPER_NOUN_NT'felt door' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'felt door'} {eval: CONSTANT_NT'felt door' {kind: door} {instance: I85'felt door'} {enumeration: 0}}
                    PROPER_NOUN_NT'west' {refers: infs'west'} {eval: CONSTANT_NT'west' {kind: direction} {instance: I24'west'} {enumeration: 0}} {refined}
            SENTENCE_NT'the description of nancy johnson memorial square is "Waves o' {unit: 3} {classified} {interpretation of subject: infs'nancy johnson memorial square'}
                VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve}
                X_OF_Y_NT'description of nancy johnson memorial square' {definite 'the' n/m/f s/p nom/acc} {refined}
                    PROPER_NOUN_NT'nancy johnson memorial square' {refined} {refers: infs'nancy johnson memorial square'} {eval: CONSTANT_NT'nancy johnson memorial square' {kind: object} {instance: I87'nancy johnson memorial square'} {enumeration: 0}}
                    PROPER_NOUN_NT'description' {refined} {eval: CONSTANT_NT {kind: texts valued property} {property: 'description'=text}}
                PROPER_NOUN_NT'"Waves of August heat rise from the pavement: more than once' {refined} {eval: CONSTANT_NT'"Waves of August heat rise from the pavement: more than once' {kind: text}}
            SENTENCE_NT'the statue is scenery in memorial square' {unit: 3} {classified} {interpretation of subject: infs'nancy johnson memorial square'}
                VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve}
                PROPER_NOUN_NT'statue' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'statue'} {eval: CONSTANT_NT'statue' {kind: object} {instance: I88'statue'} {enumeration: 0}} {created here}
                COMMON_NOUN_NT'scenery in memorial square' {refined} {refers: infs'object'-k} {creation: << scenery(x) ^ ('memorial square' == <ContainerOf(*1) : x>) >>} {eval: TEST_VALUE_NT'scenery in memorial square' {term: x} {converted SN}}
            SENTENCE_NT'understand "nancy" or "johnson" or "mrs" as the statue' {unit: 3} {classified}
                VERB_NT'understand' {verb 'understand' 3p p act IS_TENSE +ve} {prep2: as} {special meaning: understand-as}
                UNPARSED_NOUN_NT'"nancy" or "johnson" or "mrs"'
                UNPARSED_NOUN_NT'the statue'
            SENTENCE_NT'the description of the statue is "Mrs. Johnson is pictured w' {unit: 3} {classified} {interpretation of subject: infs'statue'}
                VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve}
                X_OF_Y_NT'description of the statue' {definite 'the' n/m/f s/p nom/acc} {refined}
                    PROPER_NOUN_NT'statue' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'statue'} {eval: CONSTANT_NT'statue' {kind: object} {instance: I88'statue'} {enumeration: 0}}
                    PROPER_NOUN_NT'description' {refined} {eval: CONSTANT_NT {kind: texts valued property} {property: 'description'=text}}
                PROPER_NOUN_NT'"Mrs. Johnson is pictured with a hand-cranked ice cream free' {refined} {eval: CONSTANT_NT'"Mrs. Johnson is pictured with a hand-cranked ice cream free' {kind: text}}
            SENTENCE_NT'a hand-cranked ice cream freezer is part of the statue' {unit: 3} {classified} {interpretation of subject: infs'statue'}
                VERB_NT'is part of' {verb 'be' 3p s act IS_TENSE +ve} {prep1: part of}
                PROPER_NOUN_NT'hand-cranked ice cream freezer' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'hand-cranked ice cream freezer'} {eval: CONSTANT_NT'hand-cranked ice cream freezer' {kind: object} {instance: I89'hand-cranked ice cream freezer'} {enumeration: 0}} {created here}
                RELATIONSHIP_NT'is part of' {meaning: incorporates} {refined}
                    PROPER_NOUN_NT'statue' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'statue'} {eval: CONSTANT_NT'statue' {kind: object} {instance: I88'statue'} {enumeration: 0}}
            SENTENCE_NT'the description is "The hand-cranked ice cream freezer was M' {unit: 3} {classified} {interpretation of subject: infs'hand-cranked ice cream freezer'}
                VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve}
                PROPER_NOUN_NT'description' {definite 'the' n/m/f s/p nom/acc} {refined} {eval: CONSTANT_NT {kind: texts valued property} {property: 'description'=text}}
                PROPER_NOUN_NT'"The hand-cranked ice cream freezer was Mrs. Johnson's inven' {refined} {eval: CONSTANT_NT'"The hand-cranked ice cream freezer was Mrs. Johnson's inven' {kind: text}}
            SENTENCE_NT'the scoop is part of the statue' {unit: 3} {classified} {interpretation of subject: infs'hand-cranked ice cream freezer'}
                VERB_NT'is part of' {verb 'be' 3p s act IS_TENSE +ve} {prep1: part of}
                PROPER_NOUN_NT'scoop' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'scoop'} {eval: CONSTANT_NT'scoop' {kind: object} {instance: I90'scoop'} {enumeration: 0}} {created here}
                RELATIONSHIP_NT'is part of' {meaning: incorporates} {refined}
                    PROPER_NOUN_NT'statue' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'statue'} {eval: CONSTANT_NT'statue' {kind: object} {instance: I88'statue'} {enumeration: 0}}
            SENTENCE_NT'the description of the scoop is "An anachronism: Alfred Cral' {unit: 3} {classified} {interpretation of subject: infs'scoop'}
                VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve}
                X_OF_Y_NT'description of the scoop' {definite 'the' n/m/f s/p nom/acc} {refined}
                    PROPER_NOUN_NT'scoop' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'scoop'} {eval: CONSTANT_NT'scoop' {kind: object} {instance: I90'scoop'} {enumeration: 0}}
                    PROPER_NOUN_NT'description' {refined} {eval: CONSTANT_NT {kind: texts valued property} {property: 'description'=text}}
                PROPER_NOUN_NT'"An anachronism: Alfred Cralle would not invent the tool unt' {refined} {eval: CONSTANT_NT'"An anachronism: Alfred Cralle would not invent the tool unt' {kind: text}}
            SENTENCE_NT'the post office is northwest of nancy johnson memorial squar' {unit: 3} {classified} {interpretation of subject: infs'scoop'}
                VERB_NT'is northwest of' {verb 'be' 3p s act IS_TENSE +ve} {prep1: northwest of}
                PROPER_NOUN_NT'post office' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'post office'} {eval: CONSTANT_NT'post office' {kind: object} {instance: I91'post office'} {enumeration: 0}} {created here}
                RELATIONSHIP_NT'is northwest of' {meaning: northwest-map-r} {refined}
                    PROPER_NOUN_NT'nancy johnson memorial square' {refined} {refers: infs'nancy johnson memorial square'} {eval: CONSTANT_NT'nancy johnson memorial square' {kind: object} {instance: I87'nancy johnson memorial square'} {enumeration: 0}}
                    PROPER_NOUN_NT'northwest' {refers: infs'northwest'} {eval: CONSTANT_NT'northwest' {kind: direction} {instance: I19'northwest'} {enumeration: 0}} {refined}
            SENTENCE_NT'"Service at the post office is on the slow side since everyt' {unit: 3} {classified}
            SENTENCE_NT'the slot is scenery in the post office' {unit: 3} {classified} {interpretation of subject: infs'post office'}
                VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve}
                PROPER_NOUN_NT'slot' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'slot'} {eval: CONSTANT_NT'slot' {kind: object} {instance: I92'slot'} {enumeration: 0}} {created here}
                COMMON_NOUN_NT'scenery in the post office' {refined} {refers: infs'object'-k} {creation: << scenery(x) ^ ('the post office' == <ContainerOf(*1) : x>) >>} {eval: TEST_VALUE_NT'scenery in the post office' {term: x} {converted SN}}
            SENTENCE_NT'the slot is a container' {unit: 3} {classified} {interpretation of subject: infs'slot'}
                VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve}
                PROPER_NOUN_NT'slot' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'slot'} {eval: CONSTANT_NT'slot' {kind: object} {instance: I92'slot'} {enumeration: 0}}
                COMMON_NOUN_NT'container' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'container'} {creation: << kind=container(x) >>} {eval: TEST_VALUE_NT}
            IMPERATIVE_NT'carry out inserting something into the slot' {unit: 3} {imperative definition: 948}
            IMPERATIVE_NT'report inserting something into the slot' {unit: 3} {imperative definition: 949}
            SENTENCE_NT'hamwi street is northeast of an iron gate' {unit: 3} {classified} {interpretation of subject: infs'slot'}
                VERB_NT'is northeast of' {verb 'be' 3p s act IS_TENSE +ve} {prep1: northeast of}
                PROPER_NOUN_NT'hamwi street' {refined} {refers: infs'hamwi street'} {eval: CONSTANT_NT'hamwi street' {kind: object} {instance: I93'hamwi street'} {enumeration: 0}} {created here}
                RELATIONSHIP_NT'is northeast of' {meaning: northeast-map-r} {refined}
                    PROPER_NOUN_NT'iron gate' {indefinite 'an' n/m/f nom/acc s} {refined} {refers: infs'iron gate'} {eval: CONSTANT_NT'iron gate' {kind: object} {instance: I94'iron gate'} {enumeration: 0}} {created here}
                    PROPER_NOUN_NT'northeast' {refers: infs'northeast'} {eval: CONSTANT_NT'northeast' {kind: direction} {instance: I18'northeast'} {enumeration: 0}} {refined}
            SENTENCE_NT'"A U-shaped street running from Main Street around to the Me' {unit: 3} {classified}
            SENTENCE_NT'the iron gate is northeast of nancy johnson memorial square' {unit: 3} {classified} {interpretation of subject: infs'hamwi street'}
                VERB_NT'is northeast of' {verb 'be' 3p s act IS_TENSE +ve} {prep1: northeast of}
                PROPER_NOUN_NT'iron gate' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'iron gate'} {eval: CONSTANT_NT'iron gate' {kind: object} {instance: I94'iron gate'} {enumeration: 0}}
                RELATIONSHIP_NT'is northeast of' {meaning: northeast-map-r} {refined}
                    PROPER_NOUN_NT'nancy johnson memorial square' {refined} {refers: infs'nancy johnson memorial square'} {eval: CONSTANT_NT'nancy johnson memorial square' {kind: object} {instance: I87'nancy johnson memorial square'} {enumeration: 0}}
                    PROPER_NOUN_NT'northeast' {refers: infs'northeast'} {eval: CONSTANT_NT'northeast' {kind: direction} {instance: I18'northeast'} {enumeration: 0}} {refined}
            SENTENCE_NT'the iron gate is a door' {unit: 3} {classified} {interpretation of subject: infs'iron gate'}
                VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve}
                PROPER_NOUN_NT'iron gate' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'iron gate'} {eval: CONSTANT_NT'iron gate' {kind: object} {instance: I94'iron gate'} {enumeration: 0}}
                COMMON_NOUN_NT'door' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'door'} {creation: << kind=door(x) >>} {eval: TEST_VALUE_NT}
            SENTENCE_NT'it is lockable and unlocked' {unit: 3} {classified} {interpretation of subject: infs'iron gate'}
                VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve}
                PROPER_NOUN_NT'it' {refined} {refers: infs'iron gate'} {eval: CONSTANT_NT'iron gate' {kind: door} {instance: I94'iron gate'} {enumeration: 0}}
                AND_NT'and' {refined}
                    ADJECTIVE_NT'lockable' {refined} {predicate: lockable} {creation: << lockable(x) ^ lockable(x) >>}
                    ADJECTIVE_NT'unlocked' {refined} {predicate: unlocked} {creation: << unlocked(x) ^ unlocked(x) >>}
            IMPERATIVE_NT'before printing the name of the iron gate while not opening ' {unit: 3} {imperative definition: 950}
            SENTENCE_NT'cold comfort ice cream is north of a metal door' {unit: 3} {classified} {interpretation of subject: infs'iron gate'}
                VERB_NT'is north of' {verb 'be' 3p s act IS_TENSE +ve} {prep1: north of}
                PROPER_NOUN_NT'cold comfort ice cream' {refined} {refers: infs'cold comfort ice cream'} {eval: CONSTANT_NT'cold comfort ice cream' {kind: object} {instance: I95'cold comfort ice cream'} {enumeration: 0}} {created here}
                RELATIONSHIP_NT'is north of' {meaning: north-map-r} {refined}
                    PROPER_NOUN_NT'metal door' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'metal door'} {eval: CONSTANT_NT'metal door' {kind: object} {instance: I96'metal door'} {enumeration: 0}} {created here}
                    PROPER_NOUN_NT'north' {refers: infs'north'} {eval: CONSTANT_NT'north' {kind: direction} {instance: I17'north'} {enumeration: 0}} {refined}
            SENTENCE_NT'the metal door is north of hamwi street' {unit: 3} {classified} {interpretation of subject: infs'cold comfort ice cream'}
                VERB_NT'is north of' {verb 'be' 3p s act IS_TENSE +ve} {prep1: north of}
                PROPER_NOUN_NT'metal door' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'metal door'} {eval: CONSTANT_NT'metal door' {kind: object} {instance: I96'metal door'} {enumeration: 0}}
                RELATIONSHIP_NT'is north of' {meaning: north-map-r} {refined}
                    PROPER_NOUN_NT'hamwi street' {refined} {refers: infs'hamwi street'} {eval: CONSTANT_NT'hamwi street' {kind: object} {instance: I93'hamwi street'} {enumeration: 0}}
                    PROPER_NOUN_NT'north' {refers: infs'north'} {eval: CONSTANT_NT'north' {kind: direction} {instance: I17'north'} {enumeration: 0}} {refined}
            SENTENCE_NT'a poster is fixed in place in cold comfort' {unit: 3} {classified} {interpretation of subject: infs'metal door'}
                VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve}
                PROPER_NOUN_NT'poster' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'poster'} {eval: CONSTANT_NT'poster' {kind: object} {instance: I97'poster'} {enumeration: 0}} {created here}
                COMMON_NOUN_NT'fixed in place in cold comfort' {refined} {refers: infs'object'-k} {creation: << fixed in place(x) ^ ('cold comfort' == <ContainerOf(*1) : x>) >>} {eval: TEST_VALUE_NT'fixed in place in cold comfort' {term: x} {converted SN}}
            SENTENCE_NT'"A poster fills one wall with the blazing promise of treats ' {unit: 3} {classified}
            SENTENCE_NT'the description of the poster is "Coming soon! Thai ice crea' {unit: 3} {classified} {interpretation of subject: infs'poster'}
                VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve}
                X_OF_Y_NT'description of the poster' {definite 'the' n/m/f s/p nom/acc} {refined}
                    PROPER_NOUN_NT'poster' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'poster'} {eval: CONSTANT_NT'poster' {kind: object} {instance: I97'poster'} {enumeration: 0}}
                    PROPER_NOUN_NT'description' {refined} {eval: CONSTANT_NT {kind: texts valued property} {property: 'description'=text}}
                PROPER_NOUN_NT'"Coming soon! Thai ice creams! Durian, jackfruit, taro, and ' {refined} {eval: CONSTANT_NT'"Coming soon! Thai ice creams! Durian, jackfruit, taro, and ' {kind: text}}
            SENTENCE_NT'the metal door is a door' {unit: 3} {classified} {interpretation of subject: infs'poster'}
                VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve}
                PROPER_NOUN_NT'metal door' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'metal door'} {eval: CONSTANT_NT'metal door' {kind: object} {instance: I96'metal door'} {enumeration: 0}}
                COMMON_NOUN_NT'door' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'door'} {creation: << kind=door(x) >>} {eval: TEST_VALUE_NT}
            SENTENCE_NT'"A frosty metallic door separates [the location] from [the o' {unit: 3} {classified}
            SENTENCE_NT'the metal door is lockable and unlocked' {unit: 3} {classified} {interpretation of subject: infs'metal door'}
                VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve}
                PROPER_NOUN_NT'metal door' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'metal door'} {eval: CONSTANT_NT'metal door' {kind: door} {instance: I96'metal door'} {enumeration: 0}}
                AND_NT'and' {refined}
                    ADJECTIVE_NT'lockable' {refined} {predicate: lockable} {creation: << lockable(x) ^ lockable(x) >>}
                    ADJECTIVE_NT'unlocked' {refined} {predicate: unlocked} {creation: << unlocked(x) ^ unlocked(x) >>}
            SENTENCE_NT'the key to the city unlocks the metal door' {unit: 3} {classified} {interpretation of subject: infs'metal door'}
                VERB_NT'unlocks' {verb 'unlock' 3p s act IS_TENSE +ve}
                PROPER_NOUN_NT'key to the city' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'key to the city'} {eval: CONSTANT_NT'key to the city' {kind: object} {instance: I86'key to the city'} {enumeration: 0}}
                RELATIONSHIP_NT'unlocks' {meaning: lock-fitting-r} {refined}
                    PROPER_NOUN_NT'metal door' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'metal door'} {eval: CONSTANT_NT'metal door' {kind: door} {instance: I96'metal door'} {enumeration: 0}}
            SENTENCE_NT'marciony street is southeast of nancy johnson memorial squar' {unit: 3} {classified} {interpretation of subject: infs'key to the city'}
                VERB_NT'is southeast of' {verb 'be' 3p s act IS_TENSE +ve} {prep1: southeast of}
                PROPER_NOUN_NT'marciony street' {refined} {refers: infs'marciony street'} {eval: CONSTANT_NT'marciony street' {kind: object} {instance: I98'marciony street'} {enumeration: 0}} {created here}
                RELATIONSHIP_NT'is southeast of' {meaning: southeast-map-r} {refined}
                    PROPER_NOUN_NT'nancy johnson memorial square' {refined} {refers: infs'nancy johnson memorial square'} {eval: CONSTANT_NT'nancy johnson memorial square' {kind: object} {instance: I87'nancy johnson memorial square'} {enumeration: 0}}
                    PROPER_NOUN_NT'southeast' {refers: infs'southeast'} {eval: CONSTANT_NT'southeast' {kind: direction} {instance: I21'southeast'} {enumeration: 0}} {refined}
            SENTENCE_NT'"A semi-circular terrace, named somewhat fancifully after on' {unit: 3} {classified}
            SENTENCE_NT'the movie rental store is west of a glass door' {unit: 3} {classified} {interpretation of subject: infs'marciony street'}
                VERB_NT'is west of' {verb 'be' 3p s act IS_TENSE +ve} {prep1: west of}
                PROPER_NOUN_NT'movie rental store' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'movie rental store'} {eval: CONSTANT_NT'movie rental store' {kind: object} {instance: I99'movie rental store'} {enumeration: 0}} {created here}
                RELATIONSHIP_NT'is west of' {meaning: west-map-r} {refined}
                    PROPER_NOUN_NT'glass door' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'glass door'} {eval: CONSTANT_NT'glass door' {kind: object} {instance: I100'glass door'} {enumeration: 0}} {created here}
                    PROPER_NOUN_NT'west' {refers: infs'west'} {eval: CONSTANT_NT'west' {kind: direction} {instance: I24'west'} {enumeration: 0}} {refined}
            SENTENCE_NT'the glass door is a door' {unit: 3} {classified} {interpretation of subject: infs'movie rental store'}
                VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve}
                PROPER_NOUN_NT'glass door' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'glass door'} {eval: CONSTANT_NT'glass door' {kind: object} {instance: I100'glass door'} {enumeration: 0}}
                COMMON_NOUN_NT'door' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'door'} {creation: << kind=door(x) >>} {eval: TEST_VALUE_NT}
            SENTENCE_NT'it is west of marciony street' {unit: 3} {classified} {interpretation of subject: infs'glass door'}
                VERB_NT'is west of' {verb 'be' 3p s act IS_TENSE +ve} {prep1: west of}
                PROPER_NOUN_NT'it' {refined} {refers: infs'glass door'} {eval: CONSTANT_NT'glass door' {kind: door} {instance: I100'glass door'} {enumeration: 0}}
                RELATIONSHIP_NT'is west of' {meaning: west-map-r} {refined}
                    PROPER_NOUN_NT'marciony street' {refined} {refers: infs'marciony street'} {eval: CONSTANT_NT'marciony street' {kind: object} {instance: I98'marciony street'} {enumeration: 0}}
                    PROPER_NOUN_NT'west' {refers: infs'west'} {eval: CONSTANT_NT'west' {kind: direction} {instance: I24'west'} {enumeration: 0}} {refined}
            SENTENCE_NT'the glass door is lockable and unlocked' {unit: 3} {classified} {interpretation of subject: infs'glass door'}
                VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve}
                PROPER_NOUN_NT'glass door' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'glass door'} {eval: CONSTANT_NT'glass door' {kind: door} {instance: I100'glass door'} {enumeration: 0}}
                AND_NT'and' {refined}
                    ADJECTIVE_NT'lockable' {refined} {predicate: lockable} {creation: << lockable(x) ^ lockable(x) >>}
                    ADJECTIVE_NT'unlocked' {refined} {predicate: unlocked} {creation: << unlocked(x) ^ unlocked(x) >>}
            SENTENCE_NT'the key to the city unlocks the glass door' {unit: 3} {classified} {interpretation of subject: infs'glass door'}
                VERB_NT'unlocks' {verb 'unlock' 3p s act IS_TENSE +ve}
                PROPER_NOUN_NT'key to the city' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'key to the city'} {eval: CONSTANT_NT'key to the city' {kind: object} {instance: I86'key to the city'} {enumeration: 0}}
                RELATIONSHIP_NT'unlocks' {meaning: lock-fitting-r} {refined}
                    PROPER_NOUN_NT'glass door' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'glass door'} {eval: CONSTANT_NT'glass door' {kind: door} {instance: I100'glass door'} {enumeration: 0}}
            SENTENCE_NT'main street is southeast of hamwi street' {unit: 3} {classified} {interpretation of subject: infs'key to the city'}
                VERB_NT'is southeast of' {verb 'be' 3p s act IS_TENSE +ve} {prep1: southeast of}
                PROPER_NOUN_NT'main street' {refined} {refers: infs'main street'} {eval: CONSTANT_NT'main street' {kind: object} {instance: I101'main street'} {enumeration: 0}} {created here}
                RELATIONSHIP_NT'is southeast of' {meaning: southeast-map-r} {refined}
                    PROPER_NOUN_NT'hamwi street' {refined} {refers: infs'hamwi street'} {eval: CONSTANT_NT'hamwi street' {kind: object} {instance: I93'hamwi street'} {enumeration: 0}}
                    PROPER_NOUN_NT'southeast' {refers: infs'southeast'} {eval: CONSTANT_NT'southeast' {kind: direction} {instance: I21'southeast'} {enumeration: 0}} {refined}
            SENTENCE_NT'main street is northeast of some bronze gates' {unit: 3} {classified} {interpretation of subject: infs'main street'}
                VERB_NT'is northeast of' {verb 'be' 3p s act IS_TENSE +ve} {prep1: northeast of}
                PROPER_NOUN_NT'main street' {refined} {refers: infs'main street'} {eval: CONSTANT_NT'main street' {kind: object} {instance: I101'main street'} {enumeration: 0}}
                RELATIONSHIP_NT'is northeast of' {meaning: northeast-map-r} {refined}
                    PROPER_NOUN_NT'bronze gates' {indefinite 'some' n/m/f nom/acc p} {refined} {refers: infs'bronze gates'} {eval: CONSTANT_NT'bronze gates' {kind: object} {instance: I102'bronze gates'} {enumeration: 0}} {created here}
                    PROPER_NOUN_NT'northeast' {refers: infs'northeast'} {eval: CONSTANT_NT'northeast' {kind: direction} {instance: I18'northeast'} {enumeration: 0}} {refined}
            SENTENCE_NT'the emergency box is in main street' {unit: 3} {classified} {interpretation of subject: infs'main street'}
                VERB_NT'is in' {verb 'be' 3p s act IS_TENSE +ve} {prep1: in}
                PROPER_NOUN_NT'emergency box' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'emergency box'} {eval: CONSTANT_NT'emergency box' {kind: object} {instance: I103'emergency box'} {enumeration: 0}} {created here}
                RELATIONSHIP_NT'is in' {meaning: contains} {refined}
                    PROPER_NOUN_NT'main street' {refined} {refers: infs'main street'} {eval: CONSTANT_NT'main street' {kind: object} {instance: I101'main street'} {enumeration: 0}}
            SENTENCE_NT'the emergency box is fixed in place' {unit: 3} {classified} {interpretation of subject: infs'emergency box'}
                VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve}
                PROPER_NOUN_NT'emergency box' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'emergency box'} {eval: CONSTANT_NT'emergency box' {kind: object} {instance: I103'emergency box'} {enumeration: 0}}
                ADJECTIVE_NT'fixed in place' {refined} {predicate: fixed in place} {creation: << fixed in place(x) ^ fixed in place(x) >>}
            SENTENCE_NT'"A fire-red box with a glass front faces the sidewalk, with ' {unit: 3} {classified}
            SENTENCE_NT'the emergency box is closed and transparent' {unit: 3} {classified} {interpretation of subject: infs'emergency box'}
                VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve}
                PROPER_NOUN_NT'emergency box' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'emergency box'} {eval: CONSTANT_NT'emergency box' {kind: object} {instance: I103'emergency box'} {enumeration: 0}}
                AND_NT'and' {refined}
                    ADJECTIVE_NT'closed' {refined} {predicate: closed} {creation: << closed(x) ^ closed(x) >>}
                    ADJECTIVE_NT'transparent' {refined} {predicate: transparent} {creation: << transparent(x) ^ transparent(x) >>}
            SENTENCE_NT'understand "glass" as the box' {unit: 3} {classified}
                VERB_NT'understand' {verb 'understand' 3p p act IS_TENSE +ve} {prep2: as} {special meaning: understand-as}
                UNPARSED_NOUN_NT'"glass"'
                UNPARSED_NOUN_NT'the box'
            IMPERATIVE_NT'instead of attacking the closed emergency box' {unit: 3} {imperative definition: 951}
            IMPERATIVE_NT'instead of attacking the open emergency box' {unit: 3} {imperative definition: 952}
            SENTENCE_NT'the syringe is in the emergency box' {unit: 3} {classified} {interpretation of subject: infs'emergency box'}
                VERB_NT'is in' {verb 'be' 3p s act IS_TENSE +ve} {prep1: in}
                PROPER_NOUN_NT'syringe' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'syringe'} {eval: CONSTANT_NT'syringe' {kind: object} {instance: I104'syringe'} {enumeration: 0}} {created here}
                RELATIONSHIP_NT'is in' {meaning: contains} {refined}
                    PROPER_NOUN_NT'emergency box' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'emergency box'} {eval: CONSTANT_NT'emergency box' {kind: object} {instance: I103'emergency box'} {enumeration: 0}}
            SENTENCE_NT'the description of the syringe is "It contains the cure for ' {unit: 3} {classified} {interpretation of subject: infs'syringe'}
                VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve}
                X_OF_Y_NT'description of the syringe' {definite 'the' n/m/f s/p nom/acc} {refined}
                    PROPER_NOUN_NT'syringe' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'syringe'} {eval: CONSTANT_NT'syringe' {kind: object} {instance: I104'syringe'} {enumeration: 0}}
                    PROPER_NOUN_NT'description' {refined} {eval: CONSTANT_NT {kind: texts valued property} {property: 'description'=text}}
                PROPER_NOUN_NT'"It contains the cure for Gelato's Syndrome. You can inject ' {refined} {eval: CONSTANT_NT'"It contains the cure for Gelato's Syndrome. You can inject ' {kind: text}}
            SENTENCE_NT'the bronze gates are northeast of marciony street' {unit: 3} {classified} {interpretation of subject: infs'syringe'}
                VERB_NT'are northeast of' {verb 'be' 3p p act IS_TENSE +ve} {prep1: northeast of}
                PROPER_NOUN_NT'bronze gates' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'bronze gates'} {eval: CONSTANT_NT'bronze gates' {kind: object} {instance: I102'bronze gates'} {enumeration: 0}}
                RELATIONSHIP_NT'are northeast of' {meaning: northeast-map-r} {refined}
                    PROPER_NOUN_NT'marciony street' {refined} {refers: infs'marciony street'} {eval: CONSTANT_NT'marciony street' {kind: object} {instance: I98'marciony street'} {enumeration: 0}}
                    PROPER_NOUN_NT'northeast' {refers: infs'northeast'} {eval: CONSTANT_NT'northeast' {kind: direction} {instance: I18'northeast'} {enumeration: 0}} {refined}
            SENTENCE_NT'the bronze gates are a door' {unit: 3} {classified} {interpretation of subject: infs'bronze gates'}
                VERB_NT'are' {verb 'be' 3p p act IS_TENSE +ve}
                PROPER_NOUN_NT'bronze gates' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'bronze gates'} {eval: CONSTANT_NT'bronze gates' {kind: object} {instance: I102'bronze gates'} {enumeration: 0}}
                COMMON_NOUN_NT'door' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'door'} {creation: << kind=door(x) >>} {eval: TEST_VALUE_NT}
            SENTENCE_NT'the bronze gates are lockable and unlocked' {unit: 3} {classified} {interpretation of subject: infs'bronze gates'}
                VERB_NT'are' {verb 'be' 3p p act IS_TENSE +ve}
                PROPER_NOUN_NT'bronze gates' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'bronze gates'} {eval: CONSTANT_NT'bronze gates' {kind: door} {instance: I102'bronze gates'} {enumeration: 0}}
                AND_NT'and' {refined}
                    ADJECTIVE_NT'lockable' {refined} {predicate: lockable} {creation: << lockable(x) ^ lockable(x) >>}
                    ADJECTIVE_NT'unlocked' {refined} {predicate: unlocked} {creation: << unlocked(x) ^ unlocked(x) >>}
            SENTENCE_NT'the description of the bronze gates is "Erected during the m' {unit: 3} {classified} {interpretation of subject: infs'bronze gates'}
                VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve}
                X_OF_Y_NT'description of the bronze gates' {definite 'the' n/m/f s/p nom/acc} {refined}
                    PROPER_NOUN_NT'bronze gates' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'bronze gates'} {eval: CONSTANT_NT'bronze gates' {kind: door} {instance: I102'bronze gates'} {enumeration: 0}}
                    PROPER_NOUN_NT'description' {refined} {eval: CONSTANT_NT {kind: texts valued property} {property: 'description'=text}}
                PROPER_NOUN_NT'"Erected during the milk-taint revolution of 1937, they were' {refined} {eval: CONSTANT_NT'"Erected during the milk-taint revolution of 1937, they were' {kind: text}}
            SENTENCE_NT'the public library is east of main street' {unit: 3} {classified} {interpretation of subject: infs'bronze gates'}
                VERB_NT'is east of' {verb 'be' 3p s act IS_TENSE +ve} {prep1: east of}
                PROPER_NOUN_NT'public library' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'public library'} {eval: CONSTANT_NT'public library' {kind: object} {instance: I105'public library'} {enumeration: 0}} {created here}
                RELATIONSHIP_NT'is east of' {meaning: east-map-r} {refined}
                    PROPER_NOUN_NT'main street' {refined} {refers: infs'main street'} {eval: CONSTANT_NT'main street' {kind: object} {instance: I101'main street'} {enumeration: 0}}
                    PROPER_NOUN_NT'east' {refers: infs'east'} {eval: CONSTANT_NT'east' {kind: direction} {instance: I23'east'} {enumeration: 0}} {refined}
            SENTENCE_NT'"Built in the 1920s during the height of the dairy boom, the' {unit: 3} {classified}
            SENTENCE_NT'the incongruous sign is scenery in the public library' {unit: 3} {classified} {interpretation of subject: infs'public library'}
                VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve}
                PROPER_NOUN_NT'incongruous sign' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'incongruous sign'} {eval: CONSTANT_NT'incongruous sign' {kind: object} {instance: I106'incongruous sign'} {enumeration: 0}} {created here}
                COMMON_NOUN_NT'scenery in the public library' {refined} {refers: infs'object'-k} {creation: << scenery(x) ^ ('the public library' == <ContainerOf(*1) : x>) >>} {eval: TEST_VALUE_NT'scenery in the public library' {term: x} {converted SN}}
            SENTENCE_NT'the description of the incongruous sign is "Eating and drink' {unit: 3} {classified} {interpretation of subject: infs'incongruous sign'}
                VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve}
                X_OF_Y_NT'description of the incongruous sign' {definite 'the' n/m/f s/p nom/acc} {refined}
                    PROPER_NOUN_NT'incongruous sign' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'incongruous sign'} {eval: CONSTANT_NT'incongruous sign' {kind: object} {instance: I106'incongruous sign'} {enumeration: 0}}
                    PROPER_NOUN_NT'description' {refined} {eval: CONSTANT_NT {kind: texts valued property} {property: 'description'=text}}
                PROPER_NOUN_NT'"Eating and drinking in the library is STRICTLY PROHIBITED."' {refined} {eval: CONSTANT_NT'"Eating and drinking in the library is STRICTLY PROHIBITED."' {kind: text}}
            SENTENCE_NT'town hall is southeast of main street' {unit: 3} {classified} {interpretation of subject: infs'incongruous sign'}
                VERB_NT'is southeast of' {verb 'be' 3p s act IS_TENSE +ve} {prep1: southeast of}
                PROPER_NOUN_NT'town hall' {refined} {refers: infs'town hall'} {eval: CONSTANT_NT'town hall' {kind: object} {instance: I107'town hall'} {enumeration: 0}} {created here}
                RELATIONSHIP_NT'is southeast of' {meaning: southeast-map-r} {refined}
                    PROPER_NOUN_NT'main street' {refined} {refers: infs'main street'} {eval: CONSTANT_NT'main street' {kind: object} {instance: I101'main street'} {enumeration: 0}}
                    PROPER_NOUN_NT'southeast' {refers: infs'southeast'} {eval: CONSTANT_NT'southeast' {kind: direction} {instance: I21'southeast'} {enumeration: 0}} {refined}
            SENTENCE_NT'"Town Hall was built during the slow days of the ice-cream b' {unit: 3} {classified}
            SENTENCE_NT'the key to the city is in town hall' {unit: 3} {classified} {interpretation of subject: infs'town hall'}
                VERB_NT'is in' {verb 'be' 3p s act IS_TENSE +ve} {prep1: in}
                PROPER_NOUN_NT'key to the city' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'key to the city'} {eval: CONSTANT_NT'key to the city' {kind: object} {instance: I86'key to the city'} {enumeration: 0}}
                RELATIONSHIP_NT'is in' {meaning: contains} {refined}
                    PROPER_NOUN_NT'town hall' {refined} {refers: infs'town hall'} {eval: CONSTANT_NT'town hall' {kind: object} {instance: I107'town hall'} {enumeration: 0}}
            SENTENCE_NT'it unlocks the iron gate' {unit: 3} {classified} {interpretation of subject: infs'key to the city'}
                VERB_NT'unlocks' {verb 'unlock' 3p s act IS_TENSE +ve}
                PROPER_NOUN_NT'it' {refined} {refers: infs'key to the city'} {eval: CONSTANT_NT'key to the city' {kind: object} {instance: I86'key to the city'} {enumeration: 0}}
                RELATIONSHIP_NT'unlocks' {meaning: lock-fitting-r} {refined}
                    PROPER_NOUN_NT'iron gate' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'iron gate'} {eval: CONSTANT_NT'iron gate' {kind: door} {instance: I94'iron gate'} {enumeration: 0}}
            SENTENCE_NT'it unlocks the bronze gates' {unit: 3} {classified} {interpretation of subject: infs'key to the city'}
                VERB_NT'unlocks' {verb 'unlock' 3p s act IS_TENSE +ve}
                PROPER_NOUN_NT'it' {refined} {refers: infs'key to the city'} {eval: CONSTANT_NT'key to the city' {kind: object} {instance: I86'key to the city'} {enumeration: 0}}
                RELATIONSHIP_NT'unlocks' {meaning: lock-fitting-r} {refined}
                    PROPER_NOUN_NT'bronze gates' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'bronze gates'} {eval: CONSTANT_NT'bronze gates' {kind: door} {instance: I102'bronze gates'} {enumeration: 0}}
            SENTENCE_NT'the description of the key to the city is "A skeleton key."' {unit: 3} {classified} {interpretation of subject: infs'key to the city'}
                VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve}
                X_OF_Y_NT'description of the key to the city' {definite 'the' n/m/f s/p nom/acc} {refined}
                    PROPER_NOUN_NT'key to the city' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'key to the city'} {eval: CONSTANT_NT'key to the city' {kind: object} {instance: I86'key to the city'} {enumeration: 0}}
                    PROPER_NOUN_NT'description' {refined} {eval: CONSTANT_NT {kind: texts valued property} {property: 'description'=text}}
                PROPER_NOUN_NT'"A skeleton key."' {refined} {eval: CONSTANT_NT'"A skeleton key."' {kind: text}}
            SENTENCE_NT'a room can be indoors or outdoors' {unit: 3} {classified}
                VERB_NT'can be' {verb 'be able to be' s/p 3p act IS_TENSE +ve} {special meaning: can-be}
                COMMON_NOUN_NT'a room' {refined} {refers: infs'room'} {creation: << kind=room(x) >>} {eval: TEST_VALUE_NT}
                UNPARSED_NOUN_NT'indoors or outdoors'
                    AND_NT'or'
                        UNPARSED_NOUN_NT'indoors'
                        UNPARSED_NOUN_NT'outdoors'
            SENTENCE_NT'the post office , the alfred cralle pool hall , the store , ' {unit: 3} {classified} {interpretation of subject: infs'key to the city'}
                VERB_NT'are' {verb 'be' 3p p act IS_TENSE +ve}
                AND_NT',' {refined}
                    PROPER_NOUN_NT'post office' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'post office'} {eval: CONSTANT_NT'post office' {kind: object} {instance: I91'post office'} {enumeration: 0}}
                    AND_NT',' {refined}
                        PROPER_NOUN_NT'alfred cralle pool hall' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'alfred cralle pool hall'} {eval: CONSTANT_NT'alfred cralle pool hall' {kind: room} {instance: I83'alfred cralle pool hall'} {enumeration: 0}}
                        AND_NT',' {refined}
                            PROPER_NOUN_NT'store' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'movie rental store'} {eval: CONSTANT_NT'movie rental store' {kind: object} {instance: I99'movie rental store'} {enumeration: 0}}
                            AND_NT',' {refined}
                                PROPER_NOUN_NT'cold comfort' {refined} {refers: infs'cold comfort ice cream'} {eval: CONSTANT_NT'cold comfort ice cream' {kind: object} {instance: I95'cold comfort ice cream'} {enumeration: 0}}
                                AND_NT',' {refined}
                                    PROPER_NOUN_NT'town hall' {refined} {refers: infs'town hall'} {eval: CONSTANT_NT'town hall' {kind: object} {instance: I107'town hall'} {enumeration: 0}}
                                    PROPER_NOUN_NT'library' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'public library'} {eval: CONSTANT_NT'public library' {kind: object} {instance: I105'public library'} {enumeration: 0}}
                ADJECTIVE_NT'indoors' {refined} {predicate: indoors} {creation: << indoors(x) ^ indoors(x) ^ indoors(x) ^ indoors(x) ^ indoors(x) ^ indoors(x) ^ indoors(x) >>}
            SENTENCE_NT'use full-length room descriptions' {unit: 3} {classified}
                VERB_NT'use' {verb 'use' 3p p act IS_TENSE +ve} {special meaning: use}
                UNPARSED_NOUN_NT'full-length room descriptions'
            IMPERATIVE_NT'after looking in an outdoors room' {unit: 3} {imperative definition: 953}
            IMPERATIVE_NT'definition' {unit: 3} {imperative definition: 954}
            DEFN_CONT_NT'a door is proximate' {unit: 3}
                CODE_BLOCK_NT
                    CODE_BLOCK_NT {control structure: IF}
                        INVOCATION_LIST_NT'if the front side of it is the location' {unit: 3} {colon_block_command}
                            INVOCATION_NT'if the front side of it is the location' {phrase invoked: <no-inter-name>}
                                CONDITION_CONTEXT_NT'front side of it is the location'
                                    TEST_PROPOSITION_NT'front side of it is the location' {proposition: << ('front side of it' == 'the location') >>} {term: 'front side of it'}
                        CODE_BLOCK_NT
                            INVOCATION_LIST_NT'yes' {unit: 3} {results_from_splitting} {indent: 1}
                                INVOCATION_NT'yes' {phrase invoked: <no-inter-name>}
                    CODE_BLOCK_NT {control structure: IF}
                        INVOCATION_LIST_NT'if the back side of it is the location' {unit: 3} {colon_block_command}
                            INVOCATION_NT'if the back side of it is the location' {phrase invoked: <no-inter-name>}
                                CONDITION_CONTEXT_NT'back side of it is the location'
                                    TEST_PROPOSITION_NT'back side of it is the location' {proposition: << ('back side of it' == 'the location') >>} {term: 'back side of it'}
                        CODE_BLOCK_NT
                            INVOCATION_LIST_NT'yes' {unit: 3} {results_from_splitting} {indent: 1}
                                INVOCATION_NT'yes' {phrase invoked: <no-inter-name>}
                    INVOCATION_LIST_NT'no' {unit: 3}
                        INVOCATION_NT'no' {phrase invoked: <no-inter-name>}
            IMPERATIVE_NT'before exiting when the player is in an indoors room' {unit: 3} {imperative definition: 955}
            SENTENCE_NT'blank is a room' {unit: 3} {classified} {interpretation of subject: infs'key to the city'}
                VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve}
                PROPER_NOUN_NT'blank' {refined} {refers: infs'blank'} {eval: CONSTANT_NT'blank' {kind: object} {instance: I108'blank'} {enumeration: 0}} {created here}
                COMMON_NOUN_NT'room' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'room'} {creation: << kind=room(x) >>} {eval: TEST_VALUE_NT}
            SENTENCE_NT'the destination of the player is blank' {unit: 3} {classified} {interpretation of subject: infs'blank'}
                VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve}
                X_OF_Y_NT'destination of the player' {definite 'the' n/m/f s/p nom/acc} {refined}
                    PROPER_NOUN_NT'player' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'yourself'} {eval: CONSTANT_NT'yourself' {kind: person} {instance: I29'yourself'} {enumeration: 0}} {turned already}
                    PROPER_NOUN_NT'destination' {refined} {eval: CONSTANT_NT {kind: rooms valued property} {property: 'destination'=room}}
                PROPER_NOUN_NT'blank' {refined} {refers: infs'blank'} {eval: CONSTANT_NT'blank' {kind: room} {instance: I108'blank'} {enumeration: 0}}
            SENTENCE_NT'blank contains 15 ice cream cones' {unit: 3} {classified} {interpretation of subject: infs'blank'}
                VERB_NT'contains' {verb 'contain' 3p s act IS_TENSE +ve}
                PROPER_NOUN_NT'blank' {refined} {refers: infs'blank'} {eval: CONSTANT_NT'blank' {kind: room} {instance: I108'blank'} {enumeration: 0}}
                RELATIONSHIP_NT'contains' {meaning: is-in} {refined}
                    AND_NT
                        PROPER_NOUN_NT {refers: infs413} {eval: CONSTANT_NT {kind: ice cream cone} {instance: I109} {enumeration: 0}} {created here}
                        AND_NT
                            PROPER_NOUN_NT {refers: infs414} {eval: CONSTANT_NT {kind: ice cream cone} {instance: I110} {enumeration: 0}} {created here}
                            AND_NT
                                PROPER_NOUN_NT {refers: infs415} {eval: CONSTANT_NT {kind: ice cream cone} {instance: I111} {enumeration: 0}} {created here}
                                AND_NT
                                    PROPER_NOUN_NT {refers: infs416} {eval: CONSTANT_NT {kind: ice cream cone} {instance: I112} {enumeration: 0}} {created here}
                                    AND_NT
                                        PROPER_NOUN_NT {refers: infs417} {eval: CONSTANT_NT {kind: ice cream cone} {instance: I113} {enumeration: 0}} {created here}
                                        AND_NT
                                            PROPER_NOUN_NT {refers: infs418} {eval: CONSTANT_NT {kind: ice cream cone} {instance: I114} {enumeration: 0}} {created here}
                                            AND_NT
                                                PROPER_NOUN_NT {refers: infs419} {eval: CONSTANT_NT {kind: ice cream cone} {instance: I115} {enumeration: 0}} {created here}
                                                AND_NT
                                                    PROPER_NOUN_NT {refers: infs420} {eval: CONSTANT_NT {kind: ice cream cone} {instance: I116} {enumeration: 0}} {created here}
                                                    AND_NT
                                                        PROPER_NOUN_NT {refers: infs421} {eval: CONSTANT_NT {kind: ice cream cone} {instance: I117} {enumeration: 0}} {created here}
                                                        AND_NT
                                                            PROPER_NOUN_NT {refers: infs422} {eval: CONSTANT_NT {kind: ice cream cone} {instance: I118} {enumeration: 0}} {created here}
                                                            AND_NT
                                                                PROPER_NOUN_NT {refers: infs423} {eval: CONSTANT_NT {kind: ice cream cone} {instance: I119} {enumeration: 0}} {created here}
                                                                AND_NT
                                                                    PROPER_NOUN_NT {refers: infs424} {eval: CONSTANT_NT {kind: ice cream cone} {instance: I120} {enumeration: 0}} {created here}
                                                                    AND_NT
                                                                        PROPER_NOUN_NT {refers: infs425} {eval: CONSTANT_NT {kind: ice cream cone} {instance: I121} {enumeration: 0}} {created here}
                                                                        AND_NT
                                                                            PROPER_NOUN_NT {refers: infs426} {eval: CONSTANT_NT {kind: ice cream cone} {instance: I122} {enumeration: 0}} {created here}
                                                                            PROPER_NOUN_NT {refers: infs427} {eval: CONSTANT_NT {kind: ice cream cone} {instance: I123} {enumeration: 0}} {created here}
        HEADING_NT'section 4 - other players' {heading 5} {under: H5'section 4 - other players'} {unit: 3}
            SENTENCE_NT'vanessa is a woman in cold comfort' {unit: 3} {classified}
                VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve}
                PROPER_NOUN_NT'vanessa' {refined} {refers: infs'vanessa'} {eval: CONSTANT_NT'vanessa' {kind: object} {instance: I124'vanessa'} {enumeration: 0}} {created here}
                COMMON_NOUN_NT'woman in cold comfort' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'woman'} {creation: << kind=woman(x) ^ ('cold comfort' == <ContainerOf(*1) : x>) >>} {eval: TEST_VALUE_NT'woman in cold comfort' {term: x} {converted SN}}
            SENTENCE_NT'vanessa owns cold comfort' {unit: 3} {classified} {interpretation of subject: infs'vanessa'}
                VERB_NT'owns' {verb 'own' 3p s act IS_TENSE +ve}
                PROPER_NOUN_NT'vanessa' {refined} {refers: infs'vanessa'} {eval: CONSTANT_NT'vanessa' {kind: woman} {instance: I124'vanessa'} {enumeration: 0}}
                RELATIONSHIP_NT'owns' {meaning: ownership-r} {refined}
                    PROPER_NOUN_NT'cold comfort' {refined} {refers: infs'cold comfort ice cream'} {eval: CONSTANT_NT'cold comfort ice cream' {kind: object} {instance: I95'cold comfort ice cream'} {enumeration: 0}}
            SENTENCE_NT'francine is a woman in the public library' {unit: 3} {classified} {interpretation of subject: infs'vanessa'}
                VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve}
                PROPER_NOUN_NT'francine' {refined} {refers: infs'francine'} {eval: CONSTANT_NT'francine' {kind: object} {instance: I125'francine'} {enumeration: 0}} {created here}
                COMMON_NOUN_NT'woman in the public library' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'woman'} {creation: << kind=woman(x) ^ ('the public library' == <ContainerOf(*1) : x>) >>} {eval: TEST_VALUE_NT'woman in the public library' {term: x} {converted SN}}
            SENTENCE_NT'francine carries a book called phlox for phyllis' {unit: 3} {classified} {interpretation of subject: infs'francine'}
                VERB_NT'carries' {verb 'carry' 3p s act IS_TENSE +ve}
                PROPER_NOUN_NT'francine' {refined} {refers: infs'francine'} {eval: CONSTANT_NT'francine' {kind: woman} {instance: I125'francine'} {enumeration: 0}}
                RELATIONSHIP_NT'carries' {meaning: is-carried-by} {refined}
                    PROPER_NOUN_NT'phlox for phyllis' {refined} {refers: infs'phlox for phyllis'} {eval: CONSTANT_NT'phlox for phyllis' {kind: object} {instance: I126'phlox for phyllis'} {enumeration: 0}} {created here}
            SENTENCE_NT'francine carries a stamped envelope called a pink stamped en' {unit: 3} {classified} {interpretation of subject: infs'francine'}
                VERB_NT'carries' {verb 'carry' 3p s act IS_TENSE +ve}
                PROPER_NOUN_NT'francine' {refined} {refers: infs'francine'} {eval: CONSTANT_NT'francine' {kind: woman} {instance: I125'francine'} {enumeration: 0}}
                RELATIONSHIP_NT'carries' {meaning: is-carried-by} {refined}
                    PROPER_NOUN_NT'pink stamped envelope' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'pink stamped envelope'} {eval: CONSTANT_NT'pink stamped envelope' {kind: object} {instance: I127'pink stamped envelope'} {enumeration: 0}} {created here}
            SENTENCE_NT'lewis is a man in the alfred cralle pool hall' {unit: 3} {classified} {interpretation of subject: infs'francine'}
                VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve}
                PROPER_NOUN_NT'lewis' {refined} {refers: infs'lewis'} {eval: CONSTANT_NT'lewis' {kind: object} {instance: I128'lewis'} {enumeration: 0}} {created here}
                COMMON_NOUN_NT'man in the alfred cralle pool hall' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'man'} {creation: << kind=man(x) ^ ('the alfred cralle pool hall' == <ContainerOf(*1) : x>) >>} {eval: TEST_VALUE_NT'man in the alfred cralle pool hall' {term: x} {converted SN}}
            SENTENCE_NT'lewis carries 3 stamped envelopes' {unit: 3} {classified} {interpretation of subject: infs'lewis'}
                VERB_NT'carries' {verb 'carry' 3p s act IS_TENSE +ve}
                PROPER_NOUN_NT'lewis' {refined} {refers: infs'lewis'} {eval: CONSTANT_NT'lewis' {kind: man} {instance: I128'lewis'} {enumeration: 0}}
                RELATIONSHIP_NT'carries' {meaning: is-carried-by} {refined}
                    AND_NT
                        PROPER_NOUN_NT {refers: infs433} {eval: CONSTANT_NT {kind: stamped envelope} {instance: I129} {enumeration: 0}} {created here}
                        AND_NT
                            PROPER_NOUN_NT {refers: infs434} {eval: CONSTANT_NT {kind: stamped envelope} {instance: I130} {enumeration: 0}} {created here}
                            PROPER_NOUN_NT {refers: infs435} {eval: CONSTANT_NT {kind: stamped envelope} {instance: I131} {enumeration: 0}} {created here}
            SENTENCE_NT'lewis carries a book called idiot's guide to dating' {unit: 3} {classified} {interpretation of subject: infs'lewis'}
                VERB_NT'carries' {verb 'carry' 3p s act IS_TENSE +ve}
                PROPER_NOUN_NT'lewis' {refined} {refers: infs'lewis'} {eval: CONSTANT_NT'lewis' {kind: man} {instance: I128'lewis'} {enumeration: 0}}
                RELATIONSHIP_NT'carries' {meaning: is-carried-by} {refined}
                    PROPER_NOUN_NT'idiot's guide to dating' {refined} {refers: infs'idiot's guide to dating'} {eval: CONSTANT_NT'idiot's guide to dating' {kind: object} {instance: I132'idiot's guide to dating'} {enumeration: 0}} {created here}
            SENTENCE_NT'lewis carries a book called how to meet women' {unit: 3} {classified} {interpretation of subject: infs'lewis'}
                VERB_NT'carries' {verb 'carry' 3p s act IS_TENSE +ve}
                PROPER_NOUN_NT'lewis' {refined} {refers: infs'lewis'} {eval: CONSTANT_NT'lewis' {kind: man} {instance: I128'lewis'} {enumeration: 0}}
                RELATIONSHIP_NT'carries' {meaning: is-carried-by} {refined}
                    PROPER_NOUN_NT'how to meet women' {refined} {refers: infs'how to meet women'} {eval: CONSTANT_NT'how to meet women' {kind: object} {instance: I133'how to meet women'} {enumeration: 0}} {created here}
            SENTENCE_NT'lewis carries a book called seduction in three easy steps' {unit: 3} {classified} {interpretation of subject: infs'lewis'}
                VERB_NT'carries' {verb 'carry' 3p s act IS_TENSE +ve}
                PROPER_NOUN_NT'lewis' {refined} {refers: infs'lewis'} {eval: CONSTANT_NT'lewis' {kind: man} {instance: I128'lewis'} {enumeration: 0}}
                RELATIONSHIP_NT'carries' {meaning: is-carried-by} {refined}
                    PROPER_NOUN_NT'seduction in three easy steps' {refined} {refers: infs'seduction in three easy steps'} {eval: CONSTANT_NT'seduction in three easy steps' {kind: object} {instance: I134'seduction in three easy steps'} {enumeration: 0}} {created here}
            SENTENCE_NT'lewis carries a dvd called sleepless in seattle' {unit: 3} {classified} {interpretation of subject: infs'lewis'}
                VERB_NT'carries' {verb 'carry' 3p s act IS_TENSE +ve}
                PROPER_NOUN_NT'lewis' {refined} {refers: infs'lewis'} {eval: CONSTANT_NT'lewis' {kind: man} {instance: I128'lewis'} {enumeration: 0}}
                RELATIONSHIP_NT'carries' {meaning: is-carried-by} {refined}
                    PROPER_NOUN_NT'sleepless in seattle' {refined} {refers: infs'sleepless in seattle'} {eval: CONSTANT_NT'sleepless in seattle' {kind: object} {instance: I135'sleepless in seattle'} {enumeration: 0}} {created here}
            SENTENCE_NT'gene is a man in nancy johnson memorial square' {unit: 3} {classified} {interpretation of subject: infs'lewis'}
                VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve}
                PROPER_NOUN_NT'gene' {refined} {refers: infs'gene'} {eval: CONSTANT_NT'gene' {kind: object} {instance: I136'gene'} {enumeration: 0}} {created here}
                COMMON_NOUN_NT'man in nancy johnson memorial square' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'man'} {creation: << kind=man(x) ^ ('nancy johnson memorial square' == <ContainerOf(*1) : x>) >>} {eval: TEST_VALUE_NT'man in nancy johnson memorial square' {term: x} {converted SN}}
            SENTENCE_NT'gene carries a stamped envelope' {unit: 3} {classified} {interpretation of subject: infs'gene'}
                VERB_NT'carries' {verb 'carry' 3p s act IS_TENSE +ve}
                PROPER_NOUN_NT'gene' {refined} {refers: infs'gene'} {eval: CONSTANT_NT'gene' {kind: man} {instance: I136'gene'} {enumeration: 0}}
                RELATIONSHIP_NT'carries' {meaning: is-carried-by} {refined}
                    PROPER_NOUN_NT {refers: infs441} {eval: CONSTANT_NT {kind: stamped envelope} {instance: I137} {enumeration: 0}} {created here}
            SENTENCE_NT'gene carries a dvd called casablanca' {unit: 3} {classified} {interpretation of subject: infs'gene'}
                VERB_NT'carries' {verb 'carry' 3p s act IS_TENSE +ve}
                PROPER_NOUN_NT'gene' {refined} {refers: infs'gene'} {eval: CONSTANT_NT'gene' {kind: man} {instance: I136'gene'} {enumeration: 0}}
                RELATIONSHIP_NT'carries' {meaning: is-carried-by} {refined}
                    PROPER_NOUN_NT'casablanca' {refined} {refers: infs'casablanca'} {eval: CONSTANT_NT'casablanca' {kind: object} {instance: I138'casablanca'} {enumeration: 0}} {created here}
            SENTENCE_NT'gene carries a coupon' {unit: 3} {classified} {interpretation of subject: infs'gene'}
                VERB_NT'carries' {verb 'carry' 3p s act IS_TENSE +ve}
                PROPER_NOUN_NT'gene' {refined} {refers: infs'gene'} {eval: CONSTANT_NT'gene' {kind: man} {instance: I136'gene'} {enumeration: 0}}
                RELATIONSHIP_NT'carries' {meaning: is-carried-by} {refined}
                    PROPER_NOUN_NT {refers: infs443} {eval: CONSTANT_NT {kind: coupon} {instance: I139} {enumeration: 0}} {created here}
            SENTENCE_NT'rhoda is a woman in marciony street' {unit: 3} {classified} {interpretation of subject: infs'gene'}
                VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve}
                PROPER_NOUN_NT'rhoda' {refined} {refers: infs'rhoda'} {eval: CONSTANT_NT'rhoda' {kind: object} {instance: I140'rhoda'} {enumeration: 0}} {created here}
                COMMON_NOUN_NT'woman in marciony street' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'woman'} {creation: << kind=woman(x) ^ ('marciony street' == <ContainerOf(*1) : x>) >>} {eval: TEST_VALUE_NT'woman in marciony street' {term: x} {converted SN}}
            SENTENCE_NT'rhoda carries a book called the marciony street murders' {unit: 3} {classified} {interpretation of subject: infs'rhoda'}
                VERB_NT'carries' {verb 'carry' 3p s act IS_TENSE +ve}
                PROPER_NOUN_NT'rhoda' {refined} {refers: infs'rhoda'} {eval: CONSTANT_NT'rhoda' {kind: woman} {instance: I140'rhoda'} {enumeration: 0}}
                RELATIONSHIP_NT'carries' {meaning: is-carried-by} {refined}
                    PROPER_NOUN_NT'the marciony street murders' {refined} {refers: infs'the marciony street murders'} {eval: CONSTANT_NT'the marciony street murders' {kind: object} {instance: I141'the marciony street murders'} {enumeration: 0}} {created here}
            SENTENCE_NT'rhoda carries a dvd called unsolved serial killings xviii' {unit: 3} {classified} {interpretation of subject: infs'rhoda'}
                VERB_NT'carries' {verb 'carry' 3p s act IS_TENSE +ve}
                PROPER_NOUN_NT'rhoda' {refined} {refers: infs'rhoda'} {eval: CONSTANT_NT'rhoda' {kind: woman} {instance: I140'rhoda'} {enumeration: 0}}
                RELATIONSHIP_NT'carries' {meaning: is-carried-by} {refined}
                    PROPER_NOUN_NT'unsolved serial killings xviii' {refined} {refers: infs'unsolved serial killings xviii'} {eval: CONSTANT_NT'unsolved serial killings xviii' {kind: object} {instance: I142'unsolved serial killings xviii'} {enumeration: 0}} {created here}
            SENTENCE_NT'rhoda carries a stamped envelope called a squashy package' {unit: 3} {classified} {interpretation of subject: infs'rhoda'}
                VERB_NT'carries' {verb 'carry' 3p s act IS_TENSE +ve}
                PROPER_NOUN_NT'rhoda' {refined} {refers: infs'rhoda'} {eval: CONSTANT_NT'rhoda' {kind: woman} {instance: I140'rhoda'} {enumeration: 0}}
                RELATIONSHIP_NT'carries' {meaning: is-carried-by} {refined}
                    PROPER_NOUN_NT'squashy package' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'squashy package'} {eval: CONSTANT_NT'squashy package' {kind: object} {instance: I143'squashy package'} {enumeration: 0}} {created here}
            SENTENCE_NT'martin is a man in main street' {unit: 3} {classified} {interpretation of subject: infs'rhoda'}
                VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve}
                PROPER_NOUN_NT'martin' {refined} {refers: infs'martin'} {eval: CONSTANT_NT'martin' {kind: object} {instance: I144'martin'} {enumeration: 0}} {created here}
                COMMON_NOUN_NT'man in main street' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'man'} {creation: << kind=man(x) ^ ('main street' == <ContainerOf(*1) : x>) >>} {eval: TEST_VALUE_NT'man in main street' {term: x} {converted SN}}
            SENTENCE_NT'martin carries a dvd called the lifecycle of the south sea t' {unit: 3} {classified} {interpretation of subject: infs'martin'}
                VERB_NT'carries' {verb 'carry' 3p s act IS_TENSE +ve}
                PROPER_NOUN_NT'martin' {refined} {refers: infs'martin'} {eval: CONSTANT_NT'martin' {kind: man} {instance: I144'martin'} {enumeration: 0}}
                RELATIONSHIP_NT'carries' {meaning: is-carried-by} {refined}
                    PROPER_NOUN_NT'the lifecycle of the south sea tortoise' {refined} {refers: infs'the lifecycle of the south sea tortoise'} {eval: CONSTANT_NT'the lifecycle of the south sea tortoise' {kind: object} {instance: I145'the lifecycle of the south sea tortoise'} {enumeration: 0}} {created here}
            SENTENCE_NT'martin carries a coupon' {unit: 3} {classified} {interpretation of subject: infs'martin'}
                VERB_NT'carries' {verb 'carry' 3p s act IS_TENSE +ve}
                PROPER_NOUN_NT'martin' {refined} {refers: infs'martin'} {eval: CONSTANT_NT'martin' {kind: man} {instance: I144'martin'} {enumeration: 0}}
                RELATIONSHIP_NT'carries' {meaning: is-carried-by} {refined}
                    PROPER_NOUN_NT {refers: infs450} {eval: CONSTANT_NT {kind: coupon} {instance: I146} {enumeration: 0}} {created here}
            SENTENCE_NT'antony is a man in movie rental' {unit: 3} {classified} {interpretation of subject: infs'martin'}
                VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve}
                PROPER_NOUN_NT'antony' {refined} {refers: infs'antony'} {eval: CONSTANT_NT'antony' {kind: object} {instance: I147'antony'} {enumeration: 0}} {created here}
                COMMON_NOUN_NT'man in movie rental' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'man'} {creation: << kind=man(x) ^ ('movie rental' == <ContainerOf(*1) : x>) >>} {eval: TEST_VALUE_NT'man in movie rental' {term: x} {converted SN}}
            SENTENCE_NT'antony carries a coupon' {unit: 3} {classified} {interpretation of subject: infs'antony'}
                VERB_NT'carries' {verb 'carry' 3p s act IS_TENSE +ve}
                PROPER_NOUN_NT'antony' {refined} {refers: infs'antony'} {eval: CONSTANT_NT'antony' {kind: man} {instance: I147'antony'} {enumeration: 0}}
                RELATIONSHIP_NT'carries' {meaning: is-carried-by} {refined}
                    PROPER_NOUN_NT {refers: infs452} {eval: CONSTANT_NT {kind: coupon} {instance: I148} {enumeration: 0}} {created here}
            SENTENCE_NT'antony carries a stamped envelope called a postcard' {unit: 3} {classified} {interpretation of subject: infs'antony'}
                VERB_NT'carries' {verb 'carry' 3p s act IS_TENSE +ve}
                PROPER_NOUN_NT'antony' {refined} {refers: infs'antony'} {eval: CONSTANT_NT'antony' {kind: man} {instance: I147'antony'} {enumeration: 0}}
                RELATIONSHIP_NT'carries' {meaning: is-carried-by} {refined}
                    PROPER_NOUN_NT'postcard' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'postcard'} {eval: CONSTANT_NT'postcard' {kind: object} {instance: I149'postcard'} {enumeration: 0}} {created here}
            SENTENCE_NT'shelby is a man in the town hall' {unit: 3} {classified} {interpretation of subject: infs'antony'}
                VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve}
                PROPER_NOUN_NT'shelby' {refined} {refers: infs'shelby'} {eval: CONSTANT_NT'shelby' {kind: object} {instance: I150'shelby'} {enumeration: 0}} {created here}
                COMMON_NOUN_NT'man in the town hall' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'man'} {creation: << kind=man(x) ^ ('the town hall' == <ContainerOf(*1) : x>) >>} {eval: TEST_VALUE_NT'man in the town hall' {term: x} {converted SN}}
            SENTENCE_NT'shelby carries a dvd called conducting an orderly meeting' {unit: 3} {classified} {interpretation of subject: infs'shelby'}
                VERB_NT'carries' {verb 'carry' 3p s act IS_TENSE +ve}
                PROPER_NOUN_NT'shelby' {refined} {refers: infs'shelby'} {eval: CONSTANT_NT'shelby' {kind: man} {instance: I150'shelby'} {enumeration: 0}}
                RELATIONSHIP_NT'carries' {meaning: is-carried-by} {refined}
                    PROPER_NOUN_NT'conducting an orderly meeting' {refined} {refers: infs'conducting an orderly meeting'} {eval: CONSTANT_NT'conducting an orderly meeting' {kind: object} {instance: I151'conducting an orderly meeting'} {enumeration: 0}} {created here}
            SENTENCE_NT'shelby carries 5 stamped envelopes' {unit: 3} {classified} {interpretation of subject: infs'shelby'}
                VERB_NT'carries' {verb 'carry' 3p s act IS_TENSE +ve}
                PROPER_NOUN_NT'shelby' {refined} {refers: infs'shelby'} {eval: CONSTANT_NT'shelby' {kind: man} {instance: I150'shelby'} {enumeration: 0}}
                RELATIONSHIP_NT'carries' {meaning: is-carried-by} {refined}
                    AND_NT
                        PROPER_NOUN_NT {refers: infs456} {eval: CONSTANT_NT {kind: stamped envelope} {instance: I152} {enumeration: 0}} {created here}
                        AND_NT
                            PROPER_NOUN_NT {refers: infs457} {eval: CONSTANT_NT {kind: stamped envelope} {instance: I153} {enumeration: 0}} {created here}
                            AND_NT
                                PROPER_NOUN_NT {refers: infs458} {eval: CONSTANT_NT {kind: stamped envelope} {instance: I154} {enumeration: 0}} {created here}
                                AND_NT
                                    PROPER_NOUN_NT {refers: infs459} {eval: CONSTANT_NT {kind: stamped envelope} {instance: I155} {enumeration: 0}} {created here}
                                    PROPER_NOUN_NT {refers: infs460} {eval: CONSTANT_NT {kind: stamped envelope} {instance: I156} {enumeration: 0}} {created here}
            SENTENCE_NT'shelby carries an ice cream cone' {unit: 3} {classified} {interpretation of subject: infs'shelby'}
                VERB_NT'carries' {verb 'carry' 3p s act IS_TENSE +ve}
                PROPER_NOUN_NT'shelby' {refined} {refers: infs'shelby'} {eval: CONSTANT_NT'shelby' {kind: man} {instance: I150'shelby'} {enumeration: 0}}
                RELATIONSHIP_NT'carries' {meaning: is-carried-by} {refined}
                    PROPER_NOUN_NT {refers: infs461} {eval: CONSTANT_NT {kind: ice cream cone} {instance: I157} {enumeration: 0}} {created here}
            SENTENCE_NT'shelby carries a coupon' {unit: 3} {classified} {interpretation of subject: infs'shelby'}
                VERB_NT'carries' {verb 'carry' 3p s act IS_TENSE +ve}
                PROPER_NOUN_NT'shelby' {refined} {refers: infs'shelby'} {eval: CONSTANT_NT'shelby' {kind: man} {instance: I150'shelby'} {enumeration: 0}}
                RELATIONSHIP_NT'carries' {meaning: is-carried-by} {refined}
                    PROPER_NOUN_NT {refers: infs462} {eval: CONSTANT_NT {kind: coupon} {instance: I158} {enumeration: 0}} {created here}
            SENTENCE_NT'christopher is a man in the library' {unit: 3} {classified} {interpretation of subject: infs'shelby'}
                VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve}
                PROPER_NOUN_NT'christopher' {refined} {refers: infs'christopher'} {eval: CONSTANT_NT'christopher' {kind: object} {instance: I159'christopher'} {enumeration: 0}} {created here}
                COMMON_NOUN_NT'man in the library' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'man'} {creation: << kind=man(x) ^ ('the library' == <ContainerOf(*1) : x>) >>} {eval: TEST_VALUE_NT'man in the library' {term: x} {converted SN}}
            SENTENCE_NT'christopher owns the library' {unit: 3} {classified} {interpretation of subject: infs'christopher'}
                VERB_NT'owns' {verb 'own' 3p s act IS_TENSE +ve}
                PROPER_NOUN_NT'christopher' {refined} {refers: infs'christopher'} {eval: CONSTANT_NT'christopher' {kind: man} {instance: I159'christopher'} {enumeration: 0}}
                RELATIONSHIP_NT'owns' {meaning: ownership-r} {refined}
                    PROPER_NOUN_NT'library' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'public library'} {eval: CONSTANT_NT'public library' {kind: object} {instance: I105'public library'} {enumeration: 0}}
            SENTENCE_NT'linnea is a woman in the alfred cralle pool hall' {unit: 3} {classified} {interpretation of subject: infs'christopher'}
                VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve}
                PROPER_NOUN_NT'linnea' {refined} {refers: infs'linnea'} {eval: CONSTANT_NT'linnea' {kind: object} {instance: I160'linnea'} {enumeration: 0}} {created here}
                COMMON_NOUN_NT'woman in the alfred cralle pool hall' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'woman'} {creation: << kind=woman(x) ^ ('the alfred cralle pool hall' == <ContainerOf(*1) : x>) >>} {eval: TEST_VALUE_NT'woman in the alfred cralle pool hall' {term: x} {converted SN}}
            SENTENCE_NT'linnea owns the alfred cralle pool hall' {unit: 3} {classified} {interpretation of subject: infs'linnea'}
                VERB_NT'owns' {verb 'own' 3p s act IS_TENSE +ve}
                PROPER_NOUN_NT'linnea' {refined} {refers: infs'linnea'} {eval: CONSTANT_NT'linnea' {kind: woman} {instance: I160'linnea'} {enumeration: 0}}
                RELATIONSHIP_NT'owns' {meaning: ownership-r} {refined}
                    PROPER_NOUN_NT'alfred cralle pool hall' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'alfred cralle pool hall'} {eval: CONSTANT_NT'alfred cralle pool hall' {kind: room} {instance: I83'alfred cralle pool hall'} {enumeration: 0}}
            SENTENCE_NT'ned is a man in the movie rental store' {unit: 3} {classified} {interpretation of subject: infs'linnea'}
                VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve}
                PROPER_NOUN_NT'ned' {refined} {refers: infs'ned'} {eval: CONSTANT_NT'ned' {kind: object} {instance: I161'ned'} {enumeration: 0}} {created here}
                COMMON_NOUN_NT'man in the movie rental store' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'man'} {creation: << kind=man(x) ^ ('the movie rental store' == <ContainerOf(*1) : x>) >>} {eval: TEST_VALUE_NT'man in the movie rental store' {term: x} {converted SN}}
            SENTENCE_NT'ned owns the movie rental' {unit: 3} {classified} {interpretation of subject: infs'ned'}
                VERB_NT'owns' {verb 'own' 3p s act IS_TENSE +ve}
                PROPER_NOUN_NT'ned' {refined} {refers: infs'ned'} {eval: CONSTANT_NT'ned' {kind: man} {instance: I161'ned'} {enumeration: 0}}
                RELATIONSHIP_NT'owns' {meaning: ownership-r} {refined}
                    PROPER_NOUN_NT'movie rental' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'movie rental store'} {eval: CONSTANT_NT'movie rental store' {kind: object} {instance: I99'movie rental store'} {enumeration: 0}}
            IMPERATIVE_NT'after printing the name of someone ( called target ) while l' {unit: 3} {imperative definition: 956}
            SENTENCE_NT'the description of a person is usually "[The noun] [if the n' {unit: 3} {classified} {interpretation of subject: infs'ned'}
                VERB_NT'is usually' {certainty:likely} {verb 'be' 3p s act IS_TENSE +ve}
                X_OF_Y_NT'description of a person' {definite 'the' n/m/f s/p nom/acc} {refined}
                    COMMON_NOUN_NT'person' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'person'} {creation: << kind=person(x) >>} {eval: TEST_VALUE_NT}
                    PROPER_NOUN_NT'description' {refined} {eval: CONSTANT_NT {kind: texts valued property} {property: 'description'=text}}
                PROPER_NOUN_NT'"[The noun] [if the noun is clean]looks healthy[otherwise]is' {refined} {eval: CONSTANT_NT'"[The noun] [if the noun is clean]looks healthy[otherwise]is' {kind: text}}
            IMPERATIVE_NT'after examining another person who is carrying something' {unit: 3} {imperative definition: 957}
            IMPERATIVE_NT'when play begins' {unit: 3} {imperative definition: 958}
        HEADING_NT'section 5 - conversation' {heading 5} {under: H5'section 5 - conversation'} {unit: 3}
            SENTENCE_NT'a person has a table name called conversation' {unit: 3} {classified}
                VERB_NT'has' {verb 'have' 3p s act IS_TENSE +ve}
                COMMON_NOUN_NT'person' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'person'} {creation: << kind=person(x) >>} {eval: TEST_VALUE_NT}
                ALLOWED_NT {refined}
                    PROPERTYCALLED_NT'called'
                        UNPARSED_NOUN_NT'table name' {indefinite 'a' n/m/f nom/acc s}
                        UNPARSED_NOUN_NT'conversation'
            IMPERATIVE_NT'instead of asking someone about something' {unit: 3} {imperative definition: 959}
            IMPERATIVE_NT'instead of telling someone about something' {unit: 3} {imperative definition: 960}
            SENTENCE_NT'understand "recap" or "recall" or "review" as recalling conv' {unit: 3} {classified}
                VERB_NT'understand' {verb 'understand' 3p p act IS_TENSE +ve} {prep2: as} {special meaning: understand-as}
                UNPARSED_NOUN_NT'"recap" or "recall" or "review"'
                UNPARSED_NOUN_NT'recalling conversations'
            SENTENCE_NT'recalling conversations is an action applying to nothing' {unit: 3} {classified}
                VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve} {special meaning: new-action}
                UNPARSED_NOUN_NT'recalling conversations'
                UNPARSED_NOUN_NT'applying to nothing'
            IMPERATIVE_NT'carry out recalling conversations' {unit: 3} {imperative definition: 961}
            SENTENCE_NT'the conversation of a person is usually table of general chi' {unit: 3} {classified} {interpretation of subject: infs'person'}
                VERB_NT'is usually' {certainty:likely} {verb 'be' 3p s act IS_TENSE +ve}
                X_OF_Y_NT'conversation of a person' {definite 'the' n/m/f s/p nom/acc} {refined}
                    COMMON_NOUN_NT'person' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'person'} {creation: << kind=person(x) >>} {eval: TEST_VALUE_NT}
                    PROPER_NOUN_NT'conversation' {refined} {eval: CONSTANT_NT {kind: table names valued property} {property: 'conversation'=table name}}
                PROPER_NOUN_NT'table of general chitchat' {refined} {eval: CONSTANT_NT'table of general chitchat' {kind: table name} {table: table_data} {meaning: {table of general chitchat = TABLE_MC}}}
            TABLE_NT'table of general chitchat topic reply summary turn stamp cha' {unit: 3}
            SENTENCE_NT'the conversation of vanessa is the table of vanessa chatter' {unit: 3} {classified} {interpretation of subject: infs'person'}
                VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve}
                X_OF_Y_NT'conversation of vanessa' {definite 'the' n/m/f s/p nom/acc} {refined}
                    PROPER_NOUN_NT'vanessa' {refined} {refers: infs'vanessa'} {eval: CONSTANT_NT'vanessa' {kind: woman} {instance: I124'vanessa'} {enumeration: 0}}
                    PROPER_NOUN_NT'conversation' {refined} {eval: CONSTANT_NT {kind: table names valued property} {property: 'conversation'=table name}}
                PROPER_NOUN_NT'table of vanessa chatter' {definite 'the' n/m/f s/p nom/acc} {refined} {eval: CONSTANT_NT'table of vanessa chatter' {kind: table name} {table: table_data} {meaning: {table of vanessa chatter = TABLE_MC}}}
            TABLE_NT'table of vanessa chatter topic reply summary turn stamp char' {unit: 3}
            IMPERATIVE_NT'after reading a command' {unit: 3} {imperative definition: 962}
        HEADING_NT'section 6 - movement description' {heading 5} {under: H5'section 6 - movement description'} {unit: 3}
            SENTENCE_NT'a person has some text called walk style' {unit: 3} {classified}
                VERB_NT'has' {verb 'have' 3p s act IS_TENSE +ve}
                COMMON_NOUN_NT'person' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'person'} {creation: << kind=person(x) >>} {eval: TEST_VALUE_NT}
                ALLOWED_NT {refined}
                    PROPERTYCALLED_NT'called'
                        UNPARSED_NOUN_NT'text' {indefinite 'some' n/m/f nom/acc p}
                        UNPARSED_NOUN_NT'walk style'
            SENTENCE_NT'the walk style of a man is usually "stride"' {unit: 3} {classified} {interpretation of subject: infs'person'}
                VERB_NT'is usually' {certainty:likely} {verb 'be' 3p s act IS_TENSE +ve}
                X_OF_Y_NT'walk style of a man' {definite 'the' n/m/f s/p nom/acc} {refined}
                    COMMON_NOUN_NT'man' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'man'} {creation: << kind=man(x) >>} {eval: TEST_VALUE_NT}
                    PROPER_NOUN_NT'walk style' {refined} {eval: CONSTANT_NT {kind: texts valued property} {property: 'walk style'=text}}
                PROPER_NOUN_NT'"stride"' {refined} {eval: CONSTANT_NT'"stride"' {kind: text}}
            SENTENCE_NT'the walk style of a woman is usually "strut"' {unit: 3} {classified} {interpretation of subject: infs'person'}
                VERB_NT'is usually' {certainty:likely} {verb 'be' 3p s act IS_TENSE +ve}
                X_OF_Y_NT'walk style of a woman' {definite 'the' n/m/f s/p nom/acc} {refined}
                    COMMON_NOUN_NT'woman' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'woman'} {creation: << kind=woman(x) >>} {eval: TEST_VALUE_NT}
                    PROPER_NOUN_NT'walk style' {refined} {eval: CONSTANT_NT {kind: texts valued property} {property: 'walk style'=text}}
                PROPER_NOUN_NT'"strut"' {refined} {eval: CONSTANT_NT'"strut"' {kind: text}}
            SENTENCE_NT'the walk style of gene is "[one of]wander[or]stroll[purely a' {unit: 3} {classified} {interpretation of subject: infs'person'}
                VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve}
                X_OF_Y_NT'walk style of gene' {definite 'the' n/m/f s/p nom/acc} {refined}
                    PROPER_NOUN_NT'gene' {refined} {refers: infs'gene'} {eval: CONSTANT_NT'gene' {kind: man} {instance: I136'gene'} {enumeration: 0}}
                    PROPER_NOUN_NT'walk style' {refined} {eval: CONSTANT_NT {kind: texts valued property} {property: 'walk style'=text}}
                PROPER_NOUN_NT'"[one of]wander[or]stroll[purely at random]"' {refined} {eval: CONSTANT_NT'"[one of]wander[or]stroll[purely at random]"' {kind: text}}
            SENTENCE_NT'the walk style of francine is "waddle"' {unit: 3} {classified} {interpretation of subject: infs'person'}
                VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve}
                X_OF_Y_NT'walk style of francine' {definite 'the' n/m/f s/p nom/acc} {refined}
                    PROPER_NOUN_NT'francine' {refined} {refers: infs'francine'} {eval: CONSTANT_NT'francine' {kind: woman} {instance: I125'francine'} {enumeration: 0}}
                    PROPER_NOUN_NT'walk style' {refined} {eval: CONSTANT_NT {kind: texts valued property} {property: 'walk style'=text}}
                PROPER_NOUN_NT'"waddle"' {refined} {eval: CONSTANT_NT'"waddle"' {kind: text}}
            SENTENCE_NT'the walk style of antony is "scamper"' {unit: 3} {classified} {interpretation of subject: infs'person'}
                VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve}
                X_OF_Y_NT'walk style of antony' {definite 'the' n/m/f s/p nom/acc} {refined}
                    PROPER_NOUN_NT'antony' {refined} {refers: infs'antony'} {eval: CONSTANT_NT'antony' {kind: man} {instance: I147'antony'} {enumeration: 0}}
                    PROPER_NOUN_NT'walk style' {refined} {eval: CONSTANT_NT {kind: texts valued property} {property: 'walk style'=text}}
                PROPER_NOUN_NT'"scamper"' {refined} {eval: CONSTANT_NT'"scamper"' {kind: text}}
            SENTENCE_NT'the walk style of rhoda is "sashay"' {unit: 3} {classified} {interpretation of subject: infs'person'}
                VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve}
                X_OF_Y_NT'walk style of rhoda' {definite 'the' n/m/f s/p nom/acc} {refined}
                    PROPER_NOUN_NT'rhoda' {refined} {refers: infs'rhoda'} {eval: CONSTANT_NT'rhoda' {kind: woman} {instance: I140'rhoda'} {enumeration: 0}}
                    PROPER_NOUN_NT'walk style' {refined} {eval: CONSTANT_NT {kind: texts valued property} {property: 'walk style'=text}}
                PROPER_NOUN_NT'"sashay"' {refined} {eval: CONSTANT_NT'"sashay"' {kind: text}}
            TABLE_NT'table of visible exits character second third heading chosen' {unit: 3}
            TABLE_NT'table of visible entrances character second third heading ch' {unit: 3}
            IMPERATIVE_NT'to clear ( current table - a table name )' {unit: 3} {imperative definition: 963}
            IMPERATIVE_NT'to tidy departures of ( current table - a table name )' {unit: 3} {imperative definition: 964}
            SENTENCE_NT'a door has a person called last opener' {unit: 3} {classified} {interpretation of subject: infs'person'}
                VERB_NT'has' {verb 'have' 3p s act IS_TENSE +ve}
                COMMON_NOUN_NT'door' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'door'} {creation: << kind=door(x) >>} {eval: TEST_VALUE_NT}
                ALLOWED_NT {refined}
                    PROPERTYCALLED_NT'called'
                        UNPARSED_NOUN_NT'person' {indefinite 'a' n/m/f nom/acc s}
                        UNPARSED_NOUN_NT'last opener'
            IMPERATIVE_NT'report someone opening a door' {unit: 3} {imperative definition: 965}
            IMPERATIVE_NT'report someone going through a door ( called route )' {unit: 3} {imperative definition: 966}
            SENTENCE_NT'the last thing named is a thing that varies' {unit: 3} {classified} {interpretation of subject: infs'door'}
                VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve}
                PROPER_NOUN_NT'last thing named' {definite 'the' n/m/f s/p nom/acc} {refined} {eval: NONLOCAL_VARIABLE_NT'last thing named' {nonlocal: 'last thing named'(var)thing}} {created here}
                COMMON_NOUN_NT'thing that varies' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'values variable-pointer'-k} {creation: << kind=things variable-pointer(x) >>} {eval: TEST_VALUE_NT}
            IMPERATIVE_NT'before printing the name of something ( called target ) whic' {unit: 3} {imperative definition: 967}
            IMPERATIVE_NT'report someone going a direction' {unit: 3} {imperative definition: 968}
            IMPERATIVE_NT'this is the movement reporting rule' {unit: 3} {imperative definition: 969}
            IMPERATIVE_NT'to generate descriptions from ( current table - a table name' {unit: 3} {imperative definition: 970}
            SENTENCE_NT'the last person named is a person that varies' {unit: 3} {classified} {interpretation of subject: infs'door'}
                VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve}
                PROPER_NOUN_NT'last person named' {definite 'the' n/m/f s/p nom/acc} {refined} {eval: NONLOCAL_VARIABLE_NT'last person named' {nonlocal: 'last person named'(var)person}} {created here}
                COMMON_NOUN_NT'person that varies' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'values variable-pointer'-k} {creation: << kind=people variable-pointer(x) >>} {eval: TEST_VALUE_NT}
            IMPERATIVE_NT'before printing the name of a person ( called target )' {unit: 3} {imperative definition: 971}
            SENTENCE_NT'group size is a number that varies' {unit: 3} {classified} {interpretation of subject: infs'door'}
                VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve}
                PROPER_NOUN_NT'group size' {refined} {eval: NONLOCAL_VARIABLE_NT'group size' {nonlocal: 'group size'(var)number}} {created here}
                COMMON_NOUN_NT'number that varies' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'values variable-pointer'-k} {creation: << kind=numbers variable-pointer(x) >>} {eval: TEST_VALUE_NT}
            SENTENCE_NT'group size is 1' {unit: 3} {classified} {interpretation of subject: infs'door'}
                VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve}
                PROPER_NOUN_NT'group size' {refined} {eval: NONLOCAL_VARIABLE_NT'group size' {nonlocal: 'group size'(var)number} {meaning: {group size = VARIABLE_MC}}}
                PROPER_NOUN_NT'1' {refined} {eval: CONSTANT_NT'1' {kind: number} {explicit literal} {number: 1}}
            IMPERATIVE_NT'to clear marked people' {unit: 3} {imperative definition: 972}
            IMPERATIVE_NT'before listing nondescript items' {unit: 3} {imperative definition: 973}
            IMPERATIVE_NT'to describe patients' {unit: 3} {imperative definition: 974}
            IMPERATIVE_NT'to say ( named character - a man ) as pronoun' {unit: 3} {imperative definition: 975}
            IMPERATIVE_NT'to say ( named character - a woman ) as pronoun' {unit: 3} {imperative definition: 976}
            IMPERATIVE_NT'to say looks as though dipped in for ( index - a number )' {unit: 3} {imperative definition: 977}
            TABLE_NT'table of dipping phrases dipping "looks as though dipped in"' {unit: 3}
            SENTENCE_NT'a door is usually scenery' {unit: 3} {classified} {interpretation of subject: infs'door'}
                VERB_NT'is usually' {certainty:likely} {verb 'be' 3p s act IS_TENSE +ve}
                COMMON_NOUN_NT'door' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'door'} {creation: << kind=door(x) >>} {eval: TEST_VALUE_NT}
                ADJECTIVE_NT'scenery' {refined} {predicate: scenery} {creation: << scenery(x) ^ scenery(x) >>}
            IMPERATIVE_NT'to make delimiter ( index - a number ) of ( count - a number' {unit: 3} {imperative definition: 978}
            IMPERATIVE_NT'to say optional comma' {unit: 3} {imperative definition: 979}
            SENTENCE_NT'test me with go to cold comfort / z / z / z / z / ask vaness' {unit: 3} {classified}
                VERB_NT'test' {verb 'test' 3p p act IS_TENSE +ve} {prep2: with} {special meaning: test-with}
                UNPARSED_NOUN_NT'me'
                UNPARSED_NOUN_NT'go to cold comfort / z / z / z / z / ask vanessa for french '
            SENTENCE_NT'use fast route-finding' {unit: 3} {classified}
                VERB_NT'use' {verb 'use' 3p p act IS_TENSE +ve} {special meaning: use}
                UNPARSED_NOUN_NT'fast route-finding'
    HEADING_NT'invented sentences' {under: H0'invented sentences'} {heading 0} {implied}
        SENTENCE_NT'number understood is a number which varies' {classified}
            VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve}
            PROPER_NOUN_NT'number understood' {refined} {eval: NONLOCAL_VARIABLE_NT'number understood' {nonlocal: 'number understood'(var)number}} {created here}
            COMMON_NOUN_NT'number which varies' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'values variable-pointer'-k} {creation: << kind=numbers variable-pointer(x) >>} {eval: TEST_VALUE_NT}
        SENTENCE_NT'real number understood is a real number which varies' {classified}
            VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve}
            PROPER_NOUN_NT'real number understood' {refined} {eval: NONLOCAL_VARIABLE_NT'real number understood' {nonlocal: 'real number understood'(var)real number}} {created here}
            COMMON_NOUN_NT'real number which varies' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'values variable-pointer'-k} {creation: << kind=real numbers variable-pointer(x) >>} {eval: TEST_VALUE_NT}
        SENTENCE_NT'truth state understood is a truth state which varies' {classified}
            VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve}
            PROPER_NOUN_NT'truth state understood' {refined} {eval: NONLOCAL_VARIABLE_NT'truth state understood' {nonlocal: 'truth state understood'(var)truth state}} {created here}
            COMMON_NOUN_NT'truth state which varies' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'values variable-pointer'-k} {creation: << kind=truth states variable-pointer(x) >>} {eval: TEST_VALUE_NT}
        SENTENCE_NT'external file understood is a external file which varies' {classified}
            VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve}
            PROPER_NOUN_NT'external file understood' {refined} {eval: NONLOCAL_VARIABLE_NT'external file understood' {nonlocal: 'external file understood'(var)external file}} {created here}
            COMMON_NOUN_NT'external file which varies' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'values variable-pointer'-k} {creation: << kind=external files variable-pointer(x) >>} {eval: TEST_VALUE_NT}
        SENTENCE_NT'internal file understood is a internal file which varies' {classified}
            VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve}
            PROPER_NOUN_NT'internal file understood' {refined} {eval: NONLOCAL_VARIABLE_NT'internal file understood' {nonlocal: 'internal file understood'(var)internal file}} {created here}
            COMMON_NOUN_NT'internal file which varies' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'values variable-pointer'-k} {creation: << kind=internal files variable-pointer(x) >>} {eval: TEST_VALUE_NT}
        SENTENCE_NT'time understood is a time which varies' {classified}
            VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve}
            PROPER_NOUN_NT'time understood' {refined} {eval: NONLOCAL_VARIABLE_NT'time understood' {nonlocal: 'time understood'(var)time}} {created here}
            COMMON_NOUN_NT'time which varies' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'values variable-pointer'-k} {creation: << kind=times variable-pointer(x) >>} {eval: TEST_VALUE_NT}
        SENTENCE_NT'scene understood is a scene which varies' {classified}
            VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve}
            PROPER_NOUN_NT'scene understood' {refined} {eval: NONLOCAL_VARIABLE_NT'scene understood' {nonlocal: 'scene understood'(var)scene}} {created here}
            COMMON_NOUN_NT'scene which varies' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'values variable-pointer'-k} {creation: << kind=scenes variable-pointer(x) >>} {eval: TEST_VALUE_NT}
        SENTENCE_NT'figure name understood is a figure name which varies' {classified}
            VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve}
            PROPER_NOUN_NT'figure name understood' {refined} {eval: NONLOCAL_VARIABLE_NT'figure name understood' {nonlocal: 'figure name understood'(var)figure name}} {created here}
            COMMON_NOUN_NT'figure name which varies' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'values variable-pointer'-k} {creation: << kind=figure names variable-pointer(x) >>} {eval: TEST_VALUE_NT}
        SENTENCE_NT'sound name understood is a sound name which varies' {classified}
            VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve}
            PROPER_NOUN_NT'sound name understood' {refined} {eval: NONLOCAL_VARIABLE_NT'sound name understood' {nonlocal: 'sound name understood'(var)sound name}} {created here}
            COMMON_NOUN_NT'sound name which varies' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'values variable-pointer'-k} {creation: << kind=sound names variable-pointer(x) >>} {eval: TEST_VALUE_NT}
        SENTENCE_NT'natural language understood is a natural language which vari' {classified}
            VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve}
            PROPER_NOUN_NT'natural language understood' {refined} {eval: NONLOCAL_VARIABLE_NT'natural language understood' {nonlocal: 'natural language understood'(var)natural language}} {created here}
            COMMON_NOUN_NT'natural language which varies' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'values variable-pointer'-k} {creation: << kind=natural languages variable-pointer(x) >>} {eval: TEST_VALUE_NT}
        SENTENCE_NT'grammatical tense understood is a grammatical tense which va' {classified}
            VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve}
            PROPER_NOUN_NT'grammatical tense understood' {refined} {eval: NONLOCAL_VARIABLE_NT'grammatical tense understood' {nonlocal: 'grammatical tense understood'(var)grammatical tense}} {created here}
            COMMON_NOUN_NT'grammatical tense which varies' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'values variable-pointer'-k} {creation: << kind=grammatical tenses variable-pointer(x) >>} {eval: TEST_VALUE_NT}
        SENTENCE_NT'narrative viewpoint understood is a narrative viewpoint whic' {classified}
            VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve}
            PROPER_NOUN_NT'narrative viewpoint understood' {refined} {eval: NONLOCAL_VARIABLE_NT'narrative viewpoint understood' {nonlocal: 'narrative viewpoint understood'(var)narrative viewpoint}} {created here}
            COMMON_NOUN_NT'narrative viewpoint which varies' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'values variable-pointer'-k} {creation: << kind=narrative viewpoints variable-pointer(x) >>} {eval: TEST_VALUE_NT}
        SENTENCE_NT'grammatical case understood is a grammatical case which vari' {classified}
            VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve}
            PROPER_NOUN_NT'grammatical case understood' {refined} {eval: NONLOCAL_VARIABLE_NT'grammatical case understood' {nonlocal: 'grammatical case understood'(var)grammatical case}} {created here}
            COMMON_NOUN_NT'grammatical case which varies' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'values variable-pointer'-k} {creation: << kind=grammatical cases variable-pointer(x) >>} {eval: TEST_VALUE_NT}
        SENTENCE_NT'grammatical gender understood is a grammatical gender which ' {classified}
            VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve}
            PROPER_NOUN_NT'grammatical gender understood' {refined} {eval: NONLOCAL_VARIABLE_NT'grammatical gender understood' {nonlocal: 'grammatical gender understood'(var)grammatical gender}} {created here}
            COMMON_NOUN_NT'grammatical gender which varies' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'values variable-pointer'-k} {creation: << kind=grammatical genders variable-pointer(x) >>} {eval: TEST_VALUE_NT}
        SENTENCE_NT'command parser error understood is a command parser error wh' {classified}
            VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve}
            PROPER_NOUN_NT'command parser error understood' {refined} {eval: NONLOCAL_VARIABLE_NT'command parser error understood' {nonlocal: 'command parser error understood'(var)command parser error}} {created here}
            COMMON_NOUN_NT'command parser error which varies' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'values variable-pointer'-k} {creation: << kind=command parser errors variable-pointer(x) >>} {eval: TEST_VALUE_NT}
        SENTENCE_NT'infection color understood is a infection color which varies' {classified}
            VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve}
            PROPER_NOUN_NT'infection color understood' {refined} {eval: NONLOCAL_VARIABLE_NT'infection color understood' {nonlocal: 'infection color understood'(var)infection color}} {created here}
            COMMON_NOUN_NT'infection color which varies' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'values variable-pointer'-k} {creation: << kind=infection colors variable-pointer(x) >>} {eval: TEST_VALUE_NT}

The unabridged tree is here: