Documentation

Linglib.Syntax.Reciprocal

Reciprocal constructions: morphosyntactic typology #

Cross-linguistic vocabulary for reciprocal constructions: the reciprocal-reflexive formal relation (WALS Ch 106, [MN13]), the marking strategy ([Nor23]'s synthesis of [KK06], [Ned07a], and [Eva08]), the valency effect, and the formation locus of reciprocal verbs ([Sil08], [Sil12]).

The exponence primitive is the marker (Marker): form, strategy, and polysemy readings. The WALS Ch 106 value is computed from a language's marker inventory (ofInventory), isNominal projects from the coding site, and the default valency effect derives from the coding-frame operation a strategy realizes (Voice.reciprocalization).

Main definitions #

Per-language inventories live in Fragments/{Lang}/Reciprocals.lean; WALS-data grounding lives with the studies that use it (e.g. Studies/Nordlinger2023.lean), not here.

WALS Ch 106 relation between reciprocal and reflexive marking ([MN13]).

  • noDedicated : ReflexiveRelation

    "There are no non-iconic reciprocal constructions."

  • distinctFromReflexive : ReflexiveRelation

    "All reciprocal constructions are formally distinct from reflexive constructions" (English each other vs themselves).

  • mixed : ReflexiveRelation

    "There are both reflexive and non-reflexive reciprocal constructions" (German sich + einander).

  • identicalToReflexive : ReflexiveRelation

    "The reciprocal and reflexive constructions are formally identical" (Imbabura Quechua -ri-).

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

      Morphosyntactic strategy for encoding reciprocity ([Nor23] §3.1's compression of [KK06], [Ned07a], and [Eva08]).

      • bipartiteNP : Strategy

        Bipartite quantifier NP (English each other, Icelandic hvort annað).

      • recipPronoun : Strategy

        Reciprocal pronoun (Hausa jūnan-mù).

      • recipClitic : Strategy

        Reciprocal clitic (French se, Wambaya -ngg-).

      • verbalAffix : Strategy

        Verbal affix (Swahili -an-, Hungarian -óz-).

      • verbalAuxiliary : Strategy

        Reciprocal auxiliary (Warrwa wanji- 'exchange', [Eva08]).

      • lexical : Strategy

        Inherently reciprocal predicate (English quarrel, meet).

      • compoundVerb : Strategy

        Compound verb (Mandarin dǎ-lái-dǎ-qù, [KK06]).

      Instances For
        @[implicit_reducible]
        Equations
        def Reciprocal.instReprStrategy.repr :
        StrategyStd.Format
        Equations
        • One or more equations did not get rendered due to their size.
        Instances For

          Valency effect of the reciprocal construction ([Nor23] §3.2).

          • bivalent : Valency

            Two overt syntactic argument slots preserved.

          • monovalent : Valency

            The reciprocants form a single subject NP.

          Instances For
            @[implicit_reducible]
            Equations
            def Reciprocal.instReprValency.repr :
            ValencyStd.Format
            Equations
            • One or more equations did not get rendered due to their size.
            Instances For
              @[implicit_reducible]
              Equations

              Coding site of reciprocal marking: argument position, predicate, or fused multipredicate structure.

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

                  Whether the strategy marks a (nonsubject) argument position ([Nor23] §3.2).

                  Equations
                  Instances For

                    Default valency effect, derived from the realized alternation's derivedTransitive field; a tendency that languages may override (Wambaya, Tonga, Malagasy — [Mas08], [Hur12]).

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

                      Formation locus of reciprocal verbs: lexical θ-role bundling vs syntactic derivation ([Sil08], [Sil12]; [RS05]'s lex-syn parameter).

                      Instances For
                        @[implicit_reducible]
                        Equations
                        def Reciprocal.instReprFormation.repr :
                        FormationStd.Format
                        Equations
                        • One or more equations did not get rendered due to their size.
                        Instances For

                          Whether the formation licenses the discontinuous reciprocal construction — lexical only ([Sil12] §7; verb-level exceptions exist, fn. 32).

                          Equations
                          Instances For

                            Marker inventories #

                            Readings a reciprocal marker can carry ([Nor23] §4.2, [Ned07b]).

                            Instances For
                              @[implicit_reducible]
                              Equations
                              def Reciprocal.instReprReading.repr :
                              ReadingStd.Format
                              Equations
                              • One or more equations did not get rendered due to their size.
                              Instances For
                                @[implicit_reducible]
                                Equations

                                A reciprocal exponent: form, strategy, and the readings it covers.

                                • form : String

                                  Surface form (romanization or orthographic).

                                • script : Option String

                                  Native-script form, when form is a romanization.

                                • strategy : Strategy

                                  Morphosyntactic strategy of the exponent.

                                • readings : List Reading

                                  Readings the marker covers.

                                Instances For
                                  def Reciprocal.instDecidableEqMarker.decEq (x✝ x✝¹ : Marker) :
                                  Decidable (x✝ = x✝¹)
                                  Equations
                                  • One or more equations did not get rendered due to their size.
                                  Instances For
                                    @[implicit_reducible]
                                    Equations
                                    def Reciprocal.instReprMarker.repr :
                                    MarkerStd.Format
                                    Equations
                                    • One or more equations did not get rendered due to their size.
                                    Instances For

                                      WALS Ch 106 value computed from a marker inventory: no reciprocal-capable marker → noDedicated; all also reflexive → identicalToReflexive; none reflexive → distinctFromReflexive; both kinds → mixed.

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