Allotey (2021): Overt Pronouns of Infinitival Predicates in Gã #
Western Papers in Linguistics / Cahiers linguistiques de Western 4.
Gã (Kwa, Niger-Congo; spoken in Greater Accra, Ghana) shows obligatory
control over the embedded subject of irrealis ni-clauses, where the
controlled subject is realized as an OVERT subject proclitic — null PRO
is ungrammatical. This is the same pattern [Ost26] analyzes
for SMPM and [Sul21] analyzes for Büli, and falls under the
[Kra09b] / [Saf14] / [Lan15] minimal
pronoun framework: Gã simply lacks a null vocabulary item for the
controlled subject position.
[All21] herself adopts [Sza09]'s Long Distance Agree (LDA) Hypothesis (building on [Sat19]). The minimal pronoun framework and LDA are compatible — LDA is the syntactic mechanism that values the unvalued φ-features of the minimal pronoun in the embedded subject position. We wire both perspectives in below.
Core Contributions #
- Three-way clause typology distinguished by complementizer:
akɛ-clauses (finite declarative),kɛji-clauses (finite conditional),ni-clauses (irrealis, OC). - OC over an overt subject: irrealis
ni-clauses show the OC signature despite carrying an overt subject proclitic. - Subject and object control are both attested with
ni-clause complements (subject-control:tao'want',hiɛ-kpa-nɔ'forget'; object-control:kenya'urge',dai'force'). - Irrealis ≠ subjunctive: Allotey argues against [Dak04] and [Cam17], who classify the high-tone marker as subjunctive. The diagnostic she offers (controlled-clause obviation) is formalized below.
- Long Distance Agree analysis: the embedded overt pronoun is a minimal pronoun whose φ-features are valued by LDA from the matrix controller ([Sza09], [Sat19]).
- Cross-linguistic pattern: Gã joins SMPM and Büli as a third language with obligatory pronominal copy control under the [Ost26] typology.
Out of scope #
The paper also discusses Gã verbal negation and an analogy to French
V-movement past pas ([Pol89]). That analogy depends on
treating Gã -ee and -ko as a free Neg head (Pollock's diagnostic
crucially relies on negation occupying a fixed structural position
rather than being a verbal suffix). The morphological argument that
would license that step is outside Allotey's data, so we do not
formalize the V-to-T claim here.
OC signature derived from clause properties.
A clause type that does not allow noncoreferential embedded
subjects forces the full [Lan13] OC signature; one
that does allow them shows none. Per [All21], only
irrealisNi falls in the former group.
This is derived from clauseProperties.noncoreferentialSubject
rather than stipulated per clause — changing the noncoreferential
flag in Fragments/Ga/Basic.lean automatically propagates here.
Equations
Instances For
The general derivation: lack of noncoreferential subjects iff OC.
A clause type passes the subjunctive diagnostic iff it permits a noncoreferential embedded subject. Romance subjunctives display obviation effects (the embedded subject must NOT corefer with the matrix subject) — i.e., they license noncoreference. An irrealis OC clause license the opposite: obligatory coreference.
[All21] argues that the high-tone marker on Gã verbs
is irrealis, not subjunctive (contra [Dak04],
[Cam17]). The diagnostic below confirms her claim
on the noncoreference test: irrealisNi fails the subjunctive
diagnostic.
Equations
Instances For
Map Gã clause types to [Lan04a]'s finiteness scale.
| Landau class | Gã clause type | OC? |
|---|---|---|
| C-subjunctive | irrealisNi | Yes |
| finite | finiteAke | No |
| finite | finiteKeji | No |
Gã has no F-subjunctive correspondent: there is no morphologically
distinct tensed-but-controlled clause class — ni-clauses are all
irrealis and OC; akɛ/kɛji-clauses are all finite and non-OC.
Equations
Instances For
Gã Agr status, derived from clauseProperties.finiteComplementizer.
irrealisNi is [−Agr] in [Lan15]'s sense — though it
carries an overt subject proclitic, the proclitic is the realization
of a minimal pronoun rather than independent agreement. The finite
clause types are [+Agr].
Equations
Instances For
Cross-check: gaAgr agrees with the complementizer's finiteness flag,
via complementizer_isFinite_eq_finiteFlag.
The Landau classification predicts Gã control properties for all three clause types, taking Agr status into account.
Each subject-control verb selects an irrealisNi clause whose
OC signature is the full one.
Each object-control verb selects an irrealisNi clause whose
OC signature is the full one.
The finite-complement verb does not show OC.
Universal: every Gã CTP whose complement is irrealisNi shows OC,
and every CTP whose complement is finite does not. The clause type
determines OC, regardless of the verb's own control flavor.
Long Distance Agree configuration ([Sza09]): a matrix probe
values an embedded goal's unvalued φ across a non-defective C. Folded
in from the former single-consumer Minimalist/LongDistanceAgree.lean.
The contentful dimension is cIsDefectiveBlocker — the cross-clausal
locality that the Probe/defective-intervention vocabulary
(Studies/Halpert2019.lean) derives rather than stipulates.
- probeHasValuedPhi : Bool
The probe (matrix v/T/Asp) carries valued φ-features.
- goalHasUnvaluedPhi : Bool
The goal (embedded D head) carries unvalued φ-features.
- cIsDefectiveBlocker : Bool
The intervening C head blocks LDA (is defective for it);
falsemeans transparent and LDA proceeds.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Allotey2021.instReprLDAConfig = { reprPrec := Allotey2021.instReprLDAConfig.repr }
Equations
- One or more equations did not get rendered due to their size.
Instances For
LDA is licensed iff probe and goal have the right feature profile and the intervening C is non-blocking.
Equations
- cfg.licenses = (cfg.probeHasValuedPhi && cfg.goalHasUnvaluedPhi && !cfg.cIsDefectiveBlocker)
Instances For
[All21]'s syntactic analysis: the embedded overt
pronoun in a controlled ni-clause is a minimal pronoun whose
unvalued φ-features are valued by Long Distance Agree from the
matrix controller ([Sza09], [Sat19]).
The probe (matrix v/T) has valued φ; the goal (embedded D[uφ])
has unvalued φ; the intervening ni C head is non-defective for
LDA, so the dependency crosses a clause boundary.
Equations
- Allotey2021.gaLDAConfig = { probeHasValuedPhi := true, goalHasUnvaluedPhi := true, cIsDefectiveBlocker := false }
Instances For
Bridge: the LDA configuration is exactly what's required to value the φ-features of a minimal pronoun in the embedded subject position. This is the syntactic mechanism that complements the morphological minimal-pronoun analysis (Section 7).
Gã vocabulary items.
Like SMPM and Büli: lacks a null allomorph for controlled subjects.
The controlled subject of an irrealisNi clause surfaces as the
elsewhere (pronoun) form — i.e., the same subject proclitic used
for referential pronouns.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Gã: controlled subjects are realized as overt subject proclitics (the elsewhere/pronoun form). The paper's central empirical observation.
Gã has reflexives distinct from referential pronouns.
Gã profile derived from fragment data and inventory.
Equations
- Allotey2021.gaProfile = { allowsProDrop := Ga.allowsProDrop, hasOvertPRO := decide Allotey2021.gaInventory.hasOvertPRO }
Instances For
Gã satisfies the implicational universal — overt PRO + non-pro-drop means the consequent is true.
Contrapositive concretization: were Gã pro-drop, it could not have
overt PRO. The hypothesis is counterfactual (Gã is non-pro-drop), so
this is a vacuous specialization of prodrop_excludes_overt_pro.
Map Gã clause types to [Noo07]'s complement typology.
All three Gã clause types are "balanced" in Noonan's sense: they are inflected for TAM and carry overt subject morphology. There is no "deranked" (infinitival/nominalized/participial) complement type in Gã.
finiteAke→ indicative (full TAM, free reference)finiteKeji→ indicative (full TAM, free reference; conditional flavor)irrealisNi→ subjunctive (irrealis only, obligatory coreference)
Note: Noonan's subjunctive category is the typological-typology
label for "finite irrealis-marked complement"; it is not the
generative-grammar subjunctive Allotey is arguing against
(cf. irrealisNi_not_subjunctive above). The Noonan label and the
Dakubu/Campbell label happen to share a word but track different
properties.