X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?a=blobdiff_plain;f=topics%2Fweek15_continuation_applications.mdwn;h=dc486d8b9b42edcfd1ca2387ae3aa15745bd9d86;hb=f6c0df2dd622cb0cb5552fc1d940cd2a73b44792;hp=328b506ee9b7fc429e634f491b748b0a3455baa8;hpb=a57131771bf2f69f35614eb4b41cc43bf00540a2;p=lambda.git diff --git a/topics/week15_continuation_applications.mdwn b/topics/week15_continuation_applications.mdwn index 328b506e..dc486d8b 100644 --- a/topics/week15_continuation_applications.mdwn +++ b/topics/week15_continuation_applications.mdwn @@ -1,5 +1,5 @@ -[[!toc]] +[[!toc levels=2]] # Applications of continuations to natural language @@ -599,7 +599,20 @@ spontaneous resets, as long as the types match the following recipe: LOWER (---:---) == g[p]:α p S -This will be easiest to explain by presenting our first complete -example from natural language: - +At this point, it should be clear how the approach in the seminar +relates to the system developed in Barker and Shan 2014. Many +applications of continuations to natural langauge are developed in +detail there, including + +* Scope-taking +* Quantificational binding +* Weak crossover +* Generalized coordination +* Dynamic Binding +* WH-movement as delayed binding +* Semantic reconstruction effects +* Linear order effects in negative polarity licensing +* Donkey anaphora + +and much more.