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 #
IdiomInterpretability: decoding vs. encoding-only idiomsIdiomGrammaticality: grammatical vs. extragrammatical idiomsIdiomFormality.ofForm: substantive vs. formal, read off the slot structureConstruction.IsFormalIdiom: constructions whose form is lexically openFamiliarityPattern: the pieces × arrangement typology, its fourth cell excluded bypiecesFamiliar_of_arrangementFamiliar
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]).
- decoding : IdiomInterpretability
- encodingOnly : IdiomInterpretability
Instances For
Equations
- ConstructionGrammar.instDecidableEqIdiomInterpretability x✝ y✝ = if h : x✝.ctorIdx = y✝.ctorIdx then isTrue ⋯ else isFalse ⋯
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).
- grammatical : IdiomGrammaticality
- extragrammatical : IdiomGrammaticality
Instances For
Equations
- ConstructionGrammar.instDecidableEqIdiomGrammaticality x✝ y✝ = if h : x✝.ctorIdx = y✝.ctorIdx then isTrue ⋯ else isFalse ⋯
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).
- substantive : IdiomFormality
- formal : IdiomFormality
Instances For
Equations
- ConstructionGrammar.instDecidableEqIdiomFormality x✝ y✝ = if h : x✝.ctorIdx = y✝.ctorIdx then isTrue ⋯ else isFalse ⋯
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
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
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.
- unfamiliarPiecesUnfamiliarlyArranged : FamiliarityPattern
- familiarPiecesUnfamiliarlyArranged : FamiliarityPattern
- familiarPiecesFamiliarlyArranged : FamiliarityPattern
Instances For
Equations
- ConstructionGrammar.instDecidableEqFamiliarityPattern x✝ y✝ = if h : x✝.ctorIdx = y✝.ctorIdx then isTrue ⋯ else isFalse ⋯
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
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
A pattern is grammatical exactly when its arrangement is familiar.