% % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % File: verb_val.dtr % % Purpose: verb valency - subcategorization, passive & logical form % % Author: Erik Kafe, 14 August, 1994 % % Email: kafe@cphling.dk % % Version: 1.01 % % % % Copyright (c) University of Copenhagen 1994. All rights reserved. % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % # nc node : . Verb: <> == == animate == Active. V: <> == Verb == "" == Syntax == Logical-form. V1: <> == V == Left-syn == Subject. V2: <> == V1 == Right1-syn == Object. V3: <> == V2 == Right2-syn == Inf-comp. % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % Hidden (non-evaluable): Syntax: == "" [ "" ] "" "". Left-syn: == "" == [ ]. Right1-syn: == "" == [ ]. Right2-syn: == Inf-comp == == [ subj_gap - ] == [ to - ] == . Logical-form: ==

== "" == [ "" "" "" ]. Active: == Inf-comp == == "" == "" == == . Passive: == Inf-comp == == "" == patient == "" == agent == by == == . Inf-comp: == "" == == "" == infinitival == action. Subject: == np == == Verb. Object: == np == == Verb. % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % Lexemes: Rain: <> == V1 == == pronoun == indefinite. Sleep: <> == V1 == . Eat: <> == V2 == == edible. Persuade: <> == V3 == == animate. % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % Words: Rains: <> == Rain. Sleeps: <> == Sleep. Eats: <> == Eat. Is-eaten: <> == Eat == Passive. Persuades: <> == Persuade. Is-persuaded: <> == Persuade == Passive. % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % Some example theorems: % Eats: % = active % = [ animate subject np ] % [ eats ] % [ edible object np ] % = eat [ animate edible ]. % % Is-eaten: % = passive % = [ edible patient np ] % [ is-eaten ] % [ by animate agent np ] % = eat [ animate edible ]. % % Persuades: % = active % = [ animate subject np ] % [ persuades ] % [ animate object np ] % [ subj_gap - animate object ] % [ to - infinitival action ] % = persuade [ animate animate action ] . % % Is-persuaded: % = passive % = [ animate patient np ] % [ is-persuaded ] % [ by animate agent np ] % [ subj_gap - animate patient ] % [ to - infinitival action ] % = persuade [ animate animate action ] . % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % # show . # hide Syntax Logical-form Left-syn Right1-syn Right2-syn Inf-comp Third-comp Active Passive Subject Object Verb V V1 V2 V3 Rain Sleep Eat Persuade. % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % The next line is the Revision Control System Id: do not delete it. % $Id: archive.dtr,v 1.1 1997/04/09 20:40:33 root Exp $