Documentation

Linglib.Phenomena.WordOrder.Studies.Hudson1984

Word Grammar Analysis of Subject-Auxiliary Inversion #

@cite{hudson-1984}

Word Grammar handles inversion via subtype inheritance in a word-class taxonomy (@cite{hudson-1984} pp. 117-118):

  1. Verbs take a subject to their left by default
  2. Auxiliaries inherit this subject/left specification from verb
  3. The interrogative auxiliary is a subtype of auxiliary that locally overrides the subject's direction from left to right
  4. Default inheritance does the rest — no special lexical rule needed

The "inverted auxiliary" is not derived by a transformation or lexical rule that flips a direction. It is simply a different word class — a subtype of auxiliary — with its own word-order specification that overrides the inherited default.

End-to-end chain #

ClauseType → wordClassForClauseType → englishAuxNet → resolveArgStr → satisfiesArgStr

Each tree is licensed (or rejected) by the network, connecting:

Reference: @cite{hudson-1990}, @cite{gibson-2025}

"John can sleep" - declarative (subject left of aux) John ←subj─ can ─aux→ sleep

Equations
  • One or more equations did not get rendered due to their size.
Instances For

    "Can John sleep?" - interrogative (subject right of aux) can ─subj→ John └──aux→ sleep

    Equations
    • One or more equations did not get rendered due to their size.
    Instances For

      "What can John eat?" - Matrix wh-question (inverted) what ←obj─ can ─subj→ John └─aux→ eat

      Equations
      • One or more equations did not get rendered due to their size.
      Instances For

        "*What John can eat?" - Ungrammatical as matrix question what ←obj─ eat ←aux─ can ←subj─ John

        Equations
        • One or more equations did not get rendered due to their size.
        Instances For

          "Can John eat pizza?" - Matrix yes-no question (inverted) can ─subj→ John └─aux→ eat ─obj→ pizza

          Equations
          • One or more equations did not get rendered due to their size.
          Instances For

            "*John can eat pizza?" - Ungrammatical as matrix question John ←subj─ can ─aux→ eat ─obj→ pizza

            Equations
            • One or more equations did not get rendered due to their size.
            Instances For

              Intransitive trees (can + sleep) #

              Wh-question trees (what can John eat) #

              Yes-no question trees (can John eat pizza) #

              The lexical rule's inverted argStr has the same depType+dir projection as the network-derived interrogative auxiliary argStr.

              Network-derived auxiliary slots agree with manual argStr_Aux on depType and dir (the fields satisfiesArgStr checks).

              valenceToArgStr .transitive has the same depType+dir projection as the network-derived transitive word class.

              Map SAI contexts to whether they require inversion.

              Equations
              Instances For