Documentation

Linglib.Phenomena.Classifiers.Studies.Sudo2016

Sudo (2016) — The Semantic Role of Classifiers in Japanese #

@cite{sudo-2016}

Yasutada Sudo. The Baltic International Yearbook of Cognition, Logic and Communication 11. DOI: 10.4148/1944-3676.1108

Central Claim #

Sudo argues that what makes Japanese an obligatory classifier language is not the semantics of nouns (contra @cite{chierchia-1998}, @cite{krifka-2008}, @cite{borer-2005}, @cite{rothstein-2010}, @cite{nemoto-2005}, @cite{li-2011}) but the semantics of numerals. His core proposal:

  1. In all natural languages, numerals denote singular terms of type n (constant intensions λw. n, modeled here by NumeralIntens.const).
  2. Languages are equipped with a phonologically silent ∪-operator (Semantics.Classifier.upNum) that lifts numerals from type ⟨s,n⟩ to predicates of type ⟨s,⟨e,t⟩⟩.
  3. Following @cite{chierchia-1998}'s Blocking Principle, ∪ is blocked in languages whose lexicon contains overt items playing the same role — namely classifiers. In Japanese the classifiers -rin, -hiki, -nin, -mai, -hon, -ko, ... are precisely such items, so ∪ is unavailable and predicative numerals like "okyakusan-wa juu-ni-da" (eq. 15) are ruled out.
  4. The inverse ∩-operator (Semantics.Classifier.downNum) maps certain properties back to numeral intensions and has no overt counterpart in either English or Japanese, so it is freely available in both — explaining the well-formedness of Japanese type-n classifier phrases like "juu-ni-nin-da" (eq. 22a).

Cross-paper disagreement #

NMP.japaneseStrategy = .forNoun (CLF atomizes a kind-denoting noun) and Sudo2016.japaneseStrategy = .sudoBlocking (CLF blocks the silent ∪-operator on numerals) commit to incompatible analyses of the same empirical fact (Japanese requires classifiers). The disagreement is proved structurally in sudo_disagrees_with_chierchia_on_japanese below and propagates to divergent empirical predictions through LMR's diagnostic battery (LittleMoroneyRoyer2022.predictionsOf).

What is formalized #

Out of scope #

§1: Toy Domain #

A minimal world type and entity domain sufficient to instantiate Sudo's sortal classifiers. The domain is intentionally small — Sudo's argument is type-theoretic, not data-driven.

@[reducible, inline]

The toy world type. Sudo's intensional analysis is parameterized over worlds; for the purposes of demonstrating type-shifts, a singleton world suffices. Real applications would parameterize over a richer World type from Core.Logic.Intensional.Frame.

Equations
Instances For

    A toy entity domain: a person, a flower, an animal (small), and a book. Six core classifiers can be selectively defined over this minimal domain.

    Instances For
      @[implicit_reducible]
      Equations
      def Sudo2016.instReprEntity.repr :
      EntityStd.Format
      Equations
      Instances For
        @[implicit_reducible]
        Equations
        @[implicit_reducible]
        Equations

        §2: Sortal Predicates #

        Each is a constant intension (rigid) over the toy domain. Named here (rather than inlined into japaneseSudoDenot) so that apply-computation theorems can reference them directly.

        flower(x): sortal for -rin (Sudo eq. 4).

        Equations
        Instances For

          human(x): sortal for -nin (Sudo eq. 8a).

          Equations
          Instances For

            small_animal(x): sortal for -hiki (Sudo eq. 8b's atomic-sortal core).

            Equations
            Instances For

              bound_volume(x): sortal for -satsu.

              Equations
              Instances For

                §3: Per-Classifier Denotations #

                The exhaustive map from Fragments.Japanese.Classifier to ClassifierDenot. Pattern matching on the typed inventory forces every classifier to either get a denotation or an explicit none for the deferred cases (mensural -hai/-shoku/-teki, non-atomic -kumi/-daasu, function-based classifiers without a sortal predicate over our toy domain). Adding a classifier to the fragment requires extending this match — the type checker catches missing cases, replacing the prior floating-def style.

                Atomic-sortal denotation builder for the six classifiers Sudo formalizes over our toy domain. none for classifiers we haven't formalized (most function-based ones, mensural ones, non-atomic group ones).

                Equations
                Instances For

                  The classifiers Sudo formalizes (the six atomic-sortal cases).

                  Equations
                  Instances For

                    Exactly six classifiers have a Sudo-style denotation in this file.

                    §4: Sudo's Paradigms (eqs. 15, 16, 17, 22) #

                    The empirical contrast that motivates the analysis. Sudo's argument structure: (a) numerals can't predicate in Japanese (eq. 15); (b) adding a classifier rescues the predication (eq. 16); (c) the same pattern repeats with non-human classifiers (eq. 17). The numeral+classifier phrase is type-n by ∩ (eq. 22).

                    The numeral six as a Sudo-style type-n singular term: λw. 6.

                    Equations
                    Instances For

                      The numeral twelve as a Sudo-style type-n singular term: λw. 12.

                      Equations
                      Instances For

                        The numeral four as a Sudo-style type-n singular term: λw. 4.

                        Equations
                        Instances For

                          Whether Japanese has overt classifiers in the lexicon. Derived from the Japanese fragment's classifier inventory being non-empty. Sudo's blocking argument depends on this fragment-level fact.

                          Equations
                          Instances For

                            §5: The Blocking Argument (Sudo §3) #

                            Sudo eq. 15 (*kyoo-no okyakusan-wa juu-ni-da, intended: 'the guests today are twelve'): a predicative numeral is ungrammatical in Japanese, despite being grammatical in English (Rothstein 2013). Sudo derives this from @cite{chierchia-1998}'s Blocking Principle: the silent ∪-operator that would type-shift the numeral is unavailable in Japanese because classifiers in the lexicon already do that work.

                            The ∪-shift on numerals is blocked in Japanese. This is a corollary of the Blocking Principle applied to the fragment-level fact that Japanese has classifiers.

                            Empirical content (Sudo eq. 15 → eq. 16): predicative numerals are out in Japanese; adding a classifier rescues the predication. This holds at the level of ∪-availability: the bare numeral has no shift to ⟨s,⟨e,t⟩⟩, so it cannot serve as a predicate.

                            §6: ∩ Is Available (Sudo §4, eq. 22) #

                            Sudo eq. 22a (*kyoo-no okyakusan-no kazu-wa juu-ni-nin-da, 'the number of guests today is twelve'): a numeral+classifier phrase serves as a type-n singular term, identifying the cardinality 12. Sudo derives this from the ∩-operator, which has no overt counterpart in either English or Japanese, so it is freely available in both languages.

                            Note: The ∩-operator (downNum) has no overt classifier counterpart and is therefore not subject to the Blocking Principle. The empirical content is that numeral+classifier phrases can be type-n singular terms; no language-by-language stipulation is needed here.

                            §6b: apply-computation theorems (load-bearing denotations) #

                            These theorems exercise the ClassifierDenot.apply body on concrete toy-domain inputs, demonstrating that japaneseSudoDenot denotations actually compute Sudo's eq. 4 / eq. 8 semantics rather than functioning as a typed-but-inert classification table.

                            Sudo eq. 8a applied at numeral 1 to .hanako: -nin recognises a single-human individual. The denotation (japaneseSudoDenot .nin) actually computes a true conjunction (sortal holds + count = 1).

                            Sudo eq. 4 applied at numeral 1 to .hana: -rin recognises a single-flower individual.

                            Sudo eq. 8b applied at numeral 1 to .inu: -hiki recognises a single small-animal individual.

                            Sortal failure: -nin does not recognise the dog .inu as one human, because the human sortal presupposition fails on .inu. The first conjunct of apply is False.

                            The denotations of distinct atomic-sortal classifiers differ: -nin and -hiki carry incompatible sortal predicates, so substituting one for the other on a -nin-positive input contradicts.

                            §7: Sudo's Per-Language Strategy Assignment + Cross-Paper Engagement #

                            Per-language strategy assignments live in study files (not as metadata on NounCategorizationSystem). Sudo's view is now a first-class constructor of ClassifierStrategy (.sudoBlocking), so the disagreement with @cite{chierchia-1998} reduces to a single decidable inequality.

                            Sudo's strategy assignment for Japanese: classifier blocks the silent ∪-operator on numerals (Sudo §3, eqs. 15–16).

                            Equations
                            Instances For

                              Sudo and Chierchia disagree about which strategy Japanese exhibits: Chierchia's analysis assigns .forNoun (CLF atomizes a kind-denoting noun); Sudo's assigns .sudoBlocking (CLF blocks the silent ∪-operator on numerals). The disagreement is structural, not editorial.

                              The two also disagree on the empirical predictions this generates under @cite{little-moroney-royer-2022}'s diagnostic battery — see LittleMoroneyRoyer2022.predictionsOf for the per-strategy profiles.

                              §8: Framework-applicability #

                              Sudo's blocking-principle account (eqs. 10/15/16) presupposes that the target language has obligatory overt classifiers in the lexicon — that is what blocks the silent ∪-operator. NounCategorizationSystem.IsObligatory is the input-shape requirement; Sudo's framework applies iff it holds. Languages where numerals combine with bare nouns (no obligatory CL) do not provide the right input.

                              @[reducible, inline]

                              Sudo's framework applies to a language with classifier system cs iff cs.IsObligatory — the lexical input that Sudo's silent ∪-operator gets blocked by.

                              Equations
                              Instances For