Documentation

Linglib.Fragments.Tamil.Pronouns

naan — 1sg.

Equations
Instances For

    naam — 1pl inclusive (speaker + addressee).

    Equations
    Instances For

      naangaL — 1pl exclusive (speaker + others, not addressee).

      Equations
      Instances For

        nii — 2sg non-honorific.

        Equations
        Instances For

          niingaL — 2sg honorific (also 2pl).

          Equations
          Instances For

            avan — 3sg masculine.

            Equations
            Instances For

              avaL — 3sg feminine.

              Equations
              Instances For

                avar — 3sg honorific.

                Equations
                Instances For

                  avarkaL — 3pl (human).

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

                      -aay non-honorific suffix.

                      Equations
                      Instances For

                        -iingaL honorific suffix.

                        Equations
                        Instances For
                          theorem Fragments.Tamil.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.Tamil.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.

                          theorem Fragments.Tamil.Pronouns.has_incl_excl :
                          (List.filter (fun (p : Typology.PronounEntry) => p.person == some UD.Person.first && p.number == some Number.pl) allPronouns).length = 2

                          Tamil has inclusive/exclusive distinction in 1pl.

                          2nd person pronouns are all second person.

                          The T/V register distinction is present in 2nd person.

                          Allocutive markers match 2nd person pronoun register levels.