diff options
Diffstat (limited to 'linguistics/syntax.md')
-rw-r--r-- | linguistics/syntax.md | 34 |
1 files changed, 20 insertions, 14 deletions
diff --git a/linguistics/syntax.md b/linguistics/syntax.md index d9cbe7b..17fd901 100644 --- a/linguistics/syntax.md +++ b/linguistics/syntax.md @@ -36,18 +36,21 @@ Certainly, all of syntax cannot be taught at once. Yet the desire to generalize - [Minimalism](#minimalism) [n/a] - [Merge, Part II](#merge-part-ii) - Projection [SKS 5] - - Selection + - Selection [SKS 8] - Move [SKS 8] - [Affix Hopping](#affix-hopping) - Head Movement [SKS 8.3] + - [Subject Raising](#subject-raising) [SKS 12.4] - Wh- Movement [SKS 10] - - [vP Shells](#vp-shells) [SKS 12.4] - Agree - Theta Roles [SKS 6.8.1] - Locality - [Binding](#binding) [SKS 7] - Raising & Control [SKS 9] - Advanced Syntax + - Negation + - Ellipsis + - Parsing - References </details> @@ -84,7 +87,7 @@ Surprisingly (or unsurprisingly), we shall see that these ideas generalize to se Why are proper names $D$s? Why is it possible to say either *I moved the couches* and *I moved couches*, but only possible to say *I moved the couch* and not *I moved couch*? Why is the infinitive form of a verb identical to the present, in some cases? -These inconsistencies can be all addressed by one (controversial) concept: the idea of *silent morphemes*, invisible in writing and unpronounceable in speech. We represent such morphemes as ∅, and so may write the earlier strange sentence as *I moved ∅-couches*. +These inconsistencies can be all addressed by one (strange) concept: the idea of *silent morphemes*, invisible in writing and unpronounceable in speech. We represent such morphemes as ∅, and so may write the earlier strange sentence as *I moved ∅-couches*. ... @@ -265,9 +268,7 @@ Merge is *the* fundamental underlying aspect of syntax and arguably language as So far, we have not dealt with tense. We have diagrammed sentences with verbs in present and past forms by entirely ignoring their *-s* and *-ed* affixes. But tense is an aspect of grammar just like anything else, and writing it off as purely semantic does no good to anyone. Indeed, the English future having its tense marker *will* as a free-standing morpheme strongly suggests that we have to treat tense as a syntactic category in its own right, and not just as an inflectional property of verbs. -A tense needs a *subject*. This is evident in our tree structure below, but is motivated by... - -For now, we'll consider the verb to no longer be in charge of selecting the subject. This is not in fact accurate - as we will see at the end of this section - but it is a simplification we shall make for the time being. +A tense needs a *subject*. This is often stated as the **extended projection principle**, for how fundamentally it influences the structure of sentences. For now, we'll consider the verb to no longer be in charge of selecting the subject, and leave it to the tense. This is not in fact accurate - as we will see at the end of this section - but it is a simplification we shall make for the time being. ![will](tense-will.png) <details markdown="block"> @@ -318,6 +319,8 @@ In this section, we introduce the idea of *movement*: that certain portions of s </details> +(we say that *-ed* leaves a **trace** when moving to *walk*. we denote this here with *(-ed)*, but another common notation is to write *t*.) + English's first-person present does not inflect the verb, and so we must introduce a null $T$. A similar example is given for the present tense in the third person, which does have an explicit tense marker. ![()](tense-null.png) @@ -400,9 +403,9 @@ Consider the following sentence: *Alice will speak to the assembly*. With our cu The $D$ *Alice* here is the subject. While replacing it with some $D$s produces grammatical sentences ex. *The prime minister will speak to the assembly*: this is not true of all $D$s. Slotting in inanimate $D$s like *Time will speak to the assembly* and *Knowledge will speak to the assembly* produces grammatically unacceptable sentences. So there is some *selection* occurring somewhere in the sentence that wants a particular *feature set* (f-features) from the subject $D$, specifically, animacy. -Observe, however, that our tree structure suggests that $T$ - and only $T$ - is involved in the selection of $Alice$ as the subject, given locality of selection. But this can't be quite right. Plenty of other sentences involving the $T$ *will* are just fine with inanimate subjects: *Time will pass*, *Knowledge will be passed on*, etc. (Notice that *Alice will pass* and *Alice will be passed on* are similarly ungrammatical). How do we reconcile this? +Observe, however, that our tree structure suggests that $T$ - and only $T$ - is involved in the selection of $Alice$ as the subject, given locality of selection and the extended projection principle. But this can't be quite right. Plenty of other sentences involving the $T$ *will* are just fine with inanimate subjects: *Time will pass*, *Knowledge will be passed on*, etc. (Notice that *Alice will pass* and *Alice will be passed on* are similarly ungrammatical). How do we reconcile this? -We now introduce the idea of $vP$ shells and V-to-T movement. Our observations above point towards the $V$ of the sentence rather than the $T$ selecting for the subject $D$ - somehow. This selection would break our guiding principle of locality of selection. But this behavior *does* occur. Can we extend our model to explain this, *without* modifying the locality of selection that has been so useful thus far? We can, indeed, with movement, and illustrate so in the following tree. +We now introduce the idea of **subject raising** / $vP$ shells. Our observations above point towards the $V$ of the sentence rather than the $T$ selecting for the subject $D$ - somehow. This selection would break our guiding principle of locality of selection. But this behavior *does* occur. Can we extend our model to explain this, *without* modifying the locality of selection that has been so useful thus far? We can, indeed, with movement, and illustrate so in the following tree. ![`[T [D Alice] [T_D [T_{D,V} will] [V [D (subj)] [V_D [V_{D,P} speak] [P [P_D to] [D [D_N the] [N assembly]]]]]]]`](subject-movement.png) <details markdown="block"> @@ -429,9 +432,10 @@ We now introduce the idea of $vP$ shells and V-to-T movement. Our observations a </details> -So we say that *Alice* is originally selected by the $V$ and *moves* to its surface position in the $T$. Our head movement principles allow for this. This does mean that every tree diagram we have drawn up until now is inaccurate, and that almost every tree we draw going forward will have to have this somewhat redundant V-to-T movement. This is a fine tradeoff to make in exchange for accurately describing previously-unclear syntactic behavior. +So we say that *Alice* is originally selected by the $V$ and *moves* to its surface position in the $T$. *Alice* satisfies the projection principle by being selected by the $V$, satisfies the extended projection principle by fulfilling the role of the subject for the $T$, and satisfies locality of selection by being in complement and specifier position for the $V$ and the $T$, respectively. Our concept of movement allows *Alice* to play **both** roles at the same time. This does mean that every tree diagram we have drawn up until now is inaccurate, and that almost every tree we draw going forward will have to have this somewhat redundant subject raising. This is a fine tradeoff to make in exchange for accurately describing previously-unclear syntactic behavior. + +This subject raising is an example of **A-movement** (argument movement). A-movement exists in contrast to **A'-movement** (movement to a non-argument position), which is responsible for wh-movement and topicalization: two topics that we shall touch on shortly. -> Note: this is not called V-to-T movement. What *is* it called? ### small clauses @@ -449,13 +453,14 @@ How do pronouns work? The theory of binding operates under three fundamental principles. - **Principle A**: an anaphor must be bound in its domain. -- **Principle B**: a pronoun must be free in its domain. +- **Principle B**: a (personal) pronoun must be free in its domain. - **Principle C**: an r-expression may never be bound. Our principles imply various things. Principle A implies that: -- a reflexive must be coreferential with its antecedent -- the antecedent of a reflexive must c-command the reflexive -- the reflexive and its antecedent must be in all the same nodes that have a subject +- a reflexive must be *coreferential* with its antecedent + - (agreeing in person, number, and gender) +- the antecedent of a reflexive must *c-command* the reflexive +- the reflexive and its antecedent must be *in all the same nodes* that have a subject ### raising and control @@ -465,4 +470,5 @@ Our principles imply various things. Principle A implies that: ## References - ✨ [An Introduction to Syntactic Analysis and Theory](https://annas-archive.org/md5/11bbf70ff9259025bc6985ba3fa4083b) +- ✨ [The Science of Syntax](https://pressbooks.pub/syntax/) - MIT 24.902: [2017](https://web.mit.edu/norvin/www/24.902/24902.html), [2015](https://ocw.mit.edu/courses/24-902-language-and-its-structure-ii-syntax-fall-2015/), [2003](https://ocw.mit.edu/courses/24-902-language-and-its-structure-ii-syntax-fall-2003/) |