Bobaljik 2000: the ins and outs of contextual allomorphy #
[Bob00] argues from Itelmen agreement that Vocabulary Insertion is cyclic from the root outward and rewrites a morpheme's features as it discharges them, so that conditioning is asymmetric: an inner morpheme may look outward at the syntactic features of morphemes not yet realized, but an outer morpheme cannot look inward at features already discharged. The Class II marker between the root and object agreement is conditioned by the class of the root inside it and by the person of both arguments outside it, object agreement by the subject outside it, and the subject prefix — last to be inserted — by nothing inside. This file runs that derivation over the complex head with hierarchical locality and rewriting, and shows the asymmetry as a consequence: with non-deletion, the inner agreement features would still be visible to the prefix.
Main results #
itelmen_rows: the four forms (9)–(10) from one Vocabulary.prefix_sees_no_agreement: at the subject prefix, the rewritten object agreement is invisible;nondeletion_exposesthat only rewriting hides it.outward_features_only: the Class II marker conditioned by both arguments sees their features, not exponents.
References #
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Bobaljik2000.instReprFeature = { reprPrec := Bobaljik2000.instReprFeature.repr }
Equations
- One or more equations did not get rendered due to their size.
- Bobaljik2000.instReprFeature.repr Bobaljik2000.Feature.agrO prec✝ = Repr.addAppParen (Std.Format.nest (if prec✝ ≥ 1024 then 1 else 2) (Std.Format.text "Bobaljik2000.Feature.agrO")).group prec✝
- Bobaljik2000.instReprFeature.repr Bobaljik2000.Feature.agrS prec✝ = Repr.addAppParen (Std.Format.nest (if prec✝ ≥ 1024 then 1 else 2) (Std.Format.text "Bobaljik2000.Feature.agrS")).group prec✝
- Bobaljik2000.instReprFeature.repr Bobaljik2000.Feature.obj3 prec✝ = Repr.addAppParen (Std.Format.nest (if prec✝ ≥ 1024 then 1 else 2) (Std.Format.text "Bobaljik2000.Feature.obj3")).group prec✝
- Bobaljik2000.instReprFeature.repr Bobaljik2000.Feature.sg prec✝ = Repr.addAppParen (Std.Format.nest (if prec✝ ≥ 1024 then 1 else 2) (Std.Format.text "Bobaljik2000.Feature.sg")).group prec✝
- Bobaljik2000.instReprFeature.repr Bobaljik2000.Feature.pl prec✝ = Repr.addAppParen (Std.Format.nest (if prec✝ ≥ 1024 then 1 else 2) (Std.Format.text "Bobaljik2000.Feature.pl")).group prec✝
Instances For
Present -s; the Class II marker -ki- under a first-person subject acting on a third-person object and -c- under a second-singular one; object agreement -cen under a first-person subject and -in under a second-singular; the subject prefix t- for first singular, null for second singular.
Equations
- One or more equations did not get rendered due to their size.
Instances For
√-T-(II)-AgrO-AgrS, the Class II marker present for a Class II root.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Bobaljik2000.insert dis w = w.insertAll (fun (x : String) => x = "") Bobaljik2000.vocab DistributedMorphology.ComplexHead.Locality.hierarchical (fun (x : String) => []) dis
Instances For
Equations
- Bobaljik2000.morphs w = List.filter (fun (x : String) => decide (x ≠ "")) (Bobaljik2000.insert DistributedMorphology.ComplexHead.Discharge.rewriting w).exponents
Instances For
Equations
- Bobaljik2000.parseArg "1sg" = some [Bobaljik2000.Feature.first, Bobaljik2000.Feature.sg]
- Bobaljik2000.parseArg "2sg" = some [Bobaljik2000.Feature.second, Bobaljik2000.Feature.sg]
- Bobaljik2000.parseArg "3sg" = some [Bobaljik2000.Feature.obj3, Bobaljik2000.Feature.sg]
- Bobaljik2000.parseArg "3pl" = some [Bobaljik2000.Feature.obj3, Bobaljik2000.Feature.pl]
- Bobaljik2000.parseArg x✝ = none
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Bobaljik2000.rows = List.filterMap Bobaljik2000.ofRow Bobaljik2000.Examples.all
Instances For
The forms (9)–(10).
(9b): t-t-s-ki-cen.
Equations
Instances For
When the subject prefix is reached under rewriting, the object agreement
inside it has discharged its features: nothing of agrO remains to condition
the prefix, the asymmetry of (12).
Under non-deletion the same context carries agrO: symmetric conditioning,
as in [HM93], would let the prefix see inward.
The Class II marker, second to be inserted, sees both agreement morphemes outside it bare: their features, at hierarchical distance one and two.