Mass/count #
The morphosyntactic mass/count feature ([Kri26]). No UD equivalent, so it is a
linglib feature taxonomy rather than a UD.* alias.
Morphosyntactic mass/count feature. A formal feature parallel to grammatical gender — not an ontological distinction. Determines kind-anaphor morphology: [MASS] → it, [COUNT] → they. Evidence: pollen[MASS] → it vs pollen grains[COUNT] → they for the same referent ([Kri26] §2).
Instances For
@[implicit_reducible]
Equations
- instReprMassCount = { reprPrec := instReprMassCount.repr }
Equations
- instReprMassCount.repr MassCount.mass prec✝ = Repr.addAppParen (Std.Format.nest (if prec✝ ≥ 1024 then 1 else 2) (Std.Format.text "MassCount.mass")).group prec✝
- instReprMassCount.repr MassCount.count prec✝ = Repr.addAppParen (Std.Format.nest (if prec✝ ≥ 1024 then 1 else 2) (Std.Format.text "MassCount.count")).group prec✝
Instances For
@[implicit_reducible]
Equations
- instDecidableEqMassCount x✝ y✝ = if h : x✝.ctorIdx = y✝.ctorIdx then isTrue ⋯ else isFalse ⋯
Equations
Instances For
@[implicit_reducible]
Equations
- instHashableMassCount = { hash := instHashableMassCount.hash }