![]()
PN = {Mary, John, Bill, Sarah}
CN = {carpenter, woman, mathematician}
Det = {a}
VI = {sleep, laugh, run}
VT = {kiss, see, call}
Adj = {lazy, wise, gifted}
Ploc = {near, above, on}
Cop = {be}
S[NP VP] NP[PN] CNP[Det CN'] CN'[(AdjP) CN] AdjP[Adj]
PP[P NP]
VP[VI]
VP[VT NP]
VP[Cop CNP/PP/AdjP] VP[VP
PP]
Delete constituents without meaning (i.e. the copula and the determiner), and delete the branches that don't dominate a constituent. Then the structures allowed at LF are the following:
Single-branching trees:
1) NP[PN]
2) CNP[CN'] 3) CN'[CN]
4) AdjP[Adj] 5) VP[VI]
6) VP[CNP] 7) VP[AdjP] 8) VP[PP]
Binary branching trees:
9) S[NP VP]
10) VP[VT NP] 11) CN'[AdjP
CN] 12) PP[P NP]
13) VP[VP PP]
D is a set of objects
L is a set of locations
f is a function whose domain is the lexicon and whose range is the set
of
possible denotations (i.e. f provides the denotation of lexical items)
|| || is a function whose domain is the set of expressions of the
language, and
whose range is the set of possible denotations.
For any lexical item a, ||a||
= f(a)
Loc is a function with domain the union of the set of NPs and the set
of Vs,
and range L, such that
Loc(NP), lNP , is the location of the denotation of the
NP
e.g. Loc(NP[Mary]), lMary , is the location
of the individual Mary
Loc(VI/T), lV, is the location of the situation
described by the verb
e.g. Loc (V[run]), lrun, is the location of
the event of running
Semantic Types (only of categories visible at LF)
||S|| is a member of {1,0}
||PN|| is a member of D
||NP|| is a member of D
||CN|| is a subset of D
(i.e. a member of the power set of D)
||CN'|| is a subset of D
||CNP|| is a subset of D
||Adj|| is a subset of D
||AdjP|| is a subset of D
||VI|| is a subset of D
||VT|| is a subset of DXD
(i.e. a member of the power set of DXD)
||VP|| is a subset of D
||P|| is a subset of LXL
(i.e. a member of the power set of LXL)
||PP|| is a subset of L
1) For any syntactic constituent a,
b,
||a[b]||
= ||b|| or Loc(b)
(I.e. if a node in the tree dominates only one constituent, it inherits the denotation of its daughter, or the location of the denotation of its daughter. We'll return to this later, but assume at the moment that the choice is fully determined by the semantic types of the mother and the daughter, and the applicable semantic rules.)
2) || S[NP VP]|| = 1 iff ||NP|| is a member of ||VP||
3) ||VP[VT NP]|| = {x|<x,||NP||> is a member of ||VT||}
4) ||CN'[AdjP CN]|| = the intersection of ||AdjP|| and ||CN||
5) ||PP[P NP]|| = {l|<l,lNP> is a member of ||P||}
6) ||VPi[VPj PP]||
= VPj and lV is a member of ||PP||