Ch'ol Numeral Classifier Lexicon #
Typed classifier entries for Ch'ol (Cholan, Mayan), a classifier-for-numeral language ([LMR22]; [BC14]). Classifiers in Ch'ol are bound morphemes suffixed to the numeral stem, obligatory with all Mayan-based numerals (1–6 and the vigesimal system); Spanish-borrowed numerals (7+) already encode a measure function and take no classifier.
Main declarations #
Chol.Classifiers.pej,kojty,tyikil,kej,tsijty,bujch: the classifier entries ([LMR22] Table 4).Chol.Classifiers.allClassifiers,defaultClassifier: the inventory and its generic default (-p'ej).
Implementation notes #
Ch'ol classifiers are largely derived from positional and transitive verb roots ([AL09]; [BCA19]); the position or shape of the noun is relevant, so the same noun can be counted with different classifiers depending on its configuration (e.g. one long tree vs. one fallen tree). [AL09] identifies at least 180 classifiers.
In the CLF-for-NUM analysis ([LMR22] §4; [BC14]), each classifier denotes a measure function μ that the numeral requires as its first argument:
⟦ux⟧ = λm λP λx. [P(x) ∧ m(x) = 3] ⟦-kojty⟧ = μ_# (atom-counting measure for animals)
-p'ej — inanimate/generic default classifier. Semantically bleached for inanimates; also the base of vigesimal classifiers (-k'al for 20, -bajk for 400, -pijk for 8000).
Equations
- Chol.Classifiers.pej = { form := "-p'ej", gloss := "inanimate/generic", isDefault := true }
Instances For
-kojty — animals. Derived from positional root koty 'standing on four legs'.
Equations
- Chol.Classifiers.kojty = { form := "-kojty", gloss := "animal", semantics := [NounCategorization.SemanticParameter.animacy] }
Instances For
-tyikil — people/humans.
Equations
- Chol.Classifiers.tyikil = { form := "-tyikil", gloss := "human", semantics := [NounCategorization.SemanticParameter.humanness] }
Instances For
-k'ej — flat round objects (tortillas, tables).
Equations
- Chol.Classifiers.kej = { form := "-k'ej", gloss := "flat.round", semantics := [NounCategorization.SemanticParameter.shape], shapeDimension := some NounCategorization.ShapeDimension.twoD }
Instances For
-ts'ijty — long things (trees, ropes).
Equations
- Chol.Classifiers.tsijty = { form := "-ts'ijty", gloss := "long", semantics := [NounCategorization.SemanticParameter.shape], shapeDimension := some NounCategorization.ShapeDimension.oneD }
Instances For
-bujch — seated/propped up things (bottles propped up, seated objects). Derived from positional root buch 'seated'.
Equations
- Chol.Classifiers.bujch = { form := "-bujch", gloss := "seated/propped", semantics := [NounCategorization.SemanticParameter.arrangement] }
Instances For
Inventory #
Verification #
The default classifier is marked as default.
All non-default classifiers carry at least one semantic parameter.
Ch'ol classifiers are bound morphemes (suffixes on the numeral stem). All forms begin with a hyphen, indicating bound status.