Documentation

Linglib.Fragments.Galician.Pronouns

eu — 1sg.

Equations
Instances For

    nós — 1pl.

    Equations
    Instances For

      ti — 2sg familiar (T form).

      Equations
      Instances For

        vostede — 2sg formal (V form).

        Equations
        Instances For

          vós — 2pl familiar.

          Equations
          Instances For

            vostedes — 2pl formal.

            Equations
            Instances For

              el — 3sg masculine.

              Equations
              Instances For

                ela — 3sg feminine.

                Equations
                Instances For

                  eles — 3pl masculine.

                  Equations
                  Instances For

                    elas — 3pl feminine.

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

                        che — familiar dative clitic (2sg ethical dative).

                        Equations
                        Instances For

                          A verb form with optional allocutive clitic.

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

                                vas — "you go" (familiar, can host che).

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