1 / 47

CAS LX 522 Syntax I

CAS LX 522 Syntax I. Week 4b. Tree geometry and c-command. Trees. An abstract tree structure…. A. B. C. E. D. Trees. The “joints” of the tree are nodes . The nodes here are labeled (with node labels ). A. B. C. E. D. Trees.

tallys
Download Presentation

CAS LX 522 Syntax I

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. CAS LX 522Syntax I Week 4b. Tree geometryand c-command

  2. Trees An abstract tree structure… A B C E D

  3. Trees • The “joints” of the tree are nodes. The nodes here are labeled (with node labels). A B C E D

  4. Trees • The “joints” of the tree are nodes. The nodes here are labeled (with node labels). • Nodes are connected by branches. A B C E D

  5. Trees • The “joints” of the tree are nodes. The nodes here are labeled (with node labels). • Nodes are connected by branches. • The node at the top of the tree (with no branches above it) is called the root node. A is the root node. A B C E D

  6. Trees • Nodes with no branches beneath them are called terminal nodes. • B, D, E are terminal nodes. A B C E D

  7. Trees • Nodes with no branches beneath them are called terminal nodes. • B, D, E are terminal nodes. • Nodes with branches beneath them are called nonterminal nodes. • A, C are nonterminal nodes. A B C E D

  8. Tree relations • A node X dominates nodes below it on the tree; these are the nodes which would be pulled along if you grabbed the node X and pulled it off of the page. A B C E D

  9. Tree relations • A node X dominates nodes below it on the tree; these are the nodes which would be pulled along if you grabbed the node X and pulled it off of the page. • C dominates D and E. A B C C E D E D

  10. Tree relations • Remind you of anything?To briefly reconnect with actual language data, it seems as if you do something to C (like pull it off the page), it affects D and E as a unit. A B C C E D E D

  11. Tree relations • A set of terminal nodes is a constituent if they are all dominated by the same node and no other terminal nodes are dominated by that node. • “D E” is a constituent. • “B D” is not. A B C C E D E D

  12. Tree relations • A node X immediately dominates a node Y if X dominates Y and is connected by only one branch. • A immediately dominatesB and C. A B C E D

  13. Tree relations • A node X immediately dominates a node Y if X dominates Y and is connected by only one branch. • A immediately dominatesB and C. • A is also sometimes called the mother of B and C. A B C E D

  14. Tree relations • A node which shares the same mother as a node X is sometimes called the sisterof X. • B is the sister of C. • C is the sister of B. • D is the sister of E. A B C E D

  15. Tree relations • A node X c-commands its sisters and the nodes dominated by its sisters. A B C E D

  16. Tree relations • A node X c-commands its sisters and the nodes dominated by its sisters. • B c-commands C, D, and E. A B C E D

  17. Tree relations • A node X c-commands its sisters and the nodes dominated by its sisters. • B c-commands C, D, and E. • D c-commands E. A B C E D

  18. Tree relations • A node X c-commands its sisters and the nodes dominated by its sisters. • B c-commands C, D, and E. • D c-commands E. • C c-commands B. A B C E D

  19. X-bar configurations • The complement is the sister of the head. • The specifieris the sister of X that is a daughter of XP. XP YP X ZP X

  20. Precedence • The tree also encodes the linear order of the terminal nodes.

  21. Precedence • The tree also encodes the linear order of the terminal nodes. • The is pronounced before students. NP D N the students

  22. Precedence • The tree also encodes the linear order of the terminal nodes. • The is pronounced before students. • Saw is pronounced before the and students. VP V NP saw D N the students

  23. Precedence • That is, V is pronounced before NP, meaning V is pronounced before all of the terminal nodes dominated by NP. VP V NP saw D N the students

  24. Precedence • Even if the tree is drawn sloppily, nothing changes—(everything dominated by) V is pronounced before (everything dominated by) NP. This is still “saw the students”. VP V NP saw D N the students

  25. No line crossing • One of the implications of this is that you cannot draw a well-formed tree with lines that cross. • The can’t be pronounced before V because The is part of DP and V has to be pronounced before all of DP. VP DP D NP the V students meet

  26. Tree relations • What does DP2 dominate? PP? IP? • What does the c-command? walk? • What are the daughters of IP? PP? • John walked to the store.

  27. Negative Polarity Items • Certain words in English seem to only be available in “negative” contexts. • Pat didn’t invite anyone to the party. • Pat does not know anything about syntax. • Pat hasn’tever been to London. • Pat hasn’t seen Forrest Gumpyet. • *Pat invited anyone to the party. • *Pat knows anything about syntax. • *Pat has ever been to London. • *Pat has seen Forrest Gumpyet.

  28. Negative Polarity Items • These are called negative polarity items. • They include ever, yet, anyone, anything, any N, as well as some idiomatic ones like lift a finger and a red cent. • Pat didn’t lift a finger to help. • Pat didn’t have a red cent. • *Pat lifted a finger to help. • *Pat had a red cent.

  29. Any • Just to introduce a complication right away, there is a positive-polarity version of any that has a different meaning, known as the “free choice any” meaning. This meaning is distinguishable (intuitively) from the NPI any meaning, and we are concentrating only on the NPI any meaning—for now, we will just consider any to be ambiguous, like bank. • John read anything the professor gave him. • Anyone who can understand syntax is a genius. • Pick any card.

  30. Licensing • NPI’s are only allowed to appear if there’s a negative in the sentence. • We say that negation gives them “license to appear”: NPI’s are licensed by negation in a sentence. • Just like you need a driver’s license to drive a car (legally), you need negation to use a NPI (grammatically).

  31. Negative Polarity Items • But it isn’t quite as simple as that. Consider: • I didn’t see anyone. • *I saw anyone. • *Anyone didn’t see me. • *Anyone saw me. • It seems that simply having negation in the sentence isn’t by itself enough to license the use of an NPI.

  32. Negative Polarity Items • As a first pass, we might say that negation has to precede the NPI. • I didn’t see anyone. • *Anyone didn’t see me. • But that’s not quite it either. • *[That John didn’t stay] surprised anyone. • [That John didn’t stay] didn’t surprise anyone.

  33. Negative Polarity Items • *[That John didn’t stay] surprised anyone. • [That John didn’t stay] didn’t surprise anyone. IP CP I I VP IP C (di)-d(n’t) that DP V DP I surprise anyone John I VP (di)-d(n’t) stay

  34. Structural ambiguity • John said that Bill slipped in the kitchen. • This sentence has two possible meanings; either John said it in the kitchen, or Bill slipped in the kitchen (according to John). • John said that Bill will leave yesterday. • John said that Bill will leave tomorrow.

  35. IP Structuralambiguity IP DP I John DP I John VP I -ed VP I -ed V CP say PP V C IP in thekitchen that V CP say DP I Bill C IP that VP I -ed DP I Bill V PP slip in thekitchen VP I slip -ed

  36. Negative Polarity Items • John said that Bill didn’t slipin any room in the house. • Suddenly, it has only one meaning. Why? • John said: In no room did Bill slip. • *John said in any room: Bill didn’t slip.

  37. IP NPIs * IP DP I John DP I John VP I -ed VP I -ed V CP say PP V C IP in anyroom… that V CP say DP I Bill C IP that VP I -dn’t DP I Bill V PP slip in anyroom… VP I slip -dn’t

  38. Negative Polarity Items • How about: • John didn’t say that Bill slipped in any room in the house. • What do we predict?

  39. IP NPIs IP DP I John DP I John VP I -dn’t VP I -dn’t V CP say PP V C IP in anyroom… that V CP say DP I Bill C IP that VP I -ed DP I Bill V PP slip in anyroom… VP I slip -ed

  40. Negative Polarity Items • John didn’t say that Mary slipped in any room in the house. • …He said that when he was out in the yard… • …He said that she slipped on the sidewalk… • Both meanings are good, because both possible structural positions for the NPI are c-commanded (thus licensed) by the negation.

  41. Anaphors • Recall from the first week the anaphors: himself, herself, themselves, myself, yourself. • Anaphors get their reference from somewhere else, necessarily. Their antecedent. • I saw myself in the mirror. • John cut himself shaving. • *Himself left.

  42. Anaphors • John’s pictures of himself disturb me. • *John’s pictures of me disturb himself. • *John’s mother drew pictures of himself. • John’s mother drew pictures of herself. • The man near Mary adores himself.

  43. Anaphors • Anaphors also need to find their antecedent “nearby.” • John saw himself in the mirror. • *John said that Mary saw himself in the mirror. • Binding Theory. Principle A. An anaphor must be bound within its binding domain.

  44. Principle A • Principle A. An anaphor must be bound in its binding domain. • Binding domain: The extent of “nearby”. • Bound: getting its reference from a c-commanding antecedent. • Mary said that [IPJohnihurt himselfi ].

  45. Principle A • The definition of binding domain is very complicated (this occupied many syntacticians in the early ’80s). • A clause (IP) delimits a binding domain. • But other things do too… • Mary likes [DP John’s picture of himselfi]. • *Maryi likes [DPJohn’s picture of herselfi]. • Maryi wants [DPa picture of herselfi].

  46. Binding domain • Let’s say this: • The binding domain for an anaphor is the smallest of: • A CP that dominates it. • A DP with a specifier that dominates it. • Note! This is not perfect, but it is a pretty close approximation.

  47.         

More Related