Documentation

Linglib.Core.Case.Basic

Case: Theory-Neutral Inventory @cite{blake-1994} #

@cite{comrie-1978}

A framework-agnostic case inventory drawn from @cite{blake-1994}'s cross-linguistic survey. These 19 values cover the cases attested across Blake's typological sample (Chs. 2, 5). Every syntactic framework (Minimalism, HPSG, DG, CCG) can import this type without committing to a particular theory of case assignment.

The inventory is ordered by Blake's case hierarchy (§5.8): if a language has a case lower on the hierarchy, it usually has all cases above it. The formal hierarchy itself lives in Core.Case.Hierarchy.

Core vs. Peripheral #

Blake's most basic distinction (p. 32): core cases (NOM/ACC in accusative systems, ERG/ABS in ergative systems) mark grammatical relations determined by argument structure. Peripheral cases mark semantic roles (source, goal, instrument, etc.).

The two major morphosyntactic alignment families.

Used by SplitErgativity to parameterize which alignment a split-ergative system selects. The full five-way typology (neutral, accusative, ergative, tripartite, active) lives in Phenomena.Alignment.Typology.AlignmentType; this Core type restricts to the two families relevant to case splits.

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

      Cross-linguistic case inventory (@cite{blake-1994}, Chs. 2, 5).

      The 19 values cover the morphological cases attested across Blake's typological sample. Ordered roughly by the Blake hierarchy (formalized in Hierarchy.lean), from core grammatical cases to peripheral semantic cases.

      • nom : Case

        Nominative: unmarked subject in accusative systems

      • acc : Case

        Accusative: transitive patient in accusative systems

      • erg : Case

        Ergative: transitive agent in ergative systems

      • abs : Case

        Absolutive: unmarked S/P in ergative systems

      • gen : Case

        Genitive: possessor, partitive source

      • dat : Case

        Dative: recipient, goal, experiencer

      • loc : Case

        Locative: spatial location

      • abl : Case

        Ablative: spatial source, origin

      • all : Case

        Allative: spatial goal, direction toward

      • inst : Case

        Instrumental: means, instrument

      • com : Case

        Comitative: accompaniment ('with X')

      • voc : Case

        Vocative: direct address

      • part : Case

        Partitive: partial affectedness, existential

      • perl : Case

        Perlative: path, motion through

      • ben : Case

        Benefactive: beneficiary

      • caus : Case

        Causal: reason, cause

      • ess : Case

        Essive: state or role ('as X') — Finnish -nA

      • transl : Case

        Translative: change of state ('becoming X') — Finnish -ksi

      • abess : Case

        Abessive: privative ('without X') — Finnish -ttA

      Instances For
        Equations
        Equations
        Instances For
          Equations
          Instances For

            All 19 case values (for finite verification).

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

              Check that a case is in the exhaustive list (Bool version for native_decide).

              Equations
              Instances For

                Every case is in the exhaustive list.

                How case is assigned to an NP in a given construction.

                This parameter originates from @cite{stassen-1985} §2.2.1 on comparative constructions, but applies generally to any multi-NP construction: is the case of one NP determined by the case of another (derived), or does it receive a fixed case form regardless of context (fixed)?

                • derived : CaseAssignment

                  Derived case: NP's case parallels another NP's case. The two NPs show structural parallelism.

                • fixed : CaseAssignment

                  Fixed case: NP receives a specific oblique case form independent of other NPs' grammatical functions.

                Instances For
                  Equations
                  Instances For

                    For fixed-case NPs, what syntactic role the NP occupies.

                    This distinguishes direct-object encoding (NP is governed by a verb) from adverbial encoding (NP is part of an adverbial/PP phrase).

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

                        The three spatial cases that serve as adverbial markers cross-linguistically.

                        These are a subset of the full Case inventory. Many constructions (comparison, possession, benefaction) borrow their markers from spatial case forms — the localistic hypothesis (@cite{stassen-1985} §2.2.3).

                        Equations
                        Instances For