next up previous contents
Next: ECM Up: Features Previous: Agreement and Movement

Case

There are two features responsible for case-assignment:
$\langle$case$\rangle$, possible values: nom, acc, gen, none
$\langle$assign-case$\rangle$, possible values: nom, acc, none Case assigners (prepositions and verbs) as well as the VP, S and PP nodes that dominate them have an $\langle$assign-case$\rangle$ case feature. Phrases and lexical items that have case i.e. Ns and NPs have a $\langle$case$\rangle$ feature. Case assignment by prepositions involves the following equations:
(511)0(511
(512)
PP.b:$\langle$assign-case$\rangle =$ P.t:$\langle$case$\rangle$ 

(512)0(512
(513)
NP.t:$\langle$case$\rangle =$ P.t:$\langle$case$\rangle$ 

Prepositions come specified from the lexicon with their $\langle$assign-case$\rangle$ feature.

(513)0(513
(514)
P.b:$\langle$assign-case$\rangle =$ acc 

Case assignment by verbs has two parts: assignment of case to the object(s) and assignment of case to the subject. Assignment of case to the object is simpler. English verbs always assign accusative case to their NP objects (direct or indirect). Hence this is built into the tree and not put into the lexical entry of each individual verb.

(514)0(514
(515)
NPobject.t:$\langle$case$\rangle =$ acc 

Assignment of case to the subject involves the following two equations.

(515)0(515
(516)
NPsubj:$\langle$case$\rangle =$ VP.t:$\langle$assign-case$\rangle$ 

(516)0(516
(517)
VP.b:$\langle$assign-case$\rangle =$ V.t:$\langle$assign-case$\rangle$ 

This is a two step process - the final case assigned to the subject depends upon the $\langle$assign-case$\rangle$ feature of the verb as well as whether an auxiliary verb adjoins in. Finite verbs like sings have nom as the value of their $\langle$assign-case$\rangle$ feature. Non-finite verbs have none as the value of their $\langle$assign-case$\rangle$ feature. So if no auxiliary adjoins in, the only subject they can have is PRO which is the only NP with none as the value its $\langle$case$\rangle$ feature.


 
next up previous contents
Next: ECM Up: Features Previous: Agreement and Movement
XTAG Project
1998-09-14