Documentation

Linglib.Core.Lexical.NounCategorization

Noun Categorization Typology #

@cite{aikhenvald-2000} @cite{chierchia-1998} @cite{dixon-1982}

Cross-linguistic typology of noun categorization devices, following @cite{aikhenvald-2000} "Classifiers: A Typology of Noun Categorization Devices."

Defines the vocabulary types for describing noun categorization systems: classifier types, semantic parameters, structural properties, and a common ClassifierEntry type for individual classifier lexical entries.

Per-language system descriptions (NounCategorizationSystem) and the Dixon noun-class vs. classifier divide live in Theories.Typology.NounCategorization — they represent a specific typological framework, not framework-agnostic infrastructure.

Organization #

The 9 focal classifier types on the noun-categorization continuum.

Aikhenvald (2000 §1.5, Table 15.1) establishes these as "focal points" distinguished by morphosyntactic locus, scope, and grammatical function. Real systems are gradient — a language's system may sit between types.

  • nounClass : ClassifierType

    Noun class / gender: closed agreement system, realized outside the noun on modifiers (head-modifier NP) or predicate (pred-arg agreement). Small inventory (2–20). Examples: Bantu, Indo-European gender. (Ch 2)

  • nounClassifier : ClassifierType

    Noun classifier: independent of other NP elements, characterizes the noun itself. Free forms or affixes on the noun. (Ch 3)

  • numeralClassifier : ClassifierType

    Numeral classifier: appears in numeral/quantifier NPs, required for enumeration. Free forms or affixes on the numeral. (Ch 4)

  • relationalClassifier : ClassifierType

    Relational classifier: in possessive NPs, characterizes the possessive relation (how the noun can be possessed/handled). (Ch 5)

  • possessedClassifier : ClassifierType

    Possessed classifier: in possessive NPs, characterizes the possessed noun in terms of its inherent properties. (Ch 5)

  • possessorClassifier : ClassifierType

    Possessor classifier: in possessive NPs, characterizes the possessor. Very rare. (Ch 5)

  • verbalClassifier : ClassifierType

    Verbal classifier: marks agreement on the verb with an S or O argument. Incorporated classifiers, affixes, or suppletive verb stems. (Ch 6)

  • locativeClassifier : ClassifierType

    Locative classifier: in adpositional NPs, marks agreement with the head noun in locative expressions. (Ch 7)

  • deicticClassifier : ClassifierType

    Deictic classifier: appears on deictics, articles, demonstratives. Marks spatial location and/or determination. (Ch 7)

Instances For
    Equations
    • One or more equations did not get rendered due to their size.
    Instances For

      Universal semantic parameters employed in noun categorization.

      Aikhenvald (2000 §11.1.1) identifies three large classes: animacy, physical properties, and function. These parameters are found across ALL types of noun categorization device, though different types show different preferences (Table 11.13).

      Instances For
        Equations
        • One or more equations did not get rendered due to their size.
        Instances For

          Dimensionality sub-classification for shape-based classifiers.

          @cite{downing-1996} Ch. 5 and @cite{allan-1977} show that shape-based classifiers decompose along a dimensionality axis:

          • 1D: long, slender, elongated (e.g., Japanese 本 hon, Mandarin 条 tiáo)
          • 2D: flat, thin, planar (e.g., Japanese 枚 mai, Mandarin 张 zhāng)
          • 3D: round, compact, globular (e.g., Japanese 個 ko)
          Instances For
            Equations
            • One or more equations did not get rendered due to their size.
            Instances For

              Morphosyntactic scope of a classifier type (Table 15.1, column 2).

              Instances For
                Equations
                • One or more equations did not get rendered due to their size.
                Instances For

                  Principles governing noun-to-class/classifier assignment (§2.3).

                  Instances For
                    Equations
                    • One or more equations did not get rendered due to their size.
                    Instances For

                      Surface realization of a classifier morpheme (Table 15.3).

                      Instances For
                        Equations
                        • One or more equations did not get rendered due to their size.
                        Instances For

                          A classifier lexical entry with semantic typing.

                          Replaces the unstructured Option String representation. Each classifier carries its form, a gloss, and the semantic parameters that motivate its selection — making it possible to verify Aikhenvald's claims about which parameters different classifier types encode.

                          • form : String

                            Surface form (e.g. "只", "匹", "本")

                          • gloss : String

                            Gloss (e.g. "small.animal", "flat.bound.object")

                          • Semantic parameters motivating selection of this classifier

                          • isDefault : Bool

                            Is this the "general" or "default" classifier? (个 in Mandarin, つ in Japanese)

                          • isMensural : Bool

                            Sortal (inherent properties) vs. mensural (configuration/measure)

                          • shapeDimension : Option ShapeDimension

                            Shape dimensionality sub-classification (@cite{downing-1996} Ch. 5). Only meaningful when semantics includes .shape.

                          Instances For
                            Equations
                            • One or more equations did not get rendered due to their size.
                            Instances For
                              Equations
                              Instances For

                                Whether this classifier encodes a given semantic parameter.

                                Equations
                                Instances For

                                  The form string of a classifier entry (for backward compatibility).

                                  Equations
                                  Instances For

                                    Collect all distinct semantic parameters attested across a classifier inventory. Used to derive preferredSemantics from fragment data rather than hand-listing.

                                    Equations
                                    • One or more equations did not get rendered due to their size.
                                    Instances For