Qin (2025): Canonical and Non-Canonical Roots: The Diversity of Roots in Mandarin Chinese #
This file formalizes [qin-2025]'s canonical typology of roots. The base definition, a
morphologically unanalyzable form that serves as a morphological core of word formation, is the
substrate's Morphology.Morph.IsCoreIn, and the paper's -fer shows that the judgment is formal
rather than semantic: -fer is a core of the primary word refer though it has no meaning of its
own (fer_core). Four criteria (Table 1), boundness, positional flexibility, phonological
richness, and meaning lexicality, span a space of sixteen cells anchored by the canonical root
that meets all four, and Fig. 1's one way of being canonical against fifteen of being
non-canonical is the binomial count of the tiers (tier_card). The case study classifies 122
Mandarin morphemes (Appendix A): the forms carry the appendix's codes on the four criteria, its
five groups are the number of criteria a form fails (forms_group), and the property of the
distribution the paper singles out holds of every form, that a phonologically deficient
morpheme, toneless in a tone language, is maximally non-canonical (deficient_maximal). The
tiers run from the canonical 厂 chǎng of Table 3 through 不 bù, 霸 bà, and 性 xìng to the
toneless 边 -bian and 个 -ge (mandarin_tiers).
Implementation notes #
The appendix is a CLDF FormTable whose custom columns are the paper's codes: F or B for
boundness, FLEX, SL, or SR for position, 1 or TL for phonology, and L or NL for meaning. A row
reads the codes as a Boolean judgment on each criterion, the canonical value being true; the
two fixed positions SL and SR both count as fixed. The counts of Tables 2 and 4 are the
distribution of the forms and are not restated.
TODO #
The paper says that six of the unattested cells of the space require phonological deficiency; the appendix leaves seven such cells unattested, since only the maximally non-canonical cell contains a toneless morpheme, and the cell of free, fixed, toned, lexical morphemes is unattested as well.
References #
- [qin-2025]
- [Blo33]
The base definition and -fer (§3.1) #
-fer, a bound root with no identifiable meaning.
Equations
- Qin2025.fer = Morphology.Morph.root "fer"
Instances For
The mini-fragment refer and confer, both free forms and both primary, since neither re-, con-, nor -fer is free.
Equations
- Qin2025.ferWords = [[Qin2025.re, Qin2025.fer], [Qin2025.con, Qin2025.fer]]
Instances For
The four criteria and the theoretical space (§3.2, §3.3) #
A morpheme's judgment on the four criteria of Table 1: free, positionally flexible, phonologically rich, and lexical in meaning.
- c1 : Bool
C1: free rather than bound.
- c2 : Bool
C2: positionally flexible rather than fixed.
- c3 : Bool
C3: phonologically rich rather than deficient.
- c4 : Bool
C4: lexical rather than less lexical in meaning.
Instances For
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
Equations
- Qin2025.instReprRow = { reprPrec := Qin2025.instReprRow.repr }
Equations
- Qin2025.instFintypeRow = Fintype.ofEquiv ((_ : Bool) × (_ : Bool) × (_ : Bool) × Bool) Qin2025.Row.proxyTypeEquiv
The number of criteria a row fails, its distance from the canonical root.
Equations
- r.violations = (((if r.c1 = true then 0 else 1) + if r.c2 = true then 0 else 1) + if r.c3 = true then 0 else 1) + if r.c4 = true then 0 else 1
Instances For
A canonical root satisfies all four criteria.
Equations
- r.IsCanonical = (r.violations = 0)
Instances For
The theoretical space of roots has sixteen cells (Fig. 1).
Fig. 1's tiers: 4.choose k ways to fail exactly k criteria, so fifteen ways of being
non-canonical against one of being canonical.
The Mandarin case study (§4, Appendix A) #
A form's judgments, read from the appendix's codes.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The number of criteria a form fails.
Equations
- Qin2025.violations? f = Option.map Qin2025.Row.violations (Qin2025.interpret f)
Instances For
The appendix's group of a form: canonical roots, then non-canonical roots by the number of criteria violated.
Equations
- Qin2025.group? "1" = some 0
- Qin2025.group? "2" = some 1
- Qin2025.group? "3" = some 2
- Qin2025.group? "4" = some 3
- Qin2025.group? "5" = some 4
- Qin2025.group? x✝ = none
Instances For
Every form is classified on all four criteria, and its group is the number it fails.
A phonologically deficient morpheme is maximally non-canonical: only the bottom cell of the space holds a toneless morpheme.
The five tiers: canonical 厂 chǎng (Table 3), 不 bù deviating on meaning alone, bound and fixed 霸 bà, schematic 性 xìng, and the toneless 边 -bian and 个 -ge meeting no criterion.