Small Clause Predication #
@cite{dendikken-1995} @cite{baker-1988}@cite{dendikken-1995}'s central thesis: all subject-predicate relationships
are incarnated as small clauses [SC Subject Predicate]. The predicate
head's category determines the construction type:
| Pred category | Construction | Example |
|---|---|---|
| P | Verb-particle / dative | "lift Hsu up", "give the books to Mary" |
| A | Resultative | "hammer the metal flat" |
| V | Causative | "make the child laugh" |
| N | Copular / ECM | "consider John a fool" |
The SC analysis unifies these constructions structurally: they share
the tree shape V [SC Subj Pred] = node(leaf, node(leaf, leaf)),
with differences reduced to the category of the predicate head.
Cross-linguistic extension #
Bantu applicative morphemes (-il-, -el-) and Japanese causative -(s)ase are analyzed as affixal particles: grammaticalized instances of P-to-V incorporation. Low applicatives introduce the same structural configuration as particles — SC predication between a goal and a theme, mediated by a P head.
Category of the predicate head in a small clause.
@cite{dendikken-1995}: X ∈ {A, N, P, V} — the four LEXICAL categories. The SC family is parameterized by which lexical category serves as the predicate head.
- P : SCPredCategory
- A : SCPredCategory
- V : SCPredCategory
- N : SCPredCategory
Instances For
Equations
Equations
- Minimalism.instBEqSCPredCategory.beq x✝ y✝ = (x✝.ctorIdx == y✝.ctorIdx)
Instances For
Equations
Equations
- One or more equations did not get rendered due to their size.
Instances For
Map SC predicate categories to syntactic categories.
Equations
Instances For
A small clause: subject-predicate pair where the predicate is categorially typed (@cite{dendikken-1995}:27, ex. 44).
[SC subject predicate]
The predCat field determines which member of the SC family
this instance belongs to.
- subject : SyntacticObject
The subject of predication (typically a DP)
- predicate : SyntacticObject
The predicate head
- predCat : SCPredCategory
Category of the predicate (determines construction type)
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
Build the syntactic object for a small clause: [SC Subj Pred].
Equations
- sc.toSO = Minimalism.merge sc.subject sc.predicate
Instances For
The construction type name for each SC predicate category.
Equations
- Minimalism.SCPredCategory.P.constructionName = "verb-particle / dative"
- Minimalism.SCPredCategory.A.constructionName = "resultative"
- Minimalism.SCPredCategory.V.constructionName = "causative"
- Minimalism.SCPredCategory.N.constructionName = "copular/ECM"
Instances For
Whether an applicative head is analyzable as an affixal particle.
Low applicatives introduce a transfer/possession relation between goal and theme — structurally, a P head relating two DPs via SC predication. This is the same configuration as particles.
High applicatives relate the applied argument to the event, not to the theme — they are NOT affixal particles.
Equations
Instances For
Map low applicatives to SC predicate category P.
Low Appl mediates the same structural relation as a particle:
[SC Goal [XP Theme]] where the applicative head is the P.
Equations
Instances For
Low recipient applicatives are affixal particles.
Low source applicatives are affixal particles.
High applicatives are NOT affixal particles.
Low recipient applicatives map to SC predicate category P.
Low source applicatives map to SC predicate category P.
High applicatives have no SC predication analog.