Mandarin Chinese Classifier Lexicon #
@cite{aikhenvald-2000}
Typed classifier entries for Mandarin Chinese, replacing unstructured
string representations with semantically annotated ClassifierEntry values.
Mandarin has a large numeral classifier system (~100+ classifiers in common use). This fragment covers the classifiers attested in the noun lexicon.
Classifier selection #
Classifier selection in Mandarin is semantically motivated (@cite{aikhenvald-2000} §11.2.3). Sortal classifiers encode inherent properties (animacy, shape, function); the general classifier 个 serves as a default/residue.
个 gè — general/default classifier. Semantically bleached; used when no specific classifier applies, or as an informal substitute.
Equations
- Fragments.Mandarin.Classifiers.ge = { form := "个", gloss := "general", isDefault := true }
Instances For
只 zhī — small animals (birds, cats, dogs, insects). Encodes: animacy + small size.
Equations
- Fragments.Mandarin.Classifiers.zhi = { form := "只", gloss := "small.animal", semantics := [Core.NounCategorization.SemanticParameter.animacy, Core.NounCategorization.SemanticParameter.size] }
Instances For
本 běn — bound volumes (books, magazines, notebooks). Encodes: shape (flat, bound objects).
Equations
- One or more equations did not get rendered due to their size.
Instances For
辆 liàng — wheeled vehicles (cars, bicycles, carts). Encodes: function (transport).
Equations
- Fragments.Mandarin.Classifiers.liang = { form := "辆", gloss := "vehicle", semantics := [Core.NounCategorization.SemanticParameter.function] }
Instances For
朵 duǒ — flowers, clouds (small, delicate, clustered). Encodes: shape (small, round/clustered).
Equations
- Fragments.Mandarin.Classifiers.duo = { form := "朵", gloss := "flower/cloud", semantics := [Core.NounCategorization.SemanticParameter.shape, Core.NounCategorization.SemanticParameter.size] }
Instances For
位 wèi — persons (honorific/polite register). Encodes: humanness + social status.
Equations
- One or more equations did not get rendered due to their size.
Instances For
条 tiáo — long, thin, flexible objects (rivers, roads, snakes, fish). Encodes: shape (1D, elongated).
Equations
- One or more equations did not get rendered due to their size.
Instances For
张 zhāng — flat objects with a surface (paper, tables, beds, maps). Encodes: shape (2D, flat surface).
Equations
- One or more equations did not get rendered due to their size.
Instances For
把 bǎ — objects with a handle (knives, chairs, umbrellas). Encodes: shape (graspable handle) + function.
Equations
- Fragments.Mandarin.Classifiers.ba = { form := "把", gloss := "handled", semantics := [Core.NounCategorization.SemanticParameter.shape, Core.NounCategorization.SemanticParameter.function] }
Instances For
头 tóu — large animals (cattle, elephants, pigs). Encodes: animacy + large size.
Equations
- Fragments.Mandarin.Classifiers.tou = { form := "头", gloss := "large.animal", semantics := [Core.NounCategorization.SemanticParameter.animacy, Core.NounCategorization.SemanticParameter.size] }
Instances For
棵 kē — plants, trees (rooted, standing). Encodes: shape (upright, rooted).
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
杯 bēi — glasses, cups.
Equations
- One or more equations did not get rendered due to their size.
Instances For
瓶 píng — bottles.
Equations
- One or more equations did not get rendered due to their size.
Instances For
碗 wǎn — bowls.
Equations
- One or more equations did not get rendered due to their size.
Instances For
箱 xiāng — boxes.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Look up a classifier by form.
Equations
Instances For
只 encodes animacy.
位 encodes humanness.
本 encodes shape.
All non-default classifiers have at least one semantic parameter.
Sortal classifiers are not mensural.
Container classifiers CAN be mensural (structure determines reading).
Full inventory: 11 sortal + 4 container = 15 classifiers.