EXAMPLE LEXICAL ENTRIES


sp {top*access-wanted*english*verb
    (state <g> ^operator <o> ^top-state <ts>)
    (<o> ^language english ^name access ^word-id <wid>)
    (<wid> ^word-name wanted ^word-name <wordname>)
    (<ts> ^sentence <word>)
    (<word> ^word-id <wid>)
    -->
    (<word> ^profiles <pro> + ^zero-nodes >pro> + & )
    (<pro> ^word-id <wid> + ^category v + ^bar-level zero + 
           ^sense one + &  ^language english +
           ^downward-movement-projection *empty* + 
           ^root want + ^complements one + 
           ^subcat <subcat> + ^empty-node <e1> +
           ^left-edge <wid> + ^right-edge <wid> + 
           ^label <l> +)
    (<l> ^label <wordname> +)
    (<subcat> ^subcat n + & ^subcat c &)
}

sp {top*access-wanted*english*verb*past
    (state <g> ^operator <o> ^top-state <ts>)
    (<o> ^language english ^name access ^word-id <wid>)
    (<wid> ^word-name wanted ^word-name <wordname>)
    (<ts> ^sentence <word>)
    (<word> ^word-id <wid>)
    -->
    (<word> ^profiles <pro> + & ^zero-nodes >pro> + & )
    (<pro> ^word-id <wid> + ^category v + ^bar-level zero + 
            ^sense one + & ^language english + ^agr <agr> +
            ^tense <tense> + ^empty-node <e1> + 
            ^index <index> + ^left-edge <wid> +
            ^right-edge <wid> + ^label <l> +)
    (<agr> ^token 1s2s3s1p2p3p +)
    (<tense> ^tense past +)
    (<index> ^symbol (make-constant-symbol index) +)
    (<l> ^label past +)
}

Example Semantic Lexical Entry

sp {top*access-wanted*english*action1
    (state <g> ^operator <o> ^top-state <ts>)
    (<o> ^name access ^language english ^word-id <wid>  )
    (<wid> ^word-name wanted ^word-name <wordname> )
    (<ts> ^sentence <word> )
    (<word> ^word-id <wid> )
    -->
    (<word> ^semprofile <sempro> + & 
            ^zero-head  <sempro> + & )
    (<sempro> ^category action + ^zero-head <sempro> +
              ^wordnetsense one + ^psense want + 
              ^language english + ^word-name <wordname> +
              ^word-id <wid> + 
              ^external <subject> + ^internal <arg1> + )
    (<arg1> ^category state 
            ^psense * + ^language english +
            ^animate t + ^inanimate t + ^zero-head <sempro> +
            ^internal *empty* +)
    (<subject> ^category thing + ^psense entity + 
               ^language english +
               ^animate t + ^inanimate t + ^zero-head <sempro> +
               ^internal *empty* +)
}


sp {top*access-wanted*english*action2
    (state <g> ^operator <o> ^top-state <ts>)
    (<o> ^language english ^name access ^word-id <wid>)
    (<wid> ^word-name wanted ^word-name <wordname>)
    (<ts> ^sentence <word>)
    (<word> ^word-id <wid>)
    -->
    (<word> ^semprofile <sempro> +  &
            ^zero-head <sempro> +  & )
    (<sempro> ^category action + ^zero-head <sempro> + 
              ^wordnetsense two + & ^psense want1 + 
              ^language english + ^word-name <wordname> +
              ^word-id <wid> +
              ^external <subject> + ^internal <arg1> )
    (<arg1> ^category thing + ^psense * + ^language english + 
            ^animate t + ^inanimate t + 
            ^zero-head <sempro> + ^internal *empty* +)
    (<subject> ^category thing + ^psense entity +
               ^language english + ^animate t + ^inanimate t +
               ^zero-head <sempro> + ^internal *empty* +)
}

This page written by Mark H. Smith, April 1997.