Syntax 4장: Structural Relations
Tree는 geometric object다. 서로에 대해 spacially organized bits가 있음.
그걸 수학적으로 설명하는 게 이 챕터의 목적. 다른 챕터와는 조금 이질적일 수 있으며, 데이터 별로 없다.
Geometry of trees를 공부해야 하는 이유
1. 다양한 파트에 이름을 할당해줄 수 있으며, 각 파트가 서로와 어떻게 연관되는지 설명할 수 있다. (constituent의 정확한 정의 등)
2. Geometry of trees에 직접적으로 연관된 syntactic phenomena 많다. (예: anaphora)
1. The parts of a Tree
Branch: tree의 두 부분을 잇는 선
Node: branch의 끝
Label: node에 주어진 이름.
Root node: 항상 TP. 위에 line이 없는 node.
terminal node: 아래에 line이 없는 노드.
Non-terminal node: 아래에 branch가 있는 노드
2. Domination
A가 B노드보다 높이 있고, 오직 아래로 가는 선으로만 A와 B를 연결할 수 있으면 A는 B를 dominate한다.
2.1. exhaustive domination
A가 B,C,D만, 오직 그것만 dominate할 때 A는 {B,C,D}를 exhaustively dominate한다. Terminal node 기준으로 고름.
Constituent of: A가 B를 dominate하기만 한다면 B is a constituent of A.
Immediately dominate: A와 B 사이에 하나의 branch만 있고, A가 B를 dominate함.
-> root node: 모든 것을 dominate, dominated by nothing.
-> terminal node: dominates nothing
-> non-terminal node: dominates something
3. Precedence
Precedence: linear order. 뭐가 뭐보다 먼저 나왔는지
4. C-command
Informal 정의: 노드는 자매와 자매의 모든 딸(손녀, 증손녀 등)을 c-command함
Formal 정의: node a c-commands node B if every node dominating A also dominates B, and neither A nor B dominates the other.
Symmetric c-command: 자매 간에만 성립됨.
Asymmetric c-command: A asymmetrically c-commands B if A c-commands B but B doesn’t c-command A.
Government: immediate c-command. Binary일 때 한정, Node A governs node B if A c-commands B, and there is no node G, such that G is c-commanded by A and G asymmetrically c-commands B.
p.130 질문: 49번 그림 …에 C가 있으면 govern이 아닌가?
-> phrease-government: A가 phrase라면, G도 phrase
-> A가 head라면, G도 head.
5. grammatical Relations
(direct) object: NP/CP daughter of a VP
Object of preposition: NP daughter of PPw