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 64.4% in compilation to Inter 42.3% in Sequence::undertake_queued_tasks// 4.0% in MajorNodes::pre_pass// 3.7% in MajorNodes::pass_1// 2.0% in RTKindConstructors::compile// 1.6% in ImperativeDefinitions::assess_all// 1.3% in RTPhrasebook::compile_entries// 1.0% in Sequence::lint_inter// 0.6% in ImperativeDefinitions::compile_first_block// 0.6% in MajorNodes::pass_2// 0.6% in World::stage_V// 0.3% in CompletionModule::compile// 0.3% in RTKindConstructors::compile_permissions// 0.3% in Sequence::undertake_queued_tasks// 0.3% in Sequence::undertake_queued_tasks// 0.3% in Task::make_built_in_kind_constructors// 4.4% not specifically accounted for 25.7% in running Inter pipeline 8.4% in step 14/15: generate inform6 -> auto.inf 6.7% in step 5/15: load-binary-kits 5.4% in step 6/15: make-synoptic-module 2.0% in step 9/15: make-identifiers-unique 0.3% in step 12/15: eliminate-redundant-operations 0.3% in step 4/15: compile-splats 0.3% in step 7/15: shorten-wiring 0.3% in step 8/15: detect-indirect-calls 1.7% not specifically accounted for 9.1% in supervisor 0.7% 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 159609K = 156 MB ---- was used for 2325150 objects, in 405055 frames in 0 x 800K = 0K = 0 MB: 27.7% inter_tree_node_array 63 x 8192 = 516096 objects, 45418464 bytes 19.9% text_stream_array 5778 x 100 = 577800 objects, 32541696 bytes 17.9% linked_list 52244 objects, 29256640 bytes 10.3% scan_directory 4110 objects, 16966080 bytes 9.2% inter_symbol_array 142 x 1024 = 145408 objects, 15126976 bytes 8.8% inter_error_stash_array 110 x 1024 = 112640 objects, 14421440 bytes 6.7% parse_node 137362 objects, 10988960 bytes 4.6% verb_conjugation 165 objects, 7657320 bytes 3.6% parse_node_annotation_array 368 x 500 = 184000 objects, 5899776 bytes 2.2% pcalc_prop_array 27 x 1000 = 27000 objects, 3672864 bytes 2.1% inter_name_array 72 x 1000 = 72000 objects, 3458304 bytes 1.7% kind_array 70 x 1000 = 70000 objects, 2802240 bytes 1.3% inter_schema_token 14721 objects, 2237592 bytes 1.3% inter_name_generator_array 55 x 1000 = 55000 objects, 2201760 bytes 1.3% ls_line_array 11 x 1000 = 11000 objects, 2200352 bytes 1.1% package_request 22153 objects, 1949464 bytes 1.1% vocabulary_entry_array 168 x 100 = 16800 objects, 1886976 bytes 1.1% dict_entry_array 562 x 100 = 56200 objects, 1816384 bytes 0.9% inter_symbols_table 27946 objects, 1564976 bytes 0.9% i6_schema_array 25 x 100 = 2500 objects, 1500800 bytes 0.9% match_trie_array 11 x 1000 = 11000 objects, 1496352 bytes 0.8% map_data 843 objects, 1416240 bytes 0.8% inter_package 27946 objects, 1341408 bytes 0.7% id_body 1058 objects, 1210352 bytes 0.6% excerpt_meaning 3658 objects, 1141296 bytes 0.6% adjective_meaning 218 objects, 1079536 bytes 0.6% inter_schema_node 9422 objects, 1055264 bytes 0.5% individual_form 2791 objects, 937776 bytes 0.5% production 4030 objects, 934960 bytes 0.5% grammatical_usage 3850 objects, 924000 bytes 0.5% ptoken 8795 objects, 914680 bytes 0.4% unary_predicate_array 17 x 1000 = 17000 objects, 680544 bytes 0.3% local_variable_array 52 x 100 = 5200 objects, 500864 bytes 0.2% dictionary 8256 objects, 396288 bytes 0.2% verb_usage 1148 objects, 394912 bytes 0.2% holon_splice_array 69 x 100 = 6900 objects, 388608 bytes 0.2% rule 494 objects, 387296 bytes 0.2% verb_form 392 objects, 354368 bytes 0.2% inference_subject 838 objects, 328496 bytes 0.1% noun 2582 objects, 309840 bytes 0.1% compilation_subtask 3524 objects, 281920 bytes 0.1% inter_annotation_array 2 x 8192 = 16384 objects, 262208 bytes 0.1% vanilla_function 3993 objects, 255552 bytes 0.1% binary_predicate 374 objects, 197472 bytes 0.1% ls_chunk_array 10 x 100 = 1000 objects, 192320 bytes 0.1% hierarchy_location 1265 objects, 182160 bytes 0.1% linguistic_stock_item 3541 objects, 169968 bytes ---- filename 3843 objects, 153720 bytes ---- rule_family_data 408 objects, 150144 bytes ---- nascent_array 2299 objects, 147136 bytes ---- nonterminal 778 objects, 143152 bytes ---- markdown_item_array 1 x 1000 objects, 136032 bytes ---- inference 1779 objects, 128088 bytes ---- pcalc_term_array 3 x 1000 = 3000 objects, 120096 bytes ---- documentation_ref 1324 objects, 116512 bytes ---- inter_schema 1615 objects, 116280 bytes ---- imperative_defn 1494 objects, 107568 bytes ---- noun_usage 2621 objects, 104840 bytes ---- pathname 2542 objects, 101680 bytes ---- kind_constructor 94 objects, 97008 bytes ---- inter_tree 7 objects, 96656 bytes ---- linked_list_item_array 6 x 1000 = 6000 objects, 96192 bytes ---- anl_entry_array 2 x 1000 = 2000 objects, 96064 bytes ---- label_namespace 1470 objects, 94080 bytes ---- preposition 278 objects, 88960 bytes ---- lexical_cluster 2730 objects, 87360 bytes ---- spatial_data 843 objects, 80928 bytes ---- ls_paragraph_array 5 x 100 = 500 objects, 80160 bytes ---- rulebook 417 objects, 80064 bytes ---- kind_variable_declaration 1656 objects, 79488 bytes ---- tangle_target 9 objects, 72360 bytes ---- actions_rcd_data 2116 objects, 67712 bytes ---- scenes_rcd_data 2116 objects, 67712 bytes ---- booking 893 objects, 64296 bytes ---- kind_macro_definition 9 objects, 62280 bytes ---- response_message 406 objects, 58464 bytes ---- command_grammar 130 objects, 58240 bytes ---- table 7 objects, 56840 bytes ---- pcalc_func_array 1 x 1000 objects, 56032 bytes ---- property_inference_data 1391 objects, 55640 bytes ---- cg_token 620 objects, 54560 bytes ---- cg_line 235 objects, 54520 bytes ---- ap_clause_array 2 x 400 = 800 objects, 51264 bytes ---- heading 226 objects, 50624 bytes ---- colouring_rule 25 objects, 49400 bytes ---- HTML_tag_array 1 x 1000 objects, 48032 bytes ---- to_family_data 598 objects, 47840 bytes ---- parsing_data 843 objects, 47208 bytes ---- text_substitution 436 objects, 41856 bytes ---- regions_data 843 objects, 40464 bytes ---- counting_data 843 objects, 40464 bytes ---- anl_clause_array 1 x 1000 objects, 40032 bytes ---- activity_list_array 1 x 1000 objects, 40032 bytes ---- shared_variable_access_list_array 12 x 100 = 1200 objects, 38784 bytes ---- production_list 631 objects, 35336 bytes ---- property_permission 103 objects, 33784 bytes ---- ls_holon_array 5 x 100 = 500 objects, 32160 bytes ---- verb_sense 412 objects, 29664 bytes ---- nonlocal_variable 136 objects, 29376 bytes ---- stack_frame_box 304 objects, 29184 bytes ---- parse_node_tree 33 objects, 28776 bytes ---- action_pattern_array 7 x 100 = 700 objects, 28224 bytes ---- colouring_language_block 14 objects, 27328 bytes ---- backdrops_data 843 objects, 26976 bytes ---- JSON_value 305 objects, 26840 bytes ---- inter_node_list 834 objects, 26688 bytes ---- open_source_licence 648 objects, 25920 bytes ---- property 168 objects, 25536 bytes ---- instance 227 objects, 25424 bytes ---- shared_variable_set_array 6 x 100 = 600 objects, 24192 bytes ---- method 453 objects, 21744 bytes ---- action_name 91 objects, 20384 bytes ---- pipeline_step 15 objects, 20280 bytes ---- build_vertex 166 objects, 19920 bytes ---- timed_rules_rfd_data 408 objects, 19584 bytes ---- ls_syntax_rule 79 objects, 18328 bytes ---- to_phrase_request 67 objects, 18224 bytes ---- pcalc_prop_deferral 86 objects, 17888 bytes ---- programming_language 2 objects, 17584 bytes ---- web_bibliographic_datum 263 objects, 16832 bytes ---- adjective 148 objects, 16576 bytes ---- index_markup_notation 2 objects, 16464 bytes ---- understanding_reference_array 2 x 100 = 200 objects, 16064 bytes ---- match_avinue_array 1 x 1000 objects, 16032 bytes ---- action_name_list_array 1 x 1000 objects, 16032 bytes ---- adjective_iname_holder 337 objects, 13480 bytes ---- booking_list 417 objects, 13344 bytes ---- ls_section 78 objects, 12480 bytes ---- uniqueness_count 486 objects, 11664 bytes ---- inter_construct 32 objects, 11008 bytes ---- heading_tree 33 objects, 10296 bytes ---- stopwatch_timer 127 objects, 10160 bytes ---- understanding_item_array 4 x 100 = 400 objects, 9728 bytes ---- inbuild_work 147 objects, 9408 bytes ---- inbuild_copy 65 objects, 9360 bytes ---- semver_range 77 objects, 8008 bytes ---- equation_node 68 objects, 7616 bytes ---- shared_variable_array 1 x 100 objects, 7232 bytes ---- determiner 22 objects, 7216 bytes ---- text_literal_holder 180 objects, 7200 bytes ---- hierarchy_attachment_point 80 objects, 7040 bytes ---- inbuild_edition 97 objects, 6984 bytes ---- verb 109 objects, 6976 bytes ---- inform_extension 32 objects, 6144 bytes ---- value_property_data 104 objects, 5824 bytes ---- compatibility_specification 113 objects, 5424 bytes ---- build_script 166 objects, 5312 bytes ---- md_doc_state 1 object, 5240 bytes ---- inbuild_licence 65 objects, 5200 bytes ---- activity 35 objects, 5040 bytes ---- parsing_pp_data 103 objects, 4944 bytes ---- explicit_action_array 1 x 100 objects, 4832 bytes ---- method_set 146 objects, 4672 bytes ---- use_option 34 objects, 4624 bytes ---- command_line_switch 56 objects, 4480 bytes ---- property_setting_bp_data 104 objects, 4160 bytes ---- either_or_property_data 64 objects, 4096 bytes ---- parse_node_annotation_type 127 objects, 4064 bytes ---- definition 52 objects, 3744 bytes ---- parsed_use_option_setting 50 objects, 3600 bytes ---- submodule_request 88 objects, 3520 bytes ---- hash_table_entry 55 objects, 3520 bytes ---- JSON_type 47 objects, 3384 bytes ---- arithmetic_schema_array 1 x 50 objects, 3232 bytes ---- kind_constructor_comparison_schema_array 1 x 100 objects, 3232 bytes ---- JSON_single_requirement 64 objects, 3072 bytes ---- target_vm 21 objects, 3024 bytes ---- ls_unit 13 objects, 2912 bytes ---- parentage_inference_data 79 objects, 2528 bytes ---- part_of_inference_data 79 objects, 2528 bytes ---- local_parking_lot 63 objects, 2520 bytes ---- kind_constructor_instance_rule_array 1 x 100 objects, 2432 bytes ---- literal_pattern 1 object, 2432 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 ---- scene 1 object, 2352 bytes ---- build_step 28 objects, 2016 bytes ---- inbuild_requirement 48 objects, 1920 bytes ---- ls_syntax 2 objects, 1808 bytes ---- reserved_word 55 objects, 1760 bytes ---- compiler_feature 30 objects, 1680 bytes ---- pronoun_usage 42 objects, 1680 bytes ---- table_column 16 objects, 1664 bytes ---- table_contribution_array 1 x 100 objects, 1632 bytes ---- JSON_requirement 51 objects, 1632 bytes ---- markdown_feature 33 objects, 1584 bytes ---- ls_web 9 objects, 1584 bytes ---- inform_pipeline 24 objects, 1536 bytes ---- special_meaning_holder 36 objects, 1440 bytes ---- noun_filter_token 22 objects, 1408 bytes ---- inter_node_array 35 objects, 1400 bytes ---- constant_phrase 20 objects, 1280 bytes ---- inbuild_search_result 31 objects, 1240 bytes ---- invocation_options_array 1 x 100 objects, 1224 bytes ---- ls_chapter 9 objects, 1224 bytes ---- direction_inference_data 30 objects, 1200 bytes ---- JSON_pair_requirement 37 objects, 1184 bytes ---- tree_inventory_item 28 objects, 1120 bytes ---- submodule_identity 34 objects, 1088 bytes ---- runtime_kind_structure 13 objects, 1040 bytes ---- quantifier 16 objects, 1024 bytes ---- fsm_transition 18 objects, 1008 bytes ---- pipeline_stage 20 objects, 960 bytes ---- named_rulebook_outcome 15 objects, 960 bytes ---- kit_configuration 23 objects, 920 bytes ---- control_structure_phrase 12 objects, 864 bytes ---- cached_understanding 21 objects, 840 bytes ---- phrase_option_array 1 x 100 objects, 824 bytes ---- inform_kit 7 objects, 784 bytes ---- copy_error 7 objects, 784 bytes ---- internal_test 15 objects, 720 bytes ---- fsm_state 9 objects, 720 bytes ---- source_file 5 objects, 680 bytes ---- ls_module 9 objects, 648 bytes ---- relation_guard 5 objects, 640 bytes ---- implication 13 objects, 624 bytes ---- index_lemma 4 objects, 608 bytes ---- code_generation 1 object, 600 bytes ---- inter_annotation_form 14 objects, 560 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 ---- markdown_variation 3 objects, 528 bytes ---- IFM_example 4 objects, 512 bytes ---- equation 4 objects, 480 bytes ---- bp_family 14 objects, 448 bytes ---- inbuild_genre 8 objects, 448 bytes ---- compiled_documentation 1 object, 440 bytes ---- inference_family 11 objects, 440 bytes ---- article_usage 8 objects, 384 bytes ---- module_request 8 objects, 320 bytes ---- tree_inventory 1 object, 320 bytes ---- grammatical_category 8 objects, 320 bytes ---- pronoun 8 objects, 320 bytes ---- door_dir_notice 5 objects, 320 bytes ---- cached_kind_declaration 8 objects, 320 bytes ---- inter_pipeline 1 object, 312 bytes ---- up_family 9 objects, 288 bytes ---- door_to_notice 5 objects, 280 bytes ---- explicit_bp_data 5 objects, 280 bytes ---- compilation_unit 5 objects, 280 bytes ---- contents_entry 7 objects, 280 bytes ---- kit_dependency 5 objects, 240 bytes ---- inbuild_nest 6 objects, 240 bytes ---- verb_usage_tier 5 objects, 240 bytes ---- inform_project 1 object, 232 bytes ---- adjective_meaning_family 7 objects, 224 bytes ---- local_block_value 4 objects, 224 bytes ---- test_scenario 1 object, 216 bytes ---- release_instructions 1 object, 208 bytes ---- code_generator 5 objects, 200 bytes ---- build_skill 5 objects, 200 bytes ---- attachment_instruction 5 objects, 200 bytes ---- element_activation 6 objects, 192 bytes ---- additional_property 4 objects, 192 bytes ---- plural_dictionary_entry 4 objects, 192 bytes ---- index_reference 4 objects, 192 bytes ---- inference_subject_family 5 objects, 160 bytes ---- imperative_defn_family 4 objects, 160 bytes ---- inter_architecture 4 objects, 160 bytes ---- indexing_category 2 objects, 160 bytes ---- inform_language 1 object, 104 bytes ---- compile_task_data 1 object, 80 bytes ---- article 2 objects, 80 bytes ---- group_together_function 2 objects, 80 bytes ---- cd_volume 1 object, 72 bytes ---- build_methodology 1 object, 56 bytes ---- finite_state_machine 1 object, 56 bytes ---- inter_warehouse 1 object, 56 bytes ---- figures_data 1 object, 56 bytes ---- inform_kit_ittt 1 object, 48 bytes ---- cd_pageset 1 object, 48 bytes ---- ls_holon_scanner 1 object, 48 bytes ---- star_invention 1 object, 48 bytes ---- HTML_file_state 1 object, 48 bytes ---- I6_generation_data 1 object, 48 bytes ---- kind_template_definition 1 object, 40 bytes ---- additional_property_set 1 object, 40 bytes ---- loop_over_scope 1 object, 40 bytes ---- by_function_bp_data 1 object, 40 bytes ---- md_links_dictionary 1 object, 32 bytes ---- i6_memory_setting 1 object, 32 bytes 99.9% was used for memory not allocated for objects: 65.8% text stream storage 107658560 bytes in 602135 claims 3.7% dictionary storage 6158144 bytes in 8256 claims ---- sorting 20984 bytes in 2640 claims 4.4% source text 7200000 bytes in 3 claims 6.6% source text details 10800000 bytes in 2 claims 0.1% documentation fragments 262144 bytes in 1 claim ---- linguistic stock array 81920 bytes in 2 claims ---- small word set array 105600 bytes in 22 claims 3.0% inter symbols storage 4905872 bytes in 29425 claims 10.2% inter bytecode storage 16773620 bytes in 15 claims 3.8% inter links storage 6222976 bytes in 11 claims 0.1% inter tree location list storage 191232 bytes in 32 claims 1.6% instance-of-kind counting 2715904 bytes in 1 claim ---- compilation workspace for objects 27976 bytes in 25 claims ---- lists for type-checking invocations 16000 bytes in 1 claim ---- code generation workspace for objects 3616 bytes in 19 claims 0.1% emitter array storage 295200 bytes in 2112 claims -138.-3% was overhead - -226161112 bytes = -220860K = -215 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 2162/25226 nti 19 constraint (none) extremes [1, infinity) English: (@1)<cardinal-number>=1 (hits 183/183) (matched: '100') constraint CS = {r0} extremes [1, 1] (@1)minus (@2)<cardinal-number>=1 (hits 0/1485) constraint DS = {19} extremes [2, 2] (@1)hexadecimal (@2)<hexadecimal-number>=1 (hits 0/1485) constraint DS = {19} extremes [2, 2] (@1)binary (@2)<binary-number>=1 (hits 0/1485) constraint DS = {19} extremes [2, 2] (@1)octal (@2)<octal-number>=1 (hits 0/1485) constraint DS = {19} extremes [2, 2] (@1)<quoted-text>=1 (@2)( (@3)<response-letter>=2 (@4)) (hits 271/802) (matched: '"[current item from the multiple object list]: [run paragraph on]" ( a )') constraint DS = {19} extremes [4, 4] (@1)<quoted-text>=1 (hits 1570/5773) (matched: 'Can be used for objects which are purely conceptual, like ideas, or are needed for internal book-keeping.') constraint (none) extremes [1, 1] <s-literal-real-number>=1 (hits 11/10589) (matched: 'plus infinity') constraint (none) extremes [1, infinity) <s-literal-version-number>=1 (hits 0/10578) constraint (none) extremes [1, infinity) (@1)<s-literal-truth-state>=1 (hits 100/485) (matched: 'false') constraint CS = {13} extremes [1, 1] <s-literal-list>=1 (hits 0/3442) constraint DS = {15} extremes [2, infinity) (@1)unicode (@2)( <s-unicode-character>=1 (@-1)) (hits 0/1598) constraint DS = {19} extremes [4, infinity) (@1)unicode <s-unicode-character>=1 (hits 27/3693) (matched: 'unicode u+0008') constraint DS = {19} extremes [2, infinity) <s-literal-time>=1 (hits 0/4063) constraint DW = {16, 17, 18} extremes [2, 5] <s-literal-unit-notation>=1 (hits 0/10451) 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'10.2.0 of basic inform by graham nelson begins here' {heading 0} {under: H0'10.2.0 of basic inform by graham nelson begins here'} {includes: Basic Inform v10.2.0 } {unit: 0} BEGINHERE_NT'10.2.0 of basic inform by graham nelson' {unit: 0} ... INCLUSION_NT'include english language by graham nelson' HEADING_NT'version 10.2.0 of english language by graham nelson begins h' {heading 0} {under: H0'version 10.2.0 of english language by graham nelson begins here'} {includes: English Language v10.2.0 } {unit: 1} BEGINHERE_NT'version 10.2.0 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'10.2.0 of standard rules by graham nelson begins here' {heading 0} {under: H0'10.2.0 of standard rules by graham nelson begins here'} {includes: Standard Rules v10.2.0 } {unit: 2} BEGINHERE_NT'10.2.0 of standard rules by graham nelson' {unit: 2} ... INCLUSION_NT'include standard rules by graham nelson' HEADING_NT'use the serial comma and no scoring' {heading 0} {under: H0'use the serial comma and no scoring'} {unit: 3} SENTENCE_NT'use the serial comma and no scoring' {unit: 3} {classified} VERB_NT'use' {verb 'use' 3p p act IS_TENSE +ve} {special meaning: use} AND_NT'and' UNPARSED_NOUN_NT'serial comma' {definite 'the' n/m/f s/p nom/acc} UNPARSED_NOUN_NT'no scoring' SENTENCE_NT'understand "about" as asking for information' {unit: 3} {classified} VERB_NT'understand' {verb 'understand' 3p p act IS_TENSE +ve} {prep2: as} {special meaning: understand-as} UNPARSED_NOUN_NT'"about"' UNPARSED_NOUN_NT'asking for information' SENTENCE_NT'asking for information is an action out of world' {unit: 3} {classified} VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve} {special meaning: new-action} UNPARSED_NOUN_NT'asking for information' UNPARSED_NOUN_NT'out of world' IMPERATIVE_NT'carry out asking for information' {unit: 3} {imperative definition: 912} IMPERATIVE_NT'when play begins' {unit: 3} {imperative definition: 913} HEADING_NT'section 1 - errands' {heading 5} {under: H5'section 1 - errands'} {unit: 3} SENTENCE_NT'the current actor is a person which varies' {unit: 3} {classified} VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve} PROPER_NOUN_NT'current actor' {definite 'the' n/m/f s/p nom/acc} {refined} {eval: NONLOCAL_VARIABLE_NT'current actor' {nonlocal: 'current actor'(var)person}} {created here} COMMON_NOUN_NT'person which varies' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'values variable-pointer'-k} {creation: << kind=people variable-pointer(x) >>} {eval: TEST_VALUE_NT} SENTENCE_NT'the current owner is a person which varies' {unit: 3} {classified} VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve} PROPER_NOUN_NT'current owner' {definite 'the' n/m/f s/p nom/acc} {refined} {eval: NONLOCAL_VARIABLE_NT'current owner' {nonlocal: 'current owner'(var)person}} {created here} COMMON_NOUN_NT'person which varies' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'values variable-pointer'-k} {creation: << kind=people variable-pointer(x) >>} {eval: TEST_VALUE_NT} IMPERATIVE_NT'every turn' {unit: 3} {imperative definition: 914} IMPERATIVE_NT'every turn' {unit: 3} {imperative definition: 915} SENTENCE_NT'a person can be active or passive' {unit: 3} {classified} VERB_NT'can be' {verb 'be able to be' s/p 3p act IS_TENSE +ve} {special meaning: can-be} COMMON_NOUN_NT'a person' {refined} {refers: infs'person'} {creation: << kind=person(x) >>} {eval: TEST_VALUE_NT} UNPARSED_NOUN_NT'active or passive' AND_NT'or' UNPARSED_NOUN_NT'active' UNPARSED_NOUN_NT'passive' SENTENCE_NT'the player is passive' {unit: 3} {classified} VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve} PROPER_NOUN_NT'player' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'yourself'} {eval: CONSTANT_NT'yourself' {kind: person} {instance: I94'yourself'} {enumeration: 0}} {turned already} ADJECTIVE_NT'passive' {refined} {predicate: passive} {creation: << passive(x) ^ passive(x) >>} SENTENCE_NT'the character movement rules are a rulebook' {unit: 3} {classified} {clears pronouns} {interpretation of subject: infs'yourself'} VERB_NT'are' {verb 'be' 3p p act IS_TENSE +ve} PROPER_NOUN_NT'character movement rules' {definite 'the' n/m/f s/p nom/acc} {refined} {eval: CONSTANT_NT {kind: rulebook} {rulebook: character movement}} {created here} COMMON_NOUN_NT'rulebook' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'values based rulebook producing values'-k} {creation: << kind=rulebook(x) >>} {eval: TEST_VALUE_NT} IMPERATIVE_NT'the first character movement rule' {unit: 3} {imperative definition: 916} IMPERATIVE_NT'a character movement rule' {unit: 3} {imperative definition: 917} IMPERATIVE_NT'a character movement rule' {unit: 3} {imperative definition: 918} IMPERATIVE_NT'to decide whether movement has not yet occurred' {unit: 3} {imperative definition: 919} IMPERATIVE_NT'definition' {unit: 3} {imperative definition: 920} IMPERATIVE_NT'definition' {unit: 3} {imperative definition: 921} SENTENCE_NT'the shopowner rules is a rulebook' {unit: 3} {classified} {clears pronouns} VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve} PROPER_NOUN_NT'shopowner rules' {definite 'the' n/m/f s/p nom/acc} {refined} {eval: CONSTANT_NT {kind: rulebook} {rulebook: shopowner}} {created here} COMMON_NOUN_NT'rulebook' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'values based rulebook producing values'-k} {creation: << kind=rulebook(x) >>} {eval: TEST_VALUE_NT} IMPERATIVE_NT'a shopowner rule' {unit: 3} {imperative definition: 922} IMPERATIVE_NT'report someone closing a door when the person asked owns the' {unit: 3} {imperative definition: 923} IMPERATIVE_NT'report vanessa closing the metal door when the metal door is' {unit: 3} {imperative definition: 924} IMPERATIVE_NT'a shopowner rule' {unit: 3} {imperative definition: 925} SENTENCE_NT'filing is an action applying to one thing' {unit: 3} {classified} VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve} {special meaning: new-action} UNPARSED_NOUN_NT'filing' UNPARSED_NOUN_NT'applying to one thing' IMPERATIVE_NT'before someone filing something which is not carried by the ' {unit: 3} {imperative definition: 926} IMPERATIVE_NT'carry out someone filing' {unit: 3} {imperative definition: 927} IMPERATIVE_NT'report someone filing' {unit: 3} {imperative definition: 928} SENTENCE_NT'the shopper rules is a rulebook' {unit: 3} {classified} {clears pronouns} VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve} PROPER_NOUN_NT'shopper rules' {definite 'the' n/m/f s/p nom/acc} {refined} {eval: CONSTANT_NT {kind: rulebook} {rulebook: shopper}} {created here} COMMON_NOUN_NT'rulebook' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'values based rulebook producing values'-k} {creation: << kind=rulebook(x) >>} {eval: TEST_VALUE_NT} IMPERATIVE_NT'a shopper rule' {unit: 3} {imperative definition: 929} IMPERATIVE_NT'a shopper rule' {unit: 3} {imperative definition: 930} IMPERATIVE_NT'definition' {unit: 3} {imperative definition: 931} DEFN_CONT_NT'a room is air-conditioned' {unit: 3} CODE_BLOCK_NT CODE_BLOCK_NT {control structure: IF} INVOCATION_LIST_NT'if it is outdoors' {unit: 3} {colon_block_command} INVOCATION_NT'if it is outdoors' {phrase invoked: <no-inter-name>} CONDITION_CONTEXT_NT'it is outdoors' TEST_PROPOSITION_NT'it is outdoors' {proposition: << outdoors('it') >>} {term: 'it'} CODE_BLOCK_NT INVOCATION_LIST_NT'no' {unit: 3} {results_from_splitting} {indent: 1} INVOCATION_NT'no' {phrase invoked: <no-inter-name>} CODE_BLOCK_NT {control structure: IF} INVOCATION_LIST_NT'if it is the pool hall and the air conditioner is switched o' {unit: 3} {colon_block_command} INVOCATION_NT'if it is the pool hall and the air conditioner is switched o' {phrase invoked: <no-inter-name>} CONDITION_CONTEXT_NT'it is the pool hall and the air conditioner is switched off' LOGICAL_AND_NT'it is the pool hall and the air conditioner is switched off' TEST_PROPOSITION_NT'it is the pool hall' {proposition: << ('it' == 'the pool hall') >>} {term: 'it'} TEST_PROPOSITION_NT'the air conditioner is switched off' {proposition: << switched off('the air conditioner') >>} {term: 'the air conditioner'} CODE_BLOCK_NT INVOCATION_LIST_NT'no' {unit: 3} {results_from_splitting} {indent: 1} INVOCATION_NT'no' {phrase invoked: <no-inter-name>} CODE_BLOCK_NT {control structure: IF} INVOCATION_LIST_NT'if it is protected by a door' {unit: 3} {colon_block_command} INVOCATION_NT'if it is protected by a door' {phrase invoked: <no-inter-name>} CONDITION_CONTEXT_NT'it is protected by a door' TEST_PROPOSITION_NT'it is protected by a door' {proposition: << Exists x : kind=door(x) ^ protection(x, 'it') >>} {term: 'it'} CODE_BLOCK_NT INVOCATION_LIST_NT'yes' {unit: 3} {results_from_splitting} {indent: 1} INVOCATION_NT'yes' {phrase invoked: <no-inter-name>} INVOCATION_LIST_NT'no' {unit: 3} INVOCATION_NT'no' {phrase invoked: <no-inter-name>} SENTENCE_NT'protection relates a door ( called x ) to a room ( called y ' {unit: 3} {classified} VERB_NT'relates' {verb 'relate' 3p s act IS_TENSE +ve} {special meaning: new-relation} UNPARSED_NOUN_NT'protection' {new relation: protection} UNPARSED_NOUN_NT'a door ( called x )' UNPARSED_NOUN_NT'a room ( called y ) when the front side of x is y or the bac' SENTENCE_NT'the verb to protect means the protection relation' {unit: 3} {classified} VERB_NT'means' {verb 'mean' 3p s act IS_TENSE +ve} {special meaning: verb-means} UNPARSED_NOUN_NT'to protect' UNPARSED_NOUN_NT'protection relation' {definite 'the' n/m/f s/p nom/acc} SENTENCE_NT'ownership relates one person to various rooms' {unit: 3} {classified} VERB_NT'relates' {verb 'relate' 3p s act IS_TENSE +ve} {special meaning: new-relation} UNPARSED_NOUN_NT'ownership' {new relation: ownership} UNPARSED_NOUN_NT'one person' UNPARSED_NOUN_NT'various rooms' SENTENCE_NT'the verb to own means the ownership relation' {unit: 3} {classified} VERB_NT'means' {verb 'mean' 3p s act IS_TENSE +ve} {special meaning: verb-means} UNPARSED_NOUN_NT'to own' UNPARSED_NOUN_NT'ownership relation' {definite 'the' n/m/f s/p nom/acc} SENTENCE_NT'resolving is an action applying to one thing' {unit: 3} {classified} VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve} {special meaning: new-action} UNPARSED_NOUN_NT'resolving' UNPARSED_NOUN_NT'applying to one thing' SENTENCE_NT'an artwork is a kind of thing' {unit: 3} {classified} VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve} COMMON_NOUN_NT'artwork' {indefinite 'an' n/m/f nom/acc s} {refined} {creation: << kind=artwork(x) >>} {refers: infs'artwork'} {eval: TEST_VALUE_NT} {created here} KIND_NT'kind of thing' {refined} {refers: infs'thing'} COMMON_NOUN_NT'thing' {refined} {refers: infs'thing'} {creation: << kind=thing(x) >>} {eval: TEST_VALUE_NT} IMPERATIVE_NT'before printing the name of an artwork' {unit: 3} {imperative definition: 932} IMPERATIVE_NT'after printing the name of an artwork' {unit: 3} {imperative definition: 933} SENTENCE_NT'an artwork can be submitted or reserved' {unit: 3} {classified} VERB_NT'can be' {verb 'be able to be' s/p 3p act IS_TENSE +ve} {special meaning: can-be} COMMON_NOUN_NT'an artwork' {refined} {refers: infs'artwork'} {creation: << kind=artwork(x) >>} {eval: TEST_VALUE_NT} UNPARSED_NOUN_NT'submitted or reserved' AND_NT'or' UNPARSED_NOUN_NT'submitted' UNPARSED_NOUN_NT'reserved' SENTENCE_NT'a book is a kind of artwork' {unit: 3} {classified} {interpretation of subject: infs'artwork'} VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve} COMMON_NOUN_NT'book' {indefinite 'a' n/m/f nom/acc s} {refined} {creation: << kind=book(x) >>} {refers: infs'book'} {eval: TEST_VALUE_NT} {created here} KIND_NT'kind of artwork' {refined} {refers: infs'artwork'} COMMON_NOUN_NT'artwork' {refined} {refers: infs'artwork'} {creation: << kind=artwork(x) >>} {eval: TEST_VALUE_NT} IMPERATIVE_NT'before someone resolving a book when the person asked is not' {unit: 3} {imperative definition: 934} IMPERATIVE_NT'carry out someone resolving a book' {unit: 3} {imperative definition: 935} IMPERATIVE_NT'report someone resolving a book' {unit: 3} {imperative definition: 936} IMPERATIVE_NT'before listing contents' {unit: 3} {imperative definition: 937} IMPERATIVE_NT'before grouping together books' {unit: 3} {imperative definition: 938} SENTENCE_NT'a stamped envelope is a kind of thing' {unit: 3} {classified} {interpretation of subject: infs'book'} VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve} COMMON_NOUN_NT'stamped envelope' {indefinite 'a' n/m/f nom/acc s} {refined} {creation: << kind=stamped envelope(x) >>} {refers: infs'stamped envelope'} {eval: TEST_VALUE_NT} {created here} KIND_NT'kind of thing' {refined} {refers: infs'thing'} COMMON_NOUN_NT'thing' {refined} {refers: infs'thing'} {creation: << kind=thing(x) >>} {eval: TEST_VALUE_NT} IMPERATIVE_NT'before someone resolving a stamped envelope when the person ' {unit: 3} {imperative definition: 939} IMPERATIVE_NT'carry out someone resolving a stamped envelope' {unit: 3} {imperative definition: 940} IMPERATIVE_NT'report someone resolving a stamped envelope' {unit: 3} {imperative definition: 941} IMPERATIVE_NT'instead of someone resolving a stamped envelope when the per' {unit: 3} {imperative definition: 942} SENTENCE_NT'a dvd is a kind of artwork' {unit: 3} {classified} {interpretation of subject: infs'stamped envelope'} VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve} COMMON_NOUN_NT'dvd' {indefinite 'a' n/m/f nom/acc s} {refined} {creation: << kind=dvd(x) >>} {refers: infs'dvd'} {eval: TEST_VALUE_NT} {created here} KIND_NT'kind of artwork' {refined} {refers: infs'artwork'} COMMON_NOUN_NT'artwork' {refined} {refers: infs'artwork'} {creation: << kind=artwork(x) >>} {eval: TEST_VALUE_NT} IMPERATIVE_NT'before someone resolving a dvd when the person asked is not ' {unit: 3} {imperative definition: 943} IMPERATIVE_NT'carry out someone resolving a dvd' {unit: 3} {imperative definition: 944} IMPERATIVE_NT'report someone resolving a dvd' {unit: 3} {imperative definition: 945} IMPERATIVE_NT'instead of someone resolving a dvd when the person asked car' {unit: 3} {imperative definition: 946} IMPERATIVE_NT'before listing contents' {unit: 3} {imperative definition: 947} IMPERATIVE_NT'before grouping together dvds' {unit: 3} {imperative definition: 948} SENTENCE_NT'approaching is an action applying to one thing' {unit: 3} {classified} VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve} {special meaning: new-action} UNPARSED_NOUN_NT'approaching' UNPARSED_NOUN_NT'applying to one thing' IMPERATIVE_NT'carry out someone approaching' {unit: 3} {imperative definition: 949} SENTENCE_NT'a coupon is a kind of thing' {unit: 3} {classified} {interpretation of subject: infs'dvd'} VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve} COMMON_NOUN_NT'coupon' {indefinite 'a' n/m/f nom/acc s} {refined} {creation: << kind=coupon(x) >>} {refers: infs'coupon'} {eval: TEST_VALUE_NT} {created here} KIND_NT'kind of thing' {refined} {refers: infs'thing'} COMMON_NOUN_NT'thing' {refined} {refers: infs'thing'} {creation: << kind=thing(x) >>} {eval: TEST_VALUE_NT} IMPERATIVE_NT'carry out someone resolving a coupon' {unit: 3} {imperative definition: 950} SENTENCE_NT'the block giving rule is not listed in any rulebook' {unit: 3} {classified} VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve} {rule placement sense: negative} {special meaning: rule-listed-in} UNPARSED_NOUN_NT'the block giving rule' UNPARSED_NOUN_NT'in any rulebook' IMPERATIVE_NT'check giving something to someone ( this is the block player' {unit: 3} {imperative definition: 951} IMPERATIVE_NT'before someone resolving a coupon when the person asked is n' {unit: 3} {imperative definition: 952} IMPERATIVE_NT'after someone giving a coupon to vanessa' {unit: 3} {imperative definition: 953} SENTENCE_NT'infection color is a kind of value' {unit: 3} {classified} {interpretation of subject: infs'coupon'} VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve} COMMON_NOUN_NT'infection color' {refined} {creation: << kind=infection color(x) >>} {refers: infs'object'-k} {eval: TEST_VALUE_NT} {created here} KIND_NT'kind of value' {refined} {refers: infs'value'-k} COMMON_NOUN_NT'value' {refined} {refers: infs'value'-k} {creation: << kind=value(x) >>} {eval: TEST_VALUE_NT} SENTENCE_NT'the infection colors are french vanilla , whole-bean vanilla' {unit: 3} {classified} {interpretation of subject: infs'object'-k} VERB_NT'are' {verb 'be' 3p p act IS_TENSE +ve} COMMON_NOUN_NT'infection colors' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'infection color'-k} {creation: << kind=infection color(x) >>} {eval: TEST_VALUE_NT} AND_NT',' {refined} PROPER_NOUN_NT'french vanilla' {refined} {refers: infs'french vanilla'} {eval: CONSTANT_NT'french vanilla' {kind: infection color} {instance: I122'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: I123'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: I124'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: I125'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: I126'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: I127'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: I128'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: I129'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: I130'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: I131'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: I132'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: I133'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: I134'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: I135'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: I136'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: I137'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: I138'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: I139'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: I140'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: I141'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: I142'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: I143'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: I144'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: I145'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: I146'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: I147'cookie dough cream'[infection color]} {enumeration: 26}} {created here} IMPERATIVE_NT'to say list of flavors' {unit: 3} {imperative definition: 954} SENTENCE_NT'understand "ask vanessa for [flavored ice cream]" as buying ' {unit: 3} {classified} VERB_NT'understand' {verb 'understand' 3p p act IS_TENSE +ve} {prep2: as} {special meaning: understand-as} UNPARSED_NOUN_NT'"ask vanessa for [flavored ice cream]"' UNPARSED_NOUN_NT'buying the flavor' SENTENCE_NT'understand "buy [flavored ice cream]" as buying the flavor' {unit: 3} {classified} VERB_NT'understand' {verb 'understand' 3p p act IS_TENSE +ve} {prep2: as} {special meaning: understand-as} UNPARSED_NOUN_NT'"buy [flavored ice cream]"' UNPARSED_NOUN_NT'buying the flavor' SENTENCE_NT'buying the flavor is an action applying to one infection col' {unit: 3} {classified} VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve} {special meaning: new-action} UNPARSED_NOUN_NT'buying the flavor' UNPARSED_NOUN_NT'applying to one infection color' IMPERATIVE_NT'check buying the flavor' {unit: 3} {imperative definition: 955} IMPERATIVE_NT'carry out buying the flavor' {unit: 3} {imperative definition: 956} SENTENCE_NT'understand "ice cream" or "cream" or "ice" or "sherbet" or "' {unit: 3} {classified} VERB_NT'understand' {verb 'understand' 3p p act IS_TENSE +ve} {prep2: as} {special meaning: understand-as} UNPARSED_NOUN_NT'"ice cream" or "cream" or "ice" or "sherbet" or "sorbet"' UNPARSED_NOUN_NT'"[ice cream]"' SENTENCE_NT'understand "[infection color]" or "[infection color] [ice cr' {unit: 3} {classified} VERB_NT'understand' {verb 'understand' 3p p act IS_TENSE +ve} {prep2: as} {special meaning: understand-as} UNPARSED_NOUN_NT'"[infection color]" or "[infection color] [ice cream]"' UNPARSED_NOUN_NT'"[flavored ice cream]"' SENTENCE_NT'an ice cream cone is a kind of thing' {unit: 3} {classified} {interpretation of subject: infs'infection color'-k} VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve} COMMON_NOUN_NT'ice cream cone' {indefinite 'an' n/m/f nom/acc s} {refined} {creation: << kind=ice cream cone(x) >>} {refers: infs'ice cream cone'} {eval: TEST_VALUE_NT} {created here} KIND_NT'kind of thing' {refined} {refers: infs'thing'} COMMON_NOUN_NT'thing' {refined} {refers: infs'thing'} {creation: << kind=thing(x) >>} {eval: TEST_VALUE_NT} SENTENCE_NT'an ice cream cone is always edible' {unit: 3} {classified} {interpretation of subject: infs'ice cream cone'} VERB_NT'is always' {certainty:certain} {verb 'be' 3p s act IS_TENSE +ve} COMMON_NOUN_NT'ice cream cone' {indefinite 'an' n/m/f nom/acc s} {refined} {refers: infs'ice cream cone'} {creation: << kind=ice cream cone(x) >>} {eval: TEST_VALUE_NT} ADJECTIVE_NT'edible' {refined} {predicate: edible} {creation: << edible(x) ^ edible(x) >>} SENTENCE_NT'an ice cream cone has an infection color' {unit: 3} {classified} {interpretation of subject: infs'ice cream cone'} VERB_NT'has' {verb 'have' 3p s act IS_TENSE +ve} COMMON_NOUN_NT'ice cream cone' {indefinite 'an' n/m/f nom/acc s} {refined} {refers: infs'ice cream cone'} {creation: << kind=ice cream cone(x) >>} {eval: TEST_VALUE_NT} ALLOWED_NT'has' {refined} UNPARSED_NOUN_NT'infection color' {indefinite 'an' n/m/f nom/acc s} {refined} SENTENCE_NT'an ice cream cone can be half-eaten or fresh' {unit: 3} {classified} VERB_NT'can be' {verb 'be able to be' s/p 3p act IS_TENSE +ve} {special meaning: can-be} COMMON_NOUN_NT'an ice cream cone' {refined} {refers: infs'ice cream cone'} {creation: << kind=ice cream cone(x) >>} {eval: TEST_VALUE_NT} UNPARSED_NOUN_NT'half-eaten or fresh' AND_NT'or' UNPARSED_NOUN_NT'half-eaten' UNPARSED_NOUN_NT'fresh' SENTENCE_NT'understand the infection color property as referring to an i' {unit: 3} {classified} VERB_NT'understand' {verb 'understand' 3p p act IS_TENSE +ve} {prep2: as} {special meaning: understand-as} UNPARSED_NOUN_NT'the infection color property' UNPARSED_NOUN_NT'referring to an ice cream cone' IMPERATIVE_NT'carry out someone resolving an ice cream cone' {unit: 3} {imperative definition: 957} IMPERATIVE_NT'instead of someone eating a fresh ice cream cone' {unit: 3} {imperative definition: 958} IMPERATIVE_NT'report someone eating an ice cream cone' {unit: 3} {imperative definition: 959} IMPERATIVE_NT'before printing the name of an ice cream cone' {unit: 3} {imperative definition: 960} HEADING_NT'section 2 - infection rules' {heading 5} {under: H5'section 2 - infection rules'} {unit: 3} IMPERATIVE_NT'this is the infection rule' {unit: 3} {imperative definition: 961} SENTENCE_NT'a person can be infected or clean' {unit: 3} {classified} VERB_NT'can be' {verb 'be able to be' s/p 3p act IS_TENSE +ve} {special meaning: can-be} COMMON_NOUN_NT'a person' {refined} {refers: infs'person'} {creation: << kind=person(x) >>} {eval: TEST_VALUE_NT} UNPARSED_NOUN_NT'infected or clean' AND_NT'or' UNPARSED_NOUN_NT'infected' UNPARSED_NOUN_NT'clean' SENTENCE_NT'a person has an infection color' {unit: 3} {classified} VERB_NT'has' {verb 'have' 3p s act IS_TENSE +ve} COMMON_NOUN_NT'person' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'person'} {creation: << kind=person(x) >>} {eval: TEST_VALUE_NT} ALLOWED_NT'has' {refined} UNPARSED_NOUN_NT'infection color' {indefinite 'an' n/m/f nom/acc s} {refined} IMPERATIVE_NT'every turn' {unit: 3} {imperative definition: 962} IMPERATIVE_NT'definition' {unit: 3} {imperative definition: 963} IMPERATIVE_NT'definition' {unit: 3} {imperative definition: 964} IMPERATIVE_NT'when play begins' {unit: 3} {imperative definition: 965} IMPERATIVE_NT'every turn' {unit: 3} {imperative definition: 966} SENTENCE_NT'understand "sneeze on [something]" as sneezing on' {unit: 3} {classified} VERB_NT'understand' {verb 'understand' 3p p act IS_TENSE +ve} {prep2: as} {special meaning: understand-as} UNPARSED_NOUN_NT'"sneeze on [something]"' UNPARSED_NOUN_NT'sneezing on' SENTENCE_NT'sneezing on is an action applying to one thing' {unit: 3} {classified} VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve} {special meaning: new-action} UNPARSED_NOUN_NT'sneezing on' UNPARSED_NOUN_NT'applying to one thing' IMPERATIVE_NT'check sneezing on' {unit: 3} {imperative definition: 967} IMPERATIVE_NT'carry out sneezing on' {unit: 3} {imperative definition: 968} IMPERATIVE_NT'carry out someone sneezing on' {unit: 3} {imperative definition: 969} IMPERATIVE_NT'report sneezing on' {unit: 3} {imperative definition: 970} IMPERATIVE_NT'report someone sneezing on' {unit: 3} {imperative definition: 971} SENTENCE_NT'understand "inject [someone] with [something]" as injecting ' {unit: 3} {classified} VERB_NT'understand' {verb 'understand' 3p p act IS_TENSE +ve} {prep2: as} {special meaning: understand-as} UNPARSED_NOUN_NT'"inject [someone] with [something]"' UNPARSED_NOUN_NT'injecting it with' SENTENCE_NT'understand "inject [someone] with [syringe]" as injecting it' {unit: 3} {classified} VERB_NT'understand' {verb 'understand' 3p p act IS_TENSE +ve} {prep2: as} {special meaning: understand-as} UNPARSED_NOUN_NT'"inject [someone] with [syringe]"' UNPARSED_NOUN_NT'injecting it with' SENTENCE_NT'understand "use [syringe] on [someone]" as injecting it with' {unit: 3} {classified} VERB_NT'understand' {verb 'understand' 3p p act IS_TENSE +ve} {prep2: as} {special meaning: understand-as} UNPARSED_NOUN_NT'"use [syringe] on [someone]"' UNPARSED_NOUN_NT'injecting it with' SENTENCE_NT'understand the commands innoculate and vaccinate as inject' {unit: 3} {classified} VERB_NT'understand' {verb 'understand' 3p p act IS_TENSE +ve} {prep2: as} {special meaning: understand-as} UNPARSED_NOUN_NT'the commands innoculate and vaccinate' UNPARSED_NOUN_NT'inject' SENTENCE_NT'injecting it with is an action applying to two things' {unit: 3} {classified} VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve} {special meaning: new-action} UNPARSED_NOUN_NT'injecting it with' UNPARSED_NOUN_NT'applying to two things' IMPERATIVE_NT'check injecting it with' {unit: 3} {imperative definition: 972} IMPERATIVE_NT'carry out injecting it with' {unit: 3} {imperative definition: 973} IMPERATIVE_NT'after injecting the player with something' {unit: 3} {imperative definition: 974} IMPERATIVE_NT'report injecting it with' {unit: 3} {imperative definition: 975} HEADING_NT'section 3 - geography' {heading 5} {under: H5'section 3 - geography'} {unit: 3} INCLUSION_NT'include locksmith by emily short' {unit: 3} HEADING_NT'version 14 of locksmith by emily short begins here' {heading 0} {under: H0'version 14 of locksmith by emily short begins here'} {includes: Locksmith by Emily Short v14 } {unit: 3} BEGINHERE_NT'version 14 of locksmith by emily short' {unit: 3} ... SENTENCE_NT'understand "go to/toward/into [any room]" as going toward' {unit: 3} {classified} VERB_NT'understand' {verb 'understand' 3p p act IS_TENSE +ve} {prep2: as} {special meaning: understand-as} UNPARSED_NOUN_NT'"go to/toward/into [any room]"' UNPARSED_NOUN_NT'going toward' SENTENCE_NT'understand "enter [any room]" as going toward' {unit: 3} {classified} VERB_NT'understand' {verb 'understand' 3p p act IS_TENSE +ve} {prep2: as} {special meaning: understand-as} UNPARSED_NOUN_NT'"enter [any room]"' UNPARSED_NOUN_NT'going toward' SENTENCE_NT'a person has a room called the destination' {unit: 3} {classified} VERB_NT'has' {verb 'have' 3p s act IS_TENSE +ve} COMMON_NOUN_NT'person' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'person'} {creation: << kind=person(x) >>} {eval: TEST_VALUE_NT} ALLOWED_NT {refined} PROPERTYCALLED_NT'called' UNPARSED_NOUN_NT'room' {indefinite 'a' n/m/f nom/acc s} UNPARSED_NOUN_NT'destination' SENTENCE_NT'going toward is an action applying to one thing' {unit: 3} {classified} VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve} {special meaning: new-action} UNPARSED_NOUN_NT'going toward' UNPARSED_NOUN_NT'applying to one thing' IMPERATIVE_NT'check going toward' {unit: 3} {imperative definition: 1013} IMPERATIVE_NT'carry out going toward' {unit: 3} {imperative definition: 1014} IMPERATIVE_NT'instead of waiting when the destination of the player is not' {unit: 3} {imperative definition: 1015} SENTENCE_NT'understand "stop" or "cease" as stopping' {unit: 3} {classified} VERB_NT'understand' {verb 'understand' 3p p act IS_TENSE +ve} {prep2: as} {special meaning: understand-as} UNPARSED_NOUN_NT'"stop" or "cease"' UNPARSED_NOUN_NT'stopping' SENTENCE_NT'stopping is an action applying to nothing' {unit: 3} {classified} VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve} {special meaning: new-action} UNPARSED_NOUN_NT'stopping' UNPARSED_NOUN_NT'applying to nothing' IMPERATIVE_NT'carry out stopping' {unit: 3} {imperative definition: 1016} IMPERATIVE_NT'report stopping' {unit: 3} {imperative definition: 1017} IMPERATIVE_NT'after going to an air-conditioned room' {unit: 3} {imperative definition: 1018} IMPERATIVE_NT'after going from an air-conditioned room' {unit: 3} {imperative definition: 1019} IMPERATIVE_NT'instead of listening to an air-conditioned room' {unit: 3} {imperative definition: 1020} SENTENCE_NT'the alfred cralle pool hall is a room' {unit: 3} {classified} {interpretation of subject: infs'person'} VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve} PROPER_NOUN_NT'alfred cralle pool hall' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'alfred cralle pool hall'} {eval: CONSTANT_NT'alfred cralle pool hall' {kind: object} {instance: I148'alfred cralle pool hall'} {enumeration: 0}} {created here} COMMON_NOUN_NT'room' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'room'} {creation: << kind=room(x) >>} {eval: TEST_VALUE_NT} SENTENCE_NT'"The town's most popular gathering-place, the pool hall is d' {unit: 3} {classified} SENTENCE_NT'the air conditioner is a device in the pool hall' {unit: 3} {classified} {interpretation of subject: infs'alfred cralle pool hall'} VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve} PROPER_NOUN_NT'air conditioner' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'air conditioner'} {eval: CONSTANT_NT'air conditioner' {kind: object} {instance: I149'air conditioner'} {enumeration: 0}} {created here} COMMON_NOUN_NT'device in the pool hall' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'device'} {creation: << kind=device(x) ^ ('the pool hall' == <ContainerOf(*1) : x>) >>} {eval: TEST_VALUE_NT'device in the pool hall' {term: x} {converted SN}} SENTENCE_NT'"[if switched off]An air conditioner sits in the corner, unh' {unit: 3} {classified} SENTENCE_NT'the felt door is west of the pool hall' {unit: 3} {classified} {interpretation of subject: infs'air conditioner'} VERB_NT'is west of' {verb 'be' 3p s act IS_TENSE +ve} {prep1: west of} PROPER_NOUN_NT'felt door' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'felt door'} {eval: CONSTANT_NT'felt door' {kind: object} {instance: I150'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: I148'alfred cralle pool hall'} {enumeration: 0}} PROPER_NOUN_NT'west' {refers: infs'west'} {eval: CONSTANT_NT'west' {kind: direction} {instance: I89'west'} {enumeration: 0}} {refined} SENTENCE_NT'the felt door is a door' {unit: 3} {classified} {interpretation of subject: infs'felt door'} VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve} PROPER_NOUN_NT'felt door' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'felt door'} {eval: CONSTANT_NT'felt door' {kind: object} {instance: I150'felt door'} {enumeration: 0}} COMMON_NOUN_NT'door' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'door'} {creation: << kind=door(x) >>} {eval: TEST_VALUE_NT} SENTENCE_NT'the felt door is open' {unit: 3} {classified} {interpretation of subject: infs'felt door'} VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve} PROPER_NOUN_NT'felt door' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'felt door'} {eval: CONSTANT_NT'felt door' {kind: door} {instance: I150'felt door'} {enumeration: 0}} ADJECTIVE_NT'open' {refined} {predicate: open} {creation: << open(x) ^ open(x) >>} SENTENCE_NT'the felt door is lockable and unlocked' {unit: 3} {classified} {interpretation of subject: infs'felt door'} VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve} PROPER_NOUN_NT'felt door' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'felt door'} {eval: CONSTANT_NT'felt door' {kind: door} {instance: I150'felt door'} {enumeration: 0}} AND_NT'and' {refined} ADJECTIVE_NT'lockable' {refined} {predicate: lockable} {creation: << lockable(x) ^ lockable(x) >>} ADJECTIVE_NT'unlocked' {refined} {predicate: unlocked} {creation: << unlocked(x) ^ unlocked(x) >>} SENTENCE_NT'the key to the city unlocks the felt door' {unit: 3} {classified} {interpretation of subject: infs'felt door'} VERB_NT'unlocks' {verb 'unlock' 3p s act IS_TENSE +ve} PROPER_NOUN_NT'key to the city' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'key to the city'} {eval: CONSTANT_NT'key to the city' {kind: object} {instance: I151'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: I150'felt door'} {enumeration: 0}} SENTENCE_NT'the description of the felt door is "It has a prominent lock' {unit: 3} {classified} {interpretation of subject: infs'key to the city'} VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve} X_OF_Y_NT'description of the felt door' {definite 'the' n/m/f s/p nom/acc} {refined} PROPER_NOUN_NT'felt door' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'felt door'} {eval: CONSTANT_NT'felt door' {kind: door} {instance: I150'felt door'} {enumeration: 0}} PROPER_NOUN_NT'description' {refined} {eval: CONSTANT_NT {kind: texts valued property} {property: 'description'=text}} PROPER_NOUN_NT'"It has a prominent lock, designed for an old-fashioned key.' {refined} {eval: CONSTANT_NT'"It has a prominent lock, designed for an old-fashioned key.' {kind: text}} IMPERATIVE_NT'after locking a door with something in the presence of an ot' {unit: 3} {imperative definition: 1021} SENTENCE_NT'nancy johnson memorial square is west of the felt door' {unit: 3} {classified} {interpretation of subject: infs'key to the city'} VERB_NT'is west of' {verb 'be' 3p s act IS_TENSE +ve} {prep1: west of} PROPER_NOUN_NT'nancy johnson memorial square' {refined} {refers: infs'nancy johnson memorial square'} {eval: CONSTANT_NT'nancy johnson memorial square' {kind: object} {instance: I152'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: I150'felt door'} {enumeration: 0}} PROPER_NOUN_NT'west' {refers: infs'west'} {eval: CONSTANT_NT'west' {kind: direction} {instance: I89'west'} {enumeration: 0}} {refined} SENTENCE_NT'the description of nancy johnson memorial square is "Waves o' {unit: 3} {classified} {interpretation of subject: infs'nancy johnson memorial square'} VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve} X_OF_Y_NT'description of nancy johnson memorial square' {definite 'the' n/m/f s/p nom/acc} {refined} PROPER_NOUN_NT'nancy johnson memorial square' {refined} {refers: infs'nancy johnson memorial square'} {eval: CONSTANT_NT'nancy johnson memorial square' {kind: object} {instance: I152'nancy johnson memorial square'} {enumeration: 0}} PROPER_NOUN_NT'description' {refined} {eval: CONSTANT_NT {kind: texts valued property} {property: 'description'=text}} PROPER_NOUN_NT'"Waves of August heat rise from the pavement: more than once' {refined} {eval: CONSTANT_NT'"Waves of August heat rise from the pavement: more than once' {kind: text}} SENTENCE_NT'the statue is scenery in memorial square' {unit: 3} {classified} {interpretation of subject: infs'nancy johnson memorial square'} VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve} PROPER_NOUN_NT'statue' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'statue'} {eval: CONSTANT_NT'statue' {kind: object} {instance: I153'statue'} {enumeration: 0}} {created here} COMMON_NOUN_NT'scenery in memorial square' {refined} {refers: infs'object'-k} {creation: << scenery(x) ^ ('memorial square' == <ContainerOf(*1) : x>) >>} {eval: TEST_VALUE_NT'scenery in memorial square' {term: x} {converted SN}} SENTENCE_NT'understand "nancy" or "johnson" or "mrs" as the statue' {unit: 3} {classified} VERB_NT'understand' {verb 'understand' 3p p act IS_TENSE +ve} {prep2: as} {special meaning: understand-as} UNPARSED_NOUN_NT'"nancy" or "johnson" or "mrs"' UNPARSED_NOUN_NT'the statue' SENTENCE_NT'the description of the statue is "Mrs. Johnson is pictured w' {unit: 3} {classified} {interpretation of subject: infs'statue'} VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve} X_OF_Y_NT'description of the statue' {definite 'the' n/m/f s/p nom/acc} {refined} PROPER_NOUN_NT'statue' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'statue'} {eval: CONSTANT_NT'statue' {kind: object} {instance: I153'statue'} {enumeration: 0}} PROPER_NOUN_NT'description' {refined} {eval: CONSTANT_NT {kind: texts valued property} {property: 'description'=text}} PROPER_NOUN_NT'"Mrs. Johnson is pictured with a hand-cranked ice cream free' {refined} {eval: CONSTANT_NT'"Mrs. Johnson is pictured with a hand-cranked ice cream free' {kind: text}} SENTENCE_NT'a hand-cranked ice cream freezer is part of the statue' {unit: 3} {classified} {interpretation of subject: infs'statue'} VERB_NT'is part of' {verb 'be' 3p s act IS_TENSE +ve} {prep1: part of} PROPER_NOUN_NT'hand-cranked ice cream freezer' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'hand-cranked ice cream freezer'} {eval: CONSTANT_NT'hand-cranked ice cream freezer' {kind: object} {instance: I154'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: I153'statue'} {enumeration: 0}} SENTENCE_NT'the description is "The hand-cranked ice cream freezer was M' {unit: 3} {classified} {interpretation of subject: infs'hand-cranked ice cream freezer'} VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve} PROPER_NOUN_NT'description' {definite 'the' n/m/f s/p nom/acc} {refined} {eval: CONSTANT_NT {kind: texts valued property} {property: 'description'=text}} PROPER_NOUN_NT'"The hand-cranked ice cream freezer was Mrs. Johnson's inven' {refined} {eval: CONSTANT_NT'"The hand-cranked ice cream freezer was Mrs. Johnson's inven' {kind: text}} SENTENCE_NT'the scoop is part of the statue' {unit: 3} {classified} {interpretation of subject: infs'hand-cranked ice cream freezer'} VERB_NT'is part of' {verb 'be' 3p s act IS_TENSE +ve} {prep1: part of} PROPER_NOUN_NT'scoop' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'scoop'} {eval: CONSTANT_NT'scoop' {kind: object} {instance: I155'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: I153'statue'} {enumeration: 0}} SENTENCE_NT'the description of the scoop is "An anachronism: Alfred Cral' {unit: 3} {classified} {interpretation of subject: infs'scoop'} VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve} X_OF_Y_NT'description of the scoop' {definite 'the' n/m/f s/p nom/acc} {refined} PROPER_NOUN_NT'scoop' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'scoop'} {eval: CONSTANT_NT'scoop' {kind: object} {instance: I155'scoop'} {enumeration: 0}} PROPER_NOUN_NT'description' {refined} {eval: CONSTANT_NT {kind: texts valued property} {property: 'description'=text}} PROPER_NOUN_NT'"An anachronism: Alfred Cralle would not invent the tool unt' {refined} {eval: CONSTANT_NT'"An anachronism: Alfred Cralle would not invent the tool unt' {kind: text}} SENTENCE_NT'the post office is northwest of nancy johnson memorial squar' {unit: 3} {classified} {interpretation of subject: infs'scoop'} VERB_NT'is northwest of' {verb 'be' 3p s act IS_TENSE +ve} {prep1: northwest of} PROPER_NOUN_NT'post office' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'post office'} {eval: CONSTANT_NT'post office' {kind: object} {instance: I156'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: I152'nancy johnson memorial square'} {enumeration: 0}} PROPER_NOUN_NT'northwest' {refers: infs'northwest'} {eval: CONSTANT_NT'northwest' {kind: direction} {instance: I84'northwest'} {enumeration: 0}} {refined} SENTENCE_NT'"Service at the post office is on the slow side since everyt' {unit: 3} {classified} SENTENCE_NT'the slot is scenery in the post office' {unit: 3} {classified} {interpretation of subject: infs'post office'} VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve} PROPER_NOUN_NT'slot' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'slot'} {eval: CONSTANT_NT'slot' {kind: object} {instance: I157'slot'} {enumeration: 0}} {created here} COMMON_NOUN_NT'scenery in the post office' {refined} {refers: infs'object'-k} {creation: << scenery(x) ^ ('the post office' == <ContainerOf(*1) : x>) >>} {eval: TEST_VALUE_NT'scenery in the post office' {term: x} {converted SN}} SENTENCE_NT'the slot is a container' {unit: 3} {classified} {interpretation of subject: infs'slot'} VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve} PROPER_NOUN_NT'slot' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'slot'} {eval: CONSTANT_NT'slot' {kind: object} {instance: I157'slot'} {enumeration: 0}} COMMON_NOUN_NT'container' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'container'} {creation: << kind=container(x) >>} {eval: TEST_VALUE_NT} IMPERATIVE_NT'carry out inserting something into the slot' {unit: 3} {imperative definition: 1022} IMPERATIVE_NT'report inserting something into the slot' {unit: 3} {imperative definition: 1023} SENTENCE_NT'hamwi street is northeast of an iron gate' {unit: 3} {classified} {interpretation of subject: infs'slot'} VERB_NT'is northeast of' {verb 'be' 3p s act IS_TENSE +ve} {prep1: northeast of} PROPER_NOUN_NT'hamwi street' {refined} {refers: infs'hamwi street'} {eval: CONSTANT_NT'hamwi street' {kind: object} {instance: I158'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: I159'iron gate'} {enumeration: 0}} {created here} PROPER_NOUN_NT'northeast' {refers: infs'northeast'} {eval: CONSTANT_NT'northeast' {kind: direction} {instance: I83'northeast'} {enumeration: 0}} {refined} SENTENCE_NT'"A U-shaped street running from Main Street around to the Me' {unit: 3} {classified} SENTENCE_NT'the iron gate is northeast of nancy johnson memorial square' {unit: 3} {classified} {interpretation of subject: infs'hamwi street'} VERB_NT'is northeast of' {verb 'be' 3p s act IS_TENSE +ve} {prep1: northeast of} PROPER_NOUN_NT'iron gate' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'iron gate'} {eval: CONSTANT_NT'iron gate' {kind: object} {instance: I159'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: I152'nancy johnson memorial square'} {enumeration: 0}} PROPER_NOUN_NT'northeast' {refers: infs'northeast'} {eval: CONSTANT_NT'northeast' {kind: direction} {instance: I83'northeast'} {enumeration: 0}} {refined} SENTENCE_NT'the iron gate is a door' {unit: 3} {classified} {interpretation of subject: infs'iron gate'} VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve} PROPER_NOUN_NT'iron gate' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'iron gate'} {eval: CONSTANT_NT'iron gate' {kind: object} {instance: I159'iron gate'} {enumeration: 0}} COMMON_NOUN_NT'door' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'door'} {creation: << kind=door(x) >>} {eval: TEST_VALUE_NT} SENTENCE_NT'it is lockable and unlocked' {unit: 3} {classified} {interpretation of subject: infs'iron gate'} VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve} PROPER_NOUN_NT'it' {refined} {refers: infs'iron gate'} {eval: CONSTANT_NT'iron gate' {kind: door} {instance: I159'iron gate'} {enumeration: 0}} AND_NT'and' {refined} ADJECTIVE_NT'lockable' {refined} {predicate: lockable} {creation: << lockable(x) ^ lockable(x) >>} ADJECTIVE_NT'unlocked' {refined} {predicate: unlocked} {creation: << unlocked(x) ^ unlocked(x) >>} IMPERATIVE_NT'before printing the name of the iron gate while not opening ' {unit: 3} {imperative definition: 1024} SENTENCE_NT'cold comfort ice cream is north of a metal door' {unit: 3} {classified} {interpretation of subject: infs'iron gate'} VERB_NT'is north of' {verb 'be' 3p s act IS_TENSE +ve} {prep1: north of} PROPER_NOUN_NT'cold comfort ice cream' {refined} {refers: infs'cold comfort ice cream'} {eval: CONSTANT_NT'cold comfort ice cream' {kind: object} {instance: I160'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: I161'metal door'} {enumeration: 0}} {created here} PROPER_NOUN_NT'north' {refers: infs'north'} {eval: CONSTANT_NT'north' {kind: direction} {instance: I82'north'} {enumeration: 0}} {refined} SENTENCE_NT'the metal door is north of hamwi street' {unit: 3} {classified} {interpretation of subject: infs'cold comfort ice cream'} VERB_NT'is north of' {verb 'be' 3p s act IS_TENSE +ve} {prep1: north of} PROPER_NOUN_NT'metal door' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'metal door'} {eval: CONSTANT_NT'metal door' {kind: object} {instance: I161'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: I158'hamwi street'} {enumeration: 0}} PROPER_NOUN_NT'north' {refers: infs'north'} {eval: CONSTANT_NT'north' {kind: direction} {instance: I82'north'} {enumeration: 0}} {refined} SENTENCE_NT'a poster is fixed in place in cold comfort' {unit: 3} {classified} {interpretation of subject: infs'metal door'} VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve} PROPER_NOUN_NT'poster' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'poster'} {eval: CONSTANT_NT'poster' {kind: object} {instance: I162'poster'} {enumeration: 0}} {created here} COMMON_NOUN_NT'fixed in place in cold comfort' {refined} {refers: infs'object'-k} {creation: << fixed in place(x) ^ ('cold comfort' == <ContainerOf(*1) : x>) >>} {eval: TEST_VALUE_NT'fixed in place in cold comfort' {term: x} {converted SN}} SENTENCE_NT'"A poster fills one wall with the blazing promise of treats ' {unit: 3} {classified} SENTENCE_NT'the description of the poster is "Coming soon! Thai ice crea' {unit: 3} {classified} {interpretation of subject: infs'poster'} VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve} X_OF_Y_NT'description of the poster' {definite 'the' n/m/f s/p nom/acc} {refined} PROPER_NOUN_NT'poster' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'poster'} {eval: CONSTANT_NT'poster' {kind: object} {instance: I162'poster'} {enumeration: 0}} PROPER_NOUN_NT'description' {refined} {eval: CONSTANT_NT {kind: texts valued property} {property: 'description'=text}} PROPER_NOUN_NT'"Coming soon! Thai ice creams! Durian, jackfruit, taro, and ' {refined} {eval: CONSTANT_NT'"Coming soon! Thai ice creams! Durian, jackfruit, taro, and ' {kind: text}} SENTENCE_NT'the metal door is a door' {unit: 3} {classified} {interpretation of subject: infs'poster'} VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve} PROPER_NOUN_NT'metal door' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'metal door'} {eval: CONSTANT_NT'metal door' {kind: object} {instance: I161'metal door'} {enumeration: 0}} COMMON_NOUN_NT'door' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'door'} {creation: << kind=door(x) >>} {eval: TEST_VALUE_NT} SENTENCE_NT'"A frosty metallic door separates [the location] from [the o' {unit: 3} {classified} SENTENCE_NT'the metal door is lockable and unlocked' {unit: 3} {classified} {interpretation of subject: infs'metal door'} VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve} PROPER_NOUN_NT'metal door' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'metal door'} {eval: CONSTANT_NT'metal door' {kind: door} {instance: I161'metal door'} {enumeration: 0}} AND_NT'and' {refined} ADJECTIVE_NT'lockable' {refined} {predicate: lockable} {creation: << lockable(x) ^ lockable(x) >>} ADJECTIVE_NT'unlocked' {refined} {predicate: unlocked} {creation: << unlocked(x) ^ unlocked(x) >>} SENTENCE_NT'the key to the city unlocks the metal door' {unit: 3} {classified} {interpretation of subject: infs'metal door'} VERB_NT'unlocks' {verb 'unlock' 3p s act IS_TENSE +ve} PROPER_NOUN_NT'key to the city' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'key to the city'} {eval: CONSTANT_NT'key to the city' {kind: object} {instance: I151'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: I161'metal door'} {enumeration: 0}} SENTENCE_NT'marciony street is southeast of nancy johnson memorial squar' {unit: 3} {classified} {interpretation of subject: infs'key to the city'} VERB_NT'is southeast of' {verb 'be' 3p s act IS_TENSE +ve} {prep1: southeast of} PROPER_NOUN_NT'marciony street' {refined} {refers: infs'marciony street'} {eval: CONSTANT_NT'marciony street' {kind: object} {instance: I163'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: I152'nancy johnson memorial square'} {enumeration: 0}} PROPER_NOUN_NT'southeast' {refers: infs'southeast'} {eval: CONSTANT_NT'southeast' {kind: direction} {instance: I86'southeast'} {enumeration: 0}} {refined} SENTENCE_NT'"A semi-circular terrace, named somewhat fancifully after on' {unit: 3} {classified} SENTENCE_NT'the movie rental store is west of a glass door' {unit: 3} {classified} {interpretation of subject: infs'marciony street'} VERB_NT'is west of' {verb 'be' 3p s act IS_TENSE +ve} {prep1: west of} PROPER_NOUN_NT'movie rental store' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'movie rental store'} {eval: CONSTANT_NT'movie rental store' {kind: object} {instance: I164'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: I165'glass door'} {enumeration: 0}} {created here} PROPER_NOUN_NT'west' {refers: infs'west'} {eval: CONSTANT_NT'west' {kind: direction} {instance: I89'west'} {enumeration: 0}} {refined} SENTENCE_NT'the glass door is a door' {unit: 3} {classified} {interpretation of subject: infs'movie rental store'} VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve} PROPER_NOUN_NT'glass door' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'glass door'} {eval: CONSTANT_NT'glass door' {kind: object} {instance: I165'glass door'} {enumeration: 0}} COMMON_NOUN_NT'door' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'door'} {creation: << kind=door(x) >>} {eval: TEST_VALUE_NT} SENTENCE_NT'it is west of marciony street' {unit: 3} {classified} {interpretation of subject: infs'glass door'} VERB_NT'is west of' {verb 'be' 3p s act IS_TENSE +ve} {prep1: west of} PROPER_NOUN_NT'it' {refined} {refers: infs'glass door'} {eval: CONSTANT_NT'glass door' {kind: door} {instance: I165'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: I163'marciony street'} {enumeration: 0}} PROPER_NOUN_NT'west' {refers: infs'west'} {eval: CONSTANT_NT'west' {kind: direction} {instance: I89'west'} {enumeration: 0}} {refined} SENTENCE_NT'the glass door is lockable and unlocked' {unit: 3} {classified} {interpretation of subject: infs'glass door'} VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve} PROPER_NOUN_NT'glass door' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'glass door'} {eval: CONSTANT_NT'glass door' {kind: door} {instance: I165'glass door'} {enumeration: 0}} AND_NT'and' {refined} ADJECTIVE_NT'lockable' {refined} {predicate: lockable} {creation: << lockable(x) ^ lockable(x) >>} ADJECTIVE_NT'unlocked' {refined} {predicate: unlocked} {creation: << unlocked(x) ^ unlocked(x) >>} SENTENCE_NT'the key to the city unlocks the glass door' {unit: 3} {classified} {interpretation of subject: infs'glass door'} VERB_NT'unlocks' {verb 'unlock' 3p s act IS_TENSE +ve} PROPER_NOUN_NT'key to the city' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'key to the city'} {eval: CONSTANT_NT'key to the city' {kind: object} {instance: I151'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: I165'glass door'} {enumeration: 0}} SENTENCE_NT'main street is southeast of hamwi street' {unit: 3} {classified} {interpretation of subject: infs'key to the city'} VERB_NT'is southeast of' {verb 'be' 3p s act IS_TENSE +ve} {prep1: southeast of} PROPER_NOUN_NT'main street' {refined} {refers: infs'main street'} {eval: CONSTANT_NT'main street' {kind: object} {instance: I166'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: I158'hamwi street'} {enumeration: 0}} PROPER_NOUN_NT'southeast' {refers: infs'southeast'} {eval: CONSTANT_NT'southeast' {kind: direction} {instance: I86'southeast'} {enumeration: 0}} {refined} SENTENCE_NT'main street is northeast of some bronze gates' {unit: 3} {classified} {interpretation of subject: infs'main street'} VERB_NT'is northeast of' {verb 'be' 3p s act IS_TENSE +ve} {prep1: northeast of} PROPER_NOUN_NT'main street' {refined} {refers: infs'main street'} {eval: CONSTANT_NT'main street' {kind: object} {instance: I166'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: I167'bronze gates'} {enumeration: 0}} {created here} PROPER_NOUN_NT'northeast' {refers: infs'northeast'} {eval: CONSTANT_NT'northeast' {kind: direction} {instance: I83'northeast'} {enumeration: 0}} {refined} SENTENCE_NT'the emergency box is in main street' {unit: 3} {classified} {interpretation of subject: infs'main street'} VERB_NT'is in' {verb 'be' 3p s act IS_TENSE +ve} {prep1: in} PROPER_NOUN_NT'emergency box' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'emergency box'} {eval: CONSTANT_NT'emergency box' {kind: object} {instance: I168'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: I166'main street'} {enumeration: 0}} SENTENCE_NT'the emergency box is fixed in place' {unit: 3} {classified} {interpretation of subject: infs'emergency box'} VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve} PROPER_NOUN_NT'emergency box' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'emergency box'} {eval: CONSTANT_NT'emergency box' {kind: object} {instance: I168'emergency box'} {enumeration: 0}} ADJECTIVE_NT'fixed in place' {refined} {predicate: fixed in place} {creation: << fixed in place(x) ^ fixed in place(x) >>} SENTENCE_NT'"A fire-red box with a glass front faces the sidewalk, with ' {unit: 3} {classified} SENTENCE_NT'the emergency box is closed and transparent' {unit: 3} {classified} {interpretation of subject: infs'emergency box'} VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve} PROPER_NOUN_NT'emergency box' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'emergency box'} {eval: CONSTANT_NT'emergency box' {kind: object} {instance: I168'emergency box'} {enumeration: 0}} AND_NT'and' {refined} ADJECTIVE_NT'closed' {refined} {predicate: closed} {creation: << closed(x) ^ closed(x) >>} ADJECTIVE_NT'transparent' {refined} {predicate: transparent} {creation: << transparent(x) ^ transparent(x) >>} SENTENCE_NT'understand "glass" as the box' {unit: 3} {classified} VERB_NT'understand' {verb 'understand' 3p p act IS_TENSE +ve} {prep2: as} {special meaning: understand-as} UNPARSED_NOUN_NT'"glass"' UNPARSED_NOUN_NT'the box' IMPERATIVE_NT'instead of attacking the closed emergency box' {unit: 3} {imperative definition: 1025} IMPERATIVE_NT'instead of attacking the open emergency box' {unit: 3} {imperative definition: 1026} SENTENCE_NT'the syringe is in the emergency box' {unit: 3} {classified} {interpretation of subject: infs'emergency box'} VERB_NT'is in' {verb 'be' 3p s act IS_TENSE +ve} {prep1: in} PROPER_NOUN_NT'syringe' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'syringe'} {eval: CONSTANT_NT'syringe' {kind: object} {instance: I169'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: I168'emergency box'} {enumeration: 0}} SENTENCE_NT'the description of the syringe is "It contains the cure for ' {unit: 3} {classified} {interpretation of subject: infs'syringe'} VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve} X_OF_Y_NT'description of the syringe' {definite 'the' n/m/f s/p nom/acc} {refined} PROPER_NOUN_NT'syringe' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'syringe'} {eval: CONSTANT_NT'syringe' {kind: object} {instance: I169'syringe'} {enumeration: 0}} PROPER_NOUN_NT'description' {refined} {eval: CONSTANT_NT {kind: texts valued property} {property: 'description'=text}} PROPER_NOUN_NT'"It contains the cure for Gelato's Syndrome. You can inject ' {refined} {eval: CONSTANT_NT'"It contains the cure for Gelato's Syndrome. You can inject ' {kind: text}} SENTENCE_NT'the bronze gates are northeast of marciony street' {unit: 3} {classified} {interpretation of subject: infs'syringe'} VERB_NT'are northeast of' {verb 'be' 3p p act IS_TENSE +ve} {prep1: northeast of} PROPER_NOUN_NT'bronze gates' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'bronze gates'} {eval: CONSTANT_NT'bronze gates' {kind: object} {instance: I167'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: I163'marciony street'} {enumeration: 0}} PROPER_NOUN_NT'northeast' {refers: infs'northeast'} {eval: CONSTANT_NT'northeast' {kind: direction} {instance: I83'northeast'} {enumeration: 0}} {refined} SENTENCE_NT'the bronze gates are a door' {unit: 3} {classified} {interpretation of subject: infs'bronze gates'} VERB_NT'are' {verb 'be' 3p p act IS_TENSE +ve} PROPER_NOUN_NT'bronze gates' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'bronze gates'} {eval: CONSTANT_NT'bronze gates' {kind: object} {instance: I167'bronze gates'} {enumeration: 0}} COMMON_NOUN_NT'door' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'door'} {creation: << kind=door(x) >>} {eval: TEST_VALUE_NT} SENTENCE_NT'the bronze gates are lockable and unlocked' {unit: 3} {classified} {interpretation of subject: infs'bronze gates'} VERB_NT'are' {verb 'be' 3p p act IS_TENSE +ve} PROPER_NOUN_NT'bronze gates' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'bronze gates'} {eval: CONSTANT_NT'bronze gates' {kind: door} {instance: I167'bronze gates'} {enumeration: 0}} AND_NT'and' {refined} ADJECTIVE_NT'lockable' {refined} {predicate: lockable} {creation: << lockable(x) ^ lockable(x) >>} ADJECTIVE_NT'unlocked' {refined} {predicate: unlocked} {creation: << unlocked(x) ^ unlocked(x) >>} SENTENCE_NT'the description of the bronze gates is "Erected during the m' {unit: 3} {classified} {interpretation of subject: infs'bronze gates'} VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve} X_OF_Y_NT'description of the bronze gates' {definite 'the' n/m/f s/p nom/acc} {refined} PROPER_NOUN_NT'bronze gates' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'bronze gates'} {eval: CONSTANT_NT'bronze gates' {kind: door} {instance: I167'bronze gates'} {enumeration: 0}} PROPER_NOUN_NT'description' {refined} {eval: CONSTANT_NT {kind: texts valued property} {property: 'description'=text}} PROPER_NOUN_NT'"Erected during the milk-taint revolution of 1937, they were' {refined} {eval: CONSTANT_NT'"Erected during the milk-taint revolution of 1937, they were' {kind: text}} SENTENCE_NT'the public library is east of main street' {unit: 3} {classified} {interpretation of subject: infs'bronze gates'} VERB_NT'is east of' {verb 'be' 3p s act IS_TENSE +ve} {prep1: east of} PROPER_NOUN_NT'public library' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'public library'} {eval: CONSTANT_NT'public library' {kind: object} {instance: I170'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: I166'main street'} {enumeration: 0}} PROPER_NOUN_NT'east' {refers: infs'east'} {eval: CONSTANT_NT'east' {kind: direction} {instance: I88'east'} {enumeration: 0}} {refined} SENTENCE_NT'"Built in the 1920s during the height of the dairy boom, the' {unit: 3} {classified} SENTENCE_NT'the incongruous sign is scenery in the public library' {unit: 3} {classified} {interpretation of subject: infs'public library'} VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve} PROPER_NOUN_NT'incongruous sign' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'incongruous sign'} {eval: CONSTANT_NT'incongruous sign' {kind: object} {instance: I171'incongruous sign'} {enumeration: 0}} {created here} COMMON_NOUN_NT'scenery in the public library' {refined} {refers: infs'object'-k} {creation: << scenery(x) ^ ('the public library' == <ContainerOf(*1) : x>) >>} {eval: TEST_VALUE_NT'scenery in the public library' {term: x} {converted SN}} SENTENCE_NT'the description of the incongruous sign is "Eating and drink' {unit: 3} {classified} {interpretation of subject: infs'incongruous sign'} VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve} X_OF_Y_NT'description of the incongruous sign' {definite 'the' n/m/f s/p nom/acc} {refined} PROPER_NOUN_NT'incongruous sign' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'incongruous sign'} {eval: CONSTANT_NT'incongruous sign' {kind: object} {instance: I171'incongruous sign'} {enumeration: 0}} PROPER_NOUN_NT'description' {refined} {eval: CONSTANT_NT {kind: texts valued property} {property: 'description'=text}} PROPER_NOUN_NT'"Eating and drinking in the library is STRICTLY PROHIBITED."' {refined} {eval: CONSTANT_NT'"Eating and drinking in the library is STRICTLY PROHIBITED."' {kind: text}} SENTENCE_NT'town hall is southeast of main street' {unit: 3} {classified} {interpretation of subject: infs'incongruous sign'} VERB_NT'is southeast of' {verb 'be' 3p s act IS_TENSE +ve} {prep1: southeast of} PROPER_NOUN_NT'town hall' {refined} {refers: infs'town hall'} {eval: CONSTANT_NT'town hall' {kind: object} {instance: I172'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: I166'main street'} {enumeration: 0}} PROPER_NOUN_NT'southeast' {refers: infs'southeast'} {eval: CONSTANT_NT'southeast' {kind: direction} {instance: I86'southeast'} {enumeration: 0}} {refined} SENTENCE_NT'"Town Hall was built during the slow days of the ice-cream b' {unit: 3} {classified} SENTENCE_NT'the key to the city is in town hall' {unit: 3} {classified} {interpretation of subject: infs'town hall'} VERB_NT'is in' {verb 'be' 3p s act IS_TENSE +ve} {prep1: in} PROPER_NOUN_NT'key to the city' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'key to the city'} {eval: CONSTANT_NT'key to the city' {kind: object} {instance: I151'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: I172'town hall'} {enumeration: 0}} SENTENCE_NT'it unlocks the iron gate' {unit: 3} {classified} {interpretation of subject: infs'key to the city'} VERB_NT'unlocks' {verb 'unlock' 3p s act IS_TENSE +ve} PROPER_NOUN_NT'it' {refined} {refers: infs'key to the city'} {eval: CONSTANT_NT'key to the city' {kind: object} {instance: I151'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: I159'iron gate'} {enumeration: 0}} SENTENCE_NT'it unlocks the bronze gates' {unit: 3} {classified} {interpretation of subject: infs'key to the city'} VERB_NT'unlocks' {verb 'unlock' 3p s act IS_TENSE +ve} PROPER_NOUN_NT'it' {refined} {refers: infs'key to the city'} {eval: CONSTANT_NT'key to the city' {kind: object} {instance: I151'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: I167'bronze gates'} {enumeration: 0}} SENTENCE_NT'the description of the key to the city is "A skeleton key."' {unit: 3} {classified} {interpretation of subject: infs'key to the city'} VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve} X_OF_Y_NT'description of the key to the city' {definite 'the' n/m/f s/p nom/acc} {refined} PROPER_NOUN_NT'key to the city' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'key to the city'} {eval: CONSTANT_NT'key to the city' {kind: object} {instance: I151'key to the city'} {enumeration: 0}} PROPER_NOUN_NT'description' {refined} {eval: CONSTANT_NT {kind: texts valued property} {property: 'description'=text}} PROPER_NOUN_NT'"A skeleton key."' {refined} {eval: CONSTANT_NT'"A skeleton key."' {kind: text}} SENTENCE_NT'a room can be indoors or outdoors' {unit: 3} {classified} VERB_NT'can be' {verb 'be able to be' s/p 3p act IS_TENSE +ve} {special meaning: can-be} COMMON_NOUN_NT'a room' {refined} {refers: infs'room'} {creation: << kind=room(x) >>} {eval: TEST_VALUE_NT} UNPARSED_NOUN_NT'indoors or outdoors' AND_NT'or' UNPARSED_NOUN_NT'indoors' UNPARSED_NOUN_NT'outdoors' SENTENCE_NT'the post office , the alfred cralle pool hall , the store , ' {unit: 3} {classified} {interpretation of subject: infs'key to the city'} VERB_NT'are' {verb 'be' 3p p act IS_TENSE +ve} AND_NT',' {refined} PROPER_NOUN_NT'post office' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'post office'} {eval: CONSTANT_NT'post office' {kind: object} {instance: I156'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: I148'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: I164'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: I160'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: I172'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: I170'public library'} {enumeration: 0}} ADJECTIVE_NT'indoors' {refined} {predicate: indoors} {creation: << indoors(x) ^ indoors(x) ^ indoors(x) ^ indoors(x) ^ indoors(x) ^ indoors(x) ^ indoors(x) >>} SENTENCE_NT'use full-length room descriptions' {unit: 3} {classified} VERB_NT'use' {verb 'use' 3p p act IS_TENSE +ve} {special meaning: use} UNPARSED_NOUN_NT'full-length room descriptions' IMPERATIVE_NT'after looking in an outdoors room' {unit: 3} {imperative definition: 1027} IMPERATIVE_NT'definition' {unit: 3} {imperative definition: 1028} DEFN_CONT_NT'a door is proximate' {unit: 3} CODE_BLOCK_NT CODE_BLOCK_NT {control structure: IF} INVOCATION_LIST_NT'if the front side of it is the location' {unit: 3} {colon_block_command} INVOCATION_NT'if the front side of it is the location' {phrase invoked: <no-inter-name>} CONDITION_CONTEXT_NT'front side of it is the location' TEST_PROPOSITION_NT'front side of it is the location' {proposition: << ('front side of it' == 'the location') >>} {term: 'front side of it'} CODE_BLOCK_NT INVOCATION_LIST_NT'yes' {unit: 3} {results_from_splitting} {indent: 1} INVOCATION_NT'yes' {phrase invoked: <no-inter-name>} CODE_BLOCK_NT {control structure: IF} INVOCATION_LIST_NT'if the back side of it is the location' {unit: 3} {colon_block_command} INVOCATION_NT'if the back side of it is the location' {phrase invoked: <no-inter-name>} CONDITION_CONTEXT_NT'back side of it is the location' TEST_PROPOSITION_NT'back side of it is the location' {proposition: << ('back side of it' == 'the location') >>} {term: 'back side of it'} CODE_BLOCK_NT INVOCATION_LIST_NT'yes' {unit: 3} {results_from_splitting} {indent: 1} INVOCATION_NT'yes' {phrase invoked: <no-inter-name>} INVOCATION_LIST_NT'no' {unit: 3} INVOCATION_NT'no' {phrase invoked: <no-inter-name>} IMPERATIVE_NT'before exiting when the player is in an indoors room' {unit: 3} {imperative definition: 1029} SENTENCE_NT'blank is a room' {unit: 3} {classified} {interpretation of subject: infs'key to the city'} VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve} PROPER_NOUN_NT'blank' {refined} {refers: infs'blank'} {eval: CONSTANT_NT'blank' {kind: object} {instance: I173'blank'} {enumeration: 0}} {created here} COMMON_NOUN_NT'room' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'room'} {creation: << kind=room(x) >>} {eval: TEST_VALUE_NT} SENTENCE_NT'the destination of the player is blank' {unit: 3} {classified} {interpretation of subject: infs'blank'} VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve} X_OF_Y_NT'destination of the player' {definite 'the' n/m/f s/p nom/acc} {refined} PROPER_NOUN_NT'player' {definite 'the' n/m/f s/p nom/acc} {refined} {refers: infs'yourself'} {eval: CONSTANT_NT'yourself' {kind: person} {instance: I94'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: I173'blank'} {enumeration: 0}} SENTENCE_NT'blank contains 15 ice cream cones' {unit: 3} {classified} {interpretation of subject: infs'blank'} VERB_NT'contains' {verb 'contain' 3p s act IS_TENSE +ve} PROPER_NOUN_NT'blank' {refined} {refers: infs'blank'} {eval: CONSTANT_NT'blank' {kind: room} {instance: I173'blank'} {enumeration: 0}} RELATIONSHIP_NT'contains' {meaning: is-in} {refined} AND_NT PROPER_NOUN_NT {refers: infs534} {eval: CONSTANT_NT {kind: ice cream cone} {instance: I174} {enumeration: 0}} {created here} AND_NT PROPER_NOUN_NT {refers: infs535} {eval: CONSTANT_NT {kind: ice cream cone} {instance: I175} {enumeration: 0}} {created here} AND_NT PROPER_NOUN_NT {refers: infs536} {eval: CONSTANT_NT {kind: ice cream cone} {instance: I176} {enumeration: 0}} {created here} AND_NT PROPER_NOUN_NT {refers: infs537} {eval: CONSTANT_NT {kind: ice cream cone} {instance: I177} {enumeration: 0}} {created here} AND_NT PROPER_NOUN_NT {refers: infs538} {eval: CONSTANT_NT {kind: ice cream cone} {instance: I178} {enumeration: 0}} {created here} AND_NT PROPER_NOUN_NT {refers: infs539} {eval: CONSTANT_NT {kind: ice cream cone} {instance: I179} {enumeration: 0}} {created here} AND_NT PROPER_NOUN_NT {refers: infs540} {eval: CONSTANT_NT {kind: ice cream cone} {instance: I180} {enumeration: 0}} {created here} AND_NT PROPER_NOUN_NT {refers: infs541} {eval: CONSTANT_NT {kind: ice cream cone} {instance: I181} {enumeration: 0}} {created here} AND_NT PROPER_NOUN_NT {refers: infs542} {eval: CONSTANT_NT {kind: ice cream cone} {instance: I182} {enumeration: 0}} {created here} AND_NT PROPER_NOUN_NT {refers: infs543} {eval: CONSTANT_NT {kind: ice cream cone} {instance: I183} {enumeration: 0}} {created here} AND_NT PROPER_NOUN_NT {refers: infs544} {eval: CONSTANT_NT {kind: ice cream cone} {instance: I184} {enumeration: 0}} {created here} AND_NT PROPER_NOUN_NT {refers: infs545} {eval: CONSTANT_NT {kind: ice cream cone} {instance: I185} {enumeration: 0}} {created here} AND_NT PROPER_NOUN_NT {refers: infs546} {eval: CONSTANT_NT {kind: ice cream cone} {instance: I186} {enumeration: 0}} {created here} AND_NT PROPER_NOUN_NT {refers: infs547} {eval: CONSTANT_NT {kind: ice cream cone} {instance: I187} {enumeration: 0}} {created here} PROPER_NOUN_NT {refers: infs548} {eval: CONSTANT_NT {kind: ice cream cone} {instance: I188} {enumeration: 0}} {created here} HEADING_NT'section 4 - other players' {heading 5} {under: H5'section 4 - other players'} {unit: 3} SENTENCE_NT'vanessa is a woman in cold comfort' {unit: 3} {classified} VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve} PROPER_NOUN_NT'vanessa' {refined} {refers: infs'vanessa'} {eval: CONSTANT_NT'vanessa' {kind: object} {instance: I189'vanessa'} {enumeration: 0}} {created here} COMMON_NOUN_NT'woman in cold comfort' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'woman'} {creation: << kind=woman(x) ^ ('cold comfort' == <ContainerOf(*1) : x>) >>} {eval: TEST_VALUE_NT'woman in cold comfort' {term: x} {converted SN}} SENTENCE_NT'vanessa owns cold comfort' {unit: 3} {classified} {interpretation of subject: infs'vanessa'} VERB_NT'owns' {verb 'own' 3p s act IS_TENSE +ve} PROPER_NOUN_NT'vanessa' {refined} {refers: infs'vanessa'} {eval: CONSTANT_NT'vanessa' {kind: woman} {instance: I189'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: I160'cold comfort ice cream'} {enumeration: 0}} SENTENCE_NT'francine is a woman in the public library' {unit: 3} {classified} {interpretation of subject: infs'vanessa'} VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve} PROPER_NOUN_NT'francine' {refined} {refers: infs'francine'} {eval: CONSTANT_NT'francine' {kind: object} {instance: I190'francine'} {enumeration: 0}} {created here} COMMON_NOUN_NT'woman in the public library' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'woman'} {creation: << kind=woman(x) ^ ('the public library' == <ContainerOf(*1) : x>) >>} {eval: TEST_VALUE_NT'woman in the public library' {term: x} {converted SN}} SENTENCE_NT'francine carries a book called phlox for phyllis' {unit: 3} {classified} {interpretation of subject: infs'francine'} VERB_NT'carries' {verb 'carry' 3p s act IS_TENSE +ve} PROPER_NOUN_NT'francine' {refined} {refers: infs'francine'} {eval: CONSTANT_NT'francine' {kind: woman} {instance: I190'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: I191'phlox for phyllis'} {enumeration: 0}} {created here} SENTENCE_NT'francine carries a stamped envelope called a pink stamped en' {unit: 3} {classified} {interpretation of subject: infs'francine'} VERB_NT'carries' {verb 'carry' 3p s act IS_TENSE +ve} PROPER_NOUN_NT'francine' {refined} {refers: infs'francine'} {eval: CONSTANT_NT'francine' {kind: woman} {instance: I190'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: I192'pink stamped envelope'} {enumeration: 0}} {created here} SENTENCE_NT'lewis is a man in the alfred cralle pool hall' {unit: 3} {classified} {interpretation of subject: infs'francine'} VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve} PROPER_NOUN_NT'lewis' {refined} {refers: infs'lewis'} {eval: CONSTANT_NT'lewis' {kind: object} {instance: I193'lewis'} {enumeration: 0}} {created here} COMMON_NOUN_NT'man in the alfred cralle pool hall' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'man'} {creation: << kind=man(x) ^ ('the alfred cralle pool hall' == <ContainerOf(*1) : x>) >>} {eval: TEST_VALUE_NT'man in the alfred cralle pool hall' {term: x} {converted SN}} SENTENCE_NT'lewis carries 3 stamped envelopes' {unit: 3} {classified} {interpretation of subject: infs'lewis'} VERB_NT'carries' {verb 'carry' 3p s act IS_TENSE +ve} PROPER_NOUN_NT'lewis' {refined} {refers: infs'lewis'} {eval: CONSTANT_NT'lewis' {kind: man} {instance: I193'lewis'} {enumeration: 0}} RELATIONSHIP_NT'carries' {meaning: is-carried-by} {refined} AND_NT PROPER_NOUN_NT {refers: infs554} {eval: CONSTANT_NT {kind: stamped envelope} {instance: I194} {enumeration: 0}} {created here} AND_NT PROPER_NOUN_NT {refers: infs555} {eval: CONSTANT_NT {kind: stamped envelope} {instance: I195} {enumeration: 0}} {created here} PROPER_NOUN_NT {refers: infs556} {eval: CONSTANT_NT {kind: stamped envelope} {instance: I196} {enumeration: 0}} {created here} SENTENCE_NT'lewis carries a book called idiot's guide to dating' {unit: 3} {classified} {interpretation of subject: infs'lewis'} VERB_NT'carries' {verb 'carry' 3p s act IS_TENSE +ve} PROPER_NOUN_NT'lewis' {refined} {refers: infs'lewis'} {eval: CONSTANT_NT'lewis' {kind: man} {instance: I193'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: I197'idiot's guide to dating'} {enumeration: 0}} {created here} SENTENCE_NT'lewis carries a book called how to meet women' {unit: 3} {classified} {interpretation of subject: infs'lewis'} VERB_NT'carries' {verb 'carry' 3p s act IS_TENSE +ve} PROPER_NOUN_NT'lewis' {refined} {refers: infs'lewis'} {eval: CONSTANT_NT'lewis' {kind: man} {instance: I193'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: I198'how to meet women'} {enumeration: 0}} {created here} SENTENCE_NT'lewis carries a book called seduction in three easy steps' {unit: 3} {classified} {interpretation of subject: infs'lewis'} VERB_NT'carries' {verb 'carry' 3p s act IS_TENSE +ve} PROPER_NOUN_NT'lewis' {refined} {refers: infs'lewis'} {eval: CONSTANT_NT'lewis' {kind: man} {instance: I193'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: I199'seduction in three easy steps'} {enumeration: 0}} {created here} SENTENCE_NT'lewis carries a dvd called sleepless in seattle' {unit: 3} {classified} {interpretation of subject: infs'lewis'} VERB_NT'carries' {verb 'carry' 3p s act IS_TENSE +ve} PROPER_NOUN_NT'lewis' {refined} {refers: infs'lewis'} {eval: CONSTANT_NT'lewis' {kind: man} {instance: I193'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: I200'sleepless in seattle'} {enumeration: 0}} {created here} SENTENCE_NT'gene is a man in nancy johnson memorial square' {unit: 3} {classified} {interpretation of subject: infs'lewis'} VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve} PROPER_NOUN_NT'gene' {refined} {refers: infs'gene'} {eval: CONSTANT_NT'gene' {kind: object} {instance: I201'gene'} {enumeration: 0}} {created here} COMMON_NOUN_NT'man in nancy johnson memorial square' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'man'} {creation: << kind=man(x) ^ ('nancy johnson memorial square' == <ContainerOf(*1) : x>) >>} {eval: TEST_VALUE_NT'man in nancy johnson memorial square' {term: x} {converted SN}} SENTENCE_NT'gene carries a stamped envelope' {unit: 3} {classified} {interpretation of subject: infs'gene'} VERB_NT'carries' {verb 'carry' 3p s act IS_TENSE +ve} PROPER_NOUN_NT'gene' {refined} {refers: infs'gene'} {eval: CONSTANT_NT'gene' {kind: man} {instance: I201'gene'} {enumeration: 0}} RELATIONSHIP_NT'carries' {meaning: is-carried-by} {refined} PROPER_NOUN_NT {refers: infs562} {eval: CONSTANT_NT {kind: stamped envelope} {instance: I202} {enumeration: 0}} {created here} SENTENCE_NT'gene carries a dvd called casablanca' {unit: 3} {classified} {interpretation of subject: infs'gene'} VERB_NT'carries' {verb 'carry' 3p s act IS_TENSE +ve} PROPER_NOUN_NT'gene' {refined} {refers: infs'gene'} {eval: CONSTANT_NT'gene' {kind: man} {instance: I201'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: I203'casablanca'} {enumeration: 0}} {created here} SENTENCE_NT'gene carries a coupon' {unit: 3} {classified} {interpretation of subject: infs'gene'} VERB_NT'carries' {verb 'carry' 3p s act IS_TENSE +ve} PROPER_NOUN_NT'gene' {refined} {refers: infs'gene'} {eval: CONSTANT_NT'gene' {kind: man} {instance: I201'gene'} {enumeration: 0}} RELATIONSHIP_NT'carries' {meaning: is-carried-by} {refined} PROPER_NOUN_NT {refers: infs564} {eval: CONSTANT_NT {kind: coupon} {instance: I204} {enumeration: 0}} {created here} SENTENCE_NT'rhoda is a woman in marciony street' {unit: 3} {classified} {interpretation of subject: infs'gene'} VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve} PROPER_NOUN_NT'rhoda' {refined} {refers: infs'rhoda'} {eval: CONSTANT_NT'rhoda' {kind: object} {instance: I205'rhoda'} {enumeration: 0}} {created here} COMMON_NOUN_NT'woman in marciony street' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'woman'} {creation: << kind=woman(x) ^ ('marciony street' == <ContainerOf(*1) : x>) >>} {eval: TEST_VALUE_NT'woman in marciony street' {term: x} {converted SN}} SENTENCE_NT'rhoda carries a book called the marciony street murders' {unit: 3} {classified} {interpretation of subject: infs'rhoda'} VERB_NT'carries' {verb 'carry' 3p s act IS_TENSE +ve} PROPER_NOUN_NT'rhoda' {refined} {refers: infs'rhoda'} {eval: CONSTANT_NT'rhoda' {kind: woman} {instance: I205'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: I206'the marciony street murders'} {enumeration: 0}} {created here} SENTENCE_NT'rhoda carries a dvd called unsolved serial killings xviii' {unit: 3} {classified} {interpretation of subject: infs'rhoda'} VERB_NT'carries' {verb 'carry' 3p s act IS_TENSE +ve} PROPER_NOUN_NT'rhoda' {refined} {refers: infs'rhoda'} {eval: CONSTANT_NT'rhoda' {kind: woman} {instance: I205'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: I207'unsolved serial killings xviii'} {enumeration: 0}} {created here} SENTENCE_NT'rhoda carries a stamped envelope called a squashy package' {unit: 3} {classified} {interpretation of subject: infs'rhoda'} VERB_NT'carries' {verb 'carry' 3p s act IS_TENSE +ve} PROPER_NOUN_NT'rhoda' {refined} {refers: infs'rhoda'} {eval: CONSTANT_NT'rhoda' {kind: woman} {instance: I205'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: I208'squashy package'} {enumeration: 0}} {created here} SENTENCE_NT'martin is a man in main street' {unit: 3} {classified} {interpretation of subject: infs'rhoda'} VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve} PROPER_NOUN_NT'martin' {refined} {refers: infs'martin'} {eval: CONSTANT_NT'martin' {kind: object} {instance: I209'martin'} {enumeration: 0}} {created here} COMMON_NOUN_NT'man in main street' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'man'} {creation: << kind=man(x) ^ ('main street' == <ContainerOf(*1) : x>) >>} {eval: TEST_VALUE_NT'man in main street' {term: x} {converted SN}} SENTENCE_NT'martin carries a dvd called the lifecycle of the south sea t' {unit: 3} {classified} {interpretation of subject: infs'martin'} VERB_NT'carries' {verb 'carry' 3p s act IS_TENSE +ve} PROPER_NOUN_NT'martin' {refined} {refers: infs'martin'} {eval: CONSTANT_NT'martin' {kind: man} {instance: I209'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: I210'the lifecycle of the south sea tortoise'} {enumeration: 0}} {created here} SENTENCE_NT'martin carries a coupon' {unit: 3} {classified} {interpretation of subject: infs'martin'} VERB_NT'carries' {verb 'carry' 3p s act IS_TENSE +ve} PROPER_NOUN_NT'martin' {refined} {refers: infs'martin'} {eval: CONSTANT_NT'martin' {kind: man} {instance: I209'martin'} {enumeration: 0}} RELATIONSHIP_NT'carries' {meaning: is-carried-by} {refined} PROPER_NOUN_NT {refers: infs571} {eval: CONSTANT_NT {kind: coupon} {instance: I211} {enumeration: 0}} {created here} SENTENCE_NT'antony is a man in movie rental' {unit: 3} {classified} {interpretation of subject: infs'martin'} VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve} PROPER_NOUN_NT'antony' {refined} {refers: infs'antony'} {eval: CONSTANT_NT'antony' {kind: object} {instance: I212'antony'} {enumeration: 0}} {created here} COMMON_NOUN_NT'man in movie rental' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'man'} {creation: << kind=man(x) ^ ('movie rental' == <ContainerOf(*1) : x>) >>} {eval: TEST_VALUE_NT'man in movie rental' {term: x} {converted SN}} SENTENCE_NT'antony carries a coupon' {unit: 3} {classified} {interpretation of subject: infs'antony'} VERB_NT'carries' {verb 'carry' 3p s act IS_TENSE +ve} PROPER_NOUN_NT'antony' {refined} {refers: infs'antony'} {eval: CONSTANT_NT'antony' {kind: man} {instance: I212'antony'} {enumeration: 0}} RELATIONSHIP_NT'carries' {meaning: is-carried-by} {refined} PROPER_NOUN_NT {refers: infs573} {eval: CONSTANT_NT {kind: coupon} {instance: I213} {enumeration: 0}} {created here} SENTENCE_NT'antony carries a stamped envelope called a postcard' {unit: 3} {classified} {interpretation of subject: infs'antony'} VERB_NT'carries' {verb 'carry' 3p s act IS_TENSE +ve} PROPER_NOUN_NT'antony' {refined} {refers: infs'antony'} {eval: CONSTANT_NT'antony' {kind: man} {instance: I212'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: I214'postcard'} {enumeration: 0}} {created here} SENTENCE_NT'shelby is a man in the town hall' {unit: 3} {classified} {interpretation of subject: infs'antony'} VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve} PROPER_NOUN_NT'shelby' {refined} {refers: infs'shelby'} {eval: CONSTANT_NT'shelby' {kind: object} {instance: I215'shelby'} {enumeration: 0}} {created here} COMMON_NOUN_NT'man in the town hall' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'man'} {creation: << kind=man(x) ^ ('the town hall' == <ContainerOf(*1) : x>) >>} {eval: TEST_VALUE_NT'man in the town hall' {term: x} {converted SN}} SENTENCE_NT'shelby carries a dvd called conducting an orderly meeting' {unit: 3} {classified} {interpretation of subject: infs'shelby'} VERB_NT'carries' {verb 'carry' 3p s act IS_TENSE +ve} PROPER_NOUN_NT'shelby' {refined} {refers: infs'shelby'} {eval: CONSTANT_NT'shelby' {kind: man} {instance: I215'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: I216'conducting an orderly meeting'} {enumeration: 0}} {created here} SENTENCE_NT'shelby carries 5 stamped envelopes' {unit: 3} {classified} {interpretation of subject: infs'shelby'} VERB_NT'carries' {verb 'carry' 3p s act IS_TENSE +ve} PROPER_NOUN_NT'shelby' {refined} {refers: infs'shelby'} {eval: CONSTANT_NT'shelby' {kind: man} {instance: I215'shelby'} {enumeration: 0}} RELATIONSHIP_NT'carries' {meaning: is-carried-by} {refined} AND_NT PROPER_NOUN_NT {refers: infs577} {eval: CONSTANT_NT {kind: stamped envelope} {instance: I217} {enumeration: 0}} {created here} AND_NT PROPER_NOUN_NT {refers: infs578} {eval: CONSTANT_NT {kind: stamped envelope} {instance: I218} {enumeration: 0}} {created here} AND_NT PROPER_NOUN_NT {refers: infs579} {eval: CONSTANT_NT {kind: stamped envelope} {instance: I219} {enumeration: 0}} {created here} AND_NT PROPER_NOUN_NT {refers: infs580} {eval: CONSTANT_NT {kind: stamped envelope} {instance: I220} {enumeration: 0}} {created here} PROPER_NOUN_NT {refers: infs581} {eval: CONSTANT_NT {kind: stamped envelope} {instance: I221} {enumeration: 0}} {created here} SENTENCE_NT'shelby carries an ice cream cone' {unit: 3} {classified} {interpretation of subject: infs'shelby'} VERB_NT'carries' {verb 'carry' 3p s act IS_TENSE +ve} PROPER_NOUN_NT'shelby' {refined} {refers: infs'shelby'} {eval: CONSTANT_NT'shelby' {kind: man} {instance: I215'shelby'} {enumeration: 0}} RELATIONSHIP_NT'carries' {meaning: is-carried-by} {refined} PROPER_NOUN_NT {refers: infs582} {eval: CONSTANT_NT {kind: ice cream cone} {instance: I222} {enumeration: 0}} {created here} SENTENCE_NT'shelby carries a coupon' {unit: 3} {classified} {interpretation of subject: infs'shelby'} VERB_NT'carries' {verb 'carry' 3p s act IS_TENSE +ve} PROPER_NOUN_NT'shelby' {refined} {refers: infs'shelby'} {eval: CONSTANT_NT'shelby' {kind: man} {instance: I215'shelby'} {enumeration: 0}} RELATIONSHIP_NT'carries' {meaning: is-carried-by} {refined} PROPER_NOUN_NT {refers: infs583} {eval: CONSTANT_NT {kind: coupon} {instance: I223} {enumeration: 0}} {created here} SENTENCE_NT'christopher is a man in the library' {unit: 3} {classified} {interpretation of subject: infs'shelby'} VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve} PROPER_NOUN_NT'christopher' {refined} {refers: infs'christopher'} {eval: CONSTANT_NT'christopher' {kind: object} {instance: I224'christopher'} {enumeration: 0}} {created here} COMMON_NOUN_NT'man in the library' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'man'} {creation: << kind=man(x) ^ ('the library' == <ContainerOf(*1) : x>) >>} {eval: TEST_VALUE_NT'man in the library' {term: x} {converted SN}} SENTENCE_NT'christopher owns the library' {unit: 3} {classified} {interpretation of subject: infs'christopher'} VERB_NT'owns' {verb 'own' 3p s act IS_TENSE +ve} PROPER_NOUN_NT'christopher' {refined} {refers: infs'christopher'} {eval: CONSTANT_NT'christopher' {kind: man} {instance: I224'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: I170'public library'} {enumeration: 0}} SENTENCE_NT'linnea is a woman in the alfred cralle pool hall' {unit: 3} {classified} {interpretation of subject: infs'christopher'} VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve} PROPER_NOUN_NT'linnea' {refined} {refers: infs'linnea'} {eval: CONSTANT_NT'linnea' {kind: object} {instance: I225'linnea'} {enumeration: 0}} {created here} COMMON_NOUN_NT'woman in the alfred cralle pool hall' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'woman'} {creation: << kind=woman(x) ^ ('the alfred cralle pool hall' == <ContainerOf(*1) : x>) >>} {eval: TEST_VALUE_NT'woman in the alfred cralle pool hall' {term: x} {converted SN}} SENTENCE_NT'linnea owns the alfred cralle pool hall' {unit: 3} {classified} {interpretation of subject: infs'linnea'} VERB_NT'owns' {verb 'own' 3p s act IS_TENSE +ve} PROPER_NOUN_NT'linnea' {refined} {refers: infs'linnea'} {eval: CONSTANT_NT'linnea' {kind: woman} {instance: I225'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: I148'alfred cralle pool hall'} {enumeration: 0}} SENTENCE_NT'ned is a man in the movie rental store' {unit: 3} {classified} {interpretation of subject: infs'linnea'} VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve} PROPER_NOUN_NT'ned' {refined} {refers: infs'ned'} {eval: CONSTANT_NT'ned' {kind: object} {instance: I226'ned'} {enumeration: 0}} {created here} COMMON_NOUN_NT'man in the movie rental store' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'man'} {creation: << kind=man(x) ^ ('the movie rental store' == <ContainerOf(*1) : x>) >>} {eval: TEST_VALUE_NT'man in the movie rental store' {term: x} {converted SN}} SENTENCE_NT'ned owns the movie rental' {unit: 3} {classified} {interpretation of subject: infs'ned'} VERB_NT'owns' {verb 'own' 3p s act IS_TENSE +ve} PROPER_NOUN_NT'ned' {refined} {refers: infs'ned'} {eval: CONSTANT_NT'ned' {kind: man} {instance: I226'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: I164'movie rental store'} {enumeration: 0}} IMPERATIVE_NT'after printing the name of someone ( called target ) while l' {unit: 3} {imperative definition: 1030} SENTENCE_NT'the description of a person is usually "[The noun] [if the n' {unit: 3} {classified} {interpretation of subject: infs'ned'} VERB_NT'is usually' {certainty:likely} {verb 'be' 3p s act IS_TENSE +ve} X_OF_Y_NT'description of a person' {definite 'the' n/m/f s/p nom/acc} {refined} COMMON_NOUN_NT'person' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'person'} {creation: << kind=person(x) >>} {eval: TEST_VALUE_NT} PROPER_NOUN_NT'description' {refined} {eval: CONSTANT_NT {kind: texts valued property} {property: 'description'=text}} PROPER_NOUN_NT'"[The noun] [if the noun is clean]looks healthy[otherwise]is' {refined} {eval: CONSTANT_NT'"[The noun] [if the noun is clean]looks healthy[otherwise]is' {kind: text}} IMPERATIVE_NT'after examining another person who is carrying something' {unit: 3} {imperative definition: 1031} IMPERATIVE_NT'when play begins' {unit: 3} {imperative definition: 1032} HEADING_NT'section 5 - conversation' {heading 5} {under: H5'section 5 - conversation'} {unit: 3} SENTENCE_NT'a person has a table name called conversation' {unit: 3} {classified} VERB_NT'has' {verb 'have' 3p s act IS_TENSE +ve} COMMON_NOUN_NT'person' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'person'} {creation: << kind=person(x) >>} {eval: TEST_VALUE_NT} ALLOWED_NT {refined} PROPERTYCALLED_NT'called' UNPARSED_NOUN_NT'table name' {indefinite 'a' n/m/f nom/acc s} UNPARSED_NOUN_NT'conversation' IMPERATIVE_NT'instead of asking someone about something' {unit: 3} {imperative definition: 1033} IMPERATIVE_NT'instead of telling someone about something' {unit: 3} {imperative definition: 1034} SENTENCE_NT'understand "recap" or "recall" or "review" as recalling conv' {unit: 3} {classified} VERB_NT'understand' {verb 'understand' 3p p act IS_TENSE +ve} {prep2: as} {special meaning: understand-as} UNPARSED_NOUN_NT'"recap" or "recall" or "review"' UNPARSED_NOUN_NT'recalling conversations' SENTENCE_NT'recalling conversations is an action applying to nothing' {unit: 3} {classified} VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve} {special meaning: new-action} UNPARSED_NOUN_NT'recalling conversations' UNPARSED_NOUN_NT'applying to nothing' IMPERATIVE_NT'carry out recalling conversations' {unit: 3} {imperative definition: 1035} SENTENCE_NT'the conversation of a person is usually table of general chi' {unit: 3} {classified} {interpretation of subject: infs'person'} VERB_NT'is usually' {certainty:likely} {verb 'be' 3p s act IS_TENSE +ve} X_OF_Y_NT'conversation of a person' {definite 'the' n/m/f s/p nom/acc} {refined} COMMON_NOUN_NT'person' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'person'} {creation: << kind=person(x) >>} {eval: TEST_VALUE_NT} PROPER_NOUN_NT'conversation' {refined} {eval: CONSTANT_NT {kind: table names valued property} {property: 'conversation'=table name}} PROPER_NOUN_NT'table of general chitchat' {refined} {eval: CONSTANT_NT'table of general chitchat' {kind: table name} {table: table_data} {meaning: {table of general chitchat = TABLE_MC}}} TABLE_NT'table of general chitchat topic reply summary turn stamp cha' {unit: 3} SENTENCE_NT'the conversation of vanessa is the table of vanessa chatter' {unit: 3} {classified} {interpretation of subject: infs'person'} VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve} X_OF_Y_NT'conversation of vanessa' {definite 'the' n/m/f s/p nom/acc} {refined} PROPER_NOUN_NT'vanessa' {refined} {refers: infs'vanessa'} {eval: CONSTANT_NT'vanessa' {kind: woman} {instance: I189'vanessa'} {enumeration: 0}} PROPER_NOUN_NT'conversation' {refined} {eval: CONSTANT_NT {kind: table names valued property} {property: 'conversation'=table name}} PROPER_NOUN_NT'table of vanessa chatter' {definite 'the' n/m/f s/p nom/acc} {refined} {eval: CONSTANT_NT'table of vanessa chatter' {kind: table name} {table: table_data} {meaning: {table of vanessa chatter = TABLE_MC}}} TABLE_NT'table of vanessa chatter topic reply summary turn stamp char' {unit: 3} IMPERATIVE_NT'after reading a command' {unit: 3} {imperative definition: 1036} HEADING_NT'section 6 - movement description' {heading 5} {under: H5'section 6 - movement description'} {unit: 3} SENTENCE_NT'a person has some text called walk style' {unit: 3} {classified} VERB_NT'has' {verb 'have' 3p s act IS_TENSE +ve} COMMON_NOUN_NT'person' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'person'} {creation: << kind=person(x) >>} {eval: TEST_VALUE_NT} ALLOWED_NT {refined} PROPERTYCALLED_NT'called' UNPARSED_NOUN_NT'text' {indefinite 'some' n/m/f nom/acc p} UNPARSED_NOUN_NT'walk style' SENTENCE_NT'the walk style of a man is usually "stride"' {unit: 3} {classified} {interpretation of subject: infs'person'} VERB_NT'is usually' {certainty:likely} {verb 'be' 3p s act IS_TENSE +ve} X_OF_Y_NT'walk style of a man' {definite 'the' n/m/f s/p nom/acc} {refined} COMMON_NOUN_NT'man' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'man'} {creation: << kind=man(x) >>} {eval: TEST_VALUE_NT} PROPER_NOUN_NT'walk style' {refined} {eval: CONSTANT_NT {kind: texts valued property} {property: 'walk style'=text}} PROPER_NOUN_NT'"stride"' {refined} {eval: CONSTANT_NT'"stride"' {kind: text}} SENTENCE_NT'the walk style of a woman is usually "strut"' {unit: 3} {classified} {interpretation of subject: infs'person'} VERB_NT'is usually' {certainty:likely} {verb 'be' 3p s act IS_TENSE +ve} X_OF_Y_NT'walk style of a woman' {definite 'the' n/m/f s/p nom/acc} {refined} COMMON_NOUN_NT'woman' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'woman'} {creation: << kind=woman(x) >>} {eval: TEST_VALUE_NT} PROPER_NOUN_NT'walk style' {refined} {eval: CONSTANT_NT {kind: texts valued property} {property: 'walk style'=text}} PROPER_NOUN_NT'"strut"' {refined} {eval: CONSTANT_NT'"strut"' {kind: text}} SENTENCE_NT'the walk style of gene is "[one of]wander[or]stroll[purely a' {unit: 3} {classified} {interpretation of subject: infs'person'} VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve} X_OF_Y_NT'walk style of gene' {definite 'the' n/m/f s/p nom/acc} {refined} PROPER_NOUN_NT'gene' {refined} {refers: infs'gene'} {eval: CONSTANT_NT'gene' {kind: man} {instance: I201'gene'} {enumeration: 0}} PROPER_NOUN_NT'walk style' {refined} {eval: CONSTANT_NT {kind: texts valued property} {property: 'walk style'=text}} PROPER_NOUN_NT'"[one of]wander[or]stroll[purely at random]"' {refined} {eval: CONSTANT_NT'"[one of]wander[or]stroll[purely at random]"' {kind: text}} SENTENCE_NT'the walk style of francine is "waddle"' {unit: 3} {classified} {interpretation of subject: infs'person'} VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve} X_OF_Y_NT'walk style of francine' {definite 'the' n/m/f s/p nom/acc} {refined} PROPER_NOUN_NT'francine' {refined} {refers: infs'francine'} {eval: CONSTANT_NT'francine' {kind: woman} {instance: I190'francine'} {enumeration: 0}} PROPER_NOUN_NT'walk style' {refined} {eval: CONSTANT_NT {kind: texts valued property} {property: 'walk style'=text}} PROPER_NOUN_NT'"waddle"' {refined} {eval: CONSTANT_NT'"waddle"' {kind: text}} SENTENCE_NT'the walk style of antony is "scamper"' {unit: 3} {classified} {interpretation of subject: infs'person'} VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve} X_OF_Y_NT'walk style of antony' {definite 'the' n/m/f s/p nom/acc} {refined} PROPER_NOUN_NT'antony' {refined} {refers: infs'antony'} {eval: CONSTANT_NT'antony' {kind: man} {instance: I212'antony'} {enumeration: 0}} PROPER_NOUN_NT'walk style' {refined} {eval: CONSTANT_NT {kind: texts valued property} {property: 'walk style'=text}} PROPER_NOUN_NT'"scamper"' {refined} {eval: CONSTANT_NT'"scamper"' {kind: text}} SENTENCE_NT'the walk style of rhoda is "sashay"' {unit: 3} {classified} {interpretation of subject: infs'person'} VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve} X_OF_Y_NT'walk style of rhoda' {definite 'the' n/m/f s/p nom/acc} {refined} PROPER_NOUN_NT'rhoda' {refined} {refers: infs'rhoda'} {eval: CONSTANT_NT'rhoda' {kind: woman} {instance: I205'rhoda'} {enumeration: 0}} PROPER_NOUN_NT'walk style' {refined} {eval: CONSTANT_NT {kind: texts valued property} {property: 'walk style'=text}} PROPER_NOUN_NT'"sashay"' {refined} {eval: CONSTANT_NT'"sashay"' {kind: text}} TABLE_NT'table of visible exits character second third heading chosen' {unit: 3} TABLE_NT'table of visible entrances character second third heading ch' {unit: 3} IMPERATIVE_NT'to clear ( current table - a table name )' {unit: 3} {imperative definition: 1037} IMPERATIVE_NT'to tidy departures of ( current table - a table name )' {unit: 3} {imperative definition: 1038} SENTENCE_NT'a door has a person called last opener' {unit: 3} {classified} {interpretation of subject: infs'person'} VERB_NT'has' {verb 'have' 3p s act IS_TENSE +ve} COMMON_NOUN_NT'door' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'door'} {creation: << kind=door(x) >>} {eval: TEST_VALUE_NT} ALLOWED_NT {refined} PROPERTYCALLED_NT'called' UNPARSED_NOUN_NT'person' {indefinite 'a' n/m/f nom/acc s} UNPARSED_NOUN_NT'last opener' IMPERATIVE_NT'report someone opening a door' {unit: 3} {imperative definition: 1039} IMPERATIVE_NT'report someone going through a door ( called route )' {unit: 3} {imperative definition: 1040} SENTENCE_NT'the last thing named is a thing that varies' {unit: 3} {classified} {interpretation of subject: infs'door'} VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve} PROPER_NOUN_NT'last thing named' {definite 'the' n/m/f s/p nom/acc} {refined} {eval: NONLOCAL_VARIABLE_NT'last thing named' {nonlocal: 'last thing named'(var)thing}} {created here} COMMON_NOUN_NT'thing that varies' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'values variable-pointer'-k} {creation: << kind=things variable-pointer(x) >>} {eval: TEST_VALUE_NT} IMPERATIVE_NT'before printing the name of something ( called target ) whic' {unit: 3} {imperative definition: 1041} IMPERATIVE_NT'report someone going a direction' {unit: 3} {imperative definition: 1042} IMPERATIVE_NT'this is the movement reporting rule' {unit: 3} {imperative definition: 1043} IMPERATIVE_NT'to generate descriptions from ( current table - a table name' {unit: 3} {imperative definition: 1044} SENTENCE_NT'the last person named is a person that varies' {unit: 3} {classified} {interpretation of subject: infs'door'} VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve} PROPER_NOUN_NT'last person named' {definite 'the' n/m/f s/p nom/acc} {refined} {eval: NONLOCAL_VARIABLE_NT'last person named' {nonlocal: 'last person named'(var)person}} {created here} COMMON_NOUN_NT'person that varies' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'values variable-pointer'-k} {creation: << kind=people variable-pointer(x) >>} {eval: TEST_VALUE_NT} IMPERATIVE_NT'before printing the name of a person ( called target )' {unit: 3} {imperative definition: 1045} SENTENCE_NT'group size is a number that varies' {unit: 3} {classified} {interpretation of subject: infs'door'} VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve} PROPER_NOUN_NT'group size' {refined} {eval: NONLOCAL_VARIABLE_NT'group size' {nonlocal: 'group size'(var)number}} {created here} COMMON_NOUN_NT'number that varies' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'values variable-pointer'-k} {creation: << kind=numbers variable-pointer(x) >>} {eval: TEST_VALUE_NT} SENTENCE_NT'group size is 1' {unit: 3} {classified} {interpretation of subject: infs'door'} VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve} PROPER_NOUN_NT'group size' {refined} {eval: NONLOCAL_VARIABLE_NT'group size' {nonlocal: 'group size'(var)number} {meaning: {group size = VARIABLE_MC}}} PROPER_NOUN_NT'1' {refined} {eval: CONSTANT_NT'1' {kind: number} {explicit literal} {number: 1}} IMPERATIVE_NT'to clear marked people' {unit: 3} {imperative definition: 1046} IMPERATIVE_NT'before listing nondescript items' {unit: 3} {imperative definition: 1047} IMPERATIVE_NT'to describe patients' {unit: 3} {imperative definition: 1048} IMPERATIVE_NT'to say ( named character - a man ) as pronoun' {unit: 3} {imperative definition: 1049} IMPERATIVE_NT'to say ( named character - a woman ) as pronoun' {unit: 3} {imperative definition: 1050} IMPERATIVE_NT'to say looks as though dipped in for ( index - a number )' {unit: 3} {imperative definition: 1051} TABLE_NT'table of dipping phrases dipping "looks as though dipped in"' {unit: 3} SENTENCE_NT'a door is usually scenery' {unit: 3} {classified} {interpretation of subject: infs'door'} VERB_NT'is usually' {certainty:likely} {verb 'be' 3p s act IS_TENSE +ve} COMMON_NOUN_NT'door' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'door'} {creation: << kind=door(x) >>} {eval: TEST_VALUE_NT} ADJECTIVE_NT'scenery' {refined} {predicate: scenery} {creation: << scenery(x) ^ scenery(x) >>} IMPERATIVE_NT'to make delimiter ( index - a number ) of ( count - a number' {unit: 3} {imperative definition: 1052} IMPERATIVE_NT'to say optional comma' {unit: 3} {imperative definition: 1053} SENTENCE_NT'test me with go to cold comfort / z / z / z / z / ask vaness' {unit: 3} {classified} VERB_NT'test' {verb 'test' 3p p act IS_TENSE +ve} {prep2: with} {special meaning: test-with} UNPARSED_NOUN_NT'me' UNPARSED_NOUN_NT'go to cold comfort / z / z / z / z / ask vanessa for french ' SENTENCE_NT'use fast route-finding' {unit: 3} {classified} VERB_NT'use' {verb 'use' 3p p act IS_TENSE +ve} {special meaning: use} UNPARSED_NOUN_NT'fast route-finding' HEADING_NT'invented sentences' {under: H0'invented sentences'} {heading 0} {implied} IMPERATIVE_NT'to decide which number is red level part of ( full - rgb col' {imperative definition: 1054} IMPERATIVE_NT'to decide which number is green level part of ( full - rgb c' {imperative definition: 1055} IMPERATIVE_NT'to decide which number is blue level part of ( full - rgb co' {imperative definition: 1056} IMPERATIVE_NT'to decide which rgb colour is rgb colour with red level part' {imperative definition: 1057} SENTENCE_NT'number understood is a number which varies' {classified} VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve} PROPER_NOUN_NT'number understood' {refined} {eval: NONLOCAL_VARIABLE_NT'number understood' {nonlocal: 'number understood'(var)number}} {created here} COMMON_NOUN_NT'number which varies' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'values variable-pointer'-k} {creation: << kind=numbers variable-pointer(x) >>} {eval: TEST_VALUE_NT} SENTENCE_NT'real number understood is a real number which varies' {classified} VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve} PROPER_NOUN_NT'real number understood' {refined} {eval: NONLOCAL_VARIABLE_NT'real number understood' {nonlocal: 'real number understood'(var)real number}} {created here} COMMON_NOUN_NT'real number which varies' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'values variable-pointer'-k} {creation: << kind=real numbers variable-pointer(x) >>} {eval: TEST_VALUE_NT} SENTENCE_NT'truth state understood is a truth state which varies' {classified} VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve} PROPER_NOUN_NT'truth state understood' {refined} {eval: NONLOCAL_VARIABLE_NT'truth state understood' {nonlocal: 'truth state understood'(var)truth state}} {created here} COMMON_NOUN_NT'truth state which varies' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'values variable-pointer'-k} {creation: << kind=truth states variable-pointer(x) >>} {eval: TEST_VALUE_NT} SENTENCE_NT'external file understood is a external file which varies' {classified} VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve} PROPER_NOUN_NT'external file understood' {refined} {eval: NONLOCAL_VARIABLE_NT'external file understood' {nonlocal: 'external file understood'(var)external file}} {created here} COMMON_NOUN_NT'external file which varies' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'values variable-pointer'-k} {creation: << kind=external files variable-pointer(x) >>} {eval: TEST_VALUE_NT} SENTENCE_NT'internal file understood is a internal file which varies' {classified} VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve} PROPER_NOUN_NT'internal file understood' {refined} {eval: NONLOCAL_VARIABLE_NT'internal file understood' {nonlocal: 'internal file understood'(var)internal file}} {created here} COMMON_NOUN_NT'internal file which varies' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'values variable-pointer'-k} {creation: << kind=internal files variable-pointer(x) >>} {eval: TEST_VALUE_NT} SENTENCE_NT'basic colour understood is a basic colour which varies' {classified} VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve} PROPER_NOUN_NT'basic colour understood' {refined} {eval: NONLOCAL_VARIABLE_NT'basic colour understood' {nonlocal: 'basic colour understood'(var)basic colour}} {created here} COMMON_NOUN_NT'basic colour which varies' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'values variable-pointer'-k} {creation: << kind=basic colours variable-pointer(x) >>} {eval: TEST_VALUE_NT} SENTENCE_NT'glk feature understood is a glk feature which varies' {classified} VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve} PROPER_NOUN_NT'glk feature understood' {refined} {eval: NONLOCAL_VARIABLE_NT'glk feature understood' {nonlocal: 'glk feature understood'(var)glk feature}} {created here} COMMON_NOUN_NT'glk feature which varies' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'values variable-pointer'-k} {creation: << kind=glk features variable-pointer(x) >>} {eval: TEST_VALUE_NT} SENTENCE_NT'glulx feature understood is a glulx feature which varies' {classified} VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve} PROPER_NOUN_NT'glulx feature understood' {refined} {eval: NONLOCAL_VARIABLE_NT'glulx feature understood' {nonlocal: 'glulx feature understood'(var)glulx feature}} {created here} COMMON_NOUN_NT'glulx feature which varies' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'values variable-pointer'-k} {creation: << kind=glulx features variable-pointer(x) >>} {eval: TEST_VALUE_NT} SENTENCE_NT'glk event type understood is a glk event type which varies' {classified} VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve} PROPER_NOUN_NT'glk event type understood' {refined} {eval: NONLOCAL_VARIABLE_NT'glk event type understood' {nonlocal: 'glk event type understood'(var)glk event type}} {created here} COMMON_NOUN_NT'glk event type which varies' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'values variable-pointer'-k} {creation: << kind=glk event types variable-pointer(x) >>} {eval: TEST_VALUE_NT} SENTENCE_NT'glk window type understood is a glk window type which varies' {classified} VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve} PROPER_NOUN_NT'glk window type understood' {refined} {eval: NONLOCAL_VARIABLE_NT'glk window type understood' {nonlocal: 'glk window type understood'(var)glk window type}} {created here} COMMON_NOUN_NT'glk window type which varies' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'values variable-pointer'-k} {creation: << kind=glk window types variable-pointer(x) >>} {eval: TEST_VALUE_NT} SENTENCE_NT'text input status understood is a text input status which va' {classified} VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve} PROPER_NOUN_NT'text input status understood' {refined} {eval: NONLOCAL_VARIABLE_NT'text input status understood' {nonlocal: 'text input status understood'(var)text input status}} {created here} COMMON_NOUN_NT'text input status which varies' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'values variable-pointer'-k} {creation: << kind=text input statuses 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'time period understood is a time period which varies' {classified} VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve} PROPER_NOUN_NT'time period understood' {refined} {eval: NONLOCAL_VARIABLE_NT'time period understood' {nonlocal: 'time period understood'(var)time period}} {created here} COMMON_NOUN_NT'time period which varies' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'values variable-pointer'-k} {creation: << kind=time periods 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'rgb colour understood is a rgb colour which varies' {classified} VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve} PROPER_NOUN_NT'rgb colour understood' {refined} {eval: NONLOCAL_VARIABLE_NT'rgb colour understood' {nonlocal: 'rgb colour understood'(var)rgb colour}} {created here} COMMON_NOUN_NT'rgb colour which varies' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'values variable-pointer'-k} {creation: << kind=rgb colours 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: