Editing
Classical Rhetoric
(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 Rhetorical Check' (Analyzing a message for the 3 Pillars):''' <syntaxhighlight lang="python"> def analyze_rhetoric(message): """ Shows which 'Pillar' a message is using. """ if "data" in message or "study" in message or "because" in message: pillar = "LOGOS (Logic/Facts)" elif "feel" in message or "heart" in message or "imagine" in message: pillar = "PATHOS (Emotion/Story)" elif "expert" in message or "trust" in message or "I have seen" in message: pillar = "ETHOS (Credibility/Character)" else: pillar = "NEUTRAL" return f"Message: '{message}' | Primary Pillar: {pillar}" # Case: "As a doctor, I recommend this..." print(analyze_rhetoric("As a doctor, I recommend this...")) # Case: "Studies show 90% of people..." print(analyze_rhetoric("Studies show 90% of people...")) </syntaxhighlight> ; Rhetoric Landmarks : '''Aristotleโs 'Rhetoric'''' โ The "User Manual" for the human mind, written 2,300 years ago and still used by "Speechwriters" today. : '''Cicero''' โ The Roman statesman who turned rhetoric into a "Weapon of State," using his voice to "Expose conspiracies" and "Save the Republic." : '''The 'I Have a Dream' Speech''' โ A modern rhetorical masterpiece that uses "Religious Metaphors" and "Repetition" (Anaphora) to create a "Global Pathos" for Civil Rights. : '''Advertising and Branding''' โ How Nike or Apple sell products. They don't give you "Logos" (Tech specs); they give you "Ethos" (Being a Winner) and "Pathos" (The feeling of Freedom). </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