CCG Gapping Bridge #
@cite{ross-1970} @cite{steedman-2000}
Connects CCG category theory (from Theories.Syntax.CCG.Gapping) to
empirical gapping data (from Phenomena.Ellipsis.Gapping).
Proves that:
- Gapping direction follows from lexical verb categories and word order
- Ross's generalization emerges from CCG's Principles of Consistency and Inheritance
- Dutch allows both gapping directions due to mixed word order
Can arguments type-raise to backward categories (T(T/NP))? This requires VSO/SVO verbs in the language.
Equations
- Phenomena.Ellipsis.CCG_GappingBridge.HasBackwardRaising Phenomena.Ellipsis.Gapping.WordOrder.VSO = True
- Phenomena.Ellipsis.CCG_GappingBridge.HasBackwardRaising Phenomena.Ellipsis.Gapping.WordOrder.SVO = True
- Phenomena.Ellipsis.CCG_GappingBridge.HasBackwardRaising Phenomena.Ellipsis.Gapping.WordOrder.VOS = True
- Phenomena.Ellipsis.CCG_GappingBridge.HasBackwardRaising x✝ = False
Instances For
Equations
- One or more equations did not get rendered due to their size.
Can arguments type-raise to forward categories (T/(T\NP))? This requires SOV/OVS verbs in the language.
Equations
- Phenomena.Ellipsis.CCG_GappingBridge.HasForwardRaising Phenomena.Ellipsis.Gapping.WordOrder.SOV = True
- Phenomena.Ellipsis.CCG_GappingBridge.HasForwardRaising Phenomena.Ellipsis.Gapping.WordOrder.OVS = True
- Phenomena.Ellipsis.CCG_GappingBridge.HasForwardRaising Phenomena.Ellipsis.Gapping.WordOrder.OSV = True
- Phenomena.Ellipsis.CCG_GappingBridge.HasForwardRaising x✝ = False
Instances For
Equations
- One or more equations did not get rendered due to their size.
Gapping direction follows from available type-raised categories.
Forward gapping: gapped conjunct is leftward-looking (needs verb to left) -> requires backward type-raising (T(T/NP)) -> requires VSO/SVO verbs
Backward gapping: gapped conjunct is rightward-looking (needs verb to right) -> requires forward type-raising (T/(T\NP)) -> requires SOV verbs
Equations
- One or more equations did not get rendered due to their size.
Instances For
Ross's generalization emerges from CCG's Principles of Consistency and Inheritance: the predicted pattern allows the same directions as Ross's original generalization.
SVO patterns with VSO (forward gapping), not SOV (backward gapping): both license forward but not backward.
English has no SOV verb category, so forward type-raising is not available.
Without T/(T\NP), we cannot build a rightward-looking gapped conjunct. Hence "*Warren, potatoes and Dexter ate bread" is ungrammatical.
Dutch has both VSO main verbs and SOV subordinate verbs. Therefore, Dutch licenses both type-raising directions.
Instances For
Dutch allows both forward and backward gapping.