Documentation

Linglib.Studies.Ross1967

Constraints on Variables in Syntax #

[Ros67]

[Ros67] identified the foundational island constraints that block long-distance wh-dependencies: embedded question constraint, Complex NP Constraint, adjunct clause constraint, Coordinate Structure Constraint, and subject constraint.

Vocabulary types #

ConstraintType / ConstraintStrength / IslandSource are the descriptive labels island studies classify with. The constraint inventory is Ross's five plus the later extensions the enum must carry because consumers share one type (manner-of-speaking, definite nominal). Source and strength classifications are NOT stipulated globally — each study derives its own from its theoretical commitments. See:

inductive ConstraintType :

Types of island constraints (descriptive labels). Ross's foundational five plus later additions (MoS verbs, definite nominals).

Instances For
    def instReprConstraintType.repr :
    ConstraintTypeStd.Format
    Equations
    Instances For
      @[implicit_reducible]
      Equations
      @[implicit_reducible]
      Equations

      Constraint strength classification.

      • strong : ConstraintStrength

        Consistently blocks the dependency.

      • weak : ConstraintStrength

        Ameliorated in some contexts (D-linking, processing facilitation, stage-level subjects, etc.).

      Instances For
        Equations
        Instances For
          @[implicit_reducible]
          Equations
          inductive IslandSource :

          Source of an island constraint: what mechanism produces it. Distinguishes structural accounts (subjacency, PIC, Angular Locality), processing accounts (memory load), semantic accounts (binding restrictions), and discourse accounts (information structure).

          These are descriptive labels for the mechanism — the classification of which source applies to which island type is a theoretical claim, derived in individual study files from their theoretical commitments.

          • syntactic : IslandSource

            Syntactic: island follows from structural configuration (PIC, subjacency, Angular Locality).

          • semantic : IslandSource

            Semantic: island follows from a binding restriction (Specificity Condition).

          • processing : IslandSource

            Processing: island is an artifact of memory/retrieval difficulty.

          • discourse : IslandSource

            Discourse: island arises from information-structural backgroundedness ([Gol06], [LPD25]).

          Instances For
            @[implicit_reducible]
            Equations
            def instReprIslandSource.repr :
            IslandSourceStd.Format
            Equations
            Instances For
              @[implicit_reducible]
              Equations

              Embedded question constraint: wh-dependencies blocked across intervening wh-phrase

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

                CNPC: wh-dependencies blocked into relative clauses and noun complements

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

                  Adjunct constraint: wh-dependencies blocked into adjunct clauses

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

                    CSC: asymmetric wh-dependencies blocked in coordination

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

                      Subject constraint: wh-dependencies into subjects degraded

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