Book picks similar to
Cognitive Linguistics: An Introduction by Vyvyan Evans
linguistics
language
non-fiction
cognitive-linguistics
The Art of Game Design: A Book of Lenses
Jesse Schell - 2008
The Art of Game Design: A Book of Lenses shows that the same basic principles of psychology that work for board games, card games and athletic games also are the keys to making top-quality video games. Good game design happens when you view your game from many different perspectives, or lenses. While touring through the unusual territory that is game design, this book gives the reader one hundred of these lenses—one hundred sets of insightful questions to ask yourself that will help make your game better. These lenses are gathered from fields as diverse as psychology, architecture, music, visual design, film, software engineering, theme park design, mathematics, writing, puzzle design, and anthropology. Anyone who reads this book will be inspired to become a better game designer—and will understand how to do it.
Language in Thought and Action
S.I. Hayakawa - 1939
Senator S. I. Hayakawa discusses the role of language in human life, the many functions of language, and how language—sometimes without our knowing—shapes our thinking in this engaging and highly respected book. Provocative and erudite, it examines the relationship between language and racial and religious prejudice; the nature and dangers of advertising from a linguistic point of view; and, in an additional chapter called “The Empty Eye,” the content, form, and hidden message of television, from situation comedies to news coverage to political advertising.
JavaScript: The Good Parts
Douglas Crockford - 2008
This authoritative book scrapes away these bad features to reveal a subset of JavaScript that's more reliable, readable, and maintainable than the language as a whole--a subset you can use to create truly extensible and efficient code.Considered the JavaScript expert by many people in the development community, author Douglas Crockford identifies the abundance of good ideas that make JavaScript an outstanding object-oriented programming language-ideas such as functions, loose typing, dynamic objects, and an expressive object literal notation. Unfortunately, these good ideas are mixed in with bad and downright awful ideas, like a programming model based on global variables.When Java applets failed, JavaScript became the language of the Web by default, making its popularity almost completely independent of its qualities as a programming language. In JavaScript: The Good Parts, Crockford finally digs through the steaming pile of good intentions and blunders to give you a detailed look at all the genuinely elegant parts of JavaScript, including:SyntaxObjectsFunctionsInheritanceArraysRegular expressionsMethodsStyleBeautiful featuresThe real beauty? As you move ahead with the subset of JavaScript that this book presents, you'll also sidestep the need to unlearn all the bad parts. Of course, if you want to find out more about the bad parts and how to use them badly, simply consult any other JavaScript book.With JavaScript: The Good Parts, you'll discover a beautiful, elegant, lightweight and highly expressive language that lets you create effective code, whether you're managing object libraries or just trying to get Ajax to run fast. If you develop sites or applications for the Web, this book is an absolute must.
Word Power Made Easy
Norman Lewis - 1949
As you complete the exercises in this book, you will learn how to tell if you’re using the right word as well as how to pronounce and spell it. You will also learn how to avoid illiterate expressions and how to speak grammatically, without making embarrassing mistakes.A complete handbook for building a superior vocabulary, Word Power Made Easy will teach you how to speak and write with confidence as well as how to read more effectively and efficiently. It will help you to learn more quickly, develop social contacts, and increase your earning power.Each chapter ends with review. Each section ends with a progressive check. Numerous tests will help you increase and retain the knowledge you acquired. Word Power Made Easy does more than just add words to your vocabulary; it teaches ideas and a method of broadening knowledge as an integral part of the vocabulary building process.
The McGraw-Hill Handbook of English Grammar and Usage
Mark Lester - 2004
'The McGraw-Hill Handbook of English Grammar and Usage' does so in an entertaining way.
Language
Leonard Bloomfield - 1933
It focuses mainly on the study and use of language and Languages of the world, the phonetic structure and change, syntax, Morphology, written records, Dialect Geography, Fluctuation in the Frequency of Forms, Dialect, Applications and Outlook, etc.
Seeing Voices
Oliver Sacks - 1989
Seeing Voices is, as Studs Terkel has written, "an exquisite, as well as revelatory, work."
Seven Types of Ambiguity
William Empson - 1930
Ambiguity, according to Empson, includes "any verbal nuance, however slight, which gives room for alternative reactions to the same piece of language." From this definition, broad enough by his own admission sometimes to see "stretched absurdly far," he launches into a brilliant discussion, under seven classifications of differing complexity and depth, of such works, among others, as Shakespeare's plays and the poetry of Chaucer, Donne, Marvell, Pope, Wordsworth, Gerard Manley Hopkins, and T. S. Eliot.
You Will Get Through This Night
Daniel Howell - 2021
A reckoning, when the things you have been pushing to the background, come forward and demand your attention.Written by Daniel Howell, in conjunction with a qualified psychologist, in an entertaining and personal way from the perspective of someone who has been through it all—this no-nonsense book gives you the tools to understand your mind so you can be in control and really live. Split into three chapters for each stage of the journey:This Night - how to get through your toughest moments and be prepared to face anything. Tomorrow - small steps to change your thoughts and actions with a big impact on your life. The Days After - help to look after yourself in the long term and not just survive, but thrive.You will laugh and learn—but most of all, this book will assure you that even in your darkest times, there is always hope. You will get through this night.
An Answer to the Question: What Is Enlightenment?
Immanuel Kant - 1784
In these writings he investigates human progress, civilization, morality and why, to be truly enlightened, we must all have the freedom and courage to use our own intellect. Throughout history, some books have changed the world. They have transformed the way we see ourselves - and each other. They have inspired debate, dissent, war and revolution. They have enlightened, outraged, provoked and comforted. They have enriched lives - and destroyed them. Now Penguin brings you the works of the great thinkers, pioneers, radicals and visionaries whose ideas shook civilization and helped make us who we are.
An Introduction to Sociolinguistics
Janet Holmes - 1992
The book is conveniently divided into three sections: Section one shows how language is used in multilingual speech communities and explains the varying patterns of language use. Janet Holmes examines how and why languages change within society and highlights the factors that lead to the displacement of one language by another and sometimes the death of a language. Section two explores social reasons for language change, looking at language change in monolingual communities and the features of a variety of dialects. The author shows how and why differing racial and social groups develop and maintain speech variations. The final section assesses how attitudes to language affect speech and shows that linguistic responses depend on a variety of contextual factors - for example, the status of the person being addressed and our re
Dimensions of Human Behavior: Person and Environment
Elizabeth D. Hutchison - 1999
This volume provides an integrated micro/macro perspective on human behaviour, insights into human behaviour from biological, psychological and spiritual perspectives, and an examination of various human environments, from families to social movements and institutions.
Hands-On Machine Learning with Scikit-Learn and TensorFlow
Aurélien Géron - 2017
Now that machine learning is thriving, even programmers who know close to nothing about this technology can use simple, efficient tools to implement programs capable of learning from data. This practical book shows you how.By using concrete examples, minimal theory, and two production-ready Python frameworks—Scikit-Learn and TensorFlow—author Aurélien Géron helps you gain an intuitive understanding of the concepts and tools for building intelligent systems. You’ll learn how to use a range of techniques, starting with simple Linear Regression and progressing to Deep Neural Networks. If you have some programming experience and you’re ready to code a machine learning project, this guide is for you.This hands-on book shows you how to use:Scikit-Learn, an accessible framework that implements many algorithms efficiently and serves as a great machine learning entry pointTensorFlow, a more complex library for distributed numerical computation, ideal for training and running very large neural networksPractical code examples that you can apply without learning excessive machine learning theory or algorithm details
The Pun Also Rises: How the Humble Pun Revolutionized Language, Changed History, and Made Wordplay More Than Some Antics
John Pollack - 2011
But this attitude is a relatively recent development in the sweep of history. In The Pun Also Rises, John Pollack — a former Presidential Speechwriter for Bill Clinton, and winner of the world pun championship — explains how punning revolutionized language and made possible the rise of modern civilization. Integrating evidence from history, pop culture, literature, comedy, science, business and everyday life, this book will make readers reconsider everything they think they know about puns.