Construction Grammar: Idiom Typology #
[FKOC88] §1's classification of idiomatic expressions, the founding taxonomy of Construction Grammar: decoding vs. encoding idioms (following [Mak72], §1.1.1), grammatical vs. extragrammatical (§1.1.2), substantive vs. formal (§1.1.3), and the familiar-pieces typology of §1.2. Originates with that paper; consumed by later construction-grammar studies (Kay & Fillmore 1999's WXDY, Osborne & Groß 2012's catena analysis).
Main declarations #
IdiomInterpretability,IdiomGrammaticality,IdiomFormality: the three classificatory dimensionsIdiomType: their productFamiliarityPattern: §1.2's pieces × arrangement typology
Decoding vs. encoding idioms ([FKOC88] §1.1.1, following [Mak72]). A decoding idiom cannot be interpreted without prior learning ("kick the bucket"). An encoding idiom can be understood on first hearing, but its conventionality must be learned ("answer the door"). Decoding idioms are generally also encoding idioms.
- decoding : IdiomInterpretability
- encoding : 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
Grammatical vs. extragrammatical idioms ([FKOC88] §1.1.2). Grammatical idioms have words filling proper grammatical slots ("kick the bucket", "spill the beans"); extragrammatical idioms have anomalous structure ("first off", "by and large", "so far so good").
- grammatical : IdiomGrammaticality
- extragrammatical : IdiomGrammaticality
Instances For
Equations
- ConstructionGrammar.instDecidableEqIdiomGrammaticality 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
Substantive vs. formal idioms ([FKOC88] §1.1.3). Substantive (lexically filled) idioms have fixed lexical content ("kick the bucket"); formal idioms are productive syntactic patterns "dedicated to semantic and pragmatic purposes not knowable from their form alone" ("the X-er the Y-er").
- 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
Combined idiom classification: the product of [FKOC88] §1.1's three dimensions.
- interpretability : IdiomInterpretability
- grammaticality : IdiomGrammaticality
- formality : IdiomFormality
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
Equations
- One or more equations did not get rendered due to their size.
Instances For
Familiar-pieces typology ([FKOC88] §1.2): how familiar are an idiom's pieces, and how familiar is their arrangement? 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).
- 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.