Editing
Language and Thought
(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 Whorfian Filter' (Simulating how language limits 'Observation'):''' <syntaxhighlight lang="python"> def observe_world(image_data, vocabulary): """ Shows how 'Vocabulary' acts as a 'Filter'. """ observations = [] for item in image_data: # If the language has a name for it, the person 'Notices' it more if item["color"] in vocabulary: observations.append(f"NOTICED: A {item['color']} object.") else: observations.append("NOTICED: A blurry/unnamed color.") return observations # Case: A language with only 'Black' and 'White' words print(observe_world([{"color": "Red"}, {"color": "Blue"}], ["Black", "White"])) </syntaxhighlight> ; Language Landmarks : '''The 'Berlin and Kay' Study (1969)''' → The "Universalist" victory: they showed that "Color words" follow a "Fixed order" in every culture (e.g. if a language has 3 colors, they are ALWAYS Black, White, and Red). : '''The 'Pirahã' Controversy (Daniel Everett)''' → A tribe in the Amazon that reportedly has "No words for Numbers," "No words for Colors," and "No way to talk about the Past." (This challenges Chomsky’s "Universal Grammar"). : '''1984 (George Orwell)''' → The "Fictional" version of Linguistic Determinism: **Newspeak**. The idea that if you "Delete the word for Freedom," people will "Forget how to think about Freedom." : '''Modern 'Inclusive' Language''' → The "Whorfian" attempt to "Change Society" by "Changing Words" (e.g., 'Using gender-neutral pronouns' to 'Reduce gender bias'). </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