Documentation

Linglib.Phenomena.Complementation.Studies.Dryer2013

Phenomena.Complementation.Studies.Dryer2013 #

@cite{dryer-2013-wals} @cite{dryer-haspelmath-2013}

Cross-linguistic subordination analysis anchored on @cite{dryer-2013-wals}'s WALS chapters on subordinator order (Ch 94) and OV-adposition correlation (Ch 95), augmented with three further dimensions (complementizer position, relative clause position, purpose clause strategy). The 20-language SubordinationProfile sample is the testbed.

Dryer's central observation #

Subordination is one of the strongest head-direction correlations in typology. VO languages cluster with initial subordinators, prepositions, and post-nominal RCs; OV languages cluster with final subordinators, postpositions, and pre-nominal RCs. Disharmonic patterns (Persian, Hindi-Urdu, Mandarin) are typologically interesting exceptions.

Contents #

Out of scope #

The substrate types (SubordinatorOrder, OVAdpositionType, RelativeClause Position, SubordinationProfile, etc.) and corpus-only WALS generalizations live in Linglib/Typology/Complementation.lean. The 19-language Cristofaro ComplementationProfile sample lives in Studies/Cristofaro2013.lean. Noonan's CTP per-verb data lives in Studies/Noonan2007.lean.

English: VO with initial subordinators/complementizers, post-nominal RCs, infinitive purpose. Prototypical head-initial.

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

    Japanese: OV with final subordinators/complementizers, pre-nominal RCs, nominalized purpose. Prototypical head-final.

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

      Turkish: OV with subordinator suffixes, no overt complementizer (nominalized complements), pre-nominal RCs, nominalized purpose.

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

        Hindi-Urdu: OV with initial subordinators (disharmonic), correlative RCs (South Asian areal), infinitive purpose.

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

          Mandarin Chinese: SVO but pre-nominal RCs (mixed headedness), serial verb purpose.

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

            Arabic (MSA): VSO with initial subordinators/complementizers, post- nominal RCs, subjunctive purpose.

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

              Korean: rigid OV like Japanese, suffixal subordination.

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

                Irish: VSO with initial subordinators/complementizers, post-nominal RCs, subjunctive purpose.

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

                  Swahili: SVO with initial subordinators/complementizers, post-nominal RCs, subjunctive purpose.

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

                    Persian: SOV with initial subordinators/complementizers (disharmonic for OV), post-nominal RCs (also disharmonic), infinitive purpose.

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

                      German: V2 main / SOV embedded; mixed but initial subordinators.

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

                        Russian: SVO with initial subordinators/complementizers, post-nominal RCs, infinitive purpose.

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

                          Quechua: rigid SOV with subordinator suffixes, no comp, pre-nominal RCs, nominalized purpose.

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

                            Yoruba: SVO with initial subordinators, post-nominal RCs, serial verb purpose (West African areal).

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

                              Tagalog: V-initial Austronesian, linker na for complementation/RCs.

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

                                Basque: SOV isolate with final subordinator suffixes, no overt complementizer, pre-nominal RCs, nominalized purpose.

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

                                  Navajo: SOV (Na-Dene) with internally headed RCs.

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

                                    Bambara: SOV (Mande) with canonical internally headed RCs.

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

                                      Amharic: SOV (Semitic) with final subordinators/complementizers but pre-nominal RCs, subjunctive purpose.

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

                                        Malagasy: VOS Austronesian, head-initial subordination.

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

                                          The 20-language sample.

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

                                            All VO languages in the sample have initial subordinators.

                                            All sample languages with final subordinators are OV.

                                            theorem Phenomena.Complementation.Studies.Dryer2013.prenominal_rc_mostly_ov :
                                            have preNomOV := (List.filter (fun (p : Typology.Complementation.SubordinationProfile) => p.hasPreNominalRC && p.isOV) allSubProfiles).length; have preNomVO := (List.filter (fun (p : Typology.Complementation.SubordinationProfile) => p.hasPreNominalRC && p.isVO) allSubProfiles).length; preNomOV > preNomVO * 5

                                            Pre-nominal RC languages are overwhelmingly OV (Mandarin is the famous head-mixed exception).

                                            No language in the sample has initial subordinator + final complementizer.

                                            No language in the sample has final subordinator + initial complementizer.

                                            In the sample, OV languages with postpositions outnumber OV languages with prepositions by at least 5x.

                                            Serial verb purpose clauses appear in both VO and OV languages.

                                            "Consistently head-initial": initial sub + initial comp + post-nominal RC + VO.

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

                                              "Consistently head-final": final sub + (final comp or none) + pre-nominal RC + OV.

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

                                                Most sample languages are consistently head-initial or head-final.

                                                Internally headed RCs are typologically rare; Navajo and Bambara in the sample.

                                                All sample languages with subordinator suffixes are OV. Suffixal subordination requires the subordinated verb to be identifiable by position, which OV order provides.