Documentation

Linglib.Syntax.ConstructionGrammar.Idiom

Idiom classification #

An idiomatic expression is something a language user could fail to know while knowing everything else in the language ([FKOC88] §1). This file defines the paper's classificatory dimensions — decoding vs. encoding-only, grammatical vs. extragrammatical, substantive vs. formal — and its §1.2 typology by familiarity of pieces and of arrangement, with formality derived from the typed form rather than stipulated.

Main definitions #

Implementation notes #

The paper's fourth contrast — idioms with vs. without pragmatic point (§1.1.4) — is the Construction.pragmaticPoint field.

A decoding idiom cannot be interpreted with confidence without prior learning; an encoding idiom is one whose conventionality must be learned. Every decoding idiom is an encoding idiom, so the cases are decoding ("kick the bucket", "pull a fast one") and encoding-only ("answer the door", "wide awake", "bright red") ([FKOC88] §1.1.1, following [Mak72]).

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

      A grammatical idiom has words filling proper and familiar grammatical structures ("kick the bucket", "spill the beans", "blow one's nose"); an extragrammatical idiom has structure the rest of the grammar cannot account for ("first off", "sight unseen", "all of a sudden", "by and large") ([FKOC88] §1.1.2).

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

          A substantive (lexically filled) idiom has fixed lexical content ("kick the bucket"); a formal (lexically open) idiom is a syntactic pattern dedicated to semantic and pragmatic purposes not knowable from its form alone ("the X-er the Y-er") ([FKOC88] §1.1.3).

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

              The formality of a typed form: substantive iff lexically specified. The distinction is a cline ([FKOC88] fn. 3); derivedSpecificity discretizes it.

              Equations
              • One or more equations did not get rendered due to their size.
              Instances For
                theorem ConstructionGrammar.IdiomFormality.ofForm_eq_substantive_iff {Lex : Type u_1} (form : TypedForm Lex) :
                ofForm form = substantive form [] sform, s.filler.isOpen = false

                A form is substantive exactly when it is nonempty and no slot is open.

                A formal idiom in the sense of [FKOC88] §1.1.3: a construction whose form is lexically open.

                Equations
                Instances For

                  How familiar are an idiom's pieces, and how familiar is their arrangement ([FKOC88] §1.2)? Unfamiliar pieces unfamiliarly arranged: "kith and kin" (§1.2.1); familiar pieces unfamiliarly arranged: "all of a sudden", bare "home" (§1.2.2); familiar pieces familiarly arranged: "hang one on", rhetorical questions (§1.2.3). The fourth cell is excluded by piecesFamiliar_of_arrangementFamiliar.

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

                      The pieces coordinate: the idiom's pieces occur independently in the language. Fails only for idioms built on cranberry words ("kith", "main").

                      Equations
                      Instances For

                        The arrangement coordinate: the pieces are combined according to familiar combinatorial principles.

                        Equations
                        Instances For

                          A familiar arrangement forces familiar pieces: unique pieces admit no standard principles of arrangement ([FKOC88] §1.2.1), so the fourth familiarity cell is uninhabited.

                          An idiom's §1.1.2 classification, determined by its familiarity pattern: an arrangement is familiar exactly when the general grammar accounts for it ([FKOC88] §1.2.2–1.2.3).

                          Equations
                          Instances For