Editing
Literary Criticism
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!
<div style="background-color: #4B0082; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> {{BloomIntro}} Literary Criticism is the study, evaluation, and interpretation of literature. It is the "science of reading." While a regular reader might ask "Did I like this book?", a literary critic asks "How does this book work?", "What does it say about the society that produced it?", and "Whose voices are missing?" By using different "Lenses" or theories—such as Feminism, Marxism, or Psychoanalysis—literary criticism reveals the hidden meanings and power structures beneath the surface of the text. It is a dialogue between the reader and the writer that keeps literature alive and relevant across centuries. </div> __TOC__ <div style="background-color: #000080; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Remembering</span> == * '''Literary Criticism''' — The analysis and judgment of the merits and faults of a literary work. * '''Literary Theory''' — The systematic study of the nature of literature and the methods for analyzing it. * '''Canon''' — The set of books considered most important or "classic" in a culture. * '''Genre''' — A category of artistic composition (e.g., Tragedy, Comedy, Sci-Fi). * '''Motif''' — A recurring element, image, or idea in a work of literature. * '''Close Reading''' — The careful, sustained interpretation of a brief passage of text. * '''Intertextuality''' — The relationship between texts; how one book refers to or "talks" to another. * '''Subtext''' — The underlying or implicit meaning in a dialogue or scene. * '''Formalism''' — An approach that focuses only on the text itself (words, structure) and ignores the author's life or history. * '''Marxist Criticism''' — Analyzing literature as a reflection of class struggle and economic power. * '''Feminist Criticism''' — Analyzing literature to reveal gender bias and the representation of women. * '''Post-Colonial Criticism''' — Analyzing literature from formerly colonized nations to understand the impact of empire. * '''Deconstruction''' — A method of analysis that seeks to reveal the contradictions and unstable meanings in a text. * '''Psychoanalytic Criticism''' — Analyzing literature through the lens of Freud or Jung (unconscious desires, archetypes). </div> <div style="background-color: #006400; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Understanding</span> == Literary criticism is about the '''Lens''' you choose to wear. '''Major Schools of Thought''': 1. '''New Criticism (Formalism)''': "The text is a machine." Don't look at the author's biography or the history of the time. Look at how the words on the page create irony, paradox, and tension. 2. '''Reader-Response Theory''': "The text is empty until someone reads it." The meaning of a book is created by the interaction between the writer's words and the reader's own experiences and culture. 3. '''Historicist Criticism''': "The text is a product of its time." To understand ''Shakespeare'', you must understand the politics and religion of the Elizabethan era. 4. '''Queer Theory''': Analyzing how literature challenges (or reinforces) traditional ideas about gender and sexuality. '''The "Death of the Author" (Roland Barthes)''': This famous idea argues that once a book is published, the author's "intent" no longer matters. If the author says the book is about "love" but the reader finds "power," the reader's interpretation is just as valid. The text belongs to the language and the reader, not the writer. </div> <div style="background-color: #8B0000; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Applying</span> == '''Modeling 'The Hero's Shadow' (Psychoanalytic Logic):''' <syntaxhighlight lang="python"> def analyze_character_archetype(character_traits): """ Based on Jungian theory. """ if "represses" in character_traits: return "Archetype: The Shadow. Represents the hidden, darker parts of the self." elif "wise" in character_traits and "old" in character_traits: return "Archetype: The Wise Old Man/Woman. The guide or mentor." elif "rebellion" in character_traits: return "Archetype: The Hero / Outlaw. Challenging the status quo." return "Generic Character. Look for deeper symbolic patterns." # Analyzing 'Darth Vader' traits = "powerful, represses emotions, hidden face" print(analyze_character_archetype(traits)) # Literary criticism uses these 'tools' to explain why certain # characters feel universally recognizable. </syntaxhighlight> ; Critical Debates : '''Expanding the Canon''' → The effort to include more writers of color, women, and non-Western authors in "required reading" lists. : '''The 'Intentional Fallacy' ''' → The argument that we can never truly know what an author "intended," so we shouldn't base our analysis on it. : '''High vs. Low Culture''' → Debating whether a comic book or a video game can be analyzed with the same rigor as a Shakespearean play. : '''Affective Fallacy''' → The argument that a critic shouldn't judge a book based on the ''emotions'' it produces in them, but on the text itself. </div> <div style="background-color: #8B4500; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Analyzing</span> == {| class="wikitable" |+ Comparing Critical Lenses ! Lens !! Focus !! Key Question |- | Marxist || Class / Money || Who has the wealth? Who is being exploited? |- | Feminist || Gender / Power || Are women 'objects' or 'subjects' in this story? |- | Formalist || Structure / Words || How does the rhythm match the theme? |- | Psychoanalytic || Dreams / Desires || What is the character 'really' afraid of? |} '''The Concept of "Hegemony" in Literature''': Critics often analyze how books help maintain the "status quo." If every children's book shows a "Prince" saving a "Princess," it reinforces a specific social structure. Literary criticism's job is to "de-naturalize" these patterns so we can see them for what they are: choices made by writers within a specific culture. </div> <div style="background-color: #483D8B; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Evaluating</span> == Evaluating a work of criticism: # '''Evidence''': Does the critic provide specific quotes from the text to support their claim? # '''Consistency''': Does their theory apply to the whole book, or just one cherry-picked scene? # '''Insight''': Does the criticism make you see the book in a new, more interesting way? # '''Relevance''': Does the analysis help us understand our own world better? </div> <div style="background-color: #2F4F4F; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Creating</span> == Future Frontiers: # '''Distant Reading (Digital Humanities)''': Using computers to "read" 10,000 books at once to find patterns that a human could never see. # '''Eco-Criticism''': Analyzing literature in the context of the climate crisis—how do we write about a "nature" that is dying? # '''AI Authoring and Criticism''': Can a computer write a book that has "subtext"? Can a computer be a literary critic? # '''Post-Human Criticism''': Analyzing literature from the perspective of non-humans (animals, robots, or the environment). [[Category:Literature]] [[Category:Philosophy]] [[Category:Social Science]] </div>
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)
Template used on this page:
Template:BloomIntro
(
edit
)
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