Documentation

Linglib.Phenomena.ArgumentStructure.VoiceSystem

Voice System #

@cite{erlewine-2018}

Theory-neutral types for cross-linguistic voice system typology --- how languages map argument roles to a privileged syntactic position (the "pivot") via voice alternation.

Languages vary in:

Which argument role can be promoted to pivot in a given voice.

Finer-grained than ArgumentRole: Philippine-type systems distinguish locative, instrumental, benefactive, and circumstantial pivots, all of which collapse to ArgumentRole.oblique.

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

      A single voice in a voice system: a name and the role it promotes.

      • name : String

        Name of the voice (e.g., "Actor Voice", "Patient Voice")

      • promotes : PivotTarget

        Which argument role this voice promotes to pivot

      Instances For
        def Interfaces.instDecidableEqVoiceEntry.decEq (x✝ x✝¹ : VoiceEntry) :
        Decidable (x✝ = x✝¹)
        Equations
        Instances For
          Equations
          • One or more equations did not get rendered due to their size.
          Instances For

            Whether a voice system is symmetrical or asymmetrical.

            • Symmetrical: no voice is morphologically or syntactically basic; all voices have equal status (e.g., Tagalog, Toba Batak)
            • Asymmetrical: one voice (typically active) is basic/unmarked and the other(s) are derived (e.g., English active/passive)
            Instances For
              @[implicit_reducible]
              Equations
              Equations
              • One or more equations did not get rendered due to their size.
              Instances For

                A language's voice system profile: its inventory of voices, symmetry type, and descriptive notes.

                • language : String

                  Language name

                • voices : List VoiceEntry

                  The voices in the system

                • Symmetrical or asymmetrical

                • notes : String

                  Notes

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

                    How many voices does this system have?

                    Equations
                    Instances For

                      Does any voice in this system promote a given role?

                      Equations
                      Instances For

                        Does this system distinguish among oblique pivots (locative, instrumental, benefactive, circumstantial)?

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

                          Is this a simple active/passive system (exactly agent + patient)?

                          Equations
                          Instances For

                            The set of roles promotable to pivot in this system.

                            Equations
                            Instances For