Syntax 1 Wiki: Week 6: Difference between revisions
Line 52: | Line 52: | ||
<div style="color:#fff; background:#000080"> | <div style="color:#fff; background:#000080"> | ||
This schema licenses the following structures:<br> | This schema licenses the following structures:<br> | ||
#<i style="color:#ffff00">NP -> D NP</i> | |||
##[<i style="color:#ffff00">NP</i> [<i style="color:#ffff00">SPR</i> the][<i style="color:#ffff00">H</i> student]] | |||
##[<i style="color:#ffff00">NP</i> [<i style="color:#ffff00">SPR</i> those][<i style="color:#ffff00">H</i> apples]] | |||
#<i style="color:#ffff00"><i style="color:#ffff00">S -> NP VP</i> | |||
##[<i style="color:#ffff00">NP</i> [<i style="color:#ffff00">SPR</i> Lilly][<i style="color:#ffff00">H</i> smokes]] | |||
##[<i style="color:#ffff00">NP</i> [<i style="color:#ffff00">SPR</i> Lilly][<i style="color:#ffff00">H</i> likes Fido]] | |||
##[<i style="color:#ffff00">NP</i> [<i style="color:#ffff00">SPR</i> The student][<i style="color:#ffff00">H</i> showed a cat to Fido]] | |||
</div> | </div> | ||
Revision as of 22:45, 29 June 2019
Types of Phrases
Head-Complement Phrases
A head-complement phrase can be formed by combining a word [= the head daughter] with 1 or 2 signs [= the non-head daughter(s)] whose syntactic categories can be unified with the syntactic categories on the word’s comps list.
Schema 1: The head licenses a single complement
This schema licenses the following structure:
XP -> X + COMPS
Examples:
- [PP [H of][C Lilly]]
- [AP [H fond][C of Lilly]]
- [VP [H likes][C Fido]]
- [VP [H speaks][C to Fido]]
Schema 2: The head licenses two complements
This schema licenses the following structure:
XP -> X + COMPS
Examples:
- [VP [H show][C me][C Frankfurt]]
- [VP [H give][C the book][C to the student]]
- [VP [H put][C the book][C on the table]]
Head-Specifier Phrases
A head-specifier phrase can be formed by combining a sign [= the head daughter] with a second sign [= the non-head daughter] whose syntactic category can be unified with the syntactic category on the word’s spr list:
This schema licenses the following structures:
- NP -> D NP
- [NP [SPR the][H student]]
- [NP [SPR those][H apples]]
- S -> NP VP
- [NP [SPR Lilly][H smokes]]
- [NP [SPR Lilly][H likes Fido]]
- [NP [SPR The student][H showed a cat to Fido]]
Head-Modifier Phrases
Phrase Formation
Here is the file that we went through in class this week:
File:Phrase-Formation-Version3.pdf
Navigation: