Catherine, I inserted some comments and suggested revisions into your file so that you could see the sorts of things I'm concerned about or interested in. My comments are preceded by two semi-colons (;;). I marked your original entries in some places with ";; original" and marked my suggested revisions with ";; suggested revision." What's the next step? Should we circulate this to some of the other linguists who expressed interest at the meeting? I'll be looking forward to your comments on my comments. --Lori changes to verb-complements: (subject: (s 1 sent-nom) object: (np 2)) (subject: 1, obj: 2) "that she left annoys them." * (subject: "it" object: ((np 2)(s 3 sent-nom))) (subject: 3, obj: 2) "It annoys them that she left." (subject: "it" object: (vp 2 mood: to-infinitive control: arbitrary)) (subject: (), comp: 2) "It remains to find the cure." (subject: "it" object: ("for" (np 2)(vp 3 mood: to-inf control: oblique))) (subject: (), obj: 2, comp: (2 + 3)) "It remains for us to find the cure." *this has been changed from comlex 0.2 ------------------------------------------------------------------------------------------------------ .uh "Verb complement frames" .nf .sz 10 .ta 1.8i ; ; intransitive and simple transitive and ditransitive ; (vp-frame intrans :cs () :ds (subject: 1) :ex "he went.") (vp-frame np :cs ((np 2)) :ds (subject: 1, obj: 2) :ex "I bought the book.") ;; original (frame-group ditrans-to (np-np np-to-np)) (frame-group ditrans-for (np-np np-for-np)) (vp-frame np-np :cs ((np 2) (np 3)) :ds (subject: 1, obj: 2, obj2: 3) :ex "he gave his mother a big kiss.") (vp-frame np-to-np :cs ((np 2) "to" (np 3)) :ds (subject: 1, obj: 2, obj2:3) :ex "he gave a big kiss to his mother.") (vp-frame np-for-np :cs ((np 2) "for" (np 3)) :ds (subject: 1, obj: 2, obj2: 3) :ex "she bought a book for him.") ;; suggested revision ;; Changes ;; ;; 1. Ds is replaced with pas (predicate-argument structure). ;; 2. "To" and "for" are replaced with prepositional phrases. ;; 3. Note co-indexing of cs and pas. For both forms of "give ;; "Mother" is coindexed with arg3 and "kiss" is coindexed ;; with arg2. (frame-group ditrans-to (np-np np-to-np)) (frame-group ditrans-for (np-np np-for-np)) (vp-frame np-np :cs ((np 3) (np 2)) :pas ((arg1 1) (arg2 2) (arg3 3)) :ex "he gave his mother a big kiss") (vp-frame np-to-np :cs ((np 2) (pp 3 pval:"to")) :pas ((arg1 1) (arg2 2) (arg3 3)) :ex "he gave a big kiss to his mother") (vp-frame np-for-np :cs ((np 2) (pp 3 pval:"for")) :pas ((arg1 1) (arg2 2) (arg3 3)) :ex "she bought a book for him") ;; There are more general issues to address with respect to ;; transitivity alternations like dative shift and passive. ;; ;; 1. Is the use of frame-group macros really adequate for ;; expressing verb class membership and transitivity alternations? ;; Other lexicon projects (e.g., aquilex and the CMT's lexicons) ;; use more sophisticated hierarchies and inheritance mechanisms. ;; are those really necessary? ;; 2. General formulation of rules using frame-group macros: Will ;; there have to be a different passive frame written for each ;; different transitive verb frame? For example, will there ;; be a different passive frame written for "eat NP", "tell NP S", ;; "give NP NP", "give NP PP", etc. or is there a way to ;; formulate the rule more generally. ;; 3. Rule interactions: Do all rule interactions need to be spelled ;; out in frame-group macros, or is there a way to automatically ;; generate possible interactions of various rules? e.g., ;; interactions of passive, dative shift, and there-insertion. ;; 4. Since some transitivity alternations (e.g., passive and maybe ;; middle constructions) come with special morphology, we need a ;; slot for indicating morphological features of the main verb. ;; For example, passive verbs should have the features ;; verb-form: past-participle and voice: passive. ;; A sample passive frame (frame-group transitive-passive (np passive)) (vp-frame np :cs ((np 2)) :pas ((arg1 1) (arg2 2)) :ex "they answered the question") ;; Note: we need a systemtic way of repesenting optional elements in ;; subcategorization frames. (vp-frame passive :cs ((pp 2 pval: "by" optional) :pas ((arg1 2) (arg2 1)) :features verb-form: past-part voice: passive :ex "The question was answered (by someone)") ;; original ; ; complements with pp's but no clauses ; (vp-frame pp :cs ((pp 2 pval: (""))) :ds (subject: 1, obj: 2) :ex "they accounted for the loss.") (frame-group nounp-prepp (np-pp pp-np)) (vp-frame np-pp :cs ((np 2) (pp 3 pval: (""))) :ds (subject: 1, obj: 2, obj2: 3) :ex "she added the flowers to the bouquet.") (v-frame pp-np :cs ((pp 2 pval: ("")) (np 3)) :ds (subject: 1, obj: 2, obj2: 3) :ex "she added to the bouquet the flowers I picked yesterday.") ;; suggested revision ;; Changes ;; ;; Note coindexing of cs and pas. In both examples, "flowers" are ;; coindexed with arg2 and "bouquet" is coindexed with arg3. ;; This raises a question of what phenomena will be accounted ;; for in subcategorization frames. I wouldn't have put heavy NP ;; shift in the lexicon because it is just one of MANY stylistic ;; rules that alter word order. Different parsers may require ;; different lexical information. The CMT's parsers, for example, ;; require information about changes in grammatical relations ;; but not changes in word order that do not change grammatical ;; relations. Maybe there should be some general discussion ;; on this point. ;; If all surface word orders are being represented in the cs slot, ;; do we have to take into account that adverbs can appear between ;; np and pp? ;; Also, note again that there issues of consistency and are ;; rule-interaction: heavy NP shift as it is formulated here does not ;; apply to the dative shift verbs above. So, as it is now, there is no ;; frame for "he gave to his mother a big, wet, sloppy kiss". (frame-group (np-pp pp-np)) (vp-frame np-pp :cs ((np 2) (pp 3 pval: (""))) :pas ((arg1 1) (arg2 2) (arg3 3)) :ex "she added flowers to the bouquet") (vp-frame pp-np :cs ((pp 3 pval: ("")) (np 2)) :pas ((arg1 1) (arg2 2) (arg3 3)) :ex "she added to the bouquet flowers that...") ;; This next section raises several important issues that must be ;; treated systematically: ;; ;; 1. specification of features of the complement (e.g., ;; complementizer and morphology). ;; 2. specification of optional vs. required elements (e.g., optional ;; vs required "that"). ;; 3. representation of control (raising and equi). ;; original ; Clausal Complements ; ; simple sentential (clause / vp /gerundive) complements ; (vp-frame assn :cs (s 2 that-comp: optional) :ds (subject: 1, comp: 2) :ex "they thought (that) he was always late.") ;; slight revision--not important (vp-frame assn :cs (s 2 (complementizer: that optional)) :pas ((arg1 1) (arg2 2)) :ex "they thought (that) he was always late.") ;; original (vp-frame assn-comp :cs (s 2 that-comp: required) :ds (subject: 1, comp: 2) :ex "he complained that they were coming.") (vp-frame to-inf-sc :cs (vp 2 mood: to-infinitive control: subject) :ds (subject: 1, comp: (1 + 2)) :ex "I wanted to come.") (vp-frame to-inf-rs :cs (vp 2 mood: to-infinitive raising: subject) :ds (subject: (), comp: (1 + 2)) :ex "he seemed to wilt." (vp-frame np-ing :cs ((np 2)(vp 3 mood: prespart control: object raising: object)) :ds (subject: 1, obj: 2, comp: (2 + 3)) :ex "I found them crying.") ;; suggested revision ;; It's hard to represent control in a theory-neutral way. Basically, ;; what needs to be represented is (1) What is the controller (subject ;; or object of the main clause), (2) Is the controller an argument of ;; the main verb, and (3) That the controller functions as the subject ;; of the lower clause. (Of course, another problem is that GB ;; doesn't allow raising to object, whereas other theories do.) ;; In the suggested revisions that follow, note the following ;; differences from the original in accounting for (1), (2), and (3). ;; ;; (1) What is the controller: This should be a feature of the main ;; clause, not the embedded vp. ;; (2) Is the controller an argument of the main verb: The ;; representation is basically the same as in the original, except ;; for changing :ds to :pas. ;; (3) Function of the controller in the lower clause: This should ;; either not be represented because it is an inherent part of the ;; grammar of the language, or it should be represented in a less ;; arbitrary and more expressive notation, e.g., feature structure ;; with unification/coindexing. Also, I think it is better to ;; represent control in surface structure because the controller is ;; the SURFACE subject of the lower clause---e.g., "They seemed to ;; be eating the sandwiches" vs "The sandwiches seemed to be eaten". ;; If you go all the way to deep structure, the controller in the ;; first sentence is the deep subject of the lower clause, but in ;; the second sentence, the controller is the deep object of the ;; lower clause. ;; first suggested revision for control (vp-frame to-inf-sc :cs (vp 2 mood: to-infinitive) :features (control: subject) :pas ((arg1 1) (arg2 2) :ex "I wanted to come.") (vp-frame to-inf-rs :cs (vp 2 mood: to-infinitive) :features (control: subject) :pas ((arg1 2)) :ex "he seemed to wilt." (vp-frame np-ing :cs ((np 2)(vp 3 mood: prespart)) :features (control: object) :pas ((arg1 1) (arg2 3)) :ex "I found them crying.") ;; second suggested revision for control ;; Notes: The main clause subject is represented here as a ;; vp-external argument with index 1. The lower clause subject ;; is called "subject". (This is a strange mix of notation and ;; terminology.) Control is indicated by coindexing the main ;; clause subject or object and lower-clause subject. Coindexing ;; can indicate coreference, unification, binding an np trace, ;; or whatever anyone's theory says it should mean. (This could ;; be a problem for anyone who needs to distinguish different ;; kinds of coindexing, unification, and binding.) (vp-frame to-inf-sc :cs ((np 1) ((vp 2 mood: to-infinitive subject: 1))) :pas ((arg1 1) (arg2 2)) :ex "I wanted to come.") (vp-frame to-inf-rs :cs ((np 1) ((vp 2 mood: to-infinitive subject: 1))) :pas ((arg1 2)) :ex "he seemed to wilt.") (vp-frame np-ing :cs ((np 1) ((np 2)(vp 3 mood: prespart subj: 2))) :pas ((arg1 1) (arg2 3)) :ex "I found them crying.") ;; original (frame-group assn-wh (wh-assn wh-to-inf what-assn what-tovo)) (vp-frame wh-assn :cs (s 2 q: (if wheth)) :ds (subject: 1, comp: 2) :ex "he asked whether he should come.") (vp-frame what-assn :cs (s 2 q: (wh 3) omission: object) :ds (subject: 1, comp: (2 (3))) :ex "he asked what he should do.") (vp-frame wh-to-inf :cs (vp 2 q: (wheth) mood: to-infinitive control: subject) :ds (subject: 1, comp: (1 + 2)) :ex "he asked whether to clean the house.") (vp-frame what-to-inf :cs (vp 2 q: (wh 3) mood: to-infinitive control: subject omission: object) :ds (subject: 1, comp: (1 + (2 (3)))) :ex "he asked what to do.") (frame-group assn-how (how-assn pp-how-assn)) (vp-frame how-assn :cs (s 2 q: (how)) :ds (subject: 1, comp: 2) :ex "he explained how to do it.") (vp-frame pp-how-assn :cs ((pp 2 pval: (" ")) (s 3 q: (how))) :ds (subject: 1, obj: 2, comp: 3) :ex "he explained to them how to do it.") (frame-group assn-wh (wh-assn wh-to-inf)) (vp-frame wh-assn :cs (s 2 complementizer: wh mood: finite) :pas (arg1 1) (arg2 2) :ex "he asked whether he should come" "he asked what he should do" "he asked to whom I spoke" "he asked who I spoke to") ;; suggested revision ;; I have some questions about the linguistic generalizations ;; expressed here. Are there really verbs that take "if" or ;; "whether", but not other wh-words or phrases (or vice versa)? ;; Are there really verbs that take "how" but not other wh-words or ;; phrases? Also, is a non-finite wh-question controlled by the ;; main clause subject, or is it arbitrary/anaphoric control? ;; Notes: ;; ;; 1. "complementizer: wh" refers to any wh-word (if, whether, how, ;; what, who, where, when, why) or phrase (to whom, in which, etc.) ;; ;; 2. The role of the wh-word in the lower clause is not included ;; in the lexicon. The wh-word can have any function in the lower ;; clause that is allowed by the syntax of long-distance dependencies. ;; For example, "he asked what to do", "he asked who to talk to", "he ;; asked who I thought you said he should talk to", "he wondered which ;; room to meet in", "he wondered in which room they should meet"... (frame-group assn-wh (if-whether wh-assn wh-to-inf whether-to-inf) (vp-frame if-whether :cs (s 2 complementizer: (if wheth) mood: finite) :pas ((arg1 1) (arg2 2)) :ex "he asked whether he should come.") (vp-frame wh-assn :cs (s 2 complementizer: wh mood: finite) :pas ((arg1 1) (arg2 2)) :ex "he asked what he should do.") ;; not representing arbitrary/anaphoric control (vp-frame whether-to-inf:cs (vp 2 complementizer: wh mood: to-infinitive) :pas ((arg1 1) (arg2 2)) :ex "he asked whether to clean the house.") (vp-frame wh-to-inf :cs (vp 2 complementizer: wh mood: to-infinitive) :pas ((arg1 1) (arg2 2)) :ex "he asked what to do." "he explained how to do it.") (vp-frame pp-wh-assn :cs ((pp 2 pval: (" ")) (s 3 complementizer: wh mood: to-inifinitive)) :pas ((arg1 1) (arg2 2) (arg3 3)) :ex "he explained to them how to do it." "he explained to them what to do") (frame-group assn-wh (wh-assn wh-to-inf)) (vp-frame wh-assn :cs (s 2 complementizer: wh mood: finite) :pas ((arg1 1) (arg2 2)) :ex "he asked whether he should come" "he asked what he should do" "he asked to whom I spoke" "he asked who I spoke to") ;; original ;; suggested revision ;; I have questions about the linguistic generalizations expressed ;; here too. I think that these present participle clauses are just ;; noun phases, and I don't think that there should be a separate ;; subcategorization frame for them. ;; Also, being true to tests for constituency, the possessor should ;; not be in the :cs frame for the main verb. "His drinking too much" ;; is a constituent. (frame-group ingp (possing ing-sc)) (vp-frame possing :cs ((poss 2) (vp 3 mood: prespart control: ?)) :ds (subject: 1, comp: (2 + 3)) :ex "she anticipated his drinking too much.") (vp-frame ing-sc :cs (vp 2 mood: prespart control: subject) :ds (subject: 1, comp: (1 + 2)) :ex "she anticipated drinking too much.") ;; original (vp-frame assn-subjunct :cs (s 2 that-comp: required mood: base) :ds (subject: 1, comp: 2) :ex "she demanded that he leave immediately.") ; ; small clause complements ; ;; Again, to maintain generlatizations about constituency, the ;; preposition should not be in the main clause :cs frame. (vp-frame np-p-ing-oc :cs ((np 2)(prep 3 pval: (" ")) (vp 4 mood: prespart control: object)) :ds (subject: 1, obj: 2, prep: 3, comp: (2 + 4)) :ex "I prevented her from going.") (vp-frame for-to-inf :cs ("for" (np 2)(vp 3 mood: to-inf control: oblique)) :ds (subject: 1, obj: 2, comp: (2 + 3)) :ex "I prefer for her to do it.") ;; The notation and comments suggested for control above apply here too. (vp-frame np-to-inf-oc :cs ((np 2)(vp 3 mood: to-inf control: object raising: object)) :ds (subject: 1, obj: 2, comp: (2 + 3)) :ex "I want John to go.") (vp-frame np-to-inf-vc :cs ((np 2)(vp 3 mood: to-inf control: variable raising: object)) :ds (subject: 1, obj: 2, comp: (1 or 2 + 3)) :ex "they badgered him to go.") (vp-frame np-tobe :cs ((np 2)(vp 3 mood: to-inf control: object raising: object)) :ds (subject: 1, obj: 2, comp: (2 + 3)) ; Note: verb of vp must be "be" or "have" \(lh :ex "I found him to be a good doctor.") (vp-frame np-inf-ro :cs ((np 2) (vp 3 mood: base control: object raising:object)) :ds (subject: 1, obj: 2, (2 + 3)) :ex "he had her sing.") ; ; NP + sentential complement ; ;; Comments and notation listed above for sentential complements apply ;; here too. (vp-frame np-assn :cs ((np 2)(s 3 that-comp: optional )) :ds (subject: 1, obj: 2, comp: 3) :ex "he told the audience he was leaving.") (frame-group np-assn-wh (np-wh-assn np-wh-to-inf np-what-assn np-what-to-inf)) (vp-frame np-wh-assn :cs ((np 2)(s 3 q: (if wheth))) NS also why who how etc :ds (subject: 1, obj: 2, comp: 3) :ex "they asked him whether he was going.") (vp-frame np-what-assn :cs ((np 2)(s 3 q: (what 4) omission: object)) :ds (subject: 1, obj: 2, comp: (3 (4))) :ex "they asked him what he was doing.") (vp-frame np-wh-to-inf :cs ((np 2)(vp 3 q: (wheth) mood: to-infinitive control: subject)) :ds (subject: 1, obj: 2, comp: (1 + 3)) :ex "they asked him whether to go.") (vp-frame np-what-to-inf :cs ((np 2)(vp 3 q: (what 4) mood: to-infinitive control: subject omission: object)) :ds (subject: 1, obj: 2, comp: (1 + (3 (4)))) :ex "they asked him what to do.") (vp-frame np-to-inf-ro :cs ((np 2) (vp 3 mood: to-inf control: subject omission: object)) ; Note: only for "be" and "have" :ds (subject: 1, comp: (1 + 3 (2))) :ex "he has good things to eat.") ; ; P + sentential complement ; ;; To maintain generalizations about constituency, the preposition ;; dependencies in the and possessor should not be in the main clause. Also, I still ;; think that these present participle phrases are just noun phrases. (vp-frame p-possing :cs ((prep pval: "") (poss 2) (vp 3 mood: prespart)) :ds (subject: 1, comp: (2 + 3)) "they argued about his coming.") (vp-frame p-ing :cs ((prep pval: "") (vp 2 mood: prespart)) :ds (subject: 1, comp: (anyone + 2)) :ex "they argued against fighting another war." (vp-frame p-ing-sc :cs ((prep pval: ("")) (vp 2 mood: prespart control: subject)) :ds (subject: 1, comp: (1 + 2)) :ex "they failed in attempting the climb.") (vp-frame p-ing-ac :cs ((prep pval: ("")) (vp 2 mood: prespart control: arbitrary)) :ds (subject: 1, comp: (anyone + 2)) :ex "he disapproved of killing the peasants" (vp-frame p-np-ing :cs ((prep pval: (" ")) (np 2) (vp 3 mood: prespart control: object)) :ds (subject: 1, comp: (2 + 3)) :ex "they worried about him drinking" (frame-group p-assn-wh (p-wh-assn p-wh-to-inf p-what-assn p-what-to-inf)) (vp-frame p-wh-assn :cs ((prep pval: (" ")) (s 2 q: (wheth))) :ds (subject: 1, comp: 2) :ex "he thought about whether he wanted to go.") (vp-frame p-what-assn :cs ((prep pval: (" ")) (s 2 q: (wh 3)) omission: object) :ds (subject: 1, comp: (2 (3))) :ex "he thought about what he wanted to do.") (vp-frame p-wh-to-inf :cs ((prep pval: (" ")) (vp 2 q: (wheth) mood: to-infinitive control: subject)) :ds (subject: 1, comp: (1 + 2)) :ex "he thought about whether to participate.") (vp-frame p-what-to-inf :cs ((prep pval: (" ")) (vp 2 q: (wh 3) mood: to-infinitive control: subject omission: object)) :ds (subject: 1, comp: (1 + (2 (3)))) :ex "he thought about what to do.") ; ; Prepositional phrase + sentential complement ; (frame-group pp-ping (pp-possing pp-ing possing-pp)) (vp-frame pp-possing :cs ((pp 2 pval: (" ")) (poss 3) (vp 4 mood: prespart control: ??)) :ds (subject: 1, obj: 2, comp: (3 + 4)) :ex "she attributed to his anxiety his drinking excessively") (vp-frame pp-ing :cs ((pp 2 pval: (" "))(vp 3 mood: prespart control: arbitrary)) :ds (subject: 1, obj: 2, comp: (anyone + 3)) :ex "they limited to the lounge smoking by patients.") (vp-frame possing-pp :cs ((poss 2) (vp 3 mood: prespart control: ?) (pp 4 pval: (" "))) :ds (subject: 1, comp: (2 + 3), obj: 4) :ex "they attributed his giving up smoking to will power.") (frame-group prepp (pp-np p-possing p-ing p-np-ing )) (vp-frame pp-assn :cs ((pp 2 pval: (" ")) (s 3 that-comp: required)) :ds (subject: 1, obj: 2, comp: 3) :ex "they admitted to the authorities that they had entered illegally.") (frame-group pp-assn-wh (pp-wh-assn pp-what-assn pp-wh-to-inf pp-what-to-inf)) (vp-frame pp-wh-assn :cs ((pp 2 pval: (" ")) (s 3 q: (if wheth))) :ds (subject: 1, obj: 2, comp: 3) :ex "they asked of everybody whether they had enrolled.") (vp-frame pp-what-assn :cs ((pp 2 pval: (" ")) (s 3 q: (wh 4)) omission: object) :ds (subject: 1, obj: 2, comp: (3 (4))) :ex "they asked of everybody what they did.") (vp-frame pp-wh-to-inf :cs ((pp 2 pval: (" "))(vp 3 q: (wheth) mood: to-infinitive control: subject)) :ds (subject: 1, obj: 2, comp: (1 + 3)) :ex "he deduced from the information whether to go.") (vp-frame pp-what-to-inf :cs ((pp 2 pval: (" "))(vp 3 q: (wh 4) mood: to-infinitive control: subject omission: object)) :ds (subject: 1, comp: (1 + (3 (4)))) :ex "he deduced from the information what to do next." (frame-group pp-p-assn-wh (pp-p-wh-assn pp-p-what-assn pp-p-wh-to-inf pp-p-what-to-inf)) (vp-frame pp-p-wh-assn :cs ((pp 2 pval: (" "))(prep pval: (" "))(s 3 q: (wheth))) :ds (subject: 1, obj: 2, comp: 3) :ex "i agreed with him about whether he should kill the peasants.") (vp-frame pp-p-what-assn :cs ((pp 2 pval: (" "))(prep pval: (" "))(s 3 q: (wh 4) omission: object)) :ds (subject: 1, obj: 2, comp: (3 (4))) :ex "i agreed with him about what he should do.") (vp-frame pp-p-wh-to-inf :cs ((pp 2 pval: (" "))(prep pval: (" ")) (vp 3 q: (wheth) mood: to-infinitive control: arbitrary)) :ds (subject: 1, comp: (anyone + 3)) :ex "i agreed with him about whether to kill the peasants.") (vp-frame pp-p-what-to-inf :cs ((pp 2 pval: (" ")) (prep pval: (" ")) (vp 3 q: (wh 4) mood: to-infinitive control: arbitrary omission: object)) :ds (subject: 1, comp: (anyone + (3 (4)))) :ex "i agreed with him about what to to") (vp-frame pp-assn-subjunt :cs ((pp 2 pval: (" ")) (s 3 that-comp: required mood: base)) :ds (subject: 1, obj: 2, comp: 3) :ex "they suggested to him that he go.") (vp-frame prep-np-to-inf :cs ((prep pval: (" ")) (np 2) (vp 3 to-inf control: object)) :ds (subject: 1, obj: 2, comp: (2 + 3)) :ex "he beckoned to him to come" from Brandeis (vp-frame pp-to-inf-sc-rs :cs ((pp 2 pval: (" ")) (vp 3 to-inf control: subject raising: subject)) :ds (subject: 1, obj: 2 comp: (1 + 3)) :ex "he appeared to her to be ill") (vp-frame pp-to-inf-vc :cs ((pp 2 pval: (" ")) (vp 3 to-inf control: variable)) :ds (subject: 1, obj: 2 comp: (1 or 2 + 3)) \(lh :ex "she appealed to him to go"/"she appealed to him to be freed.") (vp-frame pp-for-to-inf :cs ((pp 2 pval: (" ")) "for" (np 3) (vp 4 mood: to-inf control: oblique)) :ds (subject: 1, obj: 2, comp: (3 + 4)) :ex "they contracted with him for the man to go") ; NP + P + sentential complement ; (frame-group np-p-assn-wh (np-p-wh-assn np-p-wh-to-inf np-p-what-assn np-p-what-to-inf)) (vp-frame np-p-wh-assn :cs ((np 2) (prep 3 pval: (" "))(s 4 q: (if wheth))) :ds (subject: 1, obj: 2, prep: 3, comp: 4) :ex "they made a great fuss about whether they should participate.") (vp-frame np-p-what-assn :cs ((np 2) (prep 3 pval: (" "))(s 4 q: (wh 5) omission: object)) :ds (subject: 1, obj: 2, prep: 3, comp: (4 (5))) :ex "they made a great fuss about what they should do.") (vp-frame np-p-wh-to-inf :cs ((np 2)(prep 3 pval: (" "))(vp 4 q: (wheth) mood: to-infinitive control: subject)) :ds (subject: 1, obj: 2, prep: 3, comp: (1 + 4)) ******always sc? :ex "they asked him about whether to go.") (vp-frame np-p-what-to-inf :cs ((np 2)(prep 3 pval: (" "))(vp 4 q: (wh 5) mood: to-infinitive control: subject omission: object)) :ds (subject: 1, obj: 2, prep: 3, comp: (1 + (4 (5)))) :ex "they asked him about what to do.") (frame-group np-p-ingp (np-p-possing np-p-ing)) (vp-frame np-p-possing :cs ((np 2) (prep 3 pval: (" ")) (poss 4) (vp 5 mood: prespart control: ?)) :ds (subject: 1, obj: 2, prep: 3, comp: (4 + 5)) :ex "they asked him about his participating in the conference.") (vp-frame np-p-ing :cs ((np 2)(prep 3 pval: (" "))(vp 4 mood: prespart control: arbitrary)) :ds (subject: 1, obj: 2, prep: 3, comp: (anyone + 4)) :ex "she told him about climbing Everest.") (vp-frame np-p-np-ing :cs ((np 2)(prep 3 pval: (" "))(np 4)(vp 5 mood: prespart control: ??)) :ds (subject: 1, obj: 2, prep: 3, comp: (4 + 5)) :ex "he attributed his failure to no one buying his books") ; ; complements involving adverbial particles ; ;; Is the particle an argument of the verb? If not, then it doesn't ;; belong in :ds/:pas. (vp-frame part :cs ((part 2 dpval: (""))) :ds (subject: 1, part: 2) :ex "she gave up.") (frame-group partp (part-np np-part)) (vp-frame part-np :cs ((part 2 dpval: (" ") (np 3))) :ds (subject: 1, part: 2, obj: 3) :ex "I looked up the entry.") (vp-frame np-part :cs ((np 3) (part 2 dpval: (" ")) :ds (subject: 1, part: 2, obj: 3) :ex "I looked the entry up.") (vp-frame part-p-np :cs ((part 2 dpval: (" ")) (pp 3 pval: (" "))) :ds (subject: 1, part: 2, obj: 3) :ex "she looked in on her friend.") (frame-group partp-pp-np (part-np-pp np-part-pp)) (vp-frame part-np-pp :cs ((part 2 dpval: (" ")) (np 3) (pp 4 pval: (" "))) :ds (subject: 1, part: 2, obj: 3, obj2: 4) :ex "I separated out the three boys from the crowd.") (vp-frame np-part-pp :cs ((np 2)(part 3 dpval: (" ")) (pp 4 pval: (" "))) :ds (subject: 1, part: 3, obj: 2, obj2: 4) :ex "I separated the three boys out from the crowd.") (frame-group part-assertion (part-assn-comp part-wh-assn part-wh-to-infpart-what-assn part-wh-to-inf )) (vp-frame part-assn-comp :cs ((part 2 dpval: (" ")) (s 3 that-comp: required)) :ds (subject: 1, part: 2, comp: 3) :ex "they figured out that she hadn't done her job.") (vp-frame part-wh-assn :cs ((part 2 dpval: (" "))(s 3 q: (wheth))) :ds (subject: 1, part: 2, comp: 3) :ex "she figured out whether he was coming.") (vp-frame part-what-assn :cs ((part 2 dpval: (" "))(s 3 q: (wh 4) omission:object)) :ds (subject: 1, part: 2, comp: (3 (4))) :ex "she figured out what he was doing.") (vp-frame part-wh-to-inf :cs ((part 2 dpval: (" "))(vp 3 q: (wheth) mood: to-infinitive control: subj)) :ds (subject:1, part: 2, comp: (1 + 3)) :ex "she figured out whether to come.") (vp-frame part-what-to-inf :cs ((part 2 dpval: (" "))(vp 3 q: (wh 4) mood: to-infinitive control: subj omission: object)) :ds (subject:1, part: 2, comp: (1 + (3 (4)))) :ex "she figured out what to do.") ; ; Predicative Expressions ; ; Predicated of object ; ;; There may be a raising/equi distinction here. ;; We considered/wanted the cat out of the bag. (frame-group pred-exps (np-np-pred np-adjp-prednp-advp-pred np-pp-pred)) (vp-frame np-np-pred :cs ((np 2) (np 3)) :ds (subject: 1, obj: 2, o-pred: 3) :ex "they appointed him professor.") (vp-frame np-adjp-pred :cs ((np 2) (adjp 3)) :ds (subject: 1, obj: 2, o-pred: 3) :ex "she considered him foolish." (vp-frame np-advp-pred :cs ((np 2) (advp 3)) :ds (subject: 1, obj: 2, o-pred: 3) :ex "we found it there." (vp-frame np-pp-pred :cs ((np 2) (pp 3 n-att: nsentp pval: (" "))) :ds (subject: 1, obj: 2, o-pred: 3) ; Note: pval depends on N \(lh :ex "I considered that problem of little concern.") (vp-frame np-ven-oc :cs ((np 2)(vp 3 mood: pastpart control: object raising: object)) :ds (subject: 1, obj: 2, comp: (2 + 3)) :ex "we wanted the children found.") (frame-group nounp-adjp (np-adjp adjp-np)) (vp-frame np-adjp :cs ((np 2) (adjp 3)) :ds (subject: 1, obj: 2, comp: (2 + 3)) ; Note: adj is selected by verb \(lh :ex "he painted the car black") (vp-frame adjp-np :cs ((adjp 2) (np 3)) :ds (subject: 1, obj: 3, comp: (3 + 2)) :ex "he scrubbed clean the old pot he'd bought at the auction." ) ;; Should this be advp or pp? (vp-frame np-advp :cs ((np 2) (advp 3)) :ds (subject: 1, obj: 2, comp: (2 + 3)) :ex "he put it there (*he put it)") ; ; predicated of subject ; ;; I would use the same notation used to distinguish subject and object ;; control. In other words, predication of subject or object is ;; equivalent to control by subject or object. (vp-frame adjp :cs ((adjp 2)) :ds (subject: 1, s-pred: 2) :ex "his reputation sank low.") (vp-frame advp :cs ((advp 2)) :ds (subject: 1, obj: 2)) ; Note: adv is evaluative "his performance rated well." ; or locative "he headed off" (frame-group be-objs (np-pred adjp-pred advp-pred pn-pred)) (vp-frame np-pred :cs ((np 2)) :ds (subject:1, s-pred: 2) :ex "he is a secretary.") (vp-frame adjp-pred :cs ((adjp 2)) :ds (subject:1, s-pred: 2) :ex "he is clever.") (vp-frame advp-pred :cs ((advp 2)) :ds (subject:1, s-pred: 2) :ex "they are there") (vp-frame pp-pred :cs ((pp 2 pval: (" "))) :ds (subject:1, s-pred: 2) :ex "the question is in dispute.' (frame-group be-ingp (possing ing)) ;; I think this is an NP. (vp-frame ing :cs ((vp 2 mood: prespart control: arbitrary)) :ds (subject: 1, comp: (anyone + 2)) :ex "another task is painting the house.") ; ; complements with "as" ; ;; Notation suggested for control can be extended here too. (vp-frame as-np :cs ("as" (np 2)) :ds (subject: 1, s-pred: 2) :ex "I worked as an apprentice cook.") (vp-frame np-as-np :cs ((np 2) "as" (np 3)) :ds (subject: 1, obj: 2, o-pred: 3) :ex "I sent him as a messenger.") (vp-frame np-as-np-sc :cs ((np 2) as (np 3)) :ds (subject: 1, obj: 2, s-pred: 3) :ex "she served the firm as a researcher.") ; ;Under consideration: embeddedq "he asked: it is ready?" ; null-recip "they met [each other]" .uh "Full clause frames" .sz 10 (s-frame extrap-assn :cs (subject: "it" object: (s 2 that-comp: optional)) :ds (subject: (), comp: 2) :ex "It seems (that) they left.") (s-frame extrap-np-to-inf :cs (subject: "it" object: ((np 2) (vp 3 to-inf control: object))) :ds (subject: 3, obj: 2) :ex "It pleases them to read.") (s-frame extrap-np-assn :cs (subject: "it" object: ((np 2)(s 3 that-comp: optional ))) :ds (subject: 3, obj: 2) :ex "It annoys them that she left.") (s-frame extrap-pp-assn :cs (subject: "it" object:((pp 2 pval: (" ")) (s 3 that-comp: optional))) :ds (subject: (), obj: 2, comp: 3) :ex "It seems to her (that) they were wrong.") .uh "Other verb features" .fi \(rh We still intend to add the verb subclasses (VBEREP, VCOLLECTIVE, VEXP, VMOD, VMOTION, VVERYVING) from the NYU Linguistic String Project classification. .bp .uh "Adjective features" .uh "Adjective complement frames" .nf .sz 10 .ta 1.8i ; ; sentential complements ; ; adj-comp as subject (frame-group adj-assn (extrap-assn-adj subj-assn)) (pa-frame extrap-assn-adj :cs (subject: "it" adj-comp: (s 2 that-comp: optional)) :ds (subject: 2) :ex "it is probable (that) he left.") (pa-frame subj-assn :cs (subject: (s 2 that-comp: optional)) :ds (subject: 2) :ex "that he left is probable.") (frame-group adj-assn-subjunct (extrap-assn-subjunct subj-assn-subjunct)) (pa-frame extrap-assn-subjunct :cs (subject: "it" adj-comp: (s 2 that-comp: required mood: base)) :ds (subject: 2) :ex "It is imperative that they leave.") (pa-frame subj-assn-subjunct :cs (subject: (s 2 that-comp: required mood: base)) :ds (subject: 2) :ex "that they leave is imperative.") (frame-group adj-assn-wh (extrap-wh-assn subj-wh-assn extrap-wh-to-inf subj-wh-to-inf extrap-what-assn subj-what-assn extrap-what-to-inf subj-what-to-inf)) (pa-frame extrap-wh-assn :cs (subject: "it" adj-comp: (s 2 q: (if wheth))) :ds (subject: 2) :ex "it is uncertain whether he will come") (pa-frame subj-wh-assn :cs (subject:(s 2 q: (if wheth))) :ds (subject: 2) :ex "whether he will come is uncertain.") ;; See comments above about not accounting for long-distance ;; dependencies in the lexicon. (pa-frame extrap-what-assn :cs (subject: "it" adj-comp: (s 2 q: (wh 3) omission: subject or object)) :ds (subject: (2 (3))) :ex "it is uncertain what he will do. / it is uncertain what is the truth.") (pa-frame subj-what-assn :cs (subject: (s 2 q: (wh 3) omission: subject or object)) :ds (subject: (2 (3))) :ex "what he will do is uncertain. / what is the truth is uncertain.") (pa-frame extrap-wh-to-inf :cs (subject: "it" adj-comp: (vp 2 q: (wheth) mood: to-infinitive control: arbitrary) :ds (subject: 2) :ex "it was unclear whether to go") (pa-frame subj-wh-to-inf :cs (subject: (vp 2 q: (wheth) mood: to-infinitive control: arbitrary)) :ds (subject: (anyone + 2) :ex "whether to go was unclear.") (pa-frame extrap-what-to-inf :cs (subject: "it" adj-comp:(vp 2 q: (wh 3) mood: to-infinitive control: arbitrary omission: object)) :ds (subject: (2 (3))) :ex "it was unclear what to do") (pa-frame subj-what-to-inf :cs (subject: (vp 2 q: (wh 3) mood: to-infinitive control: arbitrary omission: object)) :ds (subject: (2 (3))) :ex "what to do was unclear.") (frame-group adj-for-to-inf (extrap-for-to-inf subj-for-to-inf extrap-to-inf subj-to-inf)) (pa-frame extrap-for-to-inf :cs (subject: "it" adj-comp: ("for" (np 3)(vp 4 to-inf control: oblique)) :ds (subject: (3 + 4)) :ex "it is practical for Evan to go to school.") (pa-frame subj-for-to-inf :cs (subject: ("for" (np 3)(vp 4 mood: to-inf control: oblique))) :ds (subject: (3 + 4)) :ex "for Evan to go to school is practical.") (pa-frame extrap-to-inf :cs (subject: "it" adj-comp: (vp 3 to-inf control: arbitrary)) :ds (subject: (anyone + 3)) :ex "it is practical to go to school.") (pa-frame subj-to-inf :cs (subject:(vp 4 mood: to-inf control: arbitrary)) :ds (subject: (anyone + 4)) :ex "to go to school is practical.") (frame-group adj-for-inf-oc (extrap-for-to-inf subj-for-to-inf obj-for-to-inf obj-to-inf )) ;; This is a long-distance dependency too. Anything allowable by the ;; syntax of long-distance dependencies can be omitted from the lower clause. ;; ;; The teacher was easy for her to (try to) talk to. (pa-frame obj-for-to-inf :cs (subject: (np 1) adj-comp: ("for" (np 3) (vp 4 mood: to-inf control: oblique omission: object))) :ds (subject: (3 + 4 (1))) :ex "the race was easy for her to win.") (pa-frame obj-to-inf :cs (subject: (np 1) adj-comp: (vp 2 mood: to-inf control: arbitrary omission: object)) :ds (subject: (anyone + 2 (1))) :ex "the race was easy to win.") (frame-group adj-for-inf-sc (extrap-for-to-inf subj-for-to-inf subj-to-inf-sc)) (pa-frame subj-to-inf-sc :cs (subject: (np 1) adj-comp: (vp 2 mood: to-inf control: subject)) :ds (subject: (1 + 2)) :ex "Joan was kind to invite me.") ; adj-comp as "object" (pa-frame assn-adj :cs (subject: (np 1) adj-comp: (s 2 that-comp: optional)) :ds (subject: 1, a-comp: 2) :ex "they were certain (that) the team would lose.") (pa-frame for-to-adj :cs (subject: (np 1) adj-comp:("for" (np 3) (vp 4 mood: to-inf control: oblique))) :ds (subject: 1, a-comp: (3 + 4 )) :ex "he was anxious for her to succeed.") (pa-frame assn-subjunct-adj :cs (subject: (np 1) adj-comp: (s 2 that-comp: required mood: base)) :ds (subject: 1, a-comp: 2) :ex "I am insistent that he study.") (pa-frame assn-wh-adj :cs (subject: (np 1) adj-comp: (s 2 q: (if wheth))) :ds (subject: 1, a-comp: 2) :ex "they were uncertain if it would work.") ; ; other complements (vp/pp) ; ;; See comments about control above. (pa-frame adj-vp :cs (subject: (np 1) adj-comp: (vp 2 mood: to-infinitive control: subject)) :ds (subject: 1, a-comp: (1 + 2)) :ex "she was able to climb the mountain.") (pa-frame adj-pp :cs (subject: (np 1) adj-comp: (pp 2 pval: (" "))) :ds (subject: 1, a-comp: 2) :ex "he was happy for her./ he was disappointed in their behavior.") ; Notes: ; We are not handling "it is unclear what color to paint the house.". ; The wh complements require a negative adverb ; *"they were certain if it would work." ; "they were not certain/uncertain if it would work." ; how about: "they were uncertain about whether the clock would work." ; "it was kind of Rose to invite me." ? .uh "Other adjective features" .fi These are possible values of the .b :features slot of .b adjective structures. Note: this set of features is taken directly from the Linguistic String Project classification. .ip ainpa an adjective is in the subclass AINPA if it occurs in a preposition + adjective phrase in a sentence adjunct position .nf "in general"/ "at present" frame: ("in"/"at") ADJ .ip ainrn .br an adjective is in the class AINRN if it can occur as a single-word right adjunct of a noun .nf "the people present" frame: N ADJ X (X is not an adjunct) .ip apreq .br an adjective (or ving or ven form of the verb) is in APREQ if it occurs before a quantifier which is a left adjunct of N .nf "an additional five people" frame: (T) ADJ Q N .ip ascale an adjective is in ASCALE if it can occur to the right of the measure sequence quantifier-noun in which the N is in the subclass NUNIT (eg. "inches" "feet" "years") .nf "the line is 10 inches LONG" "a ten inch LONG line" frame: Q NUNIT ADJ (adj is not comparative) .ip atimetag adjectives (and articles) classified as ATIMETAG may occur as sentence adjuncts as left-adjuncts of NTIME1 (eg. "week" "year" "Tuesday") .nf "last Tuesday"/ "next week" frame: ADJ/Det NTIME1 .bp .uh "Noun features" .uh "Noun complement frames" .nf .ta 1.8i .sz 10 ; ; sentential complements of the noun ; (frame-group assn-np (np-assn-comp np-be-assn-comp)) (np-frame np-assn-comp :cs (head: (NOUN 1) right-adjunct: (s 2 that-comp: required)) :ds (head: 1, n-pred: 2) :ex "the assumption that he will go") (s-frame np-be-assn-comp :cs (subject: (NOUN 1) verb: "be" object: (s 2 that-comp: required)) :ds (subject: 1, s-pred: 2) :ex "the assumption is that he will go." ) (frame-group for-to-inf-np (np-for-to-inf np-be-for-to-inf np-to-inf np-be-to-inf)) (np-frame np-for-to-inf :cs (head: (NOUN 1) right-adjunct: ("for" (np 2) (vp 3 mood: to-inf control: oblique)))) :ds (head: 1, n-pred: (2 + 3)) :ex "the plan for her to study physics") (s-frame np-be-for-to-inf :cs (subject: (NOUN 1) verb: "be" object: ("for" (np 2)(vp 3 mood: to-inf control: oblique))) :ds (subject: 1, s-pred: (2 + 3)) :ex "the plan is for her to study physics.") (np-frame np-to-inf :cs (head: (NOUN 1) right-adjunct:(vp 2 mood: to-inf control: arbitrary))) :ds (head: 1, n-pred: (anyone + 2)) :ex "the plan to study physics") (s-frame np-be-to-inf :cs (subject: (NOUN 1) verb: "be" object: (vp 2 mood: to-inf control: arbitrary)) :ds (subject: 1, s-pred: (anyone + 2)) :ex "the plan is to study physics.") (frame-group wh-assn-np (np-wh-assn np-be-wh-assn np-wh-to-inf np-be-wh-to-inf)) (np-frame np-wh-assn :cs (head: (NOUN 1) right-adjunct: (s 2 q: (if wheth)))) :ds (head: 1, n-pred: 2) :ex "the question whether he should go") (s-frame np-be-wh-assn :cs (subject: (NOUN 1) verb: "be" object: (s 2 q: (if wheth))) :ds (subject: 1, s-pred: 2) :ex "the question is whether he should go.") (np-frame np-wh-to-inf :cs (head: (NOUN 1) right-adjunct: (vp 2 mood: to-inf control: arbitrary)) :ds (head: 1, n-pred: (anyone + 2)) :ex "the question whether to go.") (s-frame np-be-wh-to-inf :cs (subject: (NOUN 1) verb: "be" object: (vp 2 mood: to-inf control: arbitrary)) :ds (subject: 1, n-pred: (anyone + 2)) :ex "the question is whether to go.") (frame-group assn-subjunct-np (np-assn-subjunct np-be-assn-subjunct)) (np-frame np-assn-subjunct :cs (head: (NOUN 1) right-adjunct: (s 2 that-pred: required mood: base)) :ds (head: 1, n-pred: 2) :ex "the order that he leave the camp") (s-frame np-be-assn-subjunct :cs (subject: (NOUN 1) verb: "be" object: (s 2 that-pred: required mood: base)) :ds (subject: 1, s-pred: 2) :ex "the order is that he leave the camp.") (frame-group assn-np-assn (np-assn-comp-be-assn assn-np)) (s-frame np-assn-comp-be-assn :cs (subject: (np (head: (NOUN 1) right-adjunct: (s 2 that-comp: required))) verb: "be" object: (s 3 that-comp: required)) :ds (subject: (head: 1 n-pred: 2) s-pred: 3) :ex "the evidence that he murdered her was that his fingerprints were on the gun.") (frame-group for-to-inf-np-assn (np-for-to-inf-be-assn np-for-to-inf-be-to-inf np-to-inf-be-assn assn-np-assn np-to-inf np-to-inf-be-to-inf)) (s-frame np-for-to-inf-be-assn :cs (subject: (np (head: (NOUN 1) right-adjunct: ("for" (np 2)(vp 3 mood: to-inf control: oblique)))) verb:"be" object: (s 4 that-comp: required)) :ds (subject: (head: 1 n-pred: (2 + 3)) s-pred: 4) :ex "the reason for him to go was that he was needed there.") (s-frame np-for-to-inf-be-to-inf :cs (subject: (np (head: (NOUN 1) right-adjunct: ("for" (np 2)(vp 3 mood: to-inf control: oblique)))) verb:"be" object:(vp 4 mood: to-inf control: oblique)) ??? :ds (subject: (head: 1 n-pred: (2 + 3)) s-pred: (2 + 4)) :ex "the reason for him to go was to help the situation.") (s-frame np-to-inf-be-assn :cs (subject: (np (head: (NOUN 1) right-adjunct: (vp 2 mood: to-inf control: arbitrary))) verb:"be" object: (s 3 that-comp: required)) :ds (subject: (head: 1 n-pred: (anyone + 2)) s-pred: 3) :ex "the reason to go was that there was a bad situation developing.") (s-frame np-to-inf-be-to-inf :cs (subject: (np (head: (NOUN 1) right-adjunct: (vp 2 mood: to-inf control: arbitrary))) verb:"be" object: (vp 3 mood: to-inf control: arbitrary)) :ds (subject: (1 (anyone + 2)) s-pred: (anyone + 2)) :ex "the reason to go was to help the situation.") (frame-group np-be-assn (np-be-assn-comp np-be-for-to-inf np-be-to-inf np-be-assn-subjunct)) (frame-group assn-p-np (extrap-p-np-assn-compp-np-assn-comp-subj extrap-p-np-for-to-inf ** p-np-for-to-inf extrap-p-np-wh-assn p-np-wh-assn)) (s-frame extrap-p-np-assn-comp :cs (subject: "it" verb: "be" object: ((prep 2 pval: (" "))(np (head: (NOUN 3)) (s 4 that-comp: required)))) :ds (subject: 4, s-pred: (2 (3))) :ex "it is of concern that he went.") (s-frame p-np-assn-comp-subj :cs (subject: (s 1 that-comp: required) verb: "be" object:(prep 2 pval (" "))(np (head: (NOUN 3)))) :ds (subject: 1, s-pred: (2 (3))) :ex "that he went is of concern.") (s-frame extrap-p-np-for-to-inf :cs (subject: "it" verb: "be" object: ((prep 2 pval: (" "))(np (head: (NOUN 3))) ("for" (np 4)(vp 5 mood: to-inf control: oblique)))) :ds (subject: (4 + 5), s-pred: (2 (3))) :ex "it would be of some consequence for you to come.") (s-frame p-np-for-to-inf :cs (subject:("for" (np 2)(vp 3 mood: to-inf control: oblique)) verb: "be" object: ((prep 4 pval: (" ")) (np (head: (NOUN 5))))) :ds (subject: (4 (5)), s-pred: (2 + 3)) :ex "for you to come would be of some consequence.") (s-frame extrap-p-np-wh-assn :cs (subject: "it" verb: "be" object: ((prep 2 pval: (" "))(np (head: (NOUN 3))) (s 4 q: (if wheth)))) :ds (subject: 4, s-pred: (2 (3))) :ex "it is of concern whether he went.") (s-frame p-np-wh-assn :cs (subject: (s 1 q: (if wheth)) verb: "be" object: ((prep 2 pval: (" "))(np (head: (NOUN 3))))) :ds (subject: 1, s-pred: (2 (3))) :ex "whether he went is of concern.") ** pval is "of" or "to" .uh "Other noun features" .fi These are possible values of the .b :features slot of .b noun structures. Note: this set of features is taken directly from the Linguistic String Project classification. .ip aggregate a singular noun is aggregate if it can occur as the subject of both definitely singular and definitely plural verbs: .nf "the GROUP have changed its mind." "the GROUP has changed their minds." frame: NOUN V (singular or plural) .ip initial used for the abbreviation of proper names (Harry S. Truman), names of organizations (A. F. of L.) etc. Includes all 26 letters of the alphabet .ip name a noun is a name if it can appear after NTITLE (eg. "Dr." "Mrs."),NCOUNT3 (eg. "President" "Secretary of State") or INITIAL or NAME .nf "Dr.JONES"/ "President BUSH" "Mary T.GRINCH"/ John SMITH frame: NTITLE/ NCOUNT3/ NAME INITIAL/ NAME .ip nclassifier a noun is in NCLASSIFIER if it occurs as the host of another noun which is in commaless apposition to the NCLASSIFIER .nf "the ELEMENT hydrogen"/ "the SYMBOL #" frame: The NCLASSIFIER N "be" (the second noun is not NHUMAN) .ip ncollective a noun is in NCOLLECTIVE if it occurs as the non-plural subject of a collective verb when that verb has a null object. .nf "DUST gathered." or as a non-plural object of a collective verb "the shelp will gather DUST" frame: NCOLLECTIVE V* N V* NCOLLECTIVE * V is a collective verb .ip ncount1 occurs in the environment "a(n)" __ V Obj and not in ___ V Obj .nf "a BOOK fell" *"BOOK fell" frame: Det N .ip ncount2 is an NCOUNT1 which as object of a specified preposition, occurs without a preceeding article. .nf "He came by car." frame: P NCOUNT1 .ip ncount3 is an NCOUNT1 which can occur without a preceeding article after "be": .nf "he is president", in "they elected him president.", and in "he remained president." .ip nhuman can occur as the first noun in an complement (ie as an indirect object) .nf "she bought the BOY a book." or as host of a right-adjunct relative-clause headed by "who" "the MAN who came to dinner stayed on." frame: NHUMAN N NHUMAN "who" .ip nletter all the letters of the alphabet when used as a variant of a number in a noun-quantifier sequence (noun is NPREQ or NAME) .nf "table A" (like "table 1") frame: NPREQ NLETTER NAME NLETTER .ip npreq a noun which is not also a proper name is in NPREQ if it occurs as the noun in the noun-quantifier sequence (the quantifier must be a number) in the left-adjunct position of another noun .nf "a SIZE ten dress" frame: det NPREQ Q N .ip nscale these nouns occur as object of the preposition in the sequence Q NUNIT PP .nf "the line is two inches in LENGTH" frame: Q NUNIT P NSCALE .ip nsentp is a noun that is allowed a sentential complement if it is preceded by either "of" or "to" .nf "it is of INTEREST that he came" frame: "it" "be" "of"/"to" NSENTP "be" "of"/"to" NSENTP .ip ntime1 a noun is in NTIME1 if it can not occur alone as a sentence adjunct. It occurs with left-adjuncts adj and adv timetags .nf "last WEEK" and with right-adjuncts (adverbial timetags) "a WEEK ago" frame: timetag NTIME1 NTIME1 timetag .ip ntime2 a noun is in NTIME2 if it can occur alone as a sentence adjunct .nf "yesterday he left." frame: NTIME2 assn assn NTIME2 .ip ntitle a noun is in NTITLE if it can precede a person's name NCOUNT3 nouns need not also be classified as NTITLE .nf "Dr. John Smith" frame: NTITLE NAME (INITIAL NAME) .ip nunit a noun is in NUNIT if it can occur as the noun in the measure sequence quantifier-noun followed by pp or adj of demension .nf "two INCHES in length"/ "two INCHES long" frame: Q NUNIT PP (prepositional object is N: NSCALE) Q NUNIT Adj (adj is ASCALE) -------------------------------------------------------------------------- Have fun! Catherine