Documentation

Linglib.Fragments.Xhosa.Basic

Xhosa: Basic Types #

[Car26] [TTML18]

The Xhosa noun class system with five singular/plural pairings (genders A–E) and semantic core associations following [Car26].

Xhosa has ten active noun classes (1–10) plus class 15 (infinitives/gerunds), organized into five genders. Three genders have interpretable semantic cores: A (1/2) = [human], D (7/8) = [inanimate], E (9/10) = [animal]. Two genders (B = 3/4, C = 5/6) are uninterpretable — their members are semantically arbitrary.

Agreement with conjoined singulars #

The interpretability split directly predicts agreement patterns with uniform conjoined singulars ([Car26] §3, Tables 13–14):

Default agreement: class 2 ba- for [human], class 8 zi- for non-human.

Xhosa noun classes. Standard Bantu numbering (1–10, 15). Classes 11–14 and 16–18 are absent in modern Xhosa.

Instances For
    @[implicit_reducible]
    Equations
    @[implicit_reducible]
    Equations
    def Xhosa.instReprNounClass.repr :
    NounClassStd.Format
    Equations
    Instances For
      inductive Xhosa.Gender :

      Xhosa genders: singular/plural noun class pairings. [Car91] (17): five genders A–E for classes 1–10.

      Instances For
        @[implicit_reducible]
        instance Xhosa.instDecidableEqGender :
        DecidableEq Gender
        Equations
        @[implicit_reducible]
        Equations
        def Xhosa.instReprGender.repr :
        GenderStd.Format
        Equations
        Instances For

          Semantic core status for each Xhosa gender.

          [Car26] (71):

          • Gender A (1/2): nₐ₁ = i[entity] i[human], nₐ₂ = i[entity] (arbitrary)
          • Gender B (3/4): nB = uninterpretable for all members
          • Gender C (5/6): nC = uninterpretable for all members
          • Gender D (7/8): nD₁ = i[entity] i[inanimate], nD₂ = i[entity] (arbitrary)
          • Gender E (9/10): nE₁ = i[entity] i[animal], nE₂ = i[entity] (arbitrary)
          Equations
          Instances For

            Sample nP structure for a [human] noun in its canonical class 1/2. E.g. umntwana 'child': [n₁/₂ √MNTWANA] — single layer.

            Equations
            Instances For

              Sample nP structure for a [human] noun in non-canonical class 3/4. E.g. umgewu 'criminal': [n₃/₄ [n₁/₂ √GEWU]] — stacked.

              Equations
              Instances For

                Sample nP structure for a [human] noun in non-canonical class 5/6. E.g. ibutho 'warrior': [n₅/₆ [n₁/₂ √BUTHO]] — stacked.

                Equations
                Instances For

                  Sample nP structure for an [animal] noun in its canonical class 9/10. E.g. indlovu 'elephant': [n₉/₁₀ √DLOVU] — single layer.

                  Equations
                  Instances For

                    Sample nP structure for an [animal] noun in non-canonical class 1a/2a. E.g. unonkala 'crab': [n₁/₂ [n₉/₁₀ √NONKALA]] — stacked.

                    Equations
                    Instances For

                      Map Xhosa gender classes to the shared surface-level gender type. Gender A (cl1/cl2, human) → animate; all others → inanimate. Xhosa's finer-grained semantic cores ([animal] for E, [inanimate] for D) are captured in GenderStatus, not at the Gender level.

                      Equations
                      Instances For