Phase 3 of MIP pipeline - Cluster all metaphor annotations into 4 major CMT systems, with quantitative analysis.
Analyze all chapter annotations and cluster metaphors into 4 major Conceptual Metaphor Theory (CMT) systems.
Read all 9 annotation files and perform systematic clustering to identify the 4 most significant conceptual metaphor systems in the novel.
Read each file in mip-analysis/annotations/:
Group metaphors by their source→target domain mappings:
Evaluate each potential system by:
Choose the 4 most significant systems. Expected candidates:
mip-analysis/cmt-systems.json{
"total_metaphors_analyzed": 67,
"systems": [
{
"id": "system-1",
"name": "DESIRE IS LIGHT",
"mapping": "DESIRE IS LIGHT",
"frequency": 18,
"distribution": [2, 1, 3, 2, 4, 1, 2, 1, 2],
"key_instances": ["ch1-003", "ch5-007", "ch9-012"],
"lexical_manifestations": ["green light", "gleaming", "luminous", "bright"],
"thematic_function": "Gatsby's romantic aspiration and its ultimate unattainability"
}
],
"unclustered": [
{
"id": "ch3-005",
"reason": "Unique instance, no recurring pattern"
}
]
}
mip-analysis/cmt-summary.md# CMT Systems Analysis Summary
## Quantitative Overview
- Total metaphors analyzed: X
- Metaphors clustered into systems: Y (Z%)
- Unclustered/unique metaphors: N
## System Rankings
### 1. [SYSTEM NAME] (N instances, X% of total)
**Mapping**: TARGET IS SOURCE
**Distribution**: Chapters where it appears
**Key examples**: 3-4 representative quotes
**Thematic significance**: Why this matters to the novel
[Repeat for all 4 systems]
## Distribution Analysis
[Chapter-by-chapter breakdown]
## Clustering Notes
[Any decisions made, edge cases, overlapping metaphors]
/mip-outline phase