Documentation

Linglib.Fragments.Basque.Pronouns

ni — 1sg.

Equations
Instances For

    gu — 1pl.

    Equations
    Instances For

      hi — 2sg familiar (T form).

      Equations
      Instances For

        zu — 2sg formal (V form).

        Equations
        Instances For

          zuek — 2pl.

          Equations
          Instances For

            hura — 3sg.

            Equations
            Instances For

              haiek — 3pl.

              Equations
              Instances For

                -n familiar allocutive suffix.

                Equations
                Instances For

                  -zu formal allocutive suffix.

                  Equations
                  Instances For

                    A verb form showing allocutive inflection.

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

                          duk — "you have" (familiar).

                          Equations
                          Instances For

                            duzu — "you have" (formal).

                            Equations
                            Instances For
                              theorem Basque.Pronouns.has_all_persons :
                              (allPronouns.any fun (x : PersonalPronoun) => x.person == some Person.first) = true (allPronouns.any fun (x : PersonalPronoun) => x.person == some Person.second) = true (allPronouns.any fun (x : PersonalPronoun) => x.person == some Person.third) = true

                              All three persons are attested.

                              theorem Basque.Pronouns.has_both_numbers :
                              (allPronouns.any fun (x : PersonalPronoun) => x.number == some Number.singular) = true (allPronouns.any fun (x : PersonalPronoun) => x.number == some Number.plural) = true

                              Both singular and plural are attested.

                              2nd person pronouns are all second person.

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

                              Verb forms have matching register levels with 2nd person pronouns.