CCG Derivations of Word Order #
@cite{steedman-2000}
CCG encodes word order through slash direction:
TV = (S\NP)/NP
This means TV looks RIGHT for an NP (the object) first, then the resulting (S\NP) looks LEFT for an NP (the subject). This enforces SVO order. SOV "John Mary sees" would require the verb to look left for both arguments, but TV looks right first.
"John sees Mary" = NP + (TV + NP) → S
Equations
- One or more equations did not get rendered due to their size.
Instances For
"Mary eats pizza" = NP + (TV + NP) → S
Equations
- One or more equations did not get rendered due to their size.
Instances For
"He sees her" = NP + (TV + NP) → S
Equations
- One or more equations did not get rendered due to their size.
Instances For
"The cat eats pizza" = (Det + N) + (TV + NP) → S
Equations
- One or more equations did not get rendered due to their size.