Anderson 2006: auxiliary verb constructions #
An auxiliary verb construction pairs an auxiliary with a lexical verb that stays the semantic head, and languages differ in which element hosts the inflection: the auxiliary (English have eaten), the lexical verb (Pipil weli ni-nehnemi), both with the same categories (Gorum), the two dividing the categories (Jakaltek, absolutive on the auxiliary and ergative on the lexical verb), or dividing them with some doubled (Hemba, Doyayo, Pipil). The five macro-patterns are distinguished by the inflectional head alone, and across the split/doubled languages the doubled category is overwhelmingly the subject. Negative auxiliaries head constructions of every pattern: aux-headed in Udihe, split in Kokota, lex-headed in Kwerba, doubled in 'Iipay. Doyayo, filed as lex-headed although its auxiliary partially encodes subject person through tone, comes out split by the inflectional-head criterion.
Main definitions #
InflectionalMarking: which categories each element carries;InflectionalMarking.patternreads the macro-pattern (13) off it.
References #
- [anderson-2006a]
- [bybee-1985] — the category inventory
Where the inflection is marked #
Which inflectional categories each element of an auxiliary verb construction carries.
- onAux : Finset Morphology.MorphCategory
- onLex : Finset Morphology.MorphCategory
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
The inflectional head fixes the macro-pattern (13): only the auxiliary marked, only the lexical verb, both with the same categories, the two disjoint, or overlapping.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The categories doubled on both elements.
Instances For
The book's examples #
The category names used in the example rows; Gorum's affectedness is outside the inventory.
Equations
- Anderson2006a.MorphCategory.ofString? "subj" = some (Morphology.MorphCategory.agreement Agreement.Controller.subj)
- Anderson2006a.MorphCategory.ofString? "obj" = some (Morphology.MorphCategory.agreement Agreement.Controller.obj)
- Anderson2006a.MorphCategory.ofString? "tense" = some Morphology.MorphCategory.tense
- Anderson2006a.MorphCategory.ofString? "aspect" = some Morphology.MorphCategory.aspect
- Anderson2006a.MorphCategory.ofString? "mood" = some Morphology.MorphCategory.mood
- Anderson2006a.MorphCategory.ofString? "negation" = some Morphology.MorphCategory.negation
- Anderson2006a.MorphCategory.ofString? x✝ = none
Instances For
The categories a row lists under a feature key.
Equations
- Anderson2006a.categories r key = (List.filterMap (fun (kv : String × String) => if kv.1 = key then Anderson2006a.MorphCategory.ofString? kv.2 else none) r.paperFeatures).toFinset
Instances For
The inflectional marking a row records, when it records one.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Anderson2006a.InflectionPattern.ofString? "auxHeaded" = some AuxiliaryVerbs.InflectionPattern.auxHeaded
- Anderson2006a.InflectionPattern.ofString? "lexHeaded" = some AuxiliaryVerbs.InflectionPattern.lexHeaded
- Anderson2006a.InflectionPattern.ofString? "doubled" = some AuxiliaryVerbs.InflectionPattern.doubled
- Anderson2006a.InflectionPattern.ofString? "split" = some AuxiliaryVerbs.InflectionPattern.split
- Anderson2006a.InflectionPattern.ofString? "splitDoubled" = some AuxiliaryVerbs.InflectionPattern.splitDoubled
- Anderson2006a.InflectionPattern.ofString? x✝ = none
Instances For
The book's pattern label for each example is what (13) reads off its marking — except where the auxiliary's marking is only partial.
Doyayo (15a): the auxiliary partially encodes subject person through tone while the lexical verb carries tense, which (13) classifies as split; the book files it under lex-headed.
Every one of the five patterns is instantiated by some example's marking.
Chapter 5: in split/doubled patterns the doubled category is overwhelmingly the subject — every split/doubled example doubles subject agreement and nothing else.
Negative auxiliaries #
Negative auxiliaries head constructions of more than one pattern (§1.7.2): Udihe (49) is
aux-headed, as Strategy.expectedInflectionPattern expects of a verbal negator, and Kwerba
(52) is lex-headed, so that expectation is a tendency rather than a law.