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 70.9% in compilation to Inter 50.5% in Sequence::undertake_queued_tasks 4.6% in MajorNodes::pre_pass 3.5% in MajorNodes::pass_1 1.8% in ImperativeDefinitions::assess_all 1.4% in RTKindConstructors::compile 1.4% in RTPhrasebook::compile_entries 1.0% in Sequence::lint_inter 0.6% in MajorNodes::pass_2 0.6% in World::stage_V 0.4% in ImperativeDefinitions::compile_first_block 0.4% in Sequence::undertake_queued_tasks 0.4% in Sequence::undertake_queued_tasks 0.2% in CompletionModule::compile 0.2% in InferenceSubjects::emit_all 0.2% in RTKindConstructors::compile_permissions 0.2% in Task::make_built_in_kind_constructors 2.9% not specifically accounted for 26.1% in running Inter pipeline 10.3% in step 14/15: generate inform6 -> auto.inf 5.6% in step 5/15: load-binary-kits 5.4% in step 6/15: make-synoptic-module 1.4% in step 9/15: make-identifiers-unique 0.4% in step 12/15: eliminate-redundant-operations 0.4% in step 4/15: compile-splats 0.4% in step 7/15: shorten-wiring 0.2% in step 11/15: eliminate-redundant-labels 0.2% in step 8/15: detect-indirect-calls 1.5% not specifically accounted for 2.5% in supervisor 0.5% 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 120949K = 118 MB ---- was used for 2048021 objects, in 364558 frames in 0 x 800K = 0K = 0 MB: 33.7% inter_tree_node_array 58 x 8192 = 475136 objects, 41813824 bytes 20.9% text_stream_array 4616 x 100 = 461600 objects, 25997312 bytes 19.8% linked_list 43873 objects, 24568880 bytes 11.3% inter_symbol_array 132 x 1024 = 135168 objects, 14061696 bytes 10.6% inter_error_stash_array 101 x 1024 = 103424 objects, 13241504 bytes 8.3% parse_node 129712 objects, 10376960 bytes 5.9% verb_conjugation 160 objects, 7425280 bytes 4.4% parse_node_annotation_array 346 x 500 = 173000 objects, 5547072 bytes 2.7% pcalc_prop_array 25 x 1000 = 25000 objects, 3400800 bytes 2.5% inter_name_array 67 x 1000 = 67000 objects, 3218144 bytes 2.1% kind_array 66 x 1000 = 66000 objects, 2642112 bytes 1.7% scan_directory 521 objects, 2150688 bytes 1.6% inter_name_generator_array 51 x 1000 = 51000 objects, 2041632 bytes 1.6% inter_schema_token 13964 objects, 2010816 bytes 1.5% package_request 21153 objects, 1861464 bytes 1.4% vocabulary_entry_array 161 x 100 = 16100 objects, 1808352 bytes 1.2% dict_entry_array 473 x 100 = 47300 objects, 1528736 bytes 1.2% match_trie_array 11 x 1000 = 11000 objects, 1496352 bytes 1.2% inter_symbols_table 26593 objects, 1489208 bytes 1.1% i6_schema_array 23 x 100 = 2300 objects, 1380736 bytes 1.0% inter_package 26593 objects, 1276464 bytes 0.9% map_data 671 objects, 1127280 bytes 0.8% id_body 942 objects, 1077648 bytes 0.8% adjective_meaning 202 objects, 1000304 bytes 0.7% excerpt_meaning 3109 objects, 970008 bytes 0.7% production 3878 objects, 899696 bytes 0.7% ptoken 8408 objects, 874432 bytes 0.7% grammatical_usage 3613 objects, 867120 bytes 0.6% individual_form 2563 objects, 861168 bytes 0.6% inter_schema_node 8917 objects, 856032 bytes 0.5% unary_predicate_array 16 x 1000 = 16000 objects, 640512 bytes 0.3% local_variable_array 47 x 100 = 4700 objects, 452704 bytes 0.3% verb_usage 1128 objects, 388032 bytes 0.2% rule 470 objects, 368480 bytes 0.2% dictionary 7590 objects, 364320 bytes 0.2% verb_form 386 objects, 348944 bytes 0.2% noun 2382 objects, 285840 bytes 0.2% compilation_subtask 3355 objects, 268400 bytes 0.2% inter_annotation_array 2 x 8192 = 16384 objects, 262208 bytes 0.2% inference_subject 666 objects, 261072 bytes 0.1% vanilla_function 3684 objects, 235776 bytes 0.1% binary_predicate 322 objects, 170016 bytes 0.1% hierarchy_location 1124 objects, 161856 bytes 0.1% linguistic_stock_item 3318 objects, 159264 bytes 0.1% rule_family_data 401 objects, 147568 bytes 0.1% nonterminal 758 objects, 139472 bytes 0.1% nascent_array 2127 objects, 136128 bytes ---- inference 1703 objects, 122616 bytes ---- documentation_ref 1273 objects, 112024 bytes ---- imperative_defn 1379 objects, 99288 bytes ---- noun_usage 2404 objects, 96160 bytes ---- anl_entry_array 2 x 1000 = 2000 objects, 96064 bytes ---- preposition 273 objects, 87360 bytes ---- inter_schema 1511 objects, 84616 bytes ---- lexical_cluster 2519 objects, 80608 bytes ---- pcalc_term_array 2 x 1000 = 2000 objects, 80064 bytes ---- kind_variable_declaration 1655 objects, 79440 bytes ---- inter_tree 6 objects, 79344 bytes ---- label_namespace 1472 objects, 70656 bytes ---- rulebook 407 objects, 68376 bytes ---- spatial_data 671 objects, 64416 bytes ---- linked_list_item_array 4 x 1000 = 4000 objects, 64128 bytes ---- kind_macro_definition 9 objects, 62280 bytes ---- booking 861 objects, 61992 bytes ---- actions_rcd_data 1884 objects, 60288 bytes ---- scenes_rcd_data 1884 objects, 60288 bytes ---- command_grammar 130 objects, 58240 bytes ---- kind_constructor 77 objects, 57904 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 1315 objects, 52600 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 ---- text_substitution 437 objects, 41952 bytes ---- anl_clause_array 1 x 1000 objects, 40032 bytes ---- activity_list_array 1 x 1000 objects, 40032 bytes ---- to_family_data 497 objects, 39760 bytes ---- shared_variable_access_list_array 12 x 100 = 1200 objects, 38784 bytes ---- parsing_data 671 objects, 37576 bytes ---- heading 198 objects, 36432 bytes ---- production_list 615 objects, 34440 bytes ---- regions_data 671 objects, 32208 bytes ---- counting_data 671 objects, 32208 bytes ---- property_permission 96 objects, 31488 bytes ---- stack_frame_box 305 objects, 29280 bytes ---- verb_sense 403 objects, 29016 bytes ---- action_pattern_array 7 x 100 = 700 objects, 28224 bytes ---- shared_variable_set_array 6 x 100 = 600 objects, 24192 bytes ---- backdrops_data 671 objects, 21472 bytes ---- inter_node_list 654 objects, 20928 bytes ---- pipeline_step 15 objects, 20280 bytes ---- action_name 90 objects, 20160 bytes ---- nonlocal_variable 93 objects, 20088 bytes ---- property 146 objects, 19856 bytes ---- timed_rules_rfd_data 401 objects, 19248 bytes ---- filename 476 objects, 19040 bytes ---- method 380 objects, 18240 bytes ---- pcalc_prop_deferral 86 objects, 17888 bytes ---- instance 167 objects, 17368 bytes ---- parse_node_tree 19 objects, 16416 bytes ---- understanding_reference_array 2 x 100 = 200 objects, 16064 bytes ---- to_phrase_request 59 objects, 16048 bytes ---- action_name_list_array 1 x 1000 objects, 16032 bytes ---- match_avinue_array 1 x 1000 objects, 16032 bytes ---- JSON_value 182 objects, 16016 bytes ---- build_vertex 129 objects, 15480 bytes ---- adjective 137 objects, 15344 bytes ---- pathname 375 objects, 15000 bytes ---- booking_list 407 objects, 13024 bytes ---- adjective_iname_holder 320 objects, 12800 bytes ---- uniqueness_count 453 objects, 10872 bytes ---- inter_construct 30 objects, 10320 bytes ---- web_bibliographic_datum 145 objects, 9280 bytes ---- stopwatch_timer 114 objects, 9120 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 ---- verb 108 objects, 6912 bytes ---- hierarchy_attachment_point 77 objects, 6776 bytes ---- text_literal_holder 163 objects, 6520 bytes ---- inbuild_copy 54 objects, 6480 bytes ---- inbuild_work 101 objects, 6464 bytes ---- inbuild_edition 72 objects, 5184 bytes ---- heading_tree 19 objects, 5168 bytes ---- explicit_action_array 1 x 100 objects, 4832 bytes ---- value_property_data 84 objects, 4704 bytes ---- parsing_pp_data 96 objects, 4608 bytes ---- section_md 45 objects, 4320 bytes ---- build_script 129 objects, 4128 bytes ---- compatibility_specification 83 objects, 3984 bytes ---- command_line_switch 49 objects, 3920 bytes ---- activity 35 objects, 3920 bytes ---- submodule_request 94 objects, 3760 bytes ---- parse_node_annotation_type 114 objects, 3648 bytes ---- property_setting_bp_data 84 objects, 3360 bytes ---- method_set 104 objects, 3328 bytes ---- kind_constructor_comparison_schema_array 1 x 100 objects, 3232 bytes ---- semver_range 31 objects, 3224 bytes ---- definition 44 objects, 3168 bytes ---- inform_extension 18 objects, 3024 bytes ---- either_or_property_data 62 objects, 2976 bytes ---- target_vm 20 objects, 2880 bytes ---- use_option 29 objects, 2552 bytes ---- parentage_inference_data 79 objects, 2528 bytes ---- part_of_inference_data 79 objects, 2528 bytes ---- kind_constructor_instance_array 1 x 100 objects, 2432 bytes ---- kind_constructor_casting_rule_array 1 x 100 objects, 2432 bytes ---- equation_symbol 30 objects, 2400 bytes ---- JSON_type 31 objects, 2232 bytes ---- scene 1 object, 2096 bytes ---- JSON_single_requirement 43 objects, 2064 bytes ---- build_step 24 objects, 1728 bytes ---- pronoun_usage 42 objects, 1680 bytes ---- table_contribution_array 1 x 100 objects, 1632 bytes ---- plugin 25 objects, 1600 bytes ---- inform_pipeline 24 objects, 1536 bytes ---- noun_filter_token 22 objects, 1408 bytes ---- inter_node_array 34 objects, 1360 bytes ---- special_meaning_holder 33 objects, 1320 bytes ---- constant_phrase 20 objects, 1280 bytes ---- table_column 16 objects, 1280 bytes ---- invocation_options_array 1 x 100 objects, 1224 bytes ---- direction_inference_data 30 objects, 1200 bytes ---- JSON_requirement 36 objects, 1152 bytes ---- tree_inventory_item 28 objects, 1120 bytes ---- inbuild_requirement 27 objects, 1080 bytes ---- runtime_kind_structure 13 objects, 1040 bytes ---- quantifier 16 objects, 1024 bytes ---- submodule_identity 31 objects, 992 bytes ---- named_rulebook_outcome 15 objects, 960 bytes ---- pipeline_stage 20 objects, 960 bytes ---- control_structure_phrase 12 objects, 864 bytes ---- cached_understanding 21 objects, 840 bytes ---- JSON_pair_requirement 26 objects, 832 bytes ---- phrase_option_array 1 x 100 objects, 824 bytes ---- inbuild_search_result 20 objects, 800 bytes ---- web_md 5 objects, 720 bytes ---- internal_test 15 objects, 720 bytes ---- relation_guard 5 objects, 640 bytes ---- implication 13 objects, 624 bytes ---- code_generation 1 object, 576 bytes ---- inter_warehouse_room 10 objects, 560 bytes ---- generated_segment 14 objects, 560 bytes ---- rulebook_outcome 17 objects, 544 bytes ---- small_word_set 11 objects, 528 bytes ---- inform_kit 5 objects, 520 bytes ---- inform_language 6 objects, 480 bytes ---- equation 4 objects, 480 bytes ---- i6_memory_setting 14 objects, 448 bytes ---- chapter_md 5 objects, 440 bytes ---- inference_family 11 objects, 440 bytes ---- bp_family 13 objects, 416 bytes ---- inter_annotation_form 10 objects, 400 bytes ---- module 5 objects, 400 bytes ---- article_usage 8 objects, 384 bytes ---- source_file 5 objects, 360 bytes ---- inbuild_genre 7 objects, 336 bytes ---- cached_kind_declaration 8 objects, 320 bytes ---- module_request 8 objects, 320 bytes ---- grammatical_category 8 objects, 320 bytes ---- pronoun 8 objects, 320 bytes ---- door_dir_notice 5 objects, 320 bytes ---- inter_pipeline 1 object, 312 bytes ---- tree_inventory 1 object, 312 bytes ---- up_family 9 objects, 288 bytes ---- explicit_bp_data 5 objects, 280 bytes ---- door_to_notice 5 objects, 280 bytes ---- contents_entry 7 objects, 280 bytes ---- compilation_unit 5 objects, 280 bytes ---- verb_usage_tier 5 objects, 240 bytes ---- adjective_meaning_family 7 objects, 224 bytes ---- inform_project 1 object, 216 bytes ---- test_scenario 1 object, 216 bytes ---- release_instructions 1 object, 208 bytes ---- build_skill 5 objects, 200 bytes ---- code_generator 5 objects, 200 bytes ---- plural_dictionary_entry 4 objects, 192 bytes ---- kit_dependency 4 objects, 192 bytes ---- inter_architecture 4 objects, 160 bytes ---- attachment_instruction 4 objects, 160 bytes ---- imperative_defn_family 4 objects, 160 bytes ---- inference_subject_family 5 objects, 160 bytes ---- element_activation 4 objects, 128 bytes ---- inbuild_nest 3 objects, 120 bytes ---- local_block_value 2 objects, 112 bytes ---- inform_kit_ittt 2 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 ---- figures_data 1 object, 56 bytes ---- build_methodology 1 object, 56 bytes ---- HTML_file_state 1 object, 48 bytes ---- star_invention 1 object, 48 bytes ---- kind_template_definition 1 object, 40 bytes ---- I6_generation_data 1 object, 40 bytes ---- by_function_bp_data 1 object, 40 bytes ---- loop_over_scope 1 object, 40 bytes 100.0% was used for memory not allocated for objects: 56.7% text stream storage 70346728 bytes in 478741 claims 4.2% dictionary storage 5297152 bytes in 7590 claims ---- sorting 1520 bytes in 159 claims 5.8% source text 7200000 bytes in 3 claims 8.7% source text details 10800000 bytes in 2 claims 0.2% 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.6% inter symbols storage 4553136 bytes in 27953 claims 13.5% inter bytecode storage 16767568 bytes in 14 claims 5.0% inter links storage 6222976 bytes in 11 claims 0.1% inter tree location list storage 191232 bytes in 32 claims 1.3% instance-of-kind counting 1700416 bytes in 1 claim ---- compilation workspace for objects 21896 bytes in 25 claims ---- lists for type-checking invocations 16000 bytes in 1 claim ---- code generation workspace for objects 3480 bytes in 19 claims 0.2% emitter array storage 280288 bytes in 1999 claims -150.0% was overhead - -185878488 bytes = -181521K = -177 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 2100/23892 nti 21 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/1515) constraint DS = {21} extremes [2, 2] (@1)<quoted-text>=1 (@2)( (@3)<response-letter>=2 (@4)) (hits 274/765) (matched: '"[current item from the multiple object list]: [run paragraph on]" ( a )') constraint DS = {21} extremes [4, 4] (@1)<quoted-text>=1 (hits 1566/5560) (matched: 'Represents geographical locations, both indoor and outdoor, which are not necessarily areas in a building. A player in one room is mostly unable to sense, or interact with, anything in a different room. Rooms are arranged in a map.') constraint (none) extremes [1, 1] <s-literal-real-number>=1 (hits 11/9935) (matched: 'plus infinity') constraint (none) extremes [1, infinity) (@1)<s-literal-truth-state>=1 (hits 78/1307) (matched: 'false') constraint CS = {15} extremes [1, 1] <s-literal-list>=1 (hits 0/3250) constraint DS = {17} extremes [2, infinity) (@1)unicode <s-unicode-character>=1 (hits 0/3387) constraint DS = {21} extremes [2, infinity) <s-literal-time>=1 (hits 0/3710) constraint DW = {18, 19, 20} extremes [2, 5] <s-literal-unit-notation>=1 (hits 0/9846) 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 1 of basic inform by graham nelson begins here' {heading 0} {under: H0'version 1 of basic inform by graham nelson begins here'} {includes: Basic Inform by Graham Nelson v1 } {unit: 0} BEGINHERE_NT'version 1 of basic inform by graham nelson' {unit: 0} ... INCLUSION_NT'include english language by graham nelson' HEADING_NT'version 1 of english language by graham nelson begins here' {heading 0} {under: H0'version 1 of english language by graham nelson begins here'} {includes: English Language by Graham Nelson v1 } {unit: 1} BEGINHERE_NT'version 1 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 6 of the standard rules by graham nelson begins here' {heading 0} {under: H0'version 6 of the standard rules by graham nelson begins here'} {includes: Standard Rules by Graham Nelson v6 } {unit: 2} BEGINHERE_NT'version 6 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: 4} SENTENCE_NT'use the serial comma and no scoring' {unit: 4} {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: 4} {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: 4} {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: 4} {imperative definition: 800} IMPERATIVE_NT'when play begins' {unit: 4} {imperative definition: 801} HEADING_NT'section 1 - errands' {heading 5} {under: H5'section 1 - errands'} {unit: 4} SENTENCE_NT'the current actor is a person which varies' {unit: 4} {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: 4} {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: 4} {imperative definition: 802} IMPERATIVE_NT'every turn' {unit: 4} {imperative definition: 803} SENTENCE_NT'a person can be active or passive' {unit: 4} {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: 4} {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: I34'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: 4} {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: 4} {imperative definition: 804} IMPERATIVE_NT'a character movement rule' {unit: 4} {imperative definition: 805} IMPERATIVE_NT'a character movement rule' {unit: 4} {imperative definition: 806} IMPERATIVE_NT'to decide whether movement has not yet occurred' {unit: 4} {imperative definition: 807} IMPERATIVE_NT'definition' {unit: 4} {imperative definition: 808} IMPERATIVE_NT'definition' {unit: 4} {imperative definition: 809} SENTENCE_NT'the shopowner rules is a rulebook' {unit: 4} {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: 4} {imperative definition: 810} IMPERATIVE_NT'report someone closing a door when the person asked owns the' {unit: 4} {imperative definition: 811} IMPERATIVE_NT'report vanessa closing the metal door when the metal door is' {unit: 4} {imperative definition: 812} IMPERATIVE_NT'a shopowner rule' {unit: 4} {imperative definition: 813} SENTENCE_NT'filing is an action applying to one thing' {unit: 4} {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: 4} {imperative definition: 814} IMPERATIVE_NT'carry out someone filing' {unit: 4} {imperative definition: 815} IMPERATIVE_NT'report someone filing' {unit: 4} {imperative definition: 816} SENTENCE_NT'the shopper rules is a rulebook' {unit: 4} {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: 4} {imperative definition: 817} IMPERATIVE_NT'a shopper rule' {unit: 4} {imperative definition: 818} IMPERATIVE_NT'definition' {unit: 4} {imperative definition: 819} DEFN_CONT_NT'a room is air-conditioned' {unit: 4} CODE_BLOCK_NT CODE_BLOCK_NT {control structure: IF} INVOCATION_LIST_NT'if it is outdoors' {unit: 4} {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: 4} {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: 4} {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: 4} {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: 4} {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: 4} {results_from_splitting} {indent: 1} INVOCATION_NT'yes' {phrase invoked: <no-inter-name>} INVOCATION_LIST_NT'no' {unit: 4} INVOCATION_NT'no' {phrase invoked: <no-inter-name>} SENTENCE_NT'protection relates a door ( called x ) to a room ( called y ' {unit: 4} {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: 4} {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: 4} {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: 4} {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: 4} {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: 4} {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: 4} {imperative definition: 820} IMPERATIVE_NT'after printing the name of an artwork' {unit: 4} {imperative definition: 821} SENTENCE_NT'an artwork can be submitted or reserved' {unit: 4} {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: 4} {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: 4} {imperative definition: 822} IMPERATIVE_NT'carry out someone resolving a book' {unit: 4} {imperative definition: 823} IMPERATIVE_NT'report someone resolving a book' {unit: 4} {imperative definition: 824} IMPERATIVE_NT'before listing contents' {unit: 4} {imperative definition: 825} IMPERATIVE_NT'before grouping together books' {unit: 4} {imperative definition: 826} SENTENCE_NT'a stamped envelope is a kind of thing' {unit: 4} {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: 4} {imperative definition: 827} IMPERATIVE_NT'carry out someone resolving a stamped envelope' {unit: 4} {imperative definition: 828} IMPERATIVE_NT'report someone resolving a stamped envelope' {unit: 4} {imperative definition: 829} IMPERATIVE_NT'instead of someone resolving a stamped envelope when the per' {unit: 4} {imperative definition: 830} SENTENCE_NT'a dvd is a kind of artwork' {unit: 4} {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: 4} {imperative definition: 831} IMPERATIVE_NT'carry out someone resolving a dvd' {unit: 4} {imperative definition: 832} IMPERATIVE_NT'report someone resolving a dvd' {unit: 4} {imperative definition: 833} IMPERATIVE_NT'instead of someone resolving a dvd when the person asked car' {unit: 4} {imperative definition: 834} IMPERATIVE_NT'before listing contents' {unit: 4} {imperative definition: 835} IMPERATIVE_NT'before grouping together dvds' {unit: 4} {imperative definition: 836} SENTENCE_NT'approaching is an action applying to one thing' {unit: 4} {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: 4} {imperative definition: 837} SENTENCE_NT'a coupon is a kind of thing' {unit: 4} {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: 4} {imperative definition: 838} SENTENCE_NT'the block giving rule is not listed in any rulebook' {unit: 4} {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: 4} {imperative definition: 839} IMPERATIVE_NT'before someone resolving a coupon when the person asked is n' {unit: 4} {imperative definition: 840} IMPERATIVE_NT'after someone giving a coupon to vanessa' {unit: 4} {imperative definition: 841} SENTENCE_NT'infection color is a kind of value' {unit: 4} {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: 4} {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: I62'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: I63'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: I64'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: I65'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: I66'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: I67'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: I68'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: I69'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: I70'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: I71'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: I72'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: I73'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: I74'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: I75'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: I76'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: I77'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: I78'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: I79'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: I80'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: I81'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: I82'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: I83'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: I84'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: I85'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: I86'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: I87'cookie dough cream'[infection color]} {enumeration: 26}} {created here} IMPERATIVE_NT'to say list of flavors' {unit: 4} {imperative definition: 842} SENTENCE_NT'understand "ask vanessa for [flavored ice cream]" as buying ' {unit: 4} {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: 4} {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: 4} {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: 4} {imperative definition: 843} IMPERATIVE_NT'carry out buying the flavor' {unit: 4} {imperative definition: 844} SENTENCE_NT'understand "ice cream" or "cream" or "ice" or "sherbet" or "' {unit: 4} {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: 4} {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: 4} {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: 4} {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: 4} {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: 4} {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: 4} {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: 4} {imperative definition: 845} IMPERATIVE_NT'instead of someone eating a fresh ice cream cone' {unit: 4} {imperative definition: 846} IMPERATIVE_NT'report someone eating an ice cream cone' {unit: 4} {imperative definition: 847} IMPERATIVE_NT'before printing the name of an ice cream cone' {unit: 4} {imperative definition: 848} HEADING_NT'section 2 - infection rules' {heading 5} {under: H5'section 2 - infection rules'} {unit: 4} IMPERATIVE_NT'this is the infection rule' {unit: 4} {imperative definition: 849} SENTENCE_NT'a person can be infected or clean' {unit: 4} {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: 4} {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: 4} {imperative definition: 850} IMPERATIVE_NT'definition' {unit: 4} {imperative definition: 851} IMPERATIVE_NT'definition' {unit: 4} {imperative definition: 852} IMPERATIVE_NT'when play begins' {unit: 4} {imperative definition: 853} IMPERATIVE_NT'every turn' {unit: 4} {imperative definition: 854} SENTENCE_NT'understand "sneeze on [something]" as sneezing on' {unit: 4} {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: 4} {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: 4} {imperative definition: 855} IMPERATIVE_NT'carry out sneezing on' {unit: 4} {imperative definition: 856} IMPERATIVE_NT'carry out someone sneezing on' {unit: 4} {imperative definition: 857} IMPERATIVE_NT'report sneezing on' {unit: 4} {imperative definition: 858} IMPERATIVE_NT'report someone sneezing on' {unit: 4} {imperative definition: 859} SENTENCE_NT'understand "inject [someone] with [something]" as injecting ' {unit: 4} {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: 4} {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: 4} {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: 4} {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: 4} {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: 4} {imperative definition: 860} IMPERATIVE_NT'carry out injecting it with' {unit: 4} {imperative definition: 861} IMPERATIVE_NT'after injecting the player with something' {unit: 4} {imperative definition: 862} IMPERATIVE_NT'report injecting it with' {unit: 4} {imperative definition: 863} HEADING_NT'section 3 - geography' {heading 5} {under: H5'section 3 - geography'} {unit: 4} INCLUSION_NT'include locksmith by emily short' {unit: 4} HEADING_NT'version 13 of locksmith by emily short begins here' {heading 0} {under: H0'version 13 of locksmith by emily short begins here'} {includes: Locksmith by Emily Short v13 } {unit: 3} BEGINHERE_NT'version 13 of locksmith by emily short' {unit: 3} ... SENTENCE_NT'understand "go to/toward/into [any room]" as going toward' {unit: 4} {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: 4} {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: 4} {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: 4} {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: 4} {imperative definition: 901} IMPERATIVE_NT'carry out going toward' {unit: 4} {imperative definition: 902} IMPERATIVE_NT'instead of waiting when the destination of the player is not' {unit: 4} {imperative definition: 903} SENTENCE_NT'understand "stop" or "cease" as stopping' {unit: 4} {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: 4} {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: 4} {imperative definition: 904} IMPERATIVE_NT'report stopping' {unit: 4} {imperative definition: 905} IMPERATIVE_NT'after going to an air-conditioned room' {unit: 4} {imperative definition: 906} IMPERATIVE_NT'after going from an air-conditioned room' {unit: 4} {imperative definition: 907} IMPERATIVE_NT'instead of listening to an air-conditioned room' {unit: 4} {imperative definition: 908} SENTENCE_NT'the alfred cralle pool hall is a room' {unit: 4} {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: I88'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: 4} {classified} SENTENCE_NT'the air conditioner is a device in the pool hall' {unit: 4} {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: I89'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: 4} {classified} SENTENCE_NT'the felt door is west of the pool hall' {unit: 4} {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: I90'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: I88'alfred cralle pool hall'} {enumeration: 0}} PROPER_NOUN_NT'west' {refers: infs'west'} {eval: CONSTANT_NT'west' {kind: direction} {instance: I29'west'} {enumeration: 0}} {refined} SENTENCE_NT'the felt door is a door' {unit: 4} {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: I90'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: 4} {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: I90'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: 4} {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: I90'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: 4} {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: I91'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: I90'felt door'} {enumeration: 0}} SENTENCE_NT'the description of the felt door is "It has a prominent lock' {unit: 4} {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: I90'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: 4} {imperative definition: 909} SENTENCE_NT'nancy johnson memorial square is west of the felt door' {unit: 4} {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: I92'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: I90'felt door'} {enumeration: 0}} PROPER_NOUN_NT'west' {refers: infs'west'} {eval: CONSTANT_NT'west' {kind: direction} {instance: I29'west'} {enumeration: 0}} {refined} SENTENCE_NT'the description of nancy johnson memorial square is "Waves o' {unit: 4} {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: I92'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: 4} {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: I93'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: 4} {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: 4} {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: I93'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: 4} {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: I94'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: I93'statue'} {enumeration: 0}} SENTENCE_NT'the description is "The hand-cranked ice cream freezer was M' {unit: 4} {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: 4} {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: I95'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: I93'statue'} {enumeration: 0}} SENTENCE_NT'the description of the scoop is "An anachronism: Alfred Cral' {unit: 4} {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: I95'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: 4} {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: I96'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: I92'nancy johnson memorial square'} {enumeration: 0}} PROPER_NOUN_NT'northwest' {refers: infs'northwest'} {eval: CONSTANT_NT'northwest' {kind: direction} {instance: I24'northwest'} {enumeration: 0}} {refined} SENTENCE_NT'"Service at the post office is on the slow side since everyt' {unit: 4} {classified} SENTENCE_NT'the slot is scenery in the post office' {unit: 4} {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: I97'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: 4} {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: I97'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: 4} {imperative definition: 910} IMPERATIVE_NT'report inserting something into the slot' {unit: 4} {imperative definition: 911} SENTENCE_NT'hamwi street is northeast of an iron gate' {unit: 4} {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: I98'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: I99'iron gate'} {enumeration: 0}} {created here} PROPER_NOUN_NT'northeast' {refers: infs'northeast'} {eval: CONSTANT_NT'northeast' {kind: direction} {instance: I23'northeast'} {enumeration: 0}} {refined} SENTENCE_NT'"A U-shaped street running from Main Street around to the Me' {unit: 4} {classified} SENTENCE_NT'the iron gate is northeast of nancy johnson memorial square' {unit: 4} {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: I99'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: I92'nancy johnson memorial square'} {enumeration: 0}} PROPER_NOUN_NT'northeast' {refers: infs'northeast'} {eval: CONSTANT_NT'northeast' {kind: direction} {instance: I23'northeast'} {enumeration: 0}} {refined} SENTENCE_NT'the iron gate is a door' {unit: 4} {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: I99'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: 4} {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: I99'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: 4} {imperative definition: 912} SENTENCE_NT'cold comfort ice cream is north of a metal door' {unit: 4} {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: I100'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: I101'metal door'} {enumeration: 0}} {created here} PROPER_NOUN_NT'north' {refers: infs'north'} {eval: CONSTANT_NT'north' {kind: direction} {instance: I22'north'} {enumeration: 0}} {refined} SENTENCE_NT'the metal door is north of hamwi street' {unit: 4} {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: I101'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: I98'hamwi street'} {enumeration: 0}} PROPER_NOUN_NT'north' {refers: infs'north'} {eval: CONSTANT_NT'north' {kind: direction} {instance: I22'north'} {enumeration: 0}} {refined} SENTENCE_NT'a poster is fixed in place in cold comfort' {unit: 4} {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: I102'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: 4} {classified} SENTENCE_NT'the description of the poster is "Coming soon! Thai ice crea' {unit: 4} {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: I102'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: 4} {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: I101'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: 4} {classified} SENTENCE_NT'the metal door is lockable and unlocked' {unit: 4} {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: I101'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: 4} {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: I91'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: I101'metal door'} {enumeration: 0}} SENTENCE_NT'marciony street is southeast of nancy johnson memorial squar' {unit: 4} {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: I103'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: I92'nancy johnson memorial square'} {enumeration: 0}} PROPER_NOUN_NT'southeast' {refers: infs'southeast'} {eval: CONSTANT_NT'southeast' {kind: direction} {instance: I26'southeast'} {enumeration: 0}} {refined} SENTENCE_NT'"A semi-circular terrace, named somewhat fancifully after on' {unit: 4} {classified} SENTENCE_NT'the movie rental store is west of a glass door' {unit: 4} {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: I104'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: I105'glass door'} {enumeration: 0}} {created here} PROPER_NOUN_NT'west' {refers: infs'west'} {eval: CONSTANT_NT'west' {kind: direction} {instance: I29'west'} {enumeration: 0}} {refined} SENTENCE_NT'the glass door is a door' {unit: 4} {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: I105'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: 4} {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: I105'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: I103'marciony street'} {enumeration: 0}} PROPER_NOUN_NT'west' {refers: infs'west'} {eval: CONSTANT_NT'west' {kind: direction} {instance: I29'west'} {enumeration: 0}} {refined} SENTENCE_NT'the glass door is lockable and unlocked' {unit: 4} {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: I105'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: 4} {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: I91'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: I105'glass door'} {enumeration: 0}} SENTENCE_NT'main street is southeast of hamwi street' {unit: 4} {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: I106'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: I98'hamwi street'} {enumeration: 0}} PROPER_NOUN_NT'southeast' {refers: infs'southeast'} {eval: CONSTANT_NT'southeast' {kind: direction} {instance: I26'southeast'} {enumeration: 0}} {refined} SENTENCE_NT'main street is northeast of some bronze gates' {unit: 4} {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: I106'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: I107'bronze gates'} {enumeration: 0}} {created here} PROPER_NOUN_NT'northeast' {refers: infs'northeast'} {eval: CONSTANT_NT'northeast' {kind: direction} {instance: I23'northeast'} {enumeration: 0}} {refined} SENTENCE_NT'the emergency box is in main street' {unit: 4} {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: I108'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: I106'main street'} {enumeration: 0}} SENTENCE_NT'the emergency box is fixed in place' {unit: 4} {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: I108'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: 4} {classified} SENTENCE_NT'the emergency box is closed and transparent' {unit: 4} {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: I108'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: 4} {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: 4} {imperative definition: 913} IMPERATIVE_NT'instead of attacking the open emergency box' {unit: 4} {imperative definition: 914} SENTENCE_NT'the syringe is in the emergency box' {unit: 4} {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: I109'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: I108'emergency box'} {enumeration: 0}} SENTENCE_NT'the description of the syringe is "It contains the cure for ' {unit: 4} {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: I109'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: 4} {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: I107'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: I103'marciony street'} {enumeration: 0}} PROPER_NOUN_NT'northeast' {refers: infs'northeast'} {eval: CONSTANT_NT'northeast' {kind: direction} {instance: I23'northeast'} {enumeration: 0}} {refined} SENTENCE_NT'the bronze gates are a door' {unit: 4} {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: I107'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: 4} {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: I107'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: 4} {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: I107'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: 4} {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: I110'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: I106'main street'} {enumeration: 0}} PROPER_NOUN_NT'east' {refers: infs'east'} {eval: CONSTANT_NT'east' {kind: direction} {instance: I28'east'} {enumeration: 0}} {refined} SENTENCE_NT'"Built in the 1920s during the height of the dairy boom, the' {unit: 4} {classified} SENTENCE_NT'the incongruous sign is scenery in the public library' {unit: 4} {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: I111'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: 4} {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: I111'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: 4} {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: I112'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: I106'main street'} {enumeration: 0}} PROPER_NOUN_NT'southeast' {refers: infs'southeast'} {eval: CONSTANT_NT'southeast' {kind: direction} {instance: I26'southeast'} {enumeration: 0}} {refined} SENTENCE_NT'"Town Hall was built during the slow days of the ice-cream b' {unit: 4} {classified} SENTENCE_NT'the key to the city is in town hall' {unit: 4} {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: I91'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: I112'town hall'} {enumeration: 0}} SENTENCE_NT'it unlocks the iron gate' {unit: 4} {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: I91'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: I99'iron gate'} {enumeration: 0}} SENTENCE_NT'it unlocks the bronze gates' {unit: 4} {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: I91'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: I107'bronze gates'} {enumeration: 0}} SENTENCE_NT'the description of the key to the city is "A skeleton key."' {unit: 4} {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: I91'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: 4} {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: 4} {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: I96'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: I88'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: I104'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: I100'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: I112'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: I110'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: 4} {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: 4} {imperative definition: 915} IMPERATIVE_NT'definition' {unit: 4} {imperative definition: 916} DEFN_CONT_NT'a door is proximate' {unit: 4} CODE_BLOCK_NT CODE_BLOCK_NT {control structure: IF} INVOCATION_LIST_NT'if the front side of it is the location' {unit: 4} {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: 4} {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: 4} {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: 4} {results_from_splitting} {indent: 1} INVOCATION_NT'yes' {phrase invoked: <no-inter-name>} INVOCATION_LIST_NT'no' {unit: 4} INVOCATION_NT'no' {phrase invoked: <no-inter-name>} IMPERATIVE_NT'before exiting when the player is in an indoors room' {unit: 4} {imperative definition: 917} SENTENCE_NT'blank is a room' {unit: 4} {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: I113'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: 4} {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: I34'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: I113'blank'} {enumeration: 0}} SENTENCE_NT'blank contains 15 ice cream cones' {unit: 4} {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: I113'blank'} {enumeration: 0}} RELATIONSHIP_NT'contains' {meaning: is-in} {refined} AND_NT PROPER_NOUN_NT {refers: infs412} {eval: CONSTANT_NT {kind: ice cream cone} {instance: I114} {enumeration: 0}} {created here} AND_NT PROPER_NOUN_NT {refers: infs413} {eval: CONSTANT_NT {kind: ice cream cone} {instance: I115} {enumeration: 0}} {created here} AND_NT PROPER_NOUN_NT {refers: infs414} {eval: CONSTANT_NT {kind: ice cream cone} {instance: I116} {enumeration: 0}} {created here} AND_NT PROPER_NOUN_NT {refers: infs415} {eval: CONSTANT_NT {kind: ice cream cone} {instance: I117} {enumeration: 0}} {created here} AND_NT PROPER_NOUN_NT {refers: infs416} {eval: CONSTANT_NT {kind: ice cream cone} {instance: I118} {enumeration: 0}} {created here} AND_NT PROPER_NOUN_NT {refers: infs417} {eval: CONSTANT_NT {kind: ice cream cone} {instance: I119} {enumeration: 0}} {created here} AND_NT PROPER_NOUN_NT {refers: infs418} {eval: CONSTANT_NT {kind: ice cream cone} {instance: I120} {enumeration: 0}} {created here} AND_NT PROPER_NOUN_NT {refers: infs419} {eval: CONSTANT_NT {kind: ice cream cone} {instance: I121} {enumeration: 0}} {created here} AND_NT PROPER_NOUN_NT {refers: infs420} {eval: CONSTANT_NT {kind: ice cream cone} {instance: I122} {enumeration: 0}} {created here} AND_NT PROPER_NOUN_NT {refers: infs421} {eval: CONSTANT_NT {kind: ice cream cone} {instance: I123} {enumeration: 0}} {created here} AND_NT PROPER_NOUN_NT {refers: infs422} {eval: CONSTANT_NT {kind: ice cream cone} {instance: I124} {enumeration: 0}} {created here} AND_NT PROPER_NOUN_NT {refers: infs423} {eval: CONSTANT_NT {kind: ice cream cone} {instance: I125} {enumeration: 0}} {created here} AND_NT PROPER_NOUN_NT {refers: infs424} {eval: CONSTANT_NT {kind: ice cream cone} {instance: I126} {enumeration: 0}} {created here} AND_NT PROPER_NOUN_NT {refers: infs425} {eval: CONSTANT_NT {kind: ice cream cone} {instance: I127} {enumeration: 0}} {created here} PROPER_NOUN_NT {refers: infs426} {eval: CONSTANT_NT {kind: ice cream cone} {instance: I128} {enumeration: 0}} {created here} HEADING_NT'section 4 - other players' {heading 5} {under: H5'section 4 - other players'} {unit: 4} SENTENCE_NT'vanessa is a woman in cold comfort' {unit: 4} {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: I129'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: 4} {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: I129'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: I100'cold comfort ice cream'} {enumeration: 0}} SENTENCE_NT'francine is a woman in the public library' {unit: 4} {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: I130'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: 4} {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: I130'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: I131'phlox for phyllis'} {enumeration: 0}} {created here} SENTENCE_NT'francine carries a stamped envelope called a pink stamped en' {unit: 4} {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: I130'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: I132'pink stamped envelope'} {enumeration: 0}} {created here} SENTENCE_NT'lewis is a man in the alfred cralle pool hall' {unit: 4} {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: I133'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: 4} {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: I133'lewis'} {enumeration: 0}} RELATIONSHIP_NT'carries' {meaning: is-carried-by} {refined} AND_NT PROPER_NOUN_NT {refers: infs432} {eval: CONSTANT_NT {kind: stamped envelope} {instance: I134} {enumeration: 0}} {created here} AND_NT PROPER_NOUN_NT {refers: infs433} {eval: CONSTANT_NT {kind: stamped envelope} {instance: I135} {enumeration: 0}} {created here} PROPER_NOUN_NT {refers: infs434} {eval: CONSTANT_NT {kind: stamped envelope} {instance: I136} {enumeration: 0}} {created here} SENTENCE_NT'lewis carries a book called idiot's guide to dating' {unit: 4} {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: I133'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: I137'idiot's guide to dating'} {enumeration: 0}} {created here} SENTENCE_NT'lewis carries a book called how to meet women' {unit: 4} {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: I133'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: I138'how to meet women'} {enumeration: 0}} {created here} SENTENCE_NT'lewis carries a book called seduction in three easy steps' {unit: 4} {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: I133'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: I139'seduction in three easy steps'} {enumeration: 0}} {created here} SENTENCE_NT'lewis carries a dvd called sleepless in seattle' {unit: 4} {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: I133'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: I140'sleepless in seattle'} {enumeration: 0}} {created here} SENTENCE_NT'gene is a man in nancy johnson memorial square' {unit: 4} {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: I141'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: 4} {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: I141'gene'} {enumeration: 0}} RELATIONSHIP_NT'carries' {meaning: is-carried-by} {refined} PROPER_NOUN_NT {refers: infs440} {eval: CONSTANT_NT {kind: stamped envelope} {instance: I142} {enumeration: 0}} {created here} SENTENCE_NT'gene carries a dvd called casablanca' {unit: 4} {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: I141'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: I143'casablanca'} {enumeration: 0}} {created here} SENTENCE_NT'gene carries a coupon' {unit: 4} {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: I141'gene'} {enumeration: 0}} RELATIONSHIP_NT'carries' {meaning: is-carried-by} {refined} PROPER_NOUN_NT {refers: infs442} {eval: CONSTANT_NT {kind: coupon} {instance: I144} {enumeration: 0}} {created here} SENTENCE_NT'rhoda is a woman in marciony street' {unit: 4} {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: I145'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: 4} {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: I145'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: I146'the marciony street murders'} {enumeration: 0}} {created here} SENTENCE_NT'rhoda carries a dvd called unsolved serial killings xviii' {unit: 4} {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: I145'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: I147'unsolved serial killings xviii'} {enumeration: 0}} {created here} SENTENCE_NT'rhoda carries a stamped envelope called a squashy package' {unit: 4} {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: I145'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: I148'squashy package'} {enumeration: 0}} {created here} SENTENCE_NT'martin is a man in main street' {unit: 4} {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: I149'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: 4} {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: I149'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: I150'the lifecycle of the south sea tortoise'} {enumeration: 0}} {created here} SENTENCE_NT'martin carries a coupon' {unit: 4} {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: I149'martin'} {enumeration: 0}} RELATIONSHIP_NT'carries' {meaning: is-carried-by} {refined} PROPER_NOUN_NT {refers: infs449} {eval: CONSTANT_NT {kind: coupon} {instance: I151} {enumeration: 0}} {created here} SENTENCE_NT'antony is a man in movie rental' {unit: 4} {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: I152'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: 4} {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: I152'antony'} {enumeration: 0}} RELATIONSHIP_NT'carries' {meaning: is-carried-by} {refined} PROPER_NOUN_NT {refers: infs451} {eval: CONSTANT_NT {kind: coupon} {instance: I153} {enumeration: 0}} {created here} SENTENCE_NT'antony carries a stamped envelope called a postcard' {unit: 4} {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: I152'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: I154'postcard'} {enumeration: 0}} {created here} SENTENCE_NT'shelby is a man in the town hall' {unit: 4} {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: I155'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: 4} {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: I155'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: I156'conducting an orderly meeting'} {enumeration: 0}} {created here} SENTENCE_NT'shelby carries 5 stamped envelopes' {unit: 4} {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: I155'shelby'} {enumeration: 0}} RELATIONSHIP_NT'carries' {meaning: is-carried-by} {refined} AND_NT PROPER_NOUN_NT {refers: infs455} {eval: CONSTANT_NT {kind: stamped envelope} {instance: I157} {enumeration: 0}} {created here} AND_NT PROPER_NOUN_NT {refers: infs456} {eval: CONSTANT_NT {kind: stamped envelope} {instance: I158} {enumeration: 0}} {created here} AND_NT PROPER_NOUN_NT {refers: infs457} {eval: CONSTANT_NT {kind: stamped envelope} {instance: I159} {enumeration: 0}} {created here} AND_NT PROPER_NOUN_NT {refers: infs458} {eval: CONSTANT_NT {kind: stamped envelope} {instance: I160} {enumeration: 0}} {created here} PROPER_NOUN_NT {refers: infs459} {eval: CONSTANT_NT {kind: stamped envelope} {instance: I161} {enumeration: 0}} {created here} SENTENCE_NT'shelby carries an ice cream cone' {unit: 4} {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: I155'shelby'} {enumeration: 0}} RELATIONSHIP_NT'carries' {meaning: is-carried-by} {refined} PROPER_NOUN_NT {refers: infs460} {eval: CONSTANT_NT {kind: ice cream cone} {instance: I162} {enumeration: 0}} {created here} SENTENCE_NT'shelby carries a coupon' {unit: 4} {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: I155'shelby'} {enumeration: 0}} RELATIONSHIP_NT'carries' {meaning: is-carried-by} {refined} PROPER_NOUN_NT {refers: infs461} {eval: CONSTANT_NT {kind: coupon} {instance: I163} {enumeration: 0}} {created here} SENTENCE_NT'christopher is a man in the library' {unit: 4} {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: I164'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: 4} {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: I164'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: I110'public library'} {enumeration: 0}} SENTENCE_NT'linnea is a woman in the alfred cralle pool hall' {unit: 4} {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: I165'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: 4} {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: I165'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: I88'alfred cralle pool hall'} {enumeration: 0}} SENTENCE_NT'ned is a man in the movie rental store' {unit: 4} {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: I166'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: 4} {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: I166'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: I104'movie rental store'} {enumeration: 0}} IMPERATIVE_NT'after printing the name of someone ( called target ) while l' {unit: 4} {imperative definition: 918} SENTENCE_NT'the description of a person is usually "[The noun] [if the n' {unit: 4} {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: 4} {imperative definition: 919} IMPERATIVE_NT'when play begins' {unit: 4} {imperative definition: 920} HEADING_NT'section 5 - conversation' {heading 5} {under: H5'section 5 - conversation'} {unit: 4} SENTENCE_NT'a person has a table name called conversation' {unit: 4} {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: 4} {imperative definition: 921} IMPERATIVE_NT'instead of telling someone about something' {unit: 4} {imperative definition: 922} SENTENCE_NT'understand "recap" or "recall" or "review" as recalling conv' {unit: 4} {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: 4} {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: 4} {imperative definition: 923} SENTENCE_NT'the conversation of a person is usually table of general chi' {unit: 4} {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: 4} SENTENCE_NT'the conversation of vanessa is the table of vanessa chatter' {unit: 4} {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: I129'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: 4} IMPERATIVE_NT'after reading a command' {unit: 4} {imperative definition: 924} HEADING_NT'section 6 - movement description' {heading 5} {under: H5'section 6 - movement description'} {unit: 4} SENTENCE_NT'a person has some text called walk style' {unit: 4} {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: 4} {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: 4} {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: 4} {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: I141'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: 4} {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: I130'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: 4} {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: I152'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: 4} {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: I145'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: 4} TABLE_NT'table of visible entrances character second third heading ch' {unit: 4} IMPERATIVE_NT'to clear ( current table - a table name )' {unit: 4} {imperative definition: 925} IMPERATIVE_NT'to tidy departures of ( current table - a table name )' {unit: 4} {imperative definition: 926} SENTENCE_NT'a door has a person called last opener' {unit: 4} {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: 4} {imperative definition: 927} IMPERATIVE_NT'report someone going through a door ( called route )' {unit: 4} {imperative definition: 928} SENTENCE_NT'the last thing named is a thing that varies' {unit: 4} {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: 4} {imperative definition: 929} IMPERATIVE_NT'report someone going a direction' {unit: 4} {imperative definition: 930} IMPERATIVE_NT'this is the movement reporting rule' {unit: 4} {imperative definition: 931} IMPERATIVE_NT'to generate descriptions from ( current table - a table name' {unit: 4} {imperative definition: 932} SENTENCE_NT'the last person named is a person that varies' {unit: 4} {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: 4} {imperative definition: 933} SENTENCE_NT'group size is a number that varies' {unit: 4} {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: 4} {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: 4} {imperative definition: 934} IMPERATIVE_NT'before listing nondescript items' {unit: 4} {imperative definition: 935} IMPERATIVE_NT'to describe patients' {unit: 4} {imperative definition: 936} IMPERATIVE_NT'to say ( named character - a man ) as pronoun' {unit: 4} {imperative definition: 937} IMPERATIVE_NT'to say ( named character - a woman ) as pronoun' {unit: 4} {imperative definition: 938} IMPERATIVE_NT'to say looks as though dipped in for ( index - a number )' {unit: 4} {imperative definition: 939} TABLE_NT'table of dipping phrases dipping "looks as though dipped in"' {unit: 4} SENTENCE_NT'a door is usually scenery' {unit: 4} {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: 4} {imperative definition: 940} IMPERATIVE_NT'to say optional comma' {unit: 4} {imperative definition: 941} SENTENCE_NT'test me with go to cold comfort / z / z / z / z / ask vaness' {unit: 4} {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: 4} {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'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: