X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=reader_monad.mdwn;h=a246e4fe6ef8ad06da76336a6207f6b1724bc50a;hp=e99fd7b868449461206a8e03c255ef9cccc9e172;hb=c486cebadaaf3b3a694bb141eb66ae96f6591b1f;hpb=7e4916e1826d742c2d4a6fc60f91f54bea3353a2 diff --git a/reader_monad.mdwn b/reader_monad.mdwn index e99fd7b8..a246e4fe 100644 --- a/reader_monad.mdwn +++ b/reader_monad.mdwn @@ -194,21 +194,22 @@ I guess you haven't you been paying close enough attention, or you don't have mu In Heim and Kratzer's textbook Semantics in Generative Grammar, the interpretation of complex phrases like \[[interprets complex phrases]] are trees that look like this: - - VP - / \ - / \ - / \ - / \ - / \ - / NP - / / \ - / / \ - V / \ - | / \ - \[[interprets]] AP N - / \ | - \[[complex]] \[[phrases]] +
+ VP + / \ + / \ + / \ + / \ + / \ + / NP + / / \ + / / \ + V / \ + | / \ +\[[interprets]] AP N + / \ | + \[[complex]] \[[phrases]] +
Now the normal way in which the nodes of such trees are related to each other is that the semantic value of a parent node is the result of applying the functional value of one of the daughter nodes to the value of the other daughter node. (The types determine which side is the function and which side is the argument.) One exception to this general rule is when multiple adjectives are joined together, as happens in \[[interprets complex English phrases]]. We'll ignore that though.