Documentation

Linglib.Fragments.Somali.Gender

Somali noun gender #

Somali has two genders, masculine and feminine, shown on the definite article and on the verb. The remote definite article is polar: the masculine singular and the feminine plural take -kii, the feminine singular and the masculine plural -tii, so that changing gender or number alone changes the article and changing both restores it. The verbal prefix is not: y- for the masculine singular and for both plurals, t- for the feminine singular alone. Masculine nouns with a reduplicated plural, nin ~ niman 'man', keep the singular article in the plural ([saeed-1999]; [Cor98]).

References #

The two controller genders.

Instances For
    @[instance_reducible]
    Equations
    def Somali.Gender.instReprValue.repr :
    ValueStd.Format
    Equations
    Instances For
      @[instance_reducible]
      Equations

      The basic forms of the remote definite article; after a vowel other than i, -kii is -hii, and after any vowel -tii is -dii.

      Instances For
        @[instance_reducible]
        Equations
        def Somali.Gender.instReprArticle.repr :
        ArticleStd.Format
        Equations
        Instances For

          The third-person subject prefix of the verb.

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

              The verbal prefix by gender and number.

              Equations
              Instances For

                A Somali noun with its gender, its plural stem, and whether that plural is reduplicated.

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

                      The article a noun takes in each number; a reduplicated plural keeps the singular's.

                      Equations
                      Instances For

                        ìnan 'boy'.

                        Equations
                        Instances For

                          inán 'girl'.

                          Equations
                          Instances For

                            nin 'man', with the reduplicated plural niman.

                            Equations
                            Instances For
                              theorem Somali.Gender.faithful_article :
                              Function.Injective fun (x : Value) => x.article false

                              The singular article alone distinguishes the two genders.