edits
authorChris <chris.barker@nyu.edu>
Tue, 12 May 2015 13:19:56 +0000 (09:19 -0400)
committerChris <chris.barker@nyu.edu>
Tue, 12 May 2015 13:19:56 +0000 (09:19 -0400)
topics/_week15_continuation_applications.mdwn

index cc5c9e2..b56fcc0 100644 (file)
@@ -109,7 +109,9 @@ Here, QDP is a scope-taking quantificational DP.
 Just to emphasize the similarity between QR and shift, we can use QR
 to provide insight into the tree task that mystified us earlier.
 
+<!--
 \tree (. (a)((S)((d)((S)(e)))))
+-->
 
 <pre>
   .
@@ -126,7 +128,9 @@ a  __|___
 
 First we QR the lower shift operator
 
+<!--
 \tree (. (S) ((\\x) ((a)((S)((d)((x)(e)))))))
+-->
 
 <pre>
    .
@@ -147,7 +151,9 @@ S  ___|___
 
 Next, we QR the upper shift operator
 
+<!--
 \tree (. (S) ((\\y) ((S) ((\\x) ((a)((y)((d)((x)(e)))))))))
+-->
 
 <pre>
    .
@@ -180,7 +186,9 @@ The relevant value for k is (\x.a(y(d(x e)))).  Then k "" is
 a(y(d(""(e)))), and k(k "") is a(y(d((a(y(d(""(e)))))(e)))).  In tree
 form:
 
+<!--
 \tree (. (S) ((\\y) ((a)((y)((d)(((a)((y)((d)(("")(e)))))(e)))))))
+-->
 
 <pre>
    .
@@ -211,7 +219,9 @@ S  ___|____
 Repeating the process for the upper shift operator replaces each
 occurrence of y with a copy of the whole tree.
 
+<!--
 \tree (. ((a)((((a)(("")((d)(((a)(("")((d)(("")(e)))))(e))))))((d)(((a)((((a)(("")((d)(((a)(("")((d)(("")(e)))))(e))))))((d)(("")(e)))))(e))))))
+-->
 
 <pre>
       .