Editing
Metaphor and Conceptual Framing
(section)
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== <span style="color: #FFFFFF;">Applying</span> == '''Modeling 'The Metaphor Mapper' (Breaking down an abstract phrase into its domains):''' <syntaxhighlight lang="python"> def analyze_metaphor(phrase): """ Identifies Source and Target. """ if "save" in phrase or "waste" in phrase or "cost" in phrase: source = "MONEY / RESOURCE" elif "attack" in phrase or "defend" in phrase or "strategy" in phrase: source = "WAR / COMBAT" elif "digest" in phrase or "swallow" in phrase or "bitter" in phrase: source = "FOOD / EATING" else: source = "UNKNOWN" return f"Phrase: '{phrase}' | SOURCE: {source} | EFFECT: Changes your mindset!" # Case: "I can't swallow that idea." print(analyze_metaphor("I can't swallow that idea.")) # Case: "He defended his thesis." print(analyze_metaphor("He defended his thesis.")) </syntaxhighlight> ; Metaphor Landmarks : '''The 'Tax Relief' Frame''' β Lakoff's famous example. Using the word 'Relief' implies that "Taxes are a disease" or a "Burden." Once you accept the word, you have "Accepted the frame" that taxes are "Bad." : '''Ideas as 'Building' ''' β "You have a 'Solid foundation' for your theory." This metaphor makes us value "Structure" and "Stability." : '''Love as a 'Journey' ''' β "We have come a 'Long way' together." "Our relationship is at a 'Dead end'." This metaphor makes us focus on "Progress" and "Destination." : '''The 'Computer' Brain''' β (See Article 482). The modern metaphor: **THE BRAIN IS A COMPUTER**. This makes us see ourselves as "Processors" with "Hard drives," and it "Hides" the fact that we are "Biological and Emotional." </div> <div style="background-color: #8B4500; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;">
Summary:
Please note that all contributions to BloomWiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
BloomWiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
What links here
Related changes
Special pages
Page information