Tigrinya Clausal Prefixes [Cac25] #
Lexical entries for Tigrinya's four clause-initial morphemes, as
Complementizer-schema entries with the Tigrinya-specific fields
(gloss, clauseType, circumfixal suffix_).
The four prefixes #
| Prefix | Gloss | Clause type |
|---|---|---|
| zɨ- | REL | relative / general subordination |
| kɨ- | SBJV | subjunctive / irrealis |
| kəmzi- | COMP | factive complementizer |
| ʔay-...-n | NEG | negative (circumfix) |
Key empirical facts #
- Mutual exclusion: The four prefixes are in complementary distribution (no stacking of zɨ- + kɨ-, etc.)
- Fixed position: All precede the verbal complex
- Agreement: kɨ- and ʔay-...-n take agreement suffixes; zɨ- does not
- Discontinuity: Only ʔay-...-n is discontinuous (circumfix)
- Selection: Matrix verb class determines which prefix appears (knowledge → kəmzi-, desiderative → kɨ-, etc.)
[Cac25]'s cartographic head assignment (zɨ- = Rel, kɨ- = Fin,
kəmzi- = Force, ʔay- = Neg in a [Riz97] split CP) is paper-specific
and lives as the headCat projection in Studies/Cacchioli2025.lean.
Clause types in Tigrinya, determined by the clausal prefix.
- relative : TigrinyaClauseType
- subjunctive : TigrinyaClauseType
- factive : TigrinyaClauseType
- negative : TigrinyaClauseType
- matrix : TigrinyaClauseType
Instances For
Equations
- Tigrinya.ClausePrefixes.instDecidableEqTigrinyaClauseType 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
A Tigrinya clausal prefix lexical entry: the root Complementizer
schema plus the Tigrinya-specific fields. The form is the prefix half;
the discontinuous negative also sets suffix_.
- form : String
- script : Option String
- position : Option Morphology.FormativePosition
- noonanType : Option NoonanCompType
- clauseForm : Option Features.ClauseForm
- verbForm : Option UD.VerbForm
- agrees : Option Bool
- factive : Option Bool
- gloss : String
Gloss
- clauseType : TigrinyaClauseType
Clause type selected
- suffix_ : String
Suffix form for circumfixes (empty if not discontinuous)
Instances For
Equations
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
- Tigrinya.ClausePrefixes.instBEqClausePrefixEntry.beq x✝¹ x✝ = false
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
zɨ- : relativizer / general subordinator. Does not take agreement. "zɨ-mäs'ə" = REL-come = "who came"
Equations
- One or more equations did not get rendered due to their size.
Instances For
kɨ- : subjunctive / irrealis marker. Takes an agreement suffix. Selected by desiderative/manipulative verbs. "kɨ-mäs'ə" = SBJV-come = "to come"
Equations
- One or more equations did not get rendered due to their size.
Instances For
kəmzi- : factive complementizer. Selected by knowledge/commentative verbs. "kəmzi-mäs'ə" = COMP-come = "that (he) came" (factive)
Equations
- One or more equations did not get rendered due to their size.
Instances For
ʔay-...-n : negative circumfix. The verbal stem is wrapped: ʔay-mäs'ə-n = NEG-come-NEG = "did not come". Discontinuous exponence derived from V-to-Neg head movement.
Equations
- One or more equations did not get rendered due to their size.
Instances For
All four clausal prefix entries.
Equations
Instances For
Construct a CircumfixExponence from the negative circumfix entry.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The negative circumfix surfaces correctly.