1. He has not eaten yet today 2. What do you think John will buy at the supermarket?3. Didn’t john finish his assignment in the library?4. I ask how john solve the problem. 트리로 좀 그려주실래요? 다 안 그리셔도 돼요 제발 그냥 아시는 것만 그려주세요사진처럼 그려주실래요? 그리고 제가 그린 게 맞는 지도 좀 봐주세요
질문자님 요청에 따라 1\~4번 문장의 주요 구조를 모두 ASCII 트리로 그려 드립니다. 세부 수식어(부사구 등)는 일부 생략했고, 핵심 투사와 c-command 관계 확인에 필요한 부분만 표시했습니다.
1. He has not eaten yet today TP
/ \
DP T'
He \
T° has
\
NegP
/ \
Neg° VP
not / \
V' AdvP
/ \ \
V° DP yet-today
eaten Ø
2. What do you think John will buy at the supermarket? CP
/ \
Spec C'
What \
C° do
\
TP
/ \
DP T'
you \
T° to
\
VP
/ \
V' CP
/ / \
V° think Spec C'
Ø \
TP
/ \
DP T'
John \
T° will
\
VP
/ \
V' PP
/ / \
V° P° DP
buy at the-supermarket
3. Didn’t John finish his assignment in the library? CP
/ \
C° TP
didn’t / \
DP T'
John \
T° Ø
\
VP
/ \
V' PP
/ |
V° in-the-library
finish
\
DP
his-assignment
4. I ask how John solves the problem TP
/ \
DP T'
I \
T° ask
\
CP
/ \
Spec C'
how \
C° Ø
\
TP
/ \
DP T'
John \
T° solves
\
VP
/ \
V' DP
/ \
V° the-problem
각 트리에서 상위 노드가 하위 노드를 c-command하는 관계를 확인하실 수 있습니다.