Documentation

Linglib.Typology.Modality

Typology.Modality #

@cite{aikhenvald-2004} @cite{de-haan-2013} @cite{vanbogaert-2013} @cite{deandradedehaanValenzuela-2013} @cite{wals-2013}

Per-language typological substrate for modality and evidentiality. Covers five WALS chapters by @cite{de-haan-2013} and others:

Mirrors the Linglib/Typology/{Possession,Negation,Comparison,Coordination} substrate-extension pattern. Fragment-importable.

What lives here #

Theory-laden caveats #

Out of scope #

Cross-linguistic generalisations consuming Fragment per-language data live in Phenomena/Modality/Studies/Aikhenvald2004.lean (evidentiality typology + the 18-language sample) and other paper-anchored studies (Narrog2010/2012 for deontic necessity; Rubinstein2014 for weak necessity; ImelGuoST2026 for modal-meaning typology).

WALS Ch 77: how many evidential distinctions a language grammaticalises. Extends the WALS 3-way classification with a threeOrMore value to distinguish Quechua/Tuyuca-style rich systems from canonical 2-way systems (Turkish/Bulgarian).

  • noGrammatical : EvidentialSystem

    No grammatical evidentials (e.g. English, French, Mandarin).

  • indirectOnly : EvidentialSystem

    Indirect evidential only (e.g. Georgian, West Greenlandic).

  • directAndIndirect : EvidentialSystem

    Two-choice direct vs indirect (e.g. Turkish, Bulgarian, Tibetan, Abkhaz).

  • threeOrMore : EvidentialSystem

    Three or more evidential choices (e.g. Quechua, Tuyuca, Aymara, Tariana).

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

      WALS Ch 78: how evidentiality is morphologically expressed.

      • verbalAffix : EvidentialCoding

        Evidential is a verbal affix or clitic (bound morpheme). Dominant strategy worldwide (131/418 in WALS Ch 78).

      • clitic : EvidentialCoding

        Evidential is a clitic (phrasal-level, not strictly verbal).

      • particle : EvidentialCoding

        Evidential is a free separate particle (65/418).

      • partOfTAM : EvidentialCoding

        Evidential distinctions fused into the TAM paradigm.

      • notApplicable : EvidentialCoding

        Not applicable: language has no grammatical evidentials.

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

          A language's evidentiality profile across WALS Chs 77-78.

          • language : String

            Language name.

          • iso : String

            ISO 639-3 code.

          • family : String

            Language family.

          • WALS Ch 77: evidential system type.

          • WALS Ch 78: coding strategy.

          • markers : List String

            Evidential marker forms (if applicable).

          • notes : String

            Notes on the evidential system.

          • attestedEvidentials : List Features.Evidentiality.EvidentialSource

            Bridge to the lexical-layer Features.Evidentiality.EvidentialSource taxonomy: the canonical Aikhenvald-style source categories (direct / hearsay / inference) attested in this language. Defaults to [] for no-grammatical-evidentials languages. For 5-term systems (Tuyuca, Tariana, Kashaya) the visual/nonvisual distinction collapses onto .direct; the finer Aikhenvald categories live in markers.

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

                Does a language have grammatical evidentials?

                Equations
                Instances For

                  Does a language have a direct evidence category?

                  Equations
                  Instances For
                    @[implicit_reducible]
                    Equations

                    Count of languages in a sample with a given system type.

                    Equations
                    Instances For

                      Count of languages in a sample with a given coding type.

                      Equations
                      Instances For
                        Equations
                        • One or more equations did not get rendered due to their size.
                        Instances For
                          Equations
                          • One or more equations did not get rendered due to their size.
                          Instances For
                            def Typology.Modality.EvidentialityProfile.fromWALS (language iso family : String) (markers : List String := []) (notes : String := "") (attestedEvidentials : List Features.Evidentiality.EvidentialSource := []) (systemFb : EvidentialSystem := EvidentialSystem.noGrammatical) (codingFb : EvidentialCoding := EvidentialCoding.notApplicable) :

                            Build an EvidentialityProfile from an ISO 639-3 code via WALS lookups for Chs 77/78. Required-field fallbacks (systemFb, codingFb) fire only when WALS is silent for that ISO. The markers, notes, attestedEvidentials, and family fields are paper-stipulated.

                            Note: WALS Ch 77 only encodes a 3-way classification (no threeOrMore); languages with rich evidential systems (Quechua, Tuyuca, Tariana, etc.) will get .directAndIndirect from fromWALS77A rather than .threeOrMore. Per @cite{aikhenvald-2004}'s richer typology, those languages need a Studies-side override (mirrors the Corbett 1991 vs 2013 record-update pattern in Phenomena/Gender/Studies/Corbett1991).

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

                              Earlier revisions of this file carried 11 aggregate-count corpus theorems on the full WALS Ch 74-78 datasets (ch74_verbal_dominant, ch77_no_evidentials_most_common, etc.). These were the "aggregate-count theorems go stale" anti-pattern AND required native_decide for ~250-418-element list reductions; deleted as part of the EvidentialityProfile mathlib polish. The corpus distributions remain documentary in @cite{de-haan-2013}'s WALS chapters.