Documentation

Linglib.Fragments.Bayso.Number

Bayso noun number #

Bayso nouns have a general form outside the number system, non-committal as to how many, and within the system a singular, a paucal for two to about six, and a plural, each with its own suffix; nouns fall into two genders. An agreeing verb has three forms only, labelled from the pronouns, which distinguish a masculine and a feminine singular and one plural: general and singular nouns take their gender's form, paucal nouns the plural form, and plural nouns the masculine one ([hayward-1979]; [corbett-hayward-1987]; [Cor00]).

References #

inductive Bayso.Gender :

The two genders.

Instances For
    @[instance_reducible]
    instance Bayso.instDecidableEqGender :
    DecidableEq Gender
    Equations
    @[instance_reducible]
    Equations
    def Bayso.instReprGender.repr :
    GenderStd.Format
    Equations
    Instances For
      @[instance_reducible]
      Equations
      inductive Bayso.Value :

      The four numbers of a noun: the general outside the system, and singular, paucal and plural within it.

      Instances For
        @[instance_reducible]
        instance Bayso.instDecidableEqValue :
        DecidableEq Value
        Equations
        def Bayso.instReprValue.repr :
        ValueStd.Format
        Equations
        Instances For
          @[instance_reducible]
          instance Bayso.instReprValue :
          Repr Value
          Equations
          @[instance_reducible]
          instance Bayso.instFintypeValue :
          Fintype Value
          Equations
          inductive Bayso.Concord :

          The three forms of an agreeing verb, labelled from the pronouns that take them: hudure 'slept' masculine, hudurte feminine, hudureene plural.

          Instances For
            @[instance_reducible]
            Equations
            @[instance_reducible]
            Equations
            def Bayso.instReprConcord.repr :
            ConcordStd.Format
            Equations
            Instances For
              @[instance_reducible]
              Equations

              The concord a pronoun takes: its gender in the singular, the plural form in the plural.

              Equations
              Instances For
                @[simp]

                General and singular nouns take their gender's concord.

                @[simp]

                Paucal nouns take the plural concord.

                @[simp]

                Plural nouns take the masculine concord.

                A noun with its four number forms; the citation form is the general one.

                Instances For
                  def Bayso.instDecidableEqNoun.decEq (x✝ x✝¹ : Noun) :
                  Decidable (x✝ = x✝¹)
                  Equations
                  • One or more equations did not get rendered due to their size.
                  Instances For
                    def Bayso.instReprNoun.repr :
                    NounStd.Format
                    Equations
                    • One or more equations did not get rendered due to their size.
                    Instances For
                      @[instance_reducible]
                      instance Bayso.instReprNoun :
                      Repr Noun
                      Equations

                      lúban 'lion'.

                      Equations
                      • Bayso.luban = { form := "lúban", gloss := "lion", gender := Bayso.Gender.masc, singular := "lubántiti", paucal := "lubanjaa", plural := "lubanjool" }
                      Instances For

                        kimbír 'bird'.

                        Equations
                        • Bayso.kimbir = { form := "kimbír", gloss := "bird", gender := Bayso.Gender.fem, singular := "kimbírtiti", paucal := "kimbirjaa", plural := "kimbirjool" }
                        Instances For

                          The nouns the sources cite.

                          Equations
                          Instances For
                            def Bayso.Noun.formAt (n : Noun) :
                            ValueString

                            The form of a noun in each number.

                            Equations
                            Instances For