CCG Scope Bridge #
@cite{steedman-2000}
Connects CCG scope theory (from Theories.Syntax.CCG.Scope) to
empirical scope-word-order data (from Phenomena.Quantification.Data).
Proves that CCG derivation types correctly predict scope availability based on verb order (verb raising vs. verb projection raising).
Map Phenomena.Quantification.Data.VerbOrder to CCG derivation type.
Equations
- Phenomena.Quantification.CCGBridge.verbOrderToDerivationType Phenomena.Quantification.Data.VerbOrder.verbRaising = CCG.Scope.DerivationType.composed
- Phenomena.Quantification.CCGBridge.verbOrderToDerivationType Phenomena.Quantification.Data.VerbOrder.verbProjectionRaising = CCG.Scope.DerivationType.directApp
Instances For
Helper to convert ScopeAvailability to BinaryScopeAvailability.
Equations
- Phenomena.Quantification.CCGBridge.ScopeAvailability.toBinaryScopeAvailability Phenomena.Quantification.Data.ScopeAvailability.surfaceOnly = ScopeTheory.BinaryScopeAvailability.surfaceOnly
- Phenomena.Quantification.CCGBridge.ScopeAvailability.toBinaryScopeAvailability Phenomena.Quantification.Data.ScopeAvailability.ambiguous = ScopeTheory.BinaryScopeAvailability.ambiguous
Instances For
CCG prediction matches observed scope availability.