Documentation

Linglib.Syntax.Category.Classifier.Basic

Classifiers #

This file defines the word-class record for classifiers and the vocabulary of Aikhenvald's typology of noun categorization devices. Classifier is the lexical entry Fragments store in their inventories: a form, a gloss, the semantic parameters motivating its choice, whether it is the general or a mensural classifier, and its dimensionality. A language's device is described by where its morphemes occur and what they characterize — the locus and the constituent — and its kind (noun class, numeral classifier, verbal classifier, …) is the classification of that pair by Table 15.1 (Classifier.kind), never a stored label; assignment principle, surface realizations, agreement, obligatoriness, general member, semantic parameters, and the language's number marking complete the description. Fragments record these values field by field beside the inventory (Mandarin.classifierLocus, …) or beside the gender data for noun-class languages; the record assembling them is study-local (Aikhenvald2000.Device).

Main definitions #

References #

Semantic parameters #

The semantic parameters noun categorization devices encode, in three large classes — animacy, physical properties, and function — with kind-specific preferences. Speech register is distinguished from the referent's social status, since honorific classifiers can index the style of speech rather than the rank of the referent.

  • animacy : Parameter

    Animate versus inanimate.

  • humanness : Parameter

    Human versus non-human.

  • sex : Parameter

    Male versus female.

  • socialStatus : Parameter

    The social status or rank of a human referent.

  • kinship : Parameter

    The kinship relationship of a human referent.

  • register : Parameter

    The speech register (honorific, common, humiliative) rather than the referent's status.

  • shape : Parameter

    Shape and dimensionality.

  • direction : Parameter

    Vertical versus horizontal orientation.

  • interioricity : Parameter

    Differentiation of inside from outside, as between rings and holes.

  • boundedness : Parameter

    Whether an outlined entity is delimited.

  • size : Parameter

    Large versus small.

  • consistency : Parameter

    Plasticity under manipulation: flexible versus rigid.

  • constitution : Parameter

    Physical state, such as liquid or solid.

  • material : Parameter

    The material an object is made of.

  • nature : Parameter

    Other inherent, time-stable nature, often realized by classifiers specific to one noun.

  • function : Parameter

    How an object is used or handled.

  • arrangement : Parameter

    The configuration of objects, such as a coil or a row.

  • quanta : Parameter

    A quantity of objects, such as a cluster or a flock.

  • colour : Parameter

    Colour: perceptually salient but never a basis for noun categorization.

Instances For
    @[instance_reducible]
    Equations
    def Classifier.instReprParameter.repr :
    ParameterNatStd.Format
    Equations
    Instances For

      The three values of dimensionality: one-dimensional (long), two-dimensional (flat), and three-dimensional (spherical).

      Instances For
        @[instance_reducible]
        Equations
        def Classifier.instReprDimension.repr :
        DimensionNatStd.Format
        Equations
        Instances For
          structure Classifier :

          A classifier lexical entry: its form and gloss, the semantic parameters motivating its choice, whether it is the general classifier of its system, whether it is mensural rather than sortal, and its dimensionality when shape-based.

          • form : String

            Surface form.

          • gloss : String

            Gloss.

          • semantics : List Parameter

            The semantic parameters motivating the choice of this classifier.

          • isDefault : Bool

            Whether this is the general classifier that can replace the specific ones.

          • isMensural : Bool

            Whether the classifier individuates by measure rather than by inherent properties.

          • dimension : Option Dimension

            Dimensionality, when the classifier is shape-based.

          Instances For
            def instReprClassifier.repr :
            ClassifierNatStd.Format
            Equations
            • One or more equations did not get rendered due to their size.
            Instances For
              @[instance_reducible]
              Equations
              def instDecidableEqClassifier.decEq (x✝ x✝¹ : Classifier) :
              Decidable (x✝ = x✝¹)
              Equations
              • One or more equations did not get rendered due to their size.
              Instances For

                c.Encodes p when the classifier c is motivated by the parameter p.

                Equations
                Instances For
                  @[instance_reducible]
                  instance Classifier.instDecidableEncodes (c : Classifier) (p : Parameter) :
                  Decidable (c.Encodes p)
                  Equations

                  The distinct semantic parameters attested across an inventory.

                  Equations
                  Instances For

                    Kinds of device, by locus and constituent #

                    The morphosyntactic scope a noun categorization device operates in.

                    • headModifierNP : Scope

                      Inside a head-modifier NP: head-modifier agreement.

                    • predicateArgument : Scope

                      Outside the NP: predicate-argument agreement.

                    • noun : Scope

                      The noun itself.

                    • numeralNP : Scope

                      A numeral or quantifier NP.

                    • possessiveNP : Scope

                      A possessive NP.

                    • clause : Scope

                      The clause.

                    • adpositionalNP : Scope

                      An adpositional NP.

                    • attributiveNP : Scope

                      An attributive NP with a deictic.

                    Instances For
                      @[instance_reducible]
                      Equations
                      @[instance_reducible]
                      Equations
                      def Classifier.instReprScope.repr :
                      ScopeNatStd.Format
                      Equations
                      Instances For

                        The constituent a noun categorization device characterizes.

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

                            The nine kinds of noun categorization device, focal points on a continuum individuated by locus and the constituent characterized.

                            • nounClass : Kind

                              Noun class or gender: a closed obligatory system realized by agreement inside and sometimes outside the noun phrase, with an inventory often of two to ten.

                            • nounClassifier : Kind

                              Noun classifier: characterizes the head noun itself, independently of other NP elements, as a free form or an affix on the noun.

                            • numeralClassifier : Kind

                              Numeral classifier: characterizes nouns in numeral and quantifier phrases, as a free form or an affix on the numeral, with an often large inventory.

                            • relationalClassifier : Kind

                              Relational classifier: characterizes the possessive relation in a possessive NP.

                            • possessedClassifier : Kind

                              Possessed classifier: characterizes the possessed noun in a possessive NP.

                            • possessorClassifier : Kind

                              Possessor classifier: characterizes the possessor; very rare.

                            • verbalClassifier : Kind

                              Verbal classifier: marks agreement on the verb with an S or O argument, as an incorporated classifier, an affix, or a suppletive classificatory stem.

                            • locativeClassifier : Kind

                              Locative classifier: marks agreement with the head noun in an adpositional NP.

                            • deicticClassifier : Kind

                              Deictic classifier: occurs with articles and demonstratives, marking spatial location or determination.

                            Instances For
                              @[instance_reducible]
                              instance Classifier.instDecidableEqKind :
                              DecidableEq Kind
                              Equations
                              def Classifier.instReprKind.repr :
                              KindNatStd.Format
                              Equations
                              Instances For
                                @[instance_reducible]
                                Equations

                                The kind of device determined by a locus and the constituent it characterizes: noun classes inside a head-modifier NP or agreeing with an argument outside it, noun classifiers on the noun, numeral classifiers in the numeral NP, the three possessive kinds by which part of the possessive NP they characterize, verbal classifiers agreeing with an argument in the clause, locative and deictic classifiers in adpositional and attributive NPs.

                                Equations
                                Instances For

                                  Assignment and realization #

                                  The principle by which nouns are assigned to classes or classifiers.

                                  • semantic : Assignment

                                    By the meaning of the referent.

                                  • morphological : Assignment

                                    By morphological properties of the noun such as declension or derivational affix.

                                  • phonological : Assignment

                                    By phonological properties of the noun such as its initial segment or final vowel.

                                  • mixed : Assignment

                                    A semantic core with a morphological or phonological overlay.

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

                                      The surface realization of a classifier morpheme.

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

                                          Compositional strategies #

                                          The compositional strategy a framework attributes to classifier constructions. Strategy assignments to particular languages are made in the study files of the papers that make them (Chierchia1998, LittleMoroneyRoyer2022, Sudo2016), never in the Fragments.

                                          • forNumeral : Strategy

                                            The classifier is a measure function required by the numeral, which takes it as its first argument ([krifka-1995b], [bale-coon-2014]); predicts classifier–plural co-occurrence and classifiers in counting contexts without a noun.

                                          • forNoun : Strategy

                                            The classifier atomizes the noun denotation so that the numeral can count ([chierchia-1998]); predicts classifiers beyond numerals and complementary distribution with plural marking.

                                          • sudoBlocking : Strategy

                                            Numerals are type-n singular terms shifted to predicates by a silent ∪-operator that overt classifiers in the lexicon block ([sudo-2016]); predicts classifiers with numerals only and no numeral or noun idiosyncrasies.

                                          Instances For
                                            @[instance_reducible]
                                            Equations
                                            def Classifier.instReprStrategy.repr :
                                            StrategyNatStd.Format
                                            Equations
                                            • One or more equations did not get rendered due to their size.
                                            Instances For