Documentation

Linglib.Phenomena.WordOrder.Studies.SagWasowBender2003

HPSG Analysis of Subject-Auxiliary Inversion #

@cite{sag-wasow-bender-2003}

Connects the HPSG [INV ±] analysis of inversion (Theories/Syntax/HPSG/Inversion.lean) to the theory-neutral SAI data (Phenomena/WordOrder/SubjectAuxInversion.lean).

The HPSG analysis uses a binary [INV] feature:

Each theorem pairs a Data judgment with the corresponding HPSG licensing result, verifying that the theory's predictions match the empirical pattern.

Matrix wh-questions #

The Data file marks inverted matrix wh-questions as grammatical and non-inverted ones as ungrammatical. HPSG licenses the former via [INV +] and blocks the latter because [INV +] requires aux < subj.

Matrix yes/no questions #

Embedded questions #

Summary #

The HPSG [INV ±] analysis correctly captures all 6 core SAI data points:

DatumSentenceDataHPSG
ex01What can John eat?✓ gram.✓ licensed
ex02*What John can eat?✗ ungram.✗ blocked
ex04Can John eat pizza?✓ gram.✓ licensed
ex05*John can eat pizza?✗ ungram.✗ blocked
ex07...what John can eat✓ gram.✓ licensed
ex08*...what can John eat✗ ungram.✗ blocked