Gã Complement-Taking Predicates #
@cite{allotey-2021}
Inventory of Gã verbs that take embedded clausal complements, classified by the clause type they select and (where the semantic class is clear) their @cite{landau-2015} predicate class.
All entries here are attested in @cite{allotey-2021}'s example data
(the only verb-list source). The single exception is kee 'say', which
the paper uses in passing as the standard akɛ-clause exemplar but
does not pull out as part of its CTP inventory; it is kept because
without at least one finite-complement verb the OC-vs-non-OC contrast
cannot be exhibited end-to-end. The docstring on kee records this.
Coverage #
- Subject-control verbs selecting irrealis
ni-clauses:tao'want',nye'manage/be.able',kpleno'agree',kpang'plan',hiekpano'forget' (Allotey ex 37–38) - Object-control verbs selecting irrealis
ni-clauses:kenya'urge',dai'force',laka'persuade',wa'help' - Finite-clause verb selecting
akɛ-clauses:kee'say' (standard exemplar; see note above)
Identifier policy #
ASCII identifiers; IPA orthography lives in .form strings.
See Fragments/Ga/Basic.lean for rationale.
Equations
- Fragments.Ga.instDecidableEqControl x✝ y✝ = if h : x✝.ctorIdx = y✝.ctorIdx then isTrue ⋯ else isFalse ⋯
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Fragments.Ga.instReprControl = { reprPrec := Fragments.Ga.instReprControl.repr }
A Gã complement-taking predicate.
The Landau predicate class is recorded for verbs whose semantic
classification is clear; for verbs like wa 'help' (no clean fit
in any of Landau's eight classes), it is left as none —
paralleling the treatment of English try in
Landau2015.try_unclassifiable.
- form : String
- gloss : String
- selects : EmbeddedClauseType
- control : Control
- landauClass : Option Landau2015.LandauPredicateClass
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Fragments.Ga.instReprCTP = { reprPrec := Fragments.Ga.instReprCTP.repr }
Equations
- One or more equations did not get rendered due to their size.
Instances For
The control tier induced by a Gã CTP, derived from its Landau class.
Returns none for unclassifiable verbs and finite-complement verbs.
Equations
- c.controlTier = Option.map (fun (x : Landau2015.LandauPredicateClass) => x.controlTier) c.landauClass
Instances For
'want' — desiderative, subject control. Logophoric tier.
Equations
- One or more equations did not get rendered due to their size.
Instances For
'agree' — desiderative, subject control. Logophoric tier.
Equations
- One or more equations did not get rendered due to their size.
Instances For
'plan' — desiderative, subject control. Logophoric tier.
Equations
- One or more equations did not get rendered due to their size.
Instances For
'forget' — implicative (negative), subject control. Predicative tier.
Allotey ex 37–38: e-hiɛ-kpa-nɔ akɛ è-fee shi̇kpɔ̃ɔ̃ lε 'he forgot
to do that work'. Like English forget (@cite{karttunen-1971}):
failure entails the complement.
Equations
- One or more equations did not get rendered due to their size.
Instances For
'manage / be able to' — implicative (modal-flavored), subject control.
Predicative tier. Allotey treats it as a modal/implicative verb;
the semantics parallels English manage.
Equations
- One or more equations did not get rendered due to their size.
Instances For
'urge' — desiderative, object control. Logophoric tier.
Equations
- One or more equations did not get rendered due to their size.
Instances For
'persuade' — desiderative, object control. Logophoric tier.
Equations
- One or more equations did not get rendered due to their size.
Instances For
'force' — implicative causative, object control. Predicative tier.
Treated like English force per @cite{landau-2015}'s (4a):
coercive causatives pattern as implicatives.
Equations
- One or more equations did not get rendered due to their size.
Instances For
'help' — object control. Landau class left unspecified
(help does not fit any of Landau's eight classes cleanly).
Equations
- Fragments.Ga.wa = { form := "wa", gloss := "help", selects := Fragments.Ga.EmbeddedClauseType.irrealisNi, control := Fragments.Ga.Control.objectControl, landauClass := none }
Instances For
'say' — utterance verb, finite akɛ-clause.
Not pulled out as a CTP entry by @cite{allotey-2021}, but used in
passing as the canonical example of an akɛ-clause selector
(the cross-Kwa standard utterance verb). Kept here so that the
library can exhibit the OC-vs-non-OC contrast end-to-end.
Equations
- One or more equations did not get rendered due to their size.