Documentation

Linglib.Semantics.Evidential.Defs

Evidentials #

This file defines the evidential as a lexical object: a form, its realization, and the information sources it covers. Following Aikhenvald, information source is carved into six recurrent semantic parameters — visual, non-visual sensory, inference, assumption, hearsay and quotative — and an evidential covers a set of them: a firsthand term covers visual and sensory evidence together, a non-firsthand term covers inference, assumption and hearsay, a visual term covers visual evidence alone. A language's inventory is a List Evidential declared in its Fragment; it is well formed when no parameter is covered twice, so that the terms partition the parameters the language expresses (Semantics/Evidential/Basic.lean).

Main definitions #

References #

The six recurrent semantic parameters of information source.

  • visual : Parameter

    Information acquired through seeing.

  • sensory : Parameter

    Information acquired through hearing, extended to smell, taste and touch.

  • inference : Parameter

    Inference from visible or tangible evidence or result.

  • assumption : Parameter

    Assumption from reasoning or general knowledge.

  • hearsay : Parameter

    Reported information with no reference to its source.

  • quotative : Parameter

    Reported information with overt reference to the quoted source.

Instances For
    @[instance_reducible]
    Equations
    def Evidential.instReprParameter.repr :
    ParameterStd.Format
    Equations
    • One or more equations did not get rendered due to their size.
    Instances For

      How an evidential is morphosyntactically realized.

      • verbalAffix : Exponent

        A verbal affix or bound suffix (Kashaya -yá, Turkish -mIş).

      • tamFusion : Exponent

        Fused into the TAM paradigm (the Bulgarian l-form).

      • clitic2P : Exponent

        A second-position clitic (Cuzco Quechua -si, -chá).

      • clauseParticle : Exponent

        A clausal particle, typically clause-final (Cheyenne =sėstse).

      • parenthetical : Exponent

        A parenthetical or matrix-frame construction (English I hear).

      • lexicalFrame : Exponent

        A grammaticalized lexical frame (Korean -tay).

      • toneAblaut : Exponent

        Tonal or ablaut realization.

      Instances For
        @[instance_reducible]
        Equations
        def Evidential.instReprExponent.repr :
        ExponentStd.Format
        Equations
        • One or more equations did not get rendered due to their size.
        Instances For
          structure Evidential :

          An evidential: its form, its realization, and the information sources it covers.

          • form : String

            A representative morpheme or construction label.

          • exponent : Exponent

            The realization strategy.

          • covers : Finset Parameter

            The semantic parameters the term covers.

          Instances For
            def instDecidableEqEvidential.decEq (x✝ x✝¹ : Evidential) :
            Decidable (x✝ = x✝¹)
            Equations
            • One or more equations did not get rendered due to their size.
            Instances For

              A direct evidential covers firsthand evidence only.

              Equations
              Instances For

                An inferential evidential covers inference or assumption only.

                Equations
                Instances For

                  A reportative evidential covers hearsay or quotation only.

                  Equations
                  Instances For

                    A non-firsthand evidential covers inference and hearsay together but not visual evidence: the marked term of a two-choice system.

                    Equations
                    Instances For
                      def Evidential.expressed (es : List Evidential) :
                      Finset Parameter

                      The parameters an inventory expresses.

                      Equations
                      Instances For

                        An inventory is well formed when distinct terms cover disjoint parameters.

                        Equations
                        Instances For