Documentation

Linglib.Fragments.Hindi.Pronouns

maiṃ — 1sg.

Equations
Instances For

    ham — 1pl.

    Equations
    Instances For

      tuu — 2sg non-honorific (intimate/inferior).

      Equations
      Instances For

        tum — 2sg honorific (neutral).

        Equations
        Instances For

          aap — 2sg high-honorific (respectful).

          Equations
          Instances For

            vah — 3sg (distal demonstrative, standard pronoun).

            Equations
            Instances For

              ve — 3pl (distal demonstrative plural).

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

                  -aa non-honorific imperative suffix (e.g., jaa "go!").

                  Equations
                  Instances For

                    -e honorific imperative suffix (e.g., jao "go").

                    Equations
                    Instances For

                      -iye high-honorific imperative suffix (e.g., jaaiye "please go").

                      Equations
                      Instances For
                        theorem Fragments.Hindi.Pronouns.has_all_persons :
                        (allPronouns.any fun (x : Typology.PronounEntry) => x.person == some UD.Person.first) = true (allPronouns.any fun (x : Typology.PronounEntry) => x.person == some UD.Person.second) = true (allPronouns.any fun (x : Typology.PronounEntry) => x.person == some UD.Person.third) = true

                        All three persons are attested.

                        theorem Fragments.Hindi.Pronouns.has_both_numbers :
                        (allPronouns.any fun (x : Typology.PronounEntry) => x.number == some Number.sg) = true (allPronouns.any fun (x : Typology.PronounEntry) => x.number == some Number.pl) = true

                        Both singular and plural are attested.

                        2nd person pronouns are all second person.