Equations
- Phenomena.Ellipsis.Gapping.instBEqWordOrder.beq x✝ y✝ = (x✝.ctorIdx == y✝.ctorIdx)
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Languages can have different orders in main vs subordinate clauses
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Direction of gapping in coordinate structures.
Forward: verb in first conjunct, gap in second "Dexter ate bread, and Warren, potatoes" ↑ ↑gap
Backward: gap in first conjunct, verb in second "Ken Naomi-o, Erika Sara-o tazuneta" ↑gap ↑verb
- forward : GappingDirection
- backward : GappingDirection
Instances For
Equations
- Phenomena.Ellipsis.Gapping.instBEqGappingDirection.beq x✝ y✝ = (x✝.ctorIdx == y✝.ctorIdx)
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
A gapping pattern describes what a language allows.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
Instances For
Equations
Instances For
Equations
Instances For
Equations
Instances For
Ross's original generalization about gapping and word order.
Equations
- Phenomena.Ellipsis.Gapping.rossOriginal Phenomena.Ellipsis.Gapping.WordOrder.SOV = Phenomena.Ellipsis.Gapping.GappingPattern.backwardOnly
- Phenomena.Ellipsis.Gapping.rossOriginal Phenomena.Ellipsis.Gapping.WordOrder.VSO = Phenomena.Ellipsis.Gapping.GappingPattern.forwardOnly
- Phenomena.Ellipsis.Gapping.rossOriginal Phenomena.Ellipsis.Gapping.WordOrder.SVO = Phenomena.Ellipsis.Gapping.GappingPattern.forwardOnly
- Phenomena.Ellipsis.Gapping.rossOriginal Phenomena.Ellipsis.Gapping.WordOrder.VOS = Phenomena.Ellipsis.Gapping.GappingPattern.forwardOnly
- Phenomena.Ellipsis.Gapping.rossOriginal Phenomena.Ellipsis.Gapping.WordOrder.OVS = Phenomena.Ellipsis.Gapping.GappingPattern.backwardOnly
- Phenomena.Ellipsis.Gapping.rossOriginal Phenomena.Ellipsis.Gapping.WordOrder.OSV = Phenomena.Ellipsis.Gapping.GappingPattern.backwardOnly
Instances For
Steedman's revised generalization: gapping depends on lexical availability of verb categories, not "underlying" word order.
A language allows forward gapping iff it has rightward-combining verbs. A language allows backward gapping iff it has leftward-combining verbs.
Equations
- Phenomena.Ellipsis.Gapping.hasRightwardVerbs Phenomena.Ellipsis.Gapping.WordOrder.VSO = true
- Phenomena.Ellipsis.Gapping.hasRightwardVerbs Phenomena.Ellipsis.Gapping.WordOrder.SVO = true
- Phenomena.Ellipsis.Gapping.hasRightwardVerbs Phenomena.Ellipsis.Gapping.WordOrder.VOS = true
- Phenomena.Ellipsis.Gapping.hasRightwardVerbs x✝ = false
Instances For
Equations
- Phenomena.Ellipsis.Gapping.hasLeftwardVerbs Phenomena.Ellipsis.Gapping.WordOrder.SOV = true
- Phenomena.Ellipsis.Gapping.hasLeftwardVerbs Phenomena.Ellipsis.Gapping.WordOrder.OVS = true
- Phenomena.Ellipsis.Gapping.hasLeftwardVerbs Phenomena.Ellipsis.Gapping.WordOrder.OSV = true
- Phenomena.Ellipsis.Gapping.hasLeftwardVerbs x✝ = false
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Japanese: pure SOV, backward gapping only
Equations
- Phenomena.Ellipsis.Gapping.japanese = { mainClause := Phenomena.Ellipsis.Gapping.WordOrder.SOV, subClause := Phenomena.Ellipsis.Gapping.WordOrder.SOV }
Instances For
Irish: pure VSO, forward gapping only
Equations
- Phenomena.Ellipsis.Gapping.irish = { mainClause := Phenomena.Ellipsis.Gapping.WordOrder.VSO, subClause := Phenomena.Ellipsis.Gapping.WordOrder.VSO }
Instances For
English: pure SVO, forward gapping only
Equations
- Phenomena.Ellipsis.Gapping.english = { mainClause := Phenomena.Ellipsis.Gapping.WordOrder.SVO, subClause := Phenomena.Ellipsis.Gapping.WordOrder.SVO }
Instances For
Dutch: VSO main clause, SOV subordinate clause - both directions
Equations
- Phenomena.Ellipsis.Gapping.dutch = { mainClause := Phenomena.Ellipsis.Gapping.WordOrder.SVO, subClause := Phenomena.Ellipsis.Gapping.WordOrder.SOV }
Instances For
German: similar to Dutch
Equations
- Phenomena.Ellipsis.Gapping.german = { mainClause := Phenomena.Ellipsis.Gapping.WordOrder.SVO, subClause := Phenomena.Ellipsis.Gapping.WordOrder.SOV }
Instances For
Zapotec: VSO subordinate, but allows SOV main clause - both directions
Equations
- Phenomena.Ellipsis.Gapping.zapotec = { mainClause := Phenomena.Ellipsis.Gapping.WordOrder.VSO, subClause := Phenomena.Ellipsis.Gapping.WordOrder.VSO }
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Types of elliptical constructions (Steedman's taxonomy).
Gapping and Stripping are syntactically mediated via CCG. VP Ellipsis and Sluicing are purely anaphoric.
- gapping : EllipsisType
- stripping : EllipsisType
- vpEllipsis : EllipsisType
- sluicing : EllipsisType
Instances For
Equations
- Phenomena.Ellipsis.Gapping.instBEqEllipsisType.beq x✝ y✝ = (x✝.ctorIdx == y✝.ctorIdx)
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Is the ellipsis type syntactically mediated (vs purely anaphoric)?
Equations
- Phenomena.Ellipsis.Gapping.isSyntacticallyMediated Phenomena.Ellipsis.Gapping.EllipsisType.gapping = true
- Phenomena.Ellipsis.Gapping.isSyntacticallyMediated Phenomena.Ellipsis.Gapping.EllipsisType.stripping = true
- Phenomena.Ellipsis.Gapping.isSyntacticallyMediated Phenomena.Ellipsis.Gapping.EllipsisType.vpEllipsis = false
- Phenomena.Ellipsis.Gapping.isSyntacticallyMediated Phenomena.Ellipsis.Gapping.EllipsisType.sluicing = false
Instances For
Does the ellipsis type exhibit word-order constraints?
Equations
- Phenomena.Ellipsis.Gapping.hasWordOrderConstraints Phenomena.Ellipsis.Gapping.EllipsisType.gapping = true
- Phenomena.Ellipsis.Gapping.hasWordOrderConstraints Phenomena.Ellipsis.Gapping.EllipsisType.stripping = true
- Phenomena.Ellipsis.Gapping.hasWordOrderConstraints Phenomena.Ellipsis.Gapping.EllipsisType.vpEllipsis = false
- Phenomena.Ellipsis.Gapping.hasWordOrderConstraints Phenomena.Ellipsis.Gapping.EllipsisType.sluicing = false
Instances For
Pure SOV language has backward gapping only
Pure VSO language has forward gapping only
Pure SVO language has forward gapping only
Mixed order language (Dutch) allows both
Does this ellipsis type require syntactic identity (SIC)? @cite{anand-hardt-mccloskey-2021}: sluicing and gapping require structural matching; VP ellipsis does not.
Equations
- Phenomena.Ellipsis.Gapping.requiresSyntacticIdentity Phenomena.Ellipsis.Gapping.EllipsisType.sluicing = true
- Phenomena.Ellipsis.Gapping.requiresSyntacticIdentity Phenomena.Ellipsis.Gapping.EllipsisType.gapping = true
- Phenomena.Ellipsis.Gapping.requiresSyntacticIdentity Phenomena.Ellipsis.Gapping.EllipsisType.stripping = true
- Phenomena.Ellipsis.Gapping.requiresSyntacticIdentity Phenomena.Ellipsis.Gapping.EllipsisType.vpEllipsis = false
Instances For
Does this ellipsis type require semantic identity (e-GIVENness)? @cite{anand-hardt-mccloskey-2021}: all ellipsis types require e-GIVENness.
Equations
Instances For
Sluicing requires both semantic and syntactic identity.
VP ellipsis requires semantic identity but not syntactic identity.
VP ellipsis tolerates voice mismatches because it lacks the SIC. Since VPE has no syntactic identity requirement, voice flavor differences (agentive vs nonThematic) are irrelevant — only e-GIVENness (semantic identity) must hold.