Documentation

Linglib.Syntax.RelativeClause.WALS

Relative clauses: typological survey (WALS) #

[Com89] [KC77] [CK13c] [CK13b] [Dry13]

The cross-linguistic WALS-survey facet of the relative clause: relativization strategies (WALS Chs 122/123/90D), RC position, and the [KC77] Accessibility-Hierarchy cut-off, with the WALS converters and aggregate distribution theorems. Per-language values are bare defs in a Relativization namespace in Fragments/{Lang}/Relativization.lean.

Main declarations #

Implementation notes #

WALS Chs 122/123 do not distinguish a "mixed" category; .mixed profiles cannot be grounded against WALS via the converters. Subject relativization (Ch 122) has no "not possible" value — every language can relativize subjects (HC₁) — whereas oblique relativization (Ch 123) does, so OblStrategy carries .notRelativizable and SubjStrategy does not.

Subject relativization strategies (WALS Ch 122) #

WALS Ch 122: strategy used to relativize the subject position.

  • gap : SubjStrategy

    The relativized position is empty. E.g., English "the man [that _ left]".

  • pronounRetention : SubjStrategy

    A resumptive pronoun fills the position. E.g., dialectal Arabic.

  • relativePronoun : SubjStrategy

    A dedicated wh-element / relative pronoun fills the position and typically fronts. E.g., German "der Mann [der ging]".

  • nonReduction : SubjStrategy

    The head noun (or a full NP) is repeated inside the RC.

  • mixed : SubjStrategy

    The language productively uses more than one of the above for subjects. WALS does not distinguish a "mixed" category; this is used only in our profiles.

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

      Oblique relativization strategies (WALS Ch 123) #

      WALS Ch 123: strategy used to relativize oblique positions, or whether obliques can be relativized at all.

      • gap : OblStrategy

        Gap on obliques (often with preposition stranding).

      • pronounRetention : OblStrategy

        Resumptive pronoun on obliques (more common than for subjects).

      • relativePronoun : OblStrategy

        Relative pronoun on obliques. E.g., English "in which", German "in der".

      • nonReduction : OblStrategy

        Head noun repeated inside the RC.

      • mixed : OblStrategy

        Multiple strategies productively used. WALS does not distinguish a "mixed" category; used only in our profiles.

      • notRelativizable : OblStrategy

        Obliques cannot be relativized at all in this language.

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

          Internally-headed strategy (WALS Ch 90D) #

          WALS Ch 90D: status of the internally-headed strategy in a language.

          WALS distinguishes whether the internally-headed strategy is the dominant relativization pattern, co-dominant with another (RelN, NRel, correlative, double-headed), present as a non-dominant alternative, merely attested, or absent entirely.

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

              WALS converters (Chs 122, 123, 90D) #

              Distribution theorems #

              WALS-aggregate findings on relative-clause formation strategies ([CK13c] [CK13b] [Dry13]). Ch 122 (subjects): 166 languages; gap dominates, reflecting subjects' high accessibility on the [KC77] hierarchy. Ch 123 (obliques): 112 languages; gap remains most common, but pronoun retention is far more frequent than for subjects, and a sizeable minority cannot relativize obliques at all.

              WALS Chs 122/123: pronoun retention is more common for obliques than for subjects — a key Accessibility-Hierarchy prediction ([KC77]).

              WALS Ch 123: some languages cannot relativize obliques at all, contrasting with subjects, where the Ch 122 enum has no "not possible" value.