ENG502 — Final Term Summary (Lectures 23–45)
📘 Lecture 23 — SYNTAX II
📖 Overview: This lecture continues the exploration of syntax by introducing the key concepts of surface structure and deep structure within transformational-generative grammar. It also covers structural ambiguity, the symbols used in syntactic description, and how to represent syntactic structures visually using labelled tree diagrams. These concepts are fundamental for understanding how sentences are formed and interpreted.
🗂️ Topics Covered
The lecture covers surface structure, deep structure, structural ambiguity for both sentences and phrases, the symbols and abbreviations used in syntactic description, and the creation and interpretation of labelled tree diagrams to visually represent hierarchical syntactic organization.
📝 Lecture Summary
Topic- 129: Surface Structure
In transformational and generative grammar, surface structure is the outward form of a sentence. Surface structures are derived from deep structures by a series of transformations. Deep and surface structures are often used as terms in a simple binary opposition, with the deep structure representing meaning, and the surface structure being the actual sentence we see. The final stage in the syntactic representation of a sentence provides the input to the phonological component of grammar. It corresponds to the structure of the sentence we articulate and hear.
The distinction between the sentences “Charlie broke the window.” and “The window was broken by Charlie.” is a difference in their surface structure.
Topic- 130: Deep Structure
The distinction between “Charlie broke the window.” and “The window was broken by Charlie.” is a difference in their surface structure. This superficial difference in form disguises the fact that the two sentences are very closely related, even identical, at some less superficial level. The ‘underlying’ level, where the basic components (Noun Phrase + Verb + Noun Phrase) shared by the two sentences can be represented, is called their ‘deep structure’. The deep structure is an abstract level of structural organization in which all the elements determining structural interpretation are represented. That same deep structure can be the source of many other surface structures such as: “It was Charlie who broke the window.”
The grammar must be capable of showing how a single underlying abstract representation can become different surface structures.
Topic- 131: Structural Ambiguity
Observe the following two distinct deep structures:
- ‘Annie had an umbrella and she bumped into a man with it.’
- ‘Annie bumped into a man and the man happened to be carrying an umbrella.’
These two different versions of events can actually be expressed in the same surface structure form: “Annie bumped into a man with an umbrella.” This sentence provides an example of structural ambiguity. It has two distinct underlying interpretations that have to be represented differently in deep structure.
Phrases can also be structurally ambiguous. For instance, ‘small boys and girls’ can be interpreted as either ‘small boys and (small) girls’ or ‘small boys and (all) girls’. Our syntactic analysis will have to be capable of showing the structural distinction between these underlying representations.
🔑 Definition — Structural Ambiguity: A situation where a single surface structure (sentence or phrase) has two or more distinct underlying interpretations (deep structures).
Topic- 132: Symbols Used in Syntactic Description
While describing syntactical categories, some symbols are used as abbreviations for syntactic categories. Common abbreviations include: ‘S’ (= sentence), ‘NP’ (= noun phrase), ‘N’ (= noun), ‘Art’ (= article), ‘V’ (= verb), ‘VP’ (= verb phrase), ‘PP’ (= prepositional phrase), ‘PN’ (= proper noun), ‘Adv.’ (= adverb), ‘Adj.’ (= adjective), ‘Prep’ (= preposition), and ‘Pro’ (= pronoun).
Three more symbols used in syntactic description are:
-
An arrow (→) , typically used in a rule like: NP → Art N
- Meaning: A noun phrase (NP) rewrites as (→) an article (Art) and a noun (N).
- Example: For “The dog,” “The” is Art and “dog” is N.
-
A pair of round brackets ( () )
- Meaning: Indicates an optional constituent.
- Example: Both ‘the dog’ and ‘the small dog’ are NPs.
- Formula: NP → Art (Adj) N → This means a noun phrase rewrites as an article and a noun, with the option of including an adjective (Adj.) in a specific position between them.
-
Curly brackets ( {} )
- Meaning: Only one of the elements enclosed within the curly brackets must be selected.
📐 Formula: NP → Art (Adj) N → A noun phrase consists of an article, an optional adjective, and a noun.
Topic- 133: Labelled Tree Diagrams
The most common way to create a visual representation of syntactic structures is through tree diagrams. We can use the symbols introduced (Art=article, N=noun, NP=noun phrase) to label parts of the tree as we try to capture the hierarchical organization of those parts in the underlying structure of phrases and sentences.
At the top of the tree diagram, we begin with a sentence (S) and divide it into two constituents (NP and VP). In turn, the NP constituent is divided into two other constituents (Art and N), and VP into V and NP. This creates a visual representation of the hierarchical structure, showing how words are grouped into phrases.
⭐ Key Takeaways
The most critical concepts from this lecture are the distinction between surface structure (the actual form of a sentence) and deep structure (its underlying meaning), and how a single deep structure can produce different surface structures. You must understand how structural ambiguity arises when one surface structure corresponds to multiple deep structures and be able to identify it in sentences and phrases. The symbols used in syntactic description (S, NP, VP, N, V, Art, →, (), {}) are essential for writing phrase structure rules. Finally, you must be able to interpret and construct labelled tree diagrams to visually represent the hierarchical syntactic organization of a sentence.
🧠 Quick Revision Questions
- What is the difference between surface structure and deep structure in transformational-generative grammar?
- Provide an original example of a structurally ambiguous sentence and explain its two distinct underlying interpretations.
- What do the symbols →, ( ) , and { } represent in syntactic description rules?
- According to the lecture, what are the two immediate constituents the sentence (S) is divided into at the top of a tree diagram?
- How can a single underlying abstract representation (deep structure) become different surface structures?
📘 Lecture 24 — SYNTAX III (RULES OF SYNTACTIC DESCRIPTION)
📖 Overview: This lecture explores the formal rules that generate and describe syntactic structures in English. It covers phrase structure rules, lexical rules, recursion, transformational rules, particle movement, and immediate constituent analysis, explaining how these mechanisms account for both grammatical and ungrammatical sentences.
🗂️ Topics Covered
The lecture covers phrase structure rules that specify how phrases like NP, VP, and PP are built, followed by lexical rules that supply actual words to these structures. It returns to recursion to show how sentences can be embedded within other sentences using complement phrases. Transformational rules are introduced to relate surface structure to deep structure, with specific types like deletion, insertion, and substitution. Particle movement is explained as a transformation that optionally or obligatorily relocates particles in verb-particle constructions. Finally, IC analysis is presented as a method of binary segmentation of sentences into their immediate constituents, along with its limitations.
📝 Lecture Summary
Topic- 134: Phrase Structure Rules
Phrase structure rules are rules that form phrases of different types (e.g., noun phrase, verb phrase, adjective phrase). A tree diagram can be used in two ways: as a static representation of a specific sentence's structure, or as a dynamic format that generates not only that sentence but a very large number of other sentences with similar structures. This second approach is appealing because it generates many sentences with a small number of rules. These rules state that the structure of a phrase of a specific type will consist of one or more constituents in a particular order, presenting the information of the tree diagram in another format.
🔑 Definition — S → NP VP: A sentence (S) consists of a noun phrase (NP) followed by a verb phrase (VP). 🔑 Definition — NP → {Art (Adj) N, Pro, PN}: A noun phrase can be an article optionally followed by an adjective and a noun, a pronoun, or a proper noun. 🔑 Definition — VP → V NP (PP) (Adv): A verb phrase consists of a verb followed by a noun phrase, optionally followed by a prepositional phrase and/or an adverb. 🔑 Definition — PP → Prep NP: A prepositional phrase consists of a preposition followed by a noun phrase.
Topic- 135: Lexical Rules
Lexical rules specify which words can rewrite constituents such as N, turning the structures generated by phrase structure rules into recognizable English. For example, PN can be rewritten as Mary or George, N as girl, dog, or boy, Art as a or the, Pro as it or you, and V as followed, helped, or saw.
📌 Example: The rules generate grammatical sentences like A dog followed the boy and Mary helped George. Ungrammatical sentences like Dog followed boy (missing articles) or The helped you boy (wrong word order) lack the required rules.
💡 Why this matters: Phrase structure and lexical rules together form the basis for generating an infinite number of grammatical sentences from a finite set of rules.
Topic- 136: Back to Recursion
The simple phrase structure rules listed earlier have no recursive elements; each time we create an S, we only create a single sentence structure. However, we need to include sentence structures within other sentence structures, described in traditional grammar as "clauses."
🔑 Definition — Recursion: The ability to embed a sentence structure (S) inside another sentence structure, creating nested clauses. 📌 Example: Mary helped George is a simple S. Cathy knew that [Mary helped George] embeds one S inside another. John believed that [Cathy knew that [Mary helped George]] shows recursion, with that introducing a complement phrase.
Topic- 137: Transformational Rules
Transformational rules (T-Rules) relate the spoken form of the sentence (surface structure) to its underlying meaning (deep structure). Surface structure is the actual utterance that can be broken down by traditional analysis, while different surface structures may have the same deep structure.
🔑 Definition — Surface structure: The actual utterance or spoken form of a sentence. 🔑 Definition — Deep structure: The underlying meaning of a sentence.
Some Types of Transformations:
- Deletion: A sentence undergoing transformation must have the same meaning as the source. Example: You come home → Come home (imperative transformation).
- Insertion transformation: Adds a word without changing meaning. Example: He knew she was here → He knew that she was here.
- Substitution transformation (Pronominalization): Replaces a noun phrase with a pronoun. Example: Tony thought that Tony was the best → Tony thought that he was the best.
Topic- 138: Particle Movement
Particle movement takes place in a construction made up of a verb and a particle (e.g., look up the number). It involves the relocation of the particle to the right of the noun phrase that serves as the object (e.g., look the number up).
🔑 Definition — Particle movement: A transformation that moves a particle from its position after the verb to a position after the object noun phrase. 📌 Example: The boy passed out the candy → The boy passed the candy out. 📌 Example: Movement is not always possible: Please go over your homework tonight cannot become Please go your homework over tonight.
Particle movement is optional in Subject-Verb-Direct Object structures: Mary put out the fire → Mary put the fire out. However, it is obligatory when the direct object is a personal pronoun: Mary put out it is ungrammatical; Mary put it out is correct.
💡 Why this matters: Particle movement shows that grammatical rules can be optional or obligatory depending on the type of noun phrase used.
Topic- 139: IC Analysis
Immediate constituent analysis (IC analysis) is a method of sentence analysis first mentioned by Leonard Bloomfield and developed by Rulon Wells. The principle of IC analysis is to cut a sentence into two parts, then cut those parts into two, continuing with segmentation until the smallest indivisible unit (morphemes) is reached. As a general principle, the division is binary.
📌 Example: The young man followed a girl → cut into The young man and followed a girl. The young man cuts into The and young man, then young + man. Followed cuts into follow + ed. The full analysis is: ((The (((young) (man))) ((followed) ((a) (girl)))).
Expansion is the technical term for how we know where to make a cut—it is the substitution of one sequence of elements for another. Example: Children expands to American children, then Three American children, then Three American children with a dog.
However, IC analysis has flaws: it does not indicate what kind of elements those constituent parts are (except by implication), it does not show clearly that noun phrases are built on nouns and verb phrases on verbs, and it does not tell us how to form new sentences not already attested in some corpus of data.
⭐ Key Takeaways
Phrase structure rules (S → NP VP, NP → {Art (Adj) N, Pro, PN}, VP → V NP (PP) (Adv), PP → Prep NP) paired with lexical rules generate grammatical English sentences from a finite system. Recursion allows embedding sentences within sentences using complement phrases like that. Transformational rules link deep structure (meaning) to surface structure (spoken form) through operations like deletion, insertion, and substitution. Particle movement is an optional or obligatory transformation that shifts a particle after its object, with obligatory movement triggered by personal pronouns. IC analysis provides a binary segmentation method but fails to identify constituent types or generate new sentences, showing the need for formal phrase structure rules.
🧠 Quick Revision Questions
- What are the four basic phrase structure rules, and what does each one generate?
- How do lexical rules differ from phrase structure rules in generating sentences?
- What is recursion in syntax, and how does the word that enable it in embedded sentences?
- Provide one example each of deletion, insertion, and substitution transformations.
- When is particle movement obligatory rather than optional, and what drives this requirement?
📘 Lecture 25 — SEMANTICS I
📖 Overview: This lecture introduces semantics as the study of meaning in language, tracing its Greek origins and Saussurean foundations. It explores different types of meaning — from lexical and grammatical to conceptual, connotative, and propositional — and explains how prosody contributes to meaning beyond word choice and grammar.
🗂️ Topics Covered
The lecture begins by defining semantics and its linguistic sign components (signifier and signified). It then categorizes types of meaning including lexical, grammatical, referential, connotative, social, affective, reflected, collocative, and thematic meaning. Conceptual/denotative meaning is distinguished from associative/connotative meaning, followed by an explanation of propositional meaning (factives vs. non-factives) and finally prosodic meaning including linguistic, paralinguistic, and non-linguistic levels of speech.
📝 Lecture Summary
Topic- 140: Definition
The word semantics comes from the Greek word sema (noun) meaning ‘symbol’ or ‘sign’. The verb is Semaino meaning ‘signify’. The symbol of the synonymy of sema is a linguistic sign. Saussure (1996) states that the linguistic sign consists of the signifier (component in sounds) and the signified (the referent outside of language). Semantics is a term used in linguistics that studies the relation between linguistic sign and signified thing. In other words, semantics is a branch of linguistics that studies meaning.
Halliday (1985) states that “semantics” does not simply refer to the meaning of words; it is the entire system of meanings of a language, expressed by grammar as well as by vocabulary. Semantics brings in symbols used in the language and outside the language, but its primary concern is human language. In semantics, one is trying to make explicit meanings — i.e., in which manner words and sentences of various grammatical constructions are used and understood by native speakers of that language.
🔑 Definition — Semantics: A branch of linguistics that studies meaning, encompassing the entire system of meanings expressed by grammar and vocabulary.
Topic- 141: Types of Meaning
Semantics is the study of meaning in language. There are different types of meaning:
- Lexical meaning refers to the meaning of words that belong to one of the four lexical word classes; it is the aspect of meaning usually given in a dictionary.
- Grammatical meaning includes the meaning of grammatical items (e.g., function words and inflectional affixes), grammatical functions (e.g., subject and object), and different sentence-types (e.g., declarative and interrogative).
Geoffrey Leech (1981) lists seven different types of meaning:
- Referential meaning (also called denotative meaning, descriptive meaning, conceptual meaning, or sense) refers to the logical, cognitive, or denotative content of an expression.
- Connotative meaning (associative meaning) denotes the associations and secondary meanings the expression evokes.
- Social meaning (stylistic meaning) is the information that the linguistic expression conveys about certain social characteristics.
- Emotive or affective meaning is the affective component of the expression. Social meaning and affective meaning together are sometimes called connotation.
- Reflected meaning refers to certain associations with another sense of the same expression, whereas collocative meaning (collocation) is conveyed by characteristic word combinations.
- Thematic meaning denotes the organization of a message in terms of information structure.
🔑 Definition — Lexical meaning: The meaning of words belonging to lexical word classes, as given in a dictionary. 🔑 Definition — Grammatical meaning: Meaning conveyed by grammatical items, functions, and sentence-types.
Topic- 142: Conceptual or Denotative Meaning
Conceptual meaning or denotative meaning covers those basic, essential components of meaning that are conveyed by the literal use of a word. It is the type of meaning that dictionaries are designed to describe. Some basic components of a word like ‘needle’ in English might include “thin, sharp, steel instrument.” These components are part of the conceptual meaning of needle. However, different people might have different associations or connotations attached to a word like needle — such as “pain,” “illness,” “blood,” “drugs,” “thread,” “knitting,” or “hard to find” — and these associations may differ from person to person. These types of associations are not treated as part of the word’s conceptual meaning. Similarly, some people may associate the expression low-calorie with “healthy,” but this is not part of its basic conceptual meaning (i.e., “producing a small amount of heat or energy”). Poets, song-writers, novelists, literary critics, advertisers, and lovers may all be interested in how words evoke associative meaning, but in linguistic semantics we are more concerned with analyzing conceptual meaning.
📌 Example: Needle — conceptual meaning includes “thin, sharp, steel instrument”; associative meanings may include “pain,” “blood,” or “knitting,” but these are not part of conceptual meaning.
Topic- 143: Associative or Connotative Meaning
Connotative meaning is what people think about two words and whether it is possible or impossible for the word to have two different meanings from its denotative meaning. Based on it, meaning depends on personal interpretation. Sometimes people have the same or different thoughts. When a word has both positive and negative sense value, it is called a connotative meaning word. Connotation is subjective, in that there is a shift from common meaning because it has been added by sense and certain value.
📌 Example: Bookworm is used for a person who always reads books, with a negative sense.
Connotative meaning is the communicative value that an expression has, by virtue of what it refers to, over and above its purely conceptual content. It can vary from age to age, from society to society, and from individual to individual.
🔑 Definition — Connotative meaning: The subjective, associative, and secondary meaning an expression evokes beyond its conceptual content.
💡 Why this matters: Connotation explains why words with similar denotative meanings (e.g., slender vs. skinny) can have very different emotional impacts.
Topic- 144: Propositional Meaning
Propositional meaning is the type of meaning that comes from the context within which the sentence is used. Another distinction is 'linguistic meaning' which is different from a proposition and does not carry truth-value. For example, ‘Mary loves Carl’ means the same as ‘Mary ama Carl’ (in Spanish). The Spanish speaker fully understands the linguistic meaning of ‘Mary loves Carl’ but without needing to know any proposition, truth, or falsehood that the English sentence expresses. The linguistic meaning of a declarative sentence is distinct from the proposition expressed by the sentence on some occasion of its use.
Propositions are statements about the world which can be true or false. They form the basis of human reasoning and determine our views, selfhood, and actions. In linguistic behavior, propositions emerge in complete sentences (or clauses). It is the full sentence, in a context, that forms a proposition. “A jeep crashed into a barrier” establishes a topic/subject (“a jeep”) and makes a conceptually verifiable statement about it.
Mental state verbs can be categorized as:
- Factive (e.g., ‘realize’, ‘regret’, and ‘know’) — For a factive sentence such as ‘Sarah realizes that a jeep crashed into a barrier’ to be true, the jeep must have crashed into a barrier and Sarah must be certain about it.
- Non-factive (e.g., ‘believe’, ‘think’, and ‘assume’) — For the non-factive sentence ‘Sarah thinks that a jeep crashed into the barrier’ to be true, it does not actually matter whether the accident happened; only Sarah’s representation of the world is important.
📌 Example: Factive — “Sarah realizes that a jeep crashed into a barrier” implies the accident actually happened. Non-factive — “Sarah thinks that a jeep crashed into the barrier” does not require the accident to have occurred.
Topic- 145: The Prosodic Meaning
Prosody is the study of the tune and rhythm of speech, and the way these features contribute to meaning. Prosodic features apply to a level above that of the individual phoneme and very often to sequences of words. Speech contains various levels of information:
- Linguistic — direct expression of meaning
- Paralinguistic — may indicate attitude or membership of a speech community
- Non-linguistic — may indicate something about a speaker's vocal physiology, state of health, or emotional state
In linguistics, prosody is concerned with properties of syllables and larger units of speech. These contribute to linguistic functions such as intonation, tone, stress, and rhythm. Prosody may reflect various features of the speaker or utterance: the emotional state of the speaker; the form of the utterance (statement, question, or command); the presence of irony or sarcasm; emphasis, contrast, and focus; or other elements of language that may not be encoded by grammar or word choice.
🔑 Definition — Prosody: The study of the tune, rhythm, and intonation of speech and how these features contribute to meaning.
⭐ Key Takeaways
Semantics is the systematic study of meaning in language, encompassing both vocabulary and grammar. The seven types of meaning identified by Leech include referential, connotative, social, affective, reflected, collocative, and thematic meaning — with conceptual meaning being the literal, dictionary definition and connotative meaning being the subjective, personal associations. Propositional meaning involves truth-value and is expressed through complete sentences, where mental state verbs are classified as factive (requiring the proposition to be true) or non-factive (only requiring the speaker's belief). Prosody adds another layer of meaning through intonation, stress, and rhythm, operating at linguistic, paralinguistic, and non-linguistic levels.
🧠 Quick Revision Questions
- What is the Greek origin of the word "semantics" and what did Saussure contribute to its definition?
- List and define the seven types of meaning identified by Geoffrey Leech (1981).
- Using the word "rose," explain the difference between its conceptual meaning and its connotative meaning.
- What is the difference between factive and non-factive mental state verbs, and why does this distinction matter for propositional meaning?
- What are the three levels of information in speech according to prosody, and what does each level convey?
📘 Lecture 26 — SEMANTICS II (SEMANTIC FEATURES and SEMANTIC ROLES)
📖 Overview: This lecture explores two fundamental approaches to understanding meaning in language: semantic features and semantic roles. Semantic features help explain why certain sentences sound “odd” by analyzing the component parts of word meanings, while semantic roles describe the underlying relationships between participants and verbs in clauses. Understanding these concepts is crucial for analyzing sentence structure and meaning in linguistics.
🗂️ Topics Covered
This lecture covers semantic features as a method for accounting for semantic oddness in sentences through binary feature analysis (e.g., +animate, −animate). It then introduces semantic roles (thematic roles) as the underlying relationships participants have with verbs, detailing six specific roles: Agent, Theme, Instrument, Experiencer, Location, Source, and Goal, with examples illustrating how noun phrases function in different sentence structures.
📝 Lecture Summary
Topic- 146: Semantic Features
One way to study basic conceptual meaning is by accounting for the “oddness” experienced when reading sentences like “The hamburger ate the boy,” “The table listens to the radio,” or “The horse is reading the newspaper.” This oddness is not due to syntactic structure—for example, “The hamburger ate the boy” has the same syntactic structure (NP VP NP) as “The boy ate the hamburger,” yet only the latter makes sense.
The oddness arises because the conceptual meaning components of nouns differ significantly. The noun that can be the subject of the verb ate must denote an entity capable of ‘eating’—it must have the feature +animate. The noun hamburger has the feature −animate (does not denote an animate being), while boy has +animate. This approach suggests that words act as “containers” carrying meaning components, with features like +animate or +human determining which nouns can appear in certain sentence positions.
🔑 Definition — Semantic Features: The basic components of conceptual meaning that nouns possess, analyzed through binary oppositions such as +animate/−animate or +human/−human, which determine grammatical and semantic acceptability.
📌 Example: The sentence “The N [+human] is reading the newspaper” predicts that only nouns with the +human feature can fill the subject position without creating semantic oddness. The boy (+human) works, but The horse (−human) creates oddness.
💡 Why this matters: Semantic features allow linguists to predict which nouns make sentences semantically odd, providing a systematic way to analyze meaning at the word level.
Topic- 147: Semantic Roles
A semantic role (also called thematic role) is the underlying relationship that a participant has with the main verb in a clause. It represents the actual role a participant plays in some real or imagined situation, independent of linguistic encoding. Semantic roles range from very specific to very general. In the sentence “The boy kicked the ball,” the verb kick describes an action, and the noun phrases describe the roles of entities involved. The major drawback of this approach is that there is no universal agreement about which and how many roles are needed.
🔑 Definition — Semantic Roles: The underlying relationships between participants and verbs in clauses, indicating the role played by each entity in a sentence as part of a state of affairs or situation.
Topic- 148: Agent
Agent is the semantic role of a person or thing who is the doer of an event. An agent is usually the grammatical subject of the verb in an active clause. A prototypical agent is conscious, acts with volition (on purpose), and performs an action that has a physical, visible effect. For example, in “The boy ran down the street,” The boy is the agent. In passive voice, “He was chased by the dog,” the dog remains the agent even though He (the boy) is the grammatical subject. Agents are typically human (The boy) but can also be non-human entities that cause actions, including natural forces (The wind), machines (A car), or creatures (The dog).
🔑 Definition — Agent: The semantic role of the doer of an event, typically the grammatical subject in active clauses, characterized by consciousness and volition.
📌 Examples:
- “The boy kicked the ball.” → Agent: The boy
- “The wind blew the ball away.” → Agent: The wind (natural force as agent)
- “A car ran over the ball.” → Agent: A car (machine as agent)
- “The dog caught the ball.” → Agent: The dog (creature as agent)
Topic- 149: Theme
Theme (also called patient or undergoer) is the semantic role taken by the entity that is involved in or affected by the action. In “The boy kicked the ball,” the ball is the theme. The theme can also be an entity that is simply being described without performing an action, as in “The ball was red.” The theme is typically non-human but can be human, as in “The dog chased the boy.” The same physical entity can appear in two different semantic roles in a sentence: in “The boy cut himself,” The boy is agent and himself is theme.
🔑 Definition — Theme: The semantic role of the entity that is involved in or affected by the action, or the entity being described.
📌 Examples:
- “The boy kicked the ball.” → Theme: the ball
- “The wind blew the ball away.” → Theme: the ball
- “A car ran over the ball.” → Theme: the ball
- “The ball was red.” → Theme: The ball (entity being described, no action performed)
- “The dog chased the boy.” → Theme: the boy (human as theme)
Topic- 150: Instrument
Instrument is the semantic role of an entity that an agent uses in order to perform an action. When an agent uses another entity to carry out an action, that other entity fills the role of instrument. Instruments are typically introduced by the preposition with.
🔑 Definition — Instrument: The semantic role of the entity used by an agent to perform an action.
📌 Examples:
- “The boy cut the rope with an old razor.” → Instrument: an old razor
- “He drew the picture with a crayon.” → Instrument: a crayon
Topic- 151: Experiencer, Location, Source and Goal
Experiencer is the semantic role of an entity that receives, accepts, experiences, or undergoes the effect of an action, without performing any action. Experiencers are involved with verbs of perception, cognition, or emotion (e.g., see, know, enjoy, feel, hear). In “The boy feels sad,” The boy is the experiencer. In “Did you hear that noise?”, you is the experiencer and that noise is the theme.
Location designates where an entity is in the description of an event (e.g., on the table, in the room).
Source is where an entity moves from (e.g., from Chicago).
Goal is where an entity moves to (e.g., to New Lahore).
🔑 Definition — Experiencer: The semantic role of an entity that receives, accepts, experiences, or undergoes the effect of an action without performing it.
🔑 Definition — Location: The semantic role designating where an entity is situated in the description of an event.
🔑 Definition — Source: The semantic role indicating where an entity moves from.
🔑 Definition — Goal: The semantic role indicating where an entity moves to.
📌 Examples:
- Experiencer: “The boy feels sad.” → Experiencer: The boy (no action performed)
- Experiencer and Theme: “Did you hear that noise?” → Experiencer: you; Theme: that noise
- Location, Source, Goal: “We drove from Chicago to New Lahore.” → Source: from Chicago; Goal: to New Lahore
- Source and Goal (financial): “We transfer money from savings to checking.” → Source: savings; Goal: checking
⭐ Key Takeaways
Semantic features analyze word meanings through binary oppositions like +animate/−animate, explaining why sentences like “The hamburger ate the boy” are semantically odd despite correct syntax. Semantic roles describe the underlying relationships between participants and verbs, with six key roles to remember: Agent (the doer), Theme (the entity affected), Instrument (the tool used), Experiencer (the one perceiving/feeling), Location (where something is), Source (where movement begins), and Goal (where movement ends). Crucially, the same noun can fill different semantic roles depending on context, and grammatical subject does not always equal agent (as in passive constructions). Semantic roles help linguists analyze meaning beyond surface-level syntax, though there is no universal agreement on the complete set of roles needed.
🧠 Quick Revision Questions
- What is the difference between semantic features and semantic roles, and how do they contribute to understanding meaning in language?
- Why is the sentence “The hamburger ate the boy” semantically odd, even though it has correct syntactic structure?
- In the sentence “The dog chased the boy,” identify the agent and the theme, explaining how each fulfills its semantic role.
- What is the semantic role of “with an old razor” in “The boy cut the rope with an old razor”? Provide another example of the same role.
- Distinguish between Experiencer and Agent, giving one example sentence for each role and identifying which noun phrase fills each role.
📘 Lecture 27 — Semantics III (Lexical Relations)
📖 Overview: This lecture explores lexical relations—the ways in which words relate to each other in meaning. It covers synonymy, antonymy, hyponymy, prototypes, homophony, homonymy, polysemy, and metonymy, providing foundational knowledge for understanding how meaning is structured in language.
🗂️ Topics Covered
The lecture examines eight key lexical relations: synonymy (words with similar meanings), antonymy (words with opposite meanings), hyponymy (hierarchical inclusion of meaning), prototypes (characteristic instances of categories), homophony (same pronunciation, different spelling), homonymy (same form, unrelated meanings), polysemy (same form, related meanings), and metonymy (close experiential connections between words).
📝 Lecture Summary
Topic- 152: Synonymy
Two or more words with very closely related meanings are called synonyms. They can often, though not always, be substituted for each other in sentences. Common examples include almost/nearly, big/large, broad/wide, buy/purchase, cab/taxi, car/automobile, couch/sofa, and freedom/liberty. However, the idea of 'sameness' of meaning is not necessarily 'total sameness'. For instance, in "Sandy had only one answer correct on the test," the word reply would sound odd.
Synonymous forms may also differ in terms of formal versus informal uses. Compare "My father purchased a large automobile" (formal) with "My dad bought a big car" (informal). The second version sounds much more casual.
🔑 Definition — Synonymy: Two or more words with very closely related meanings that can often be substituted for each other in sentences, though not always with total sameness.
Topic- 153: Antonymy
Antonymy refers to the pair-wise relation of lexical items that are understood to be semantically opposite. Examples include alive/dead, big/small, fast/slow, happy/sad, hot/cold, long/short, male/female, married/single, old/new, and rich/poor. Two forms with opposite meanings are called antonyms. There are two main types: gradable and non-gradable.
Gradable antonyms are opposites along a scale, like big/small. They can be used in comparative constructions: "I'm bigger than you" or "A pony is smaller than a horse." Importantly, the negative of one member of a gradable pair does not necessarily imply the other. For example, "My car is not old" does not necessarily mean "My car is new."
Non-gradable antonyms (also called "complementary pairs") are not normally used in comparative constructions—for instance, you wouldn't say "someone as deader" or "more dead than another." The negative of one member of a non-gradable pair does imply the other member: "My grandparents are not alive" therefore means "My grandparents are dead." Other non-gradable antonyms include male/female, married/single, and true/false.
We usually avoid describing one member of an antonymous pair as the negative of the other. They are reversives. Undress can be treated as the opposite of dress; it doesn't mean 'not dress' but rather 'the reverse of dress.' Other common examples are enter/exit, pack/unpack, lengthen/shorten, raise/lower, and tie/untie.
🔑 Definition — Antonymy: The pair-wise relation of lexical items that are semantically opposite. 📐 Types:
- Gradable antonyms: Opposites along a scale (e.g., big/small); can be used in comparatives; negation of one does not imply the other.
- Non-gradable antonyms: Direct opposites/complementary pairs (e.g., alive/dead); cannot be used in comparatives; negation of one implies the other.
- Reversives: Opposites that denote a reverse action (e.g., dress/undress).
Topic- 154: Hyponymy
When the meaning of one form is included in the meaning of another, the relationship is hyponymy. For example, rose is a hyponym of flower, dog is a hyponym of animal, and carrot is a hyponym of vegetable. In hyponymous connections, we look at the meaning of words in a hierarchical relationship. The higher-level term is called the superordinate. For example, animal is the superordinate of dog.
Two or more words that share the same superordinate term are co-hyponyms. Co-hyponymy captures the concept of 'is a kind of', as in "an asp is a kind of snake." Hyponymy is not only for words for "things"; words describing 'actions' can also be treated as co-hyponyms. For instance, punch, shoot, and stab are co-hyponyms of the superordinate term injure.
🔑 Definition — Hyponymy: A relationship where the meaning of one form is included in the meaning of another, creating a hierarchical connection. 🔑 Definition — Superordinate: The higher-level term in a hyponymous relationship (e.g., flower in relation to rose). 🔑 Definition — Co-hyponyms: Two or more words that share the same superordinate term.
Topic- 155: Prototypes
All birds are equally co-hyponyms of the superordinate bird. However, the most characteristic instance of the category 'bird' is the robin. The idea of 'the characteristic instance' of a category is known as the prototype. The concept of a prototype helps explain the meaning of certain words, like bird, not in terms of component features (e.g., 'has feathers', 'has wings') but in terms of resemblance to the clearest example. While ostrich or penguin are technically hyponyms of bird, speakers typically have no trouble deciding about sparrow or pigeon as more typical examples.
Category labels also show prototype effects. For furniture, chair is a better example than bench or stool. For clothing, people recognize shirts quicker than shoes. For vegetable, they accept carrot before potato or tomato. There is some general pattern to the categorization process involved in prototypes, and it determines our interpretation of word meaning. However, individual experience can lead to substantial variation in interpretation—for example, whether avocado or tomato is classified as fruit or vegetable may vary. They may be co-hyponyms of both fruit and vegetable in different contexts.
🔑 Definition — Prototype: The most characteristic instance of a category, used to explain meaning in terms of resemblance to the clearest example rather than component features.
Topic- 156: Homophony, Homonymy and Polysemy
Homophones are two or more different (written) forms that have the same pronunciation. Examples include bare/bear, meat/meet, flour/flower, pail/pale, right/write, sew/so, and to/too/two.
Homonyms are one form (written or spoken) that has two or more unrelated meanings. They have separate histories and meanings but exactly the same form. Examples include bank (of a river) and bank (financial institution), bat (flying creature) and bat (used in sports), mole (on skin) and mole (small animal), pupil (at school) and pupil (in the eye), and race (contest of speed) and race (ethnic group).
Polysemy is an interesting phenomenon concerning cases in which a word or phrase enjoys multiple, related meanings. For example, head can mean the object on top of a body, froth on top of a glass of beer, or a person at the top of a company or department. Foot can refer to a person's foot, the foot of a bed, or the foot of a mountain. Run can describe what a person does, what water does, or what colors do.
Homonymy vs. Polysemy: Polysemy is the phenomenon whereby a single word form is associated with two or several related senses. Homonymy is characterized as the phenomenon where a single word form is associated with two or several unrelated meanings. In dictionaries, homonyms are listed separately while polysemous words are listed under one entry. The meaning of homonyms cannot be guessed since the words have unrelated meanings, while polysemous words can be understood if you know the meaning of one word. Two forms may be distinguished via homonymy, and for one of the forms there may also be various uses via polysemy. For instance, the words date (a thing we can eat) and date (a point in time) are homonyms. The 'point in time' kind of date is polysemous in terms of a particular day and month (on a letter), an arranged meeting time (an appointment), a social meeting (with someone we like), and even a person (that person we like).
🔑 Definition — Homophones: Two or more different written forms that have the same pronunciation. 🔑 Definition — Homonyms: One form (written or spoken) that has two or more unrelated meanings. 🔑 Definition — Polysemy: A phenomenon where a single word form is associated with two or several related senses.
Topic- 157: Metonymy
Metonymy is another type of relationship between words based on a close connection in everyday experience. Examples include a container–contents relation (bottle/water, can/juice), a whole–part relation (car/wheels, house/roof), and a representative–symbol relationship (king/crown, The President/the White House). Using one of these words to refer to the other is metonymy.
Common metonymic expressions include: "He had the whole can" (container for contents), "The White House has announced..." (place for institution), "Downing Street protested..." (place for government), "Filling up the car" (object for contents), "Answering the door" (object for associated person), "Boiling a kettle" (container for contents), "Giving someone a hand" (part for whole), and "Needing some wheels" (part for whole).
Metonymy meanings are highly conventionalized and easy to interpret. However, making sense of such expressions often depends on context, background knowledge and inference. For example, "The strings are too quiet" refers to string instruments in music, and "I prefer cable" refers to TV channels.
🔑 Definition — Metonymy: A type of relationship between words based on a close connection in everyday experience, where one word is used to refer to another.
⭐ Key Takeaways
You must remember the distinction between gradable and non-gradable antonyms, especially how negation works differently for each type. Hyponymy defines hierarchical relationships with superordinates and co-hyponyms, while prototypes explain why some category members (like robin for bird) are considered more typical than others. Homophones, homonyms, and polysemy must be clearly distinguished: homophones share pronunciation but not spelling, homonyms share form but have unrelated meanings, and polysemous words share form with related meanings. Metonymy relies on close experiential connections (container-contents, whole-part, representative-symbol) and is highly context-dependent. Always be prepared to identify and explain examples of each lexical relation.
🧠 Quick Revision Questions
- What is the difference between gradable and non-gradable antonyms, and how does negation work for each type?
- How do co-hyponyms relate to a superordinate term? Provide an example with actions.
- What is a prototype, and why are robins better prototypes for the category "bird" than penguins?
- Distinguish between homophony, homonymy, and polysemy using examples.
- What is metonymy, and how does context affect its interpretation? Give two examples.
📘 Lecture 28 — PRAGMATICS I
📖 Overview: This lecture introduces pragmatics as the study of meaning in context, exploring how we interpret what speakers mean beyond the literal words used. It explains the concept of “invisible meaning” and examines three crucial types of context—linguistic, physical, and socio-cultural—that shape our understanding of language in real-world communication.
🗂️ Topics Covered
The lecture begins with a definition of pragmatics as meaning in context, then explains the concept of invisible meaning where interpretation goes beyond what is actually said. It emphasizes that no text can be understood without context, and distinguishes between three types of context: linguistic context (co-text), physical context (location and situation), and socio-cultural context (social and cultural factors that influence language use).
📝 Lecture Summary
Topic- 158: Definition
Pragmatics is the study of meaning in context. This branch of linguistics is concerned with the relationship of sentences to the environment in which they occur. The communication depends on not only recognizing the meaning of the words in an utterance, but also interpreting what speakers mean to say. The study of what speakers mean is called pragmatics.
🔑 Definition — Pragmatics: the study of meaning in context, focusing on what speakers mean beyond the literal words.
Topic- 159: Invisible Meaning
Pragmatics is the study of “invisible” meaning, or how we recognize what is meant even when it isn’t actually said or written. A lot of shared assumptions and expectations exist when people try to communicate. For example, when we see a sign that says “HEATED ATTENDANT PARKING,” our interpretation is not based solely on the words but on what we think the writer intended to communicate. We assume we can park a car there, that it’s a heated area, and that there will be an attendant to look after the car. We are actively involved in creating an interpretation of what we read and hear.
📌 Example: The sign “HEATED ATTENDANT PARKING” — the meaning includes assumptions about parking availability, heating, and an attendant, none of which are explicitly stated in the words.
Topic- 160: No Text Without Context
There are some very common words in our language that cannot be interpreted at all if we do not know the context, especially the physical context of the speaker. These are words such as here and there, this or that, now and then, yesterday, today or tomorrow, as well as pronouns such as you, me, her, him, it, and them. Some sentences of English are virtually impossible to understand if we do not know who is speaking, about whom, where, and when.
Consider the sentence: “You’ll have to bring it back tomorrow because she isn’t here today.” This contains a large number of expressions (you, it, tomorrow, she, here, today) that rely on knowledge of the immediate physical context for their interpretation (e.g., that the delivery driver will have to return on February 15 to 660 College Drive with the long box labeled ‘flowers, handle with care’ addressed to Ms. Ruby). Expressions such as tomorrow and here are obvious examples of bits of language that we can only understand in terms of the speaker’s intended meaning.
🔑 Definition — Physical context: the immediate physical situation, including location, timing, and objects, that helps interpret words.
Topic- 161: Linguistic Context
There are different kinds of context. One kind is described as linguistic context, also known as co-text. The co-text of a word is the set of other words used in the same phrase or sentence. The surrounding co-text has a strong effect on what we think the word probably means. For example, the word ‘bank’ is a homonym (a single form with more than one meaning). We normally interpret which meaning is intended on the basis of linguistic context. If the word bank is used in a sentence together with words like steep or overgrown, we have no problem deciding it refers to a riverbank. If we hear someone say that she has to get to the bank to withdraw some cash, we know from this linguistic context it refers to a financial institution.
📌 Example: “She has to get to the bank to withdraw some cash” — the words “withdraw some cash” provide the linguistic context that bank means a financial institution, not a riverbank.
Topic- 162: Physical Context
The physical context is the location of the given word, the situation in which it is used, as well as timing, all of which aid proper understanding of the word. This includes furniture and how it is arranged, size of the room, colors, temperature, time of day, etc. If we see the word ‘BANK’ on the wall of a building in a city, the physical context will influence our interpretation. However, we should keep in mind that it is not the actual physical situation ‘out there’ that constitutes the communication events; rather, the relevant context in our mental representation of those aspects helps us arrive at an interpretation of the given word.
💡 Why this matters: Physical context can completely change the meaning of a word — the same word “BANK” on a building versus a riverbank triggers entirely different interpretations based on physical surroundings.
📌 Example: The word ‘BANK’ on the wall of a city building → interpreted as a financial institution based on physical context.
Topic- 163: Social Cultural Context
Socio-cultural context refers to the idea that language is closely linked to the culture and society in which it is used. This means when language is learnt, the socio-cultural context in which it is used needs to be taken into consideration as well. Socio-cultural context includes factors such as illiteracy rate, population geographic distribution, educational level, and the population’s ethnic composition. All of these factors can influence the organization’s performance, affecting its productivity level and product’s quality patterns.
Social context includes:
- Particular social background
- Social status
Cultural context includes:
- Cultural setting
- Cultural backgrounds
- Style, subject matter, and attitudes
Activities that can raise awareness of socio-cultural context include using stories, analyzing newspaper headlines, and looking at slang and idiomatic language.
🔑 Definition — Socio-cultural context: the social and cultural environment in which language is used, including factors like education, ethnicity, social status, and cultural background.
📌 Example: Analyzing newspaper headlines or slang can raise awareness of how socio-cultural context shapes meaning.
⭐ Key Takeaways
Pragmatics is the study of meaning in context, focusing on what speakers intend to communicate beyond literal words — the “invisible meaning” that relies on shared assumptions. No text can be understood without context, especially sentences containing deictic words like here, there, now, then, and pronouns that depend on physical context for interpretation. Three types of context are crucial: linguistic context (co-text, the surrounding words that disambiguate homonyms like bank), physical context (the actual location and situation), and socio-cultural context (social background, cultural setting, education, ethnicity). Context is not just the external situation but our mental representation of relevant aspects that guide interpretation. Understanding pragmatics is essential for interpreting real-world communication accurately, especially in fields like translation, AI, and cross-cultural communication.
🧠 Quick Revision Questions
- What is pragmatics, and how does it differ from simply studying the literal meaning of words?
- Give an example of “invisible meaning” and explain why the interpretation goes beyond what is actually said.
- Why is context essential for interpreting sentences containing words like here, there, today, and you?
- What is the difference between linguistic context (co-text) and physical context? Provide an example for each.
- List three factors included in socio-cultural context and give one activity that can raise awareness of it.
📘 Lecture 29 — PRAGMATICS II
📖 Overview: This lecture continues the study of pragmatics by examining how speakers use language to "point" to things in context. It covers deixis (deictic expressions), including person, place, and time deixis, and explains how reference and inference allow successful communication beyond literal word meanings.
🗂️ Topics Covered
The lecture introduces deictic expressions and their three main types: person, place, and time deixis. It then explains how reference works — how words identify entities — and how inference allows listeners to connect what is said to what is meant, using context and shared knowledge.
📝 Lecture Summary
Topic- 164: Deixis/Deictic Expressions
A deictic expression (or deixis) is a word or phrase (such as this, that, these, those, now, then) that points to the time, place, or situation in which a speaker is speaking. These are bits of language that we can only understand in terms of the speaker’s intended meaning. They are technically known as deictic expressions, from the Greek word deixis, which means “pointing” via language. There are three main types:
- Person deixis: To point to things (it, this, these boxes) and people (him, them, those idiots).
- Spatial deixis: To point to a location (here, there, near that).
- Temporal deixis: To a time (now, then, last week).
All deictic expressions must be interpreted in terms of which person, place, or time the speaker has in mind. A broad distinction is made between what is marked as close to the speaker (this, here, now) and what is distant (that, there, then). Movement is away from the speaker’s location (go) or toward the speaker’s location (come). For example: Here she comes! vs. There she goes! People can use deixis to have fun, e.g., Free drink tomorrow.
🔑 Definition — Deixis: A word or phrase that points to the time, place, or situation in which a speaker is speaking, requiring contextual information for interpretation.
📌 Example: Free drink tomorrow — This is deictic because "tomorrow" only has meaning relative to the day the statement is made.
💡 Why this matters: Understanding deixis is crucial because without contextual knowledge, deictic expressions are meaningless and communication breaks down.
Topic- 165: Person Deixis
Deixis is the phenomenon of requiring contextual information to create the meaning of a phrase. The term comes from the Greek word meaning ‘to show’ or ‘to indicate’, used to denote elements in a language that refer directly to the situation. Person deixis encodes the participant role of a referent in the speech event. The key participant roles are:
- The Speaker: The utterer of a message. The deictic center of his/her own deictic references.
- The Addressee: The listener of a message.
- The Referents: Neither speaker nor addressee, may be present but not addressed directly.
The deictic center is a reference point in relation to which a deictic expression is to be interpreted. The deictic center is most typically the present time, location, participant role, and so forth of the speaker. The speaker, the actual location, and actual time of the utterance are, respectively, the deictic center for the interpretation of ‘I’, ‘here’, ‘now’ — e.g., ‘I am here now’.
A participant role highlights the relation people have to each other regarding their involvement in a speech event (e.g., What is an addressee? What is an audience? What is a speaker? What is a target?). The basic three-part division of person deixis is: First person, Second person, and Third person. A deictic reference indicates a referent not identified as the speaker or the addressee and usually implies the gender the utterance refers to. Pragmatic meaning is determined by context; the crucial contextual element is the point of origin of the utterance. For example: A- When will you be back? B- I should be back by eight but you know what buses are like. These uses of language pick out a person, a place, and a time which can only be determined by the context.
🔑 Definition — Person Deixis: The encoding of the role of participants in the speech event (speaker, addressee, or referent) using deictic expressions.
📌 Example: In the exchange “When will you be back?” / “I should be back by eight” — “you” refers to the addressee, “I” refers to the speaker, and the meaning depends on who is speaking and when.
Topic- 166: Place Deixis
Place deixis (also known as space deixis) concerns itself with the spatial locations relevant to an utterance. Similarly to person deixis, the locations may be either those of the speaker and addressee or those of persons or objects being referred to. The most salient English examples are the adverbs ‘here’ and ‘there’, and the demonstratives ‘this’ and ‘that’ — though these are far from being the only deictic words. Examples:
- I enjoy living in this city.
- Here we will place the statue.
- She was sitting over there.
Place deictic terms are generally understood to be relative to the location of the speaker, as in: ‘The shop is across the street’ — where ‘across the street’ is understood to mean ‘across the street from where I am right now’.
Although ‘here’ and ‘there’ are often used to refer to locations near to and far from the speaker, respectively, ‘there’ can also refer to the location of the addressee if they are not in the same location as the speaker. For example:
- Here is a good spot; it is too sunny over there — exemplifies the former usage (near vs. far from speaker).
- How is the weather there? — exemplifies the latter (location of addressee).
Deictic Projection: In some contexts, spatial deixis is used metaphorically rather than physically — i.e., the speaker is not speaking as the deictic centre. For example: I am coming home now. This utterance would generally be considered as the speaker's expression of his/her going home, yet it appears perfectly normal for one to project his physical presence to his home rather than away from home. Two-way referential distinction in the deictic system: proximal (near or closer to the speaker) and distal (far from the speaker and/or closer to the addressee). This and that, here and there, etc., are expressions used to show location relative to the location of a participant in the speech event.
🔑 Definition — Place Deixis: The use of deictic expressions (like here, there, this, that) to indicate spatial locations relative to the speaker and/or addressee.
📌 Example: “I am coming home now.” — The speaker uses “coming” (movement toward the deictic center) even though they are going home, projecting their presence to the destination. This is deictic projection.
Topic- 167: Time Deixis
Time (or temporal) deixis concerns itself with the various times involved in and referred to in an utterance. This includes time adverbs like ‘now’, ‘then’, ‘soon’, and so forth, and also different tenses. The ‘tomorrow’ of a day last year was a different day from the ‘tomorrow’ of a day next week. Time adverbs can be relative to the time when an utterance is made — the encoding time (ET) — or when the utterance is heard — decoding time (DT). Although these are frequently the same time, they can differ, as in the case of prerecorded broadcasts or correspondence. For example: It is raining now, but I hope when you read this it will be sunny.
Tenses are generally separated into absolute (deictic) and relative tenses. Examples: He went. (absolute) vs. He had gone. (relative). The basic time of temporal deixis in English is in the choice of verb tense. English has only two basic forms, the present and the past:
- I live here now.
- I lived there then.
- This/last/next Monday/week/month/year.
- Now, then, ago, later, soon, before.
- Yesterday, today, tomorrow.
Time deixis is an expression in relation to the certain point of time when the utterance is produced by the speaker.
🔑 Definition — Time Deixis: The use of deictic expressions (like now, then, today, tenses) to indicate times relative to the time of the utterance.
📐 Formula: Encoding Time (ET) ≈ Decoding Time (DT) [generally same, but can differ in recordings/writing] → In normal conversation, the time of speaking (ET) and the time of hearing (DT) are the same.
📌 Example: “It is raining now” in a letter — The "now" refers to the time of writing (ET), not the time of reading (DT), so the meaning shifts with context.
Topic- 168: Reference
Reference is an act by which a speaker (or writer) uses language to enable a listener (or reader) to identify something. Words are used to refer to people, places, and times. To perform an act of reference, we can use proper nouns, other nouns in phrases, or pronouns. It is sometimes assumed that these words identify someone or something uniquely, but it is more accurate to say that, for each word or phrase, there is a ‘range of reference’. For example, the words Jennifer, friend, or she can be used to refer to many entities in the world. Reference depends on who is using it. We can also refer to things when we are not sure what to call them, using expressions such as the ‘blue thing’ and ‘that sticky stuff’, and we can even invent names. A brand name for a motorcycle may be used to refer to a person who rides it.
🔑 Definition — Reference: An act by which a speaker uses language to enable a listener to identify someone or something.
📌 Example: “Jennifer is wearing Calvin Klein.” — “Jennifer” refers to a specific person (context-dependent), and “Calvin Klein” refers to clothing from that brand, not the designer himself.
Topic- 169: Inference
A successful act of reference depends more on the listener’s ability to recognize what we mean than on the listener’s ‘dictionary’ knowledge of a word we use. Examples:
- Where is the spinach salad sitting? — He is sitting by the door. (Using a food name to refer to a person)
- Can I look at your Chomsky? — Sure, it is on the shelf over there. (Using a person's name to refer to a book)
It is clear that names associated with things (salad) may refer to people, and names of people (Chomsky) may refer to things. The key process here is called inference. An inference is additional information used by the listener to create a connection between what is said and what must be meant. The listener has to operate with the inference: ‘If X is the name of the writer of a book, then X can be used to identify a copy of a book by that writer.’ Similar types of inferences are necessary to understand someone who says Picasso is in the museum (the painting, not the artist) or we saw Shakespeare in London (a performance) or Jennifer is wearing Calvin Klein (the brand, not the person).
🔑 Definition — Inference: Additional information used by the listener to create a connection between what is said and what must be meant, going beyond literal dictionary meanings.
📌 Example: “Where is the spinach salad sitting?” — The listener infers that “spinach salad” refers to the person who ordered the spinach salad, not the dish itself.
💡 Why this matters: Inference is essential for successful communication, as speakers often use indirect or creative references that require listeners to draw on shared knowledge and context.
⭐ Key Takeaways
The most critical concepts from this lecture are: Deixis is the use of words that "point" to context-dependent meanings, divided into person, place, and time deixis. Person deixis encodes speaker, addressee, and referent roles (first, second, third person), with the deictic center typically being the speaker's here-and-now. Place deixis uses proximal (this, here) and distal (that, there) terms relative to the speaker, and can involve deictic projection where the speaker adopts another perspective. Time deixis uses tenses and time adverbs that are relative to encoding or decoding time. Reference is the act of using language to identify entities, and its success depends on inference — the listener's ability to connect what is said to what is meant using contextual knowledge.
🧠 Quick Revision Questions
- What are the three types of deixis, and what does each type "point" to?
- Explain the difference between proximal and distal in place deixis, giving an example for each.
- What is the deictic center, and why is it important for interpreting deictic expressions?
- How does "deictic projection" work? Provide an example from the lecture.
- What is the role of inference in successful acts of reference? Give an example not from the text.
📘 Lecture 30 — Pragmatics III
📖 Overview: This lecture explores advanced pragmatic concepts, including how language refers back to previously mentioned entities (anaphora), what speakers assume to be true (presupposition), and how utterances perform actions (speech acts). These concepts are crucial for understanding meaning beyond literal sentence structure and are fundamental for fields like discourse analysis, legal language, and conversational AI.
🗂️ Topics Covered
The lecture covers five main topics: anaphora (referring back to earlier words), presupposition (implicit assumptions), the constancy under negation test for identifying presuppositions, speech acts (utterances as actions performed at locutionary, illocutionary, and perlocutionary levels), and the distinction between direct and indirect speech acts based on the relationship between linguistic form and communicative function.
📝 Lecture Summary
Topic- 170: Anaphora
Anaphora is the use of a word referring back to a word used earlier in a text or conversation to avoid repetition, such as the pronouns he, she, it, they and the verb do. The first mention of an entity is called the antecedent, and the subsequent referring expression is an anaphoric expression. For example, in the sentence "I like it, and so do they," the words it and do are anaphoric expressions.
Anaphora can be defined as subsequent reference to an already introduced entity. The connection between an antecedent and an anaphoric expression can be created by a pronoun (it), a phrase with 'the' plus the antecedent noun (the puppy), or another related noun (The little dog). This connection is often based on inference, as seen in "We found a house to rent, but the kitchen was very small," where we infer the house has a kitchen.
🔑 Definition — Antecedent: The first mention of an entity in a text or conversation. 🔑 Definition — Anaphoric Expression: A word or phrase that refers back to an antecedent. 📌 Example: In "We saw a funny home video about a boy washing a puppy in a small bath. The puppy started struggling... When he let go, it jumped out," the antecedents are a boy, a puppy, and a small bath. The anaphoric expressions are the puppy, the boy, he, it, and the bath.
Topic- 171: Presupposition
A presupposition is an implicit assumption about the world or background belief relating to an utterance whose truth is taken for granted in discourse. It is what a speaker assumes is true or known by a listener. For example, the question "When did you stop smoking?" carries the presuppositions: "You used to smoke" and "You no longer do so."
Presuppositions are built into certain linguistic expressions and are very useful devices for interrogators or trial lawyers. For instance, "Okay, Mr. Buckingham, how fast were you going when you ran the red light?" presupposes the listener ran a red light. Presupposition concerns inferences related to the use of linguistic expressions but is also affected by the context in which they are used. 💡 Why this matters: Presuppositions allow speakers to embed assumptions in questions, which can be manipulative or legally significant.
🔑 Definition — Presupposition: An implicit assumption that must be true for an utterance to be appropriate or meaningful in context. 📌 Example: The sentence "Your brother is waiting outside" has the presupposition "You have a brother."
Topic- 172: Constancy under Negation Test
The constancy under negation test is a method used to identify presuppositions. It involves negating a sentence with a particular presupposition and checking if the presupposition remains true. A presupposition will remain constant even when the sentence is changed to its opposite meaning.
For example, in the sentences "My car is a wreck" and "My car is not a wreck," the underlying presupposition "I have a car" remains true despite the two sentences having opposite meanings. Similarly, "Your dog is lovely" and "Your dog is not lovely" both presuppose "You have a dog." Even with the verb regret, the presupposition is constant: "John regrets having failed the exams" and "John does not regret having failed the exams" both presuppose "John failed the exams."
🔑 Definition — Constancy under Negation: A test where a presupposition is identified by verifying that it remains true when the sentence is negated. 📌 Example: The sentence "I used to regret marrying her, but I do not regret marrying her now" has a constant presupposition that "I married her," even though the verb regret changes from affirmative to negative.
Topic- 173: Speech Acts
A speech act is an utterance that has a performative function in language and communication. The term is used to describe actions such as 'requesting', 'commanding', 'questioning', or 'informing'. A speech act can be defined as the action performed by a speaker with an utterance. For example, saying "I'll be there at six" is not just speaking; it is performing the speech act of "promising."
Speech acts can be analyzed on three levels:
- Locutionary act: The performance of an utterance: the actual utterance and its ostensible meaning, covering the verbal, syntactic, and semantic aspects.
- Illocutionary act: The pragmatic 'illocutionary force' of the utterance, thus its intended significance as a socially valid verbal action.
- Perlocutionary act: The actual effect of the utterance on the audience, such as persuading, convincing, scaring, or enlightening, whether intended or not.
🔑 Definition — Speech Act: The action performed by a speaker with an utterance (e.g., promising, requesting, commanding). 📐 Three Levels of Speech Acts:
- Locutionary Act: Saying something with a specific meaning.
- Illocutionary Act: The intended function or force of the utterance.
- Perlocutionary Act: The actual effect of the utterance on the listener.
Topic- 174: Direct Speech Acts
A direct speech act occurs when there is a direct relationship between the linguistic structure of an utterance and its communicative function. For example, when we do not know something, we typically use a question structure to ask someone to provide the information. The utterance "Can you ride a bicycle?" is a direct speech act because its structure (a question) matches its function (asking for information).
🔑 Definition — Direct Speech Act: A speech act where the structure of the utterance directly matches its intended function (e.g., a question form used to ask a question).
Topic- 175: Indirect Speech Acts
An indirect speech act occurs when there is an indirect relationship between the form and the function of the utterance. For example, the sentence "Can you pass the salt?" is syntactically a question about someone's ability, but its function is actually a polite request. Whenever a structure is used to perform a function other than the one it is typically associated with, the result is an indirect speech act. The sentence "You left the door open" is a statement, but it functions as a request to close the door.
Failing to recognize another person's indirect speech act can create confusion, as in the exchange: "Visitor: excuse me. Do you know where the ambassador hotel is? Passer-by: oh sure, I know where it is." The passer-by interpreted the question literally rather than as an indirect request for directions. Indirect speech acts are based on complex social assumptions; presenting requests in an indirect way is generally considered to be gentler or more polite in our society than direct speech acts. For example, "Could you open that door for me?" is more polite than "Open that door for me!"
🔑 Definition — Indirect Speech Act: A speech act where the structure of the utterance does not directly match its intended function (e.g., a question form used to make a request). 📌 Example: "Could you open that door for me?" is an indirect speech act (a request framed as a question) that is considered more polite than the direct command "Open that door for me!"
⭐ Key Takeaways
The most critical concepts from this lecture are: 1) Anaphora is the process of referring back to an already introduced entity (the antecedent) using pronouns or definite noun phrases, often relying on inference. 2) Presuppositions are implicit assumptions taken for granted in an utterance, and they can be reliably identified using the constancy under negation test, where the presupposition remains true even when the sentence is negated. 3) Speech acts analyze utterances as actions with three levels: the locutionary (what is said), the illocutionary (the intended force), and the perlocutionary (the actual effect). 4) Direct speech acts have a match between sentence form and function, while indirect speech acts have a mismatch, often used for politeness, as requests are frequently framed as questions. 5) Recognizing indirect speech acts is essential for successful communication, as a literal interpretation can lead to confusion.
🧠 Quick Revision Questions
- In the sentence "I saw a movie, and it was boring," identify the antecedent and the anaphoric expression.
- What is the presupposition of the question "Why did you sell your car?"
- Explain how the constancy under negation test would verify the presupposition in "The king of France is bald" (assuming it is false).
- Describe the difference between a locutionary act and an illocutionary act, using the sentence "It's cold in here."
- Why is the question "Can you take out the trash?" considered an indirect speech act, and what is its intended function?
📘 Lecture 31 — Discourse Analysis I
📖 Overview: This lecture introduces discourse analysis as the study of language beyond the sentence level, examining how language-users interpret meaning in texts and conversations. It explores the origins of the field, the concept of critical discourse analysis, and the crucial distinction between cohesion and coherence in creating meaningful communication.
🗂️ Topics Covered
The lecture covers six main topics: the definition of discourse analysis with examples of how pauses convey meaning; the historical origins of the term coined by Zelling Harris; critical discourse analysis as a tool for examining power and ideology in language; the process of interpreting discourse even when texts contain grammatical errors; cohesion as grammatical and lexical linking within texts; and coherence as the meaningful interpretation that exists in people's minds.
📝 Lecture Summary
Topic- 176: Definition
The lecture opens by demonstrating how pauses in language reveal meaning beyond words. In the phrase 'Do me a favour' for a small favour, there is a small pause, whereas 'Can you do me a favour, hand me that pencil' has no pause at all. For big favours, the pattern is 'Could you do me a favour' ... 'Yeah? What? Well.' The longer it takes speakers to get to the request, the bigger the pain it is going to be. Discourse analysis investigates how language-users successfully interpret what other language-users intend to convey.
When we ask questions such as: How we make sense of what we read? How we recognize well-constructed texts versus those that are jumbled or incoherent? How we understand speakers who communicate more than they say? And how we successfully take part in conversation? — we are undertaking what is known as discourse analysis. Discourse analysts study language use 'beyond the sentence boundary' and prefer to analyze naturally occurring language use, not invented examples.
💡 Why this matters: Discourse analysis reveals that meaning is not contained solely in words and sentences but is constructed through context, pauses, and shared understanding between speakers and listeners.
Topic- 177: The Origins of Discourse Analysis
The term discourse analysis was first employed by Zelling Harris as the name for 'a method for the analysis of the connected speech or writing for continuing descriptive linguistics beyond the limit of a single sentence at a time and for correlating culture and language' (Harris, 1952). The word 'discourse' is usually defined as 'language beyond the sentence', and so the analysis of discourse is typically concerned with the study of language in texts and conversation.
As language-users, we are capable of more than simply recognizing correct versus incorrect forms and structures. We can cope with fragments in newspaper headlines such as: Trains collide; two die, and know that what happened in the first part was the cause of what happened in the second part. We have the ability to create complex discourse interpretations of fragmentary linguistic messages. Discourse analysis is the study of how stretches of language used in communication assume meaning, purpose, and unity for their users.
🔑 Definition — Discourse analysis: the study of how stretches of language used in communication assume meaning, purpose, and unity for their users; language analysis 'beyond the sentence boundary' focusing on naturally occurring language use.
Topic- 178: Critical Discourse Analysis
Critical Discourse Analysis (CDA) is a field concerned with studying and analyzing written and spoken texts to reveal the discursive sources of power, dominance, inequality and bias. It examines how these discursive sources are maintained and reproduced within specific social, political and historical contexts. Fairclough (1993) defines CDA as discourse analysis which aims to explore often opaque relationships of causality and determination between (a) discursive practices, events and texts, and (b) wider social and cultural structures, relations and processes.
CDA aims to help reveal some of the hidden and 'out of sight' values, positions, and perspectives. It explores the connection between the use of language and the social and political contexts in which it occurs. Some principles for CDA are: a. Social and political issues are constructed and reflected in discourse b. Power relations are negotiated and performed through discourse c. Discourse both reflects and reproduces social relations d. Ideologies are produced and reflected in the use of discourse
🔑 Definition — Critical Discourse Analysis (CDA): a field concerned with studying written and spoken texts to reveal discursive sources of power, dominance, inequality, and bias, and how these are maintained within social, political, and historical contexts.
Topic- 179: Interpreting Discourse
Discourse analysis—what speakers do in conversation—is the analysis of language 'beyond the sentence'. Taking sentences together as a single discourse makes you go back and revise your interpretation of the first sentence after you've read the second. Even coping with texts written in English that break many rules of the language is possible to interpret. Rather than simply reject the text as ungrammatical, we try to make sense of it.
Look at the example: 'My natal was in a small town, very close to Riyadh capital of Saudi Arabia. The distance between my town and Riyadh is seven miles exactly. Its name is Al masani that means in English Factories. It takes this name from the people's carrier. In my childhood I remember the people live there were very simple. Most of the people were farmer.'
The key elements investigated in the study of discourse are: the effort to interpret (or to be interpreted) and how we accomplish it. We certainly rely on what we know about linguistic form and structure, but as language-users, we have more knowledge than that.
💡 Why this matters: This demonstrates that successful interpretation does not require perfect grammar — speakers and readers use contextual knowledge and world experience to make sense of even poorly structured language.
Topic- 180: Cohesion
Cohesion is the grammatical and lexical linking within a text or sentence that holds a text together and gives it meaning. It is related to the broader concept of coherence. The structure depends on factors quite different from those required in the structure of a single sentence. Some of those factors are described in terms of cohesion, or the ties and connections within the texts.
Example: 'My father once bought a Lincoln convertible. He did it by saving every penny he could. That car would be worth a fortune nowadays. However, he sold it to help pay for my college education. Sometimes I think I would rather have the convertible.'
Types of cohesive ties in this example:
- Connections to maintain reference to the same people and things throughout: father – he – he – he; my – my – I; Lincoln – it
- Connections between phrases such as: a Lincoln convertible – that car – the convertible
- More general connections created by terms sharing a common element of meaning, such as 'money' (bought – saving – penny – worth a fortune – sold – pay)
- 'Time' (once – nowadays – sometimes)
- A connector (However) that marks the relationship of what follows to what went before
The verb tenses in the first four sentences are all in the past. A different time is indicated by the present tense of the final sentence. An appropriate number of cohesive ties may be a crucial factor in our judgments on whether something is well written or not. Cohesive structure differs from one language to the next. However, cohesion alone is not sufficient to enable connectedness — there must be other factors that lead us to distinguish connected texts that make sense from those that do not.
🔑 Definition — Cohesion: the grammatical and lexical linking within a text or sentence that holds a text together and gives it meaning; the ties and connections within texts.
📌 Example: In "My father once bought a Lincoln convertible. He did it by saving every penny... That car would be worth a fortune... However, he sold it..." — cohesion is created through pronoun references (father/he), substitution (Lincoln/that car), lexical chains (bought/saving/penny/worth a fortune/sold/pay), and connectors (however).
Topic- 181: Coherence
Coherence is the key to the concept 'everything fitting together well'. It exists beyond the text — it exists in people, not in words or structures. It is people who 'make sense' of what they read and hear. People arrive at an interpretation that is in line with their experiences, the way the world is. Coherence is the own understanding of something based on personal experiences. It is a way to incorporate all the disparate elements into a single coherent interpretation, and a process of filling the gaps that exist in the conversation or in the texts.
Coherence creates meaningful connections not actually expressed by the words. The process is not restricted to trying to understand "odd" texts. In conversational interactions, a great deal of what is meant is not actually present in what is said.
Example: HER: That's the telephone. HIM: I'm in the bath. HER: O.K.
Analysis:
- She makes a request of him to perform action
- He states reason why he cannot comply with request
- She undertakes to perform action
To understand the conversation, one requires a reasonable analysis of what took place. It is clear that language-users must have a lot of knowledge of how conversation works that is not simply "linguistic" knowledge.
🔑 Definition — Coherence: the property of 'everything fitting together well' that exists in people's minds rather than in words or structures; the process of incorporating disparate elements into a single meaningful interpretation by filling gaps using personal experience and world knowledge.
📌 Example: The conversation "That's the telephone" / "I'm in the bath" / "O.K." is coherent not because of grammatical links, but because all participants share knowledge of social conventions — that being in the bath prevents answering the phone, and that "O.K." means the speaker will answer it instead.
⭐ Key Takeaways
Discourse analysis studies language beyond the sentence level, focusing on how naturally occurring language assumes meaning, purpose, and unity for its users. Critical Discourse Analysis extends this by examining how language reflects and reproduces power relations, ideologies, and social inequalities. The crucial distinction between cohesion and coherence is essential: cohesion refers to the grammatical and lexical ties within a text (such as pronouns, substitutions, and connectors), while coherence exists in people's minds as they make meaningful connections using their world knowledge and experience. A text can be cohesive without being coherent, and vice versa — successful communication requires both. Finally, discourse interpretation involves active gap-filling by language-users, who draw on much more than just linguistic knowledge to understand what speakers and writers intend to convey.
🧠 Quick Revision Questions
- How did Zelling Harris define discourse analysis, and what were its two main purposes?
- What are the four principles of Critical Discourse Analysis regarding the relationship between language and society?
- In the example "That's the telephone" / "I'm in the bath" / "O.K.", how does coherence work despite the absence of explicit requests or agreements?
- List at least three types of cohesive ties identified in the Lincoln convertible example and provide one instance of each.
- Why is cohesion alone not sufficient for a text to make sense? What additional factor is required?
📘 Lecture 32 — Discourse Analysis II
📖 Overview: This lecture explores advanced concepts in discourse analysis, moving beyond basic definitions to examine how discourse is categorized, structured, and processed. It covers the typology of spoken versus written discourse, the relationship between discourse and the sentence, and the dynamic nature of discourse as a process and dialogue, concluding with information structure and the role of prior knowledge through schemata. Understanding these concepts is crucial for analyzing real-world language use and for teaching language effectively.
🗂️ Topics Covered
This lecture examines discourse typology, dividing it into spoken and written forms and further into formal and informal categories. It then explores the distinction between discourse and the sentence, emphasizing that discourse prioritizes coherence over grammatical perfection. The dynamic nature of discourse is highlighted through the concepts of discourse as a process, involving turn-taking and negotiation, and discourse as dialogue, which is considered developmentally primary. Finally, the lecture covers information structure in discourse, focusing on given and new information, and the role of knowledge schemata in comprehension and production.
📝 Lecture Summary
Topic- 182: Discourse Typology: Spoken and Written, Formal and Informal
Language teaching divides discourse into two major categories: spoken and written. These are further divided into speaking and listening, and reading and writing. Spoken discourse is generally less planned and orderly, as in a conversation, and is more open to intervention by the receivers. However, some spoken discourses like lessons, lectures, interviews, and court trials are planned to some extent by the initiator, limiting the possibility of subordinate participants' input.
In contrast, reading a novel does not allow a reader to influence its development. However, written discourse can be affected by external factors; for example, a writer may alter their work based on market response, a teacher may ask a student to rewrite an essay, or an editor may request changes. The traditional division of spoken and written discourse is based on differences in production. Discourse is also categorized as formal and informal. Formal discourse is planned and can be either spoken or written. Informal discourse is unplanned and is usually spoken, especially by foreign language learners, making it unpredictable.
Topic- 183: Discourse and the Sentence
There are two kinds of languages: one abstracted for teaching or studying grammar rules, and the other used for communication. The latter, which is felt to be coherent, is called discourse. Discourse analysis is the search for what gives discourse coherence. Sentences like "John considers the analyst a lunatic" or "Cross since 1846" can be used or invented, but they do not necessarily form discourse. These two approaches, focusing on sentences versus communication, are not mutually exclusive. Discourse can be composed of well-formed sentences but can also contain grammatical mistakes, like "We thought it was right to come to a decision when I next met them last night."
Discourse treats the rules of grammar as a resource, conforming to them when needed but departing from them when it does not. Discourse can be anything from a grunt or a single expletive to 'War and Peace'. What matters is not conformity to rules, but that it communicates and is recognized by its receivers as coherent. There is a degree of subjectivity in identifying a stretch of language as discourse.
🔑 Definition — Discourse: Language used to communicate something that is felt to be coherent by its receivers, regardless of its grammatical perfection.
Topic- 184: Discourse as Process
Conversation is a discourse constructed and negotiated between participants, following pre-established patterns, and marking direction with pauses, laughter, intonations, filler words, and established formulae. These conventions enable participants to orientate to what is happening and make sense of the interaction. A discourse analyst accounts for sequences of utterance, while a language teacher considers these conventions as powerful clues for understanding why students feel lost in conversation. Culture-specific rules and procedures of turn-taking can cause misunderstandings, for example, in entering and leaving a conversation, bidding for a longer turn, refusing without being rude, or changing the topic. These things are all difficult for foreign learners, and language class hardly prepares students for such real-life situations.
📌 Example: In a conversation between a native speaker (N) and a foreigner (F), N says "anyway... * well anyway... * I'm going* goodbye," and F replies, "but you have not finished your sentence." This shows the foreigner's literal interpretation, missing the discourse marker "anyway" that signals a change in the conversation's direction.
Topic- 185: Discourse as Dialogue
Developmentally, dialogue comes first for both the human species and the individual. It is assumed that speech preceded writing and dialogue preceded monologue. The earliest written texts of Western European culture, the Socratic dialogues, present as conversation what modern writers would present as monologue. This preference for face-to-face interaction remains in modern practices like lectures, job interviews, and news interviews. Turn-taking and interaction are among the first communicative skills. Parents hold 'conversations' even with very young babies, demonstrating that the foundations of dialogue are established early.
📌 Example: A mother's "dialogue" with her two-month-old daughter shows the early stages of turn-taking. The mother says "Whatcha gonna tell me?", the baby gurgles, and the mother responds "That's a nice story. What else are you gonna tell me?", treating the baby's noises as conversational turns.
Topic- 186: Information Structure in Discourse
A prerequisite of information is to divide a sentence into two parts, giving the clause a bi-partite structure. The choice of which part gets which information depends on differing degrees of prominence. The ordering of information is determined by the sender's hypotheses about what the receiver does and does not know. Information is labeled as given information and new information. Any unit of information may change its status as the discourse proceeds. Communication might be defined as the conversion of new information into given information. A communicator assesses the knowledge of his/her interlocutor, and the ordering of given and new is not always straightforward.
🔑 Definition — Given Information: Information that the sender assumes the receiver already knows. 🔑 Definition — New Information: Information that the sender assumes the receiver does not already know.
Topic- 187: Knowledge in Discourse: Schemata
The role of knowledge in discourse production and comprehension has been studied in the field of artificial intelligence (AI) to program computers for producing and understanding discourse. These programs require more than just language; they involve pre-existent knowledge of the world. AI tries to understand how this knowledge and language interact and to reproduce the process in computers. The most important idea from AI for discourse analysis is knowledge schemata. Schemata are mental representations of typical situations used in discourse processing to predict the content of a particular situation. The mind, stimulated by key words or phrases in the text or by the context, activates a knowledge schema and uses it to make sense of the discourse.
To program a computer, AI needs to reproduce this process and give computers both the necessary language knowledge and necessary schemata, which is difficult for existing computers. When a sender judges their receiver's schema to correspond to their own, they only need to mention features not contained in it; other features are present by default.
🔑 Definition — Knowledge Schemata: Mental representations of typical situations that are used in discourse processing to predict and understand the content of a specific situation. 💡 Why this matters: Schemata explain why we can understand incomplete or ambiguous language; our prior knowledge fills in the gaps.
⭐ Key Takeaways
The primary takeaway is that discourse analysis extends beyond grammar to examine how language is used for real communication. Students must remember the key distinctions between spoken and written discourse, and formal and informal discourse, as well as the fact that discourse prioritizes coherence over perfect grammar. Crucially, discourse is a dynamic process and dialogue is developmentally primary. The structure of information is determined by given and new information, and our comprehension heavily relies on prior knowledge stored as schemata, which are activated by context and key phrases. These concepts are essential for understanding both native and foreign language communication.
🧠 Quick Revision Questions
- What are the two major categories of discourse in language teaching, and what are their sub-categories?
- How does a discourse analyst define "discourse," and why might a sentence like "Cross since 1846" be considered discourse or not?
- According to the lecture, what are the main challenges a foreign language learner might face in a conversation, as outlined in "Discourse as Process"?
- What is the bi-partite structure of a clause in information structure, and what are the two labels of information that determine this structure?
- What is a "knowledge schema," and how does it work in discourse comprehension, especially when a sender and receiver have similar schemas?
📘 Lecture 33 — Discourse Analysis III
📖 Overview: This lecture explores conversation as a distinct type of discourse and introduces conversation analysis (CA) as a methodological approach. It examines the structures governing turn-taking, the cooperative and politeness principles that guide conversational interactions, and what happens when speakers deliberately violate these principles.
🗂️ Topics Covered
The lecture covers conversation as a discourse type with its defining characteristics; conversation analysis as an ethnomethodological approach; turn-taking mechanisms including overlaps, pauses, and non-linguistic factors; Grice's Cooperative Principle with its four maxims; flouting the cooperative principle through figures of speech and deliberate violations; and Lakoff's Politeness Principle with its three maxims that often conflict with cooperativeness.
📝 Lecture Summary
Topic-188: Conversation as Discourse Type
Conversation is defined as a less formal talk. Discourse analysts define conversation through five criteria: (1) it is not primarily necessitated by a practical task; (2) any unequal power between participants is partially suspended; (3) the number of participants is small; (4) turns are quite short; and (5) talk is primarily for the participants, not for an outside audience.
🔑 Imprecise Definition: The boundary between conversation and other discourse types is fuzzy. We cannot precisely draw a line between formal and informal talk. There are intermediate possibilities such as a 'seminar'. Talk at the conversation end of the cline is difficult to mold to any overall structure. A part of the definition of conversation might be its unpredictability and lack of structure.
Topic-189: Conversation Analysis
Conversation analysis (CA) is a branch of study which sets out to discover what order there might be in the apparent chaos of conversation. CA is associated with ethno-methodologists — people who look for a method when people enter discussion and make sense of it. They have tried to discover what methods people use to participate in and make sense of interaction (Levinson, 1983, p.286).
A conversation is always based on turn-taking. The ethno-methodologists tried to see how people handle a conversation at the local level — how they judge when to speak and when to be silent. They analyzed with the bottom-up approach, studying from word to sentence, trying to understand how conversation unfolds in time. They viewed discourse as a developing process rather than a finished product having a planned beginning, middle, and ending.
Topic-190: Turn-taking
Conversation involves turn-taking. In conversation analysis, turn-taking is a term for the manner in which orderly conversation normally takes place. Once a topic is chosen and a conversation initiated, matters of conversational "turn-taking" arise. Knowing when it is acceptable or obligatory to take a turn in conversation is essential to the cooperative development of discourse. This knowledge involves factors such as recognizing appropriate turn-exchange points and knowing how long the pauses between turns should be.
Overlap of Turn-taking. Speakers somehow know exactly when and where to enter. Signs of turn ending include: signals of turn ending; overlaps that have significance; and signaling annoyance, urgency, or a desire to correct what is said. Pauses between turns also carry very particular meaning.
Conversation analysis tries to describe how people make turns and under what circumstances the turns overlap. Turn-taking mechanisms vary between cultures and between languages. Efficient turn-taking also involves certain non-linguistic factors: eye contact, body position and movement, gaze, intonation and volume, the relative status of the speakers, or the role of the speaker. In formal situations, roles can give people special rights clearly. In conversation, where unequal power is supposedly suspended, students still fall silent when the professor speaks — in the bar as well as in the seminar.
Topic-191: Conversational Principles: Cooperative
According to Paul Grice (1975), we interpret language on the assumption that its sender is obeying four maxims. We assume the sender intends to:
- Be true (the maxim of quality)
- Be brief (the maxim of quantity)
- Be relevant (the maxim of relevance)
- Be clear (the maxim of manner)
Combined with general knowledge of the world, the receiver can reason from the literal, semantic meaning of what is said to the pragmatic meaning, and induce what the sender intends to do with their words.
📌 Example: "There's a cat stuck under the gate at number 67." This sentence satisfies all four maxims — we have no doubt about its truthfulness. However, people do not consciously and explicitly formulate the co-operative principle, and it does not fit all situations.
📌 Example: "Did you like Algeria?" The question may be relevant but it does not exhibit all four maxims. Legal and scientific discourses often sacrifice the maxim of quantity to the maxim of quality — to be clear, one sometimes needs to be long-winded.
💡 Why this matters: The Cooperative Principle explains how we derive meaning beyond literal words. It is foundational for understanding pragmatics and how implied meanings are communicated.
Topic-192: Flouting the Cooperative Principle
Flouting refers to deliberate violations of the cooperative principle. Consider: "I have got millions of books in my college library" or "My car breaks down every five minutes." Neither statement is literally true, but they are perceived as figures of speech — hyperbole — a way of making the point more forceful rather than lying. These are deliberate violations or floating, as Grice calls them, of the cooperative principle.
Types of flouting include:
- Metaphor and irony and sarcasm
- Example: "Queen Victoria was made of iron" — flouting the maxim of quality
- Example: "I love it when you sing out of key all the time" — ironic flouting
The assumption is that these will be interpreted as deliberate flouting of the charge to "be true" rather than as untruths intended to deceive. Children and foreign language learners sometimes take figures of speech literally. Like the quality maxim, the other three can also be flouted:
- Quantity maxim: Creating prolixity or terseness
- Maxim of relevance: To signal embarrassment or a desire to change the subject
- Maxim of manner: As in the case of puns
💡 Why this matters: Flouting explains how we communicate humor, irony, sarcasm, and indirect meanings without being considered deceptive or uncooperative.
Topic-193: Conversational Principles: Politeness
A: Excuse me. Are you busy? B: No, not at all A: I wondered if I could have a word with you.
The Politeness Principle, like the Cooperative Principle, may be formulated as a series of maxims which people assume are being followed in the utterances of others. Any flouting of these maxims will take on meaning, provided it is perceived for what it is. Robin Lakoff (1973) formulated the following maxims:
- Don't impose
- Give options
- Make your receiver feel good
These maxims explain many utterances that contain no new information: "I'm sorry. I saw you were home." In English, requests or pleas are made in the form of elaborate questions: "Could you possibly..." / "May I ask you to..." / "I am sorry to bother you" / "You know much more about cars than I do."
Clearly, the cooperative and politeness principles are in conflict with each other — politeness and truth are mutually incompatible. 📌 Example: "How is my new hairstyle?" — the conflicting demands of truth and politeness are something people are aware of, resulting in phenomena like "a white lie".
⭐ Key Takeaways
Students must remember that conversation is defined by five specific characteristics including its non-task-oriented nature and the suspension of unequal power. Conversation Analysis is an ethnomethodological approach using bottom-up analysis to study turn-taking as the fundamental organizing mechanism of conversation — with overlaps, pauses, and non-linguistic factors all carrying meaning. Grice's Cooperative Principle includes four maxims (quality, quantity, relevance, manner) that speakers normally follow, but speakers can deliberately flout these maxims to create figurative meanings like metaphor, irony, and hyperbole. Lakoff's Politeness Principle (don't impose, give options, make receiver feel good) often conflicts with the Cooperative Principle, especially in situations where honesty would be impolite, leading to phenomena like "white lies." Understanding these principles is essential for analyzing how pragmatic meaning is created beyond literal semantics.
🧠 Quick Revision Questions
-
What are the five defining characteristics of conversation as a discourse type?
-
What is conversation analysis (CA), and what is the ethnomethodological perspective that underlies it?
-
What four maxims comprise Grice's Cooperative Principle, and what does each maxim require of a speaker?
-
Define "flouting" in Gricean terms, and give one example of flouting each maxim (quality, quantity, relevance, manner).
-
What are the three maxims of Lakoff's Politeness Principle, and why do they often conflict with the Cooperative Principle?
📘 Lecture 34 — CRITICAL DISCOURSE ANALYSIS
📖 Overview: This lecture introduces Critical Discourse Analysis (CDA) as a problem-oriented, trans-disciplinary set of theories and methods for analyzing how power, ideology, and inequality are embedded in language and other semiotic systems. It explains the historical emergence of the CDA scholarly network, defines the key terms "critical," "discourse," and "analysis" within this framework, and outlines major approaches from scholars such as James Gee, Norman Fairclough, and Gunther Kress.
🗂️ Topics Covered
The lecture begins by introducing CDA as a problem-oriented field focused on analyzing communicative events in educational and social contexts. It traces the history of the CDA group from a 1991 symposium in Amsterdam. The concept of "critical" is explored through power, inequality, and Critical Social Theory. The concept of "discourse" is examined through meaning-making, Systemic Functional Linguistics, and the constitutive nature of discourse. Finally, "analysis" is discussed as a flexible, methodologically hybrid practice, exemplified by the approaches of Gee, Fairclough, and Kress.
📝 Lecture Summary
Topic- 194: Introduction
Critical discourse analysis (CDA) is a problem-oriented and trans-disciplinary set of theories and methods widely used in educational research. Several areas of commensurability exist between educational research and CDA. First, educational practices are considered communicative events, and discourse studies help analyze how texts, talk, and semiotic interactions that constitute learning are constructed across time and contexts.
Second, discourse studies provide a way of conceptualizing interactions compatible with sociocultural perspectives. A shared assumption is that discourse is a multimodal social practice that reflects and constructs the social world through many different sign systems. Systems of meaning are caught up in political, social, racial, economic, religious, and cultural formations linked to socially defined practices that carry more or less privilege and value. Third, both discourse studies and educational research are socially committed paradigms that address problems through a range of theoretical perspectives. CDA recognizes that inquiry into meaning-making is always an exploration into power, providing tools for addressing complexity and inequality in a globalized world.
🔑 Definition — Critical Discourse Analysis (CDA): A problem-oriented, trans-disciplinary set of theories and methods for analyzing how discourse (language and other semiotic systems) reflects, constructs, and is shaped by power, ideology, and social inequality.
Topic- 195: A Brief History of the ‘CDA Group’
The CDA network of scholars emerged in the early 1990s, following a small symposium in Amsterdam in January 1991 by scholars such as van Dijk, Norman Fairclough, Gunther Kress, and others. This meeting made it possible to confront distinct and different approaches, which have changed significantly since 1991 but remained relevant. In this group formation, differences with regard to other theories and methodologies were laid out, along with sameness in a programmatic way, framing the range of theoretical approaches. CDA as a school or paradigm is characterized by several principles: all approaches are problem-oriented, necessarily interdisciplinary and eclectic. CDA is characterized by a common interest in de-mystifying ideologies and power through the systematic investigation of semiotic data (written, spoken, or visual).
🔑 Definition — Semiotic Data: Written, spoken, or visual data that is systematically investigated in CDA to de-mystify ideologies and power.
Topic- 196: Considering ‘Critical’ in Critical Discourse Analysis
Power is a central concept in CDA. It tends to be defined in terms of negative uses of power, articulated through and within discourses, and resulting in domination and oppression. Blommaert writes, “the deepest impact of power everywhere is inequality, as power differentiates and selects, includes and excludes.” Power is not inherently bad, but CDA should offer an analysis of the effects of power, its outcomes, and what it does to people, groups, and societies.
Critical Social Theory (CST) provides a theoretical foundation for CDA. CST is a trans-disciplinary knowledge base structured by the dual agendas of critiquing and resisting domination and creating a society free of oppression. It rests on the rejection of:
- Naturalism (that social practices, labels, and programs represent reality)
- Rationality (the assumption that truth is a result of science and logic)
- Neutrality (the assumption that truth does not reflect any particular interests)
- Individualism
CST’s intellectual heritage draws on philosophy, literature, legal scholarship, cultural studies, critical race scholarship, political economy, ethnic studies, and feminist studies. It assumes that oppression and liberation are twin pillars of concern that include material, historical, and discursive dimensions enacted across time, people, and context.
🔑 Definition — Critical Social Theory (CST): A trans-disciplinary knowledge base that provides a theoretical foundation for CDA, structured by the dual agendas of critiquing and resisting domination and creating a society free of oppression.
💡 Why this matters: This section establishes that CDA is not a neutral description of language but a politically and ethically committed practice focused on revealing and challenging power imbalances and social injustices.
Topic- 197: Considering ‘Discourse’ in Critical Discourse Analysis
People seek to make meaning with every aspect of who they are and what they are doing, including how they use their bodies, integrate objects, use gestures, time, and space, adjust their tone of voice, choose words, and interact in particular ways with others. Meanings are made through representational systems, with language being one of many sign systems used to create meanings. Meanings are always embedded within social, historical, political, and ideological contexts and are motivated.
From a linguistic point of view, Systemic Functional Linguistics (SFL) (Halliday and Hasan, 1976; Halliday, 1978) is perhaps the most embedded theory of language in critical discourse studies. SFL is oriented toward choice and privileges meaning makers (language users) as agents making decisions about the social functions of their language use. Discourses both construct and represent the social world and can be referred to as constitutive, dialectical, and dialogic. Discourse is never just an artifact but a set of consumptive, productive, distributive, and reproductive processes that exist in relation to the social world. Discourses are social practices, processes, and products. Yule (1983) wrote that the analysis of discourse is necessarily the analysis of language in use.
🔑 Definition — Systemic Functional Linguistics (SFL): A theory of language oriented toward choice and privilege that views meaning makers as agents making decisions about the social functions of their language use; it is the most embedded linguistic theory in CDA.
Topic- 198: Considering ‘Analysis’ in Critical Discourse Analysis
There are as many different approaches to analysis within CDA as there are theories and problems to be studied. The important thing is that the analysis is connected to a theory of the social world and a theory of language that is coherent. Beyond that, procedures and methods vary. The general view is that one finds a research topic, applies a set of theoretical frames (or allows them to emerge from the data), and then selects appropriate methods depending on the questions and theories being used.
Some analysts draw on extensive fieldwork; others collect large corpuses of texts from archives, websites, or news sources. Some methods are less linguistically focused and more focused on context; some foreground micro-level issues, others the impact of global issues on local discourses; other methods are interested in the historical emergence and evolution of a concept or narrative. Most influential traditions are from James Gee, Norman Fairclough, and Gunther Kress. These researchers all embrace the concept of methodological hybridity, freely admitting that their methods are drawn from a wide range of scholarship.
🔑 Definition — Methodological Hybridity: The concept, embraced by key CDA scholars, that their methods are freely drawn from a wide range of scholarship and theoretical traditions.
Topic- 199: Different Approaches to CDA
James Gee’s Approach: An integrated approach to discourse analysis is the analysis of spoken and written language as it is used to enact social and cultural perspectives and identities. He presents both a theory of language-in-use and a method of research.
Norman Fairclough’s Approach: Developed a three-dimensional framework for studying discourse, where the aim is to map three separate forms of analysis onto one another:
- Analysis of (spoken or written) language texts
- Analysis of discourse practices (processes of text production, distribution, and consumption)
- Analysis of discursive events as instances of sociocultural practice
Gunther Kress’s Approach: Credited with developing the branch of scholarship referred to as critical linguistics. He uses a social semiotic approach to contemporary communication, bringing visual communication by applying social semiotics—a theory based on meaning, social context, and developing the phenomenon of multimodality. A social semiotic approach is concerned with how meanings are made in both the outward and inner interpretation of signs.
🔑 Definition — Fairclough's Three-Dimensional Framework: A method for analyzing discourse by mapping three separate forms of analysis onto one another: analysis of language texts, analysis of discourse practices (production, distribution, consumption), and analysis of discursive events as instances of sociocultural practice.
🔑 Definition — Social Semiotic Approach (Kress): An approach to communication concerned with how meanings are made in both the outward and inner interpretation of signs, applied to visual communication and multimodality.
⭐ Key Takeaways
Critical Discourse Analysis is a problem-oriented, trans-disciplinary field that examines how power, ideology, and inequality are enacted and naturalized through language and other semiotic systems. The term "critical" in CDA is grounded in Critical Social Theory, which rejects naturalism, rationality, neutrality, and individualism, and focuses on critiquing domination and pursuing liberation. "Discourse" is understood as a constitutive, dialectical, and dialogic social practice—a multimodal representational system that is both reflective and constructive of the social world. The "analysis" in CDA is methodologically hybrid, requiring a coherent linkage between a theory of language (often Systemic Functional Linguistics) and a theory of the social world. Key approaches include Gee's integrated language-in-use analysis, Fairclough's three-dimensional framework (text, discourse practice, sociocultural practice), and Kress's social semiotic approach to multimodality.
🧠 Quick Revision Questions
- What are the three key areas of commensurability between educational research and Critical Discourse Analysis (CDA) mentioned in the lecture?
- According to the lecture, what are the four assumptions of social reality that Critical Social Theory (CST) fundamentally rejects?
- Explain the difference between how the term "discourse" is understood from a linguistic perspective versus a social practice perspective in CDA.
- What are the three components of Norman Fairclough's three-dimensional framework for studying discourse?
- What is the central concept in CDA that is defined through its negative effects, such as domination, oppression, and inequality?
📘 Lecture 35 — Applied Linguistics
📖 Overview: This lecture introduces applied linguistics as an interdisciplinary field that addresses real-world language problems. It explores the scope of applied linguistics across education, law, and information sectors, outlines its major branches, and distinguishes between "linguistics applied" and "applied linguistics" as two historical approaches to the discipline.
🗂️ Topics Covered
The lecture begins with an introduction defining applied linguistics as a problem-solving field that has evolved since the 1950s. It then covers the scope of applied linguistics across three main domains: language and education, language work and law, and language information and effect. The major branches include bilingualism, multilingualism, conversation analysis, contrastive linguistics, sign linguistics, language planning and policy, and pragmatics. Finally, the lecture explains the historical distinction between "linguistics applied" and "applied linguistics" as proposed by Widdowson.
📝 Lecture Summary
Topic- 200: Introduction
Applied linguistics is an interdisciplinary field that identifies, investigates, and offers solutions to language-related real-life problems. Since language is central to human life, applied linguistics addresses questions such as what language skills children should attain beyond basic literacy, whether dialect speakers should maintain their dialect or shift to standard language, whether everyone should learn a foreign language, whether language change should be accepted or controlled, and which languages should be used in legal and official contexts.
Since the late 1950s with the rise of generative linguistics, applied linguistics has maintained a socially-accountable role focused on language problems. In the 1960s, it expanded to include language assessment, language policy, and second language acquisition. In the 1970s, it became problem-driven rather than purely theoretical, focusing on solving real-world language issues. By the 1990s, it broadened to include critical studies and multilingualism. Research shifted to "the theoretical and empirical investigation of real world problems in which language is a central issue." Applied linguistics now refers to a broad range of activities involving solving language-related problems or addressing language-related concerns.
💡 Why this matters: Understanding that applied linguistics is problem-driven rather than purely theoretical helps students recognize its real-world relevance across multiple professional domains.
Topic- 201: Scope
The scope of applied linguistics encompasses a large and open-ended number of disparate activities. Under Language and education, it includes first-language education, additional-language education/second language education, clinical linguistics, and language testing. Under Language, work, and law, it covers workplace communication, language planning, and forensic linguistics. Under Language, information, and effect, it includes literary stylistics, critical discourse analysis, translation and interpretation, information design, and lexicography. All these areas fall within the definition of applied linguistics and represent areas of inquiry by organizations and journals concerned with the discipline.
Topic- 202: Major Branches
Applied linguistics is an interdisciplinary field that draws from education, psychology, communication research, anthropology, and sociology. Its major branches include:
- Bilingualism: the ability of an individual or the members of a community to use two languages effectively.
- Multilingualism: the ability to use multiple languages.
- Conversation analysis: an approach to the study of social interaction and talk-in-interaction that has exerted significant influence across the humanities and social sciences including linguistics.
- Contrastive linguistics: a practice-oriented linguistic approach that seeks to describe the differences and similarities between a pair of languages.
- Sign linguistics: any unit of language (morpheme, word, phrase, or sentence) used to designate objects or phenomena of reality.
- Language planning and policy: deliberate efforts to influence the behaviour of others through language codes; decisions about language policies, requirements, and practices have important consequences in all social contexts.
- Pragmatics: the study of the use of linguistic signs, words and sentences, in actual situations.
🔑 Definition — Bilingualism: the ability of an individual or community members to use two languages effectively.
🔑 Definition — Multilingualism: the ability to use multiple languages.
🔑 Definition — Contrastive linguistics: a practice-oriented approach describing differences and similarities between a pair of languages.
🔑 Definition — Language planning: deliberate efforts to influence the behaviour of others through language codes.
Topic- 203: Linguistics Applied
Guy Cook (2005) compared applied linguistics to Odysseus steering between a rock and a whirlpool, constantly in danger of hitting one or disappearing down the other. Historically, two main views have existed: linguistics applied and applied linguistics.
Linguistics Applied was the initial understanding of the discipline in the 1970s. It assumed that anyone working in this field simply took insights from theoretical linguists and directly applied them to problems. Applied Linguistics, as rethought in the 1980s, sought to establish the field as a complete discipline in its own right — autonomous and capable of contributing to theory. The distinction allowed theoretical and applied disciplines to coexist in an equal and mutually beneficial relationship.
This distinction was proposed by Widdowson (2000) in his seminal article "On the limitations of Linguistics Applied" published in Applied Linguistics Journal, OUP. He suggests that Applied Linguistics is a mediating activity which seeks to accommodate a linguistic account to other partial perspectives on language to reformulate real world problems. In contrast, Linguistics Applied assumes that the problem can be reformulated by direct application of concepts and terms deriving from linguistic enquiry itself.
🔑 Definition — Linguistics Applied: the 1970s view that applied work simply takes insights from theoretical linguists.
🔑 Definition — Applied Linguistics: the 1980s view establishing the field as an autonomous discipline that mediates between linguistic theory and real-world problems.
💡 Why this matters: The distinction between linguistics applied and applied linguistics is fundamental for understanding how the field has evolved its identity and methodology for solving language problems.
⭐ Key Takeaways
Applied linguistics is fundamentally a problem-driven interdisciplinary field that addresses real-world language issues across education, law, and information domains. Its scope includes language testing, forensic linguistics, translation, and lexicography among many other areas. The major branches encompass bilingualism, multilingualism, conversation analysis, contrastive linguistics, sign linguistics, language planning and policy, and pragmatics. The critical historical distinction between linguistics applied (1970s, direct application of theory) and applied linguistics (1980s, autonomous mediating discipline) as proposed by Widdowson shapes how the field approaches problems. Students must remember that applied linguistics draws from multiple disciplines including education, psychology, anthropology, and sociology.
🧠 Quick Revision Questions
- What is the definition of applied linguistics and what types of real-world problems does it address?
- List the three main domains of the scope of applied linguistics and provide two examples from each.
- Contrast bilingualism and multilingualism as branches of applied linguistics.
- What is the key difference between "linguistics applied" (1970s view) and "applied linguistics" (1980s view) according to Widdowson?
- Name at least five major branches of applied linguistics and briefly define each.
📘 Lecture 36 — PSYCHOLINGUISTICS I
📖 Overview: This lecture introduces psycholinguistics, the study of psychological and neurobiological factors enabling humans to acquire, use, comprehend, and produce language. It explores the relationship between language and the brain through neurolinguistics, detailing specific brain areas involved in language functions, including Broca's area, Wernicke's area, the motor cortex, and the arcuate fasciculus.
🗂️ Topics Covered
The lecture covers an introduction to psycholinguistics and its concerns with cognitive processes, followed by neurolinguistics as the study of language-brain relationships. It then details language areas in the brain, specifically Broca's area (speech production), Wernicke's area (language comprehension), the motor cortex (articulatory muscle control), and the arcuate fasciculus (connecting these areas). Finally, it discusses the localization view of language processing in the brain.
📝 Lecture Summary
Topic- 204: Introduction
Psycholinguistics (psychology of language) is the study of the psychological and neurobiological factors that enable humans to acquire, use, comprehend, and produce language. The discipline is mainly concerned with the mechanisms by which languages are processed and represented in the brain. It has roots in education and philosophy and covers the cognitive processes that make it possible to generate a grammatical and meaningful sentence from vocabulary and grammatical structures. The psycholinguist questions where the ability to use language is located – the obvious answer is in the brain, but not just anywhere in the brain.
💡 Why this matters: This establishes the foundational question of language localization, which drives the entire lecture.
Topic- 205: Neurolinguistics
Neurolinguistics is the study of the relationship between language and the brain. The field dates back to the nineteenth century when locating language in the brain was an early challenge. The accident of Mr. Gage made it clear to scientists that language may be located in specific parts of the brain and is not clearly situated right at the front.
Topic- 206: Language Areas in Brain
A number of discoveries have been made about specific parts of the brain related to language functions. The most important parts are in areas above the left ear. The brain has two hemispheres (left and right) connected by the corpus callosum, and the brain stem connects the brain to the spinal cord. The shaded areas in the illustration indicate general locations of language functions involved in speaking and listening. Knowledge of these areas comes largely through examination (in autopsies) of brains of people who had specific language disabilities in life. By finding areas with specific damage in such brains, researchers determine where language abilities for normal users must be.
Topic- 207: Broca’s Area and Wernicke’s Area
Broca's area is a region in the frontal lobe of the dominant hemisphere of the brain with functions linked to speech production. It is technically described as the "anterior speech cortex" or, more usually, as Broca's area. Paul Broca, a French surgeon, reported in the 1860s that damage to this specific part of the brain was related to extreme difficulty in producing speech. Damage to the corresponding area on the right hemisphere had no such effect. This finding was first used to argue that language ability must be located in the left hemisphere and since then has been treated as an indication that Broca's area is crucially involved in speech production.
Wernicke's area is a region of the brain concerned with the comprehension of language, located in the cortex of the dominant temporal lobe. Damage in this area causes Wernicke's aphasia, characterized by superficially fluent, grammatical speech but an inability to use or understand more than the most basic nouns and verbs. This finding confirmed the left hemisphere location of language ability and led to the view that Wernicke's area is part of the brain crucially involved in the understanding of speech.
🔑 Definition — Broca's area: a region in the frontal lobe of the dominant hemisphere with functions linked to speech production. 🔑 Definition — Wernicke's area: a region in the cortex of the dominant temporal lobe concerned with the comprehension of language. 🔑 Definition — Wernicke's aphasia: a condition caused by damage to Wernicke's area, characterized by superficially fluent, grammatical speech but an inability to use or understand more than the most basic nouns and verbs.
Topic- 208: The Motor Cortex and the Arcuate Fasciculus
Motor Cortex is the part of the cerebral cortex which originates the nerve impulses that initiate voluntary muscular activity. It generally controls movement of the muscles (for moving hands, feet, arms, etc.). Close to Broca's area is the part of the motor cortex that controls the articulatory muscles of the face, jaw, tongue, and larynx. Evidence that this area is involved in the physical articulation of speech comes from work reported in the 1950s by two neurosurgeons, Penfield and Roberts (1959). These researchers found that applying small amounts of electrical current to specific brain areas would interfere with normal speech production.
The arcuate fasciculus (Latin: curved bundle) is a bundle of axons that forms part of the superior longitudinal fasciculus, an association fiber tract. It bidirectionally connects caudal temporal cortex and inferior parietal cortex to locations in the frontal lobe. This was also one of Wernicke's discoveries and forms a crucial connection between Wernicke's and Broca's areas.
🔑 Definition — Motor Cortex: the part of the cerebral cortex that originates nerve impulses to initiate voluntary muscular activity. 🔑 Definition — Arcuate Fasciculus: a bundle of axons that bidirectionally connects caudal temporal cortex and inferior parietal cortex to locations in the frontal lobe, forming a crucial connection between Wernicke's and Broca's areas.
Topic- 209: The Localization View
The localization view concludes that specific aspects of language ability can be accorded specific locations in the brain. According to this view, the brain activity involved in hearing a word, understanding it, then saying it follows a definite pattern: the word is heard and comprehended via Wernicke's area, this signal is then transferred via the arcuate fasciculus to Broca's area where preparations are made to produce it, and the signal is sent to part of the motor cortex to physically articulate the word. This is an oversimplified version, but it is consistent with much of what we understand about simple language processing in the brain.
It is probably best to think of any proposal concerning processing pathways in the brain as some form of metaphor. The "pathway" metaphor seems appealing in an electronic age when we're familiar with sending signals through electrical circuits. In an earlier age dominated by mechanical technology, Sigmund Freud employed a "steam engine" metaphor. In an even earlier age, Aristotle's metaphor was of the brain as a cold sponge. We are forced to use metaphors mainly because we cannot obtain direct physical evidence of linguistic processes in the brain. We generally have to rely on indirect methods, mostly involving attempts to work out how the system is working from clues picked up when the system has problems or malfunctions.
🔑 Definition — Localization view: the view that specific aspects of language ability can be accorded specific locations in the brain. 💡 Why this matters: The localization view provides a framework for understanding simple language processing, but the lecture cautions that all such proposals are metaphors that may prove inadequate as we learn more about brain function.
⭐ Key Takeaways
Psycholinguistics studies how humans acquire, use, comprehend, and produce language, focusing on cognitive processes in the brain. The key language areas are Broca's area (speech production in the frontal lobe) and Wernicke's area (language comprehension in the temporal lobe), both located in the left hemisphere. The motor cortex controls articulatory muscles for physical speech production, while the arcuate fasciculus connects Wernicke's and Broca's areas. The localization view describes a pathway where words are heard and understood via Wernicke's area, transferred via the arcuate fasciculus to Broca's area for speech preparation, then sent to the motor cortex for articulation. All models of brain language processing are metaphors because direct physical evidence is unavailable.
🧠 Quick Revision Questions
- What is the difference between psycholinguistics and neurolinguistics?
- Which specific brain areas are involved in speech production and language comprehension, and who discovered each?
- What is the function of the arcuate fasciculus in language processing?
- According to the localization view, what is the pathway of activity when a person hears and repeats a word?
- Why does the lecture describe all proposals about processing pathways in the brain as "metaphors"?
📘 Lecture 37 — PSYCHOLINGUISTICS II
📖 Overview: This lecture explores how the brain processes language production and comprehension, examining both normal phenomena like speech errors and serious disorders like aphasia. It matters because understanding these processes reveals how linguistic knowledge is organized in the brain and what happens when language functions break down.
🗂️ Topics Covered
This lecture covers tongue tips and slips including malapropisms and spoonerisms, slips of the ear as clues to auditory processing, aphasia as impairment of language function due to brain damage, three types of aphasia (Broca's, Wernicke's, and conduction), dichotic listening as an experimental technique for measuring hemispheric specialization, and the critical period for language acquisition from birth to puberty.
📝 Lecture Summary
Topic- 210: Tongue Tips and Slips
The tip of the tongue phenomenon occurs when we feel a word is eluding us that we know but cannot retrieve. Studies show speakers generally have an accurate phonological outline of the word, can get the initial sound correct, and mostly know the number of syllables in the word. This experience mainly occurs with uncommon words and names, suggesting our word-storage system may be partially organized on the basis of some phonological information. Some words in the store are more easily retrieved than others.
We make mistakes in this retrieval process because there are often strong phonological similarities between the target word and what we actually produce. Examples include "fire distinguisher" for "extinguisher" and "transcendental medication" instead of "meditation." Such mistakes are referred to as malapropisms, named after a character who once suggested "we need a few laughs to break up the monogamy" (instead of "monotony").
🔑 Definition — Malapropisms: Speech errors where a word is replaced by another word with similar phonological form but different meaning, often producing humorous results.
📌 Example: "Make a long shory stort" instead of "make a long story short"; "Use the door to open the key" instead of "use the key to open the door"; "a fifty-pound dog of bag food" instead of "a fifty-pound bag of dog food."
Spoonerisms are errors named after William Spooner, an Anglican clergyman, where initial sounds of words are swapped. Examples include "Black bloxes" for "black boxes," "Noman numeral" for "roman numeral," and "A tup of tea" for "cup of tea." These are treated as errors of articulation and may result from "slips of the brain" as it tries to organize linguistic messages.
🔑 Definition — Spoonerisms: Speech errors involving the transposition of initial sounds between two words in a phrase.
Topic- 211: Slips of the Ear
Many scientists study slips of the ear for clues to how the brain tries to make sense of the auditory signal it receives. For example, the phrase "great ape" may be heard as "gray tape." A similar misunderstanding seems to be behind the child's report that in Sunday school everyone was singing about "a bear called Gladly that was cross-eyed," for "Gladly the cross I'd bear."
In this case, malapropisms (e.g., "transcendental medication") originate as slips of the ear. These humorous examples of slips may give us clues to the normal workings of the human brain as it copes with language. However, some problems with language production and comprehension are the result of much more serious disorders in brain function.
Topic- 212: Aphasia
While all of us experience "slips," some people live with them constantly. Aphasia is defined as an impairment of language function due to localized brain damage that leads to difficulty in understanding and/or producing linguistic forms. The most common cause of aphasia is a stroke; traumatic head injuries from violence or an accident may have similar effects. Those effects can range from mild to severe reduction in the ability to use language. Someone who is aphasic often has interrelated language disorders, and difficulties in understanding can lead to difficulties in production.
🔑 Definition — Aphasia: An impairment of language function due to localized brain damage, causing difficulty in understanding and/or producing linguistic forms.
The different types of aphasia include Broca's aphasia, Wernicke's aphasia, and conduction aphasia.
Topic- 213: Types of Aphasia
The classification of different types of aphasia is usually based on the primary symptoms of someone having difficulties with language.
Broca's Aphasia or Motor Aphasia: This type is characterized by a substantially reduced amount of speech, with distorted articulation and slow, often effortful speech. It is agrammatic, meaning the speech consists entirely of lexical morphemes (e.g., nouns, verbs) with frequent omissions of functional morphemes (e.g., articles, prepositions) and inflections (e.g., plural -s, past tense -ed).
📌 Example of Broca's aphasia speech: "I eggs and eat and drink coffee breakfast my cheek ... very annoyance ... main is my shoulder ... aching' all round here."
The patient faces difficulty articulating single words. However, comprehension is typically much better than production.
Wernicke's Aphasia or Sensory Aphasia: The person with this type has difficulties in auditory comprehension. They produce very fluent speech but feel difficulty making sense, using very general terms.
📌 Example of Wernicke's aphasia speech: "I can't talk all of the things I do, and part of the part I can go alright, but I cannot tell from the other people."
The patient finds difficulty in finding the correct word, sometimes referred to as anomia.
Conduction Aphasia: This less common aphasia is associated with damage to the arcuate fasciculus. The person mispronounces words but typically does not have articulation problems. They are fluent but may have disrupted rhythm because of pauses and hesitations. Comprehension of spoken words is normally good.
📌 Example of conduction aphasia speech: Producing "vaysse" and "fosh" for "base" and "wash."
Language disorders described above are almost always the result of injury to the left hemisphere.
Topic- 214: Dichotic Listening
Dichotic listening is an experimental technique for testing left hemisphere dominance for syllable and word processing. This technique uses the generally established fact that anything experienced on the right-hand side of the body is processed in the left hemisphere, and anything on the left side is processed in the right hemisphere.
🔑 Definition — Dichotic Listening: A technique that tests hemispheric specialization by presenting different auditory stimuli simultaneously to each ear and measuring which ear recognizes information more accurately.
The Right Ear Advantage is observed: the right hemisphere appears to have primary responsibility for processing many non-linguistic incoming signals. In the dichotic listening test, non-verbal sounds (e.g., music, coughs, traffic noises, and birds singing) are recognized more often via the left ear, meaning they are processed faster via the right hemisphere. The left hemisphere specializes in language sounds.
These specializations may have more to do with the type of processing rather than the type of material. Analytic processing — such as recognizing the smaller details of sounds, words, and phrase structures in rapid sequence — is done with the "left brain." Holistic processing is done with the "right brain."
💡 Why this matters: Dichotic listening provides empirical evidence for brain lateralization of language function, showing that the two hemispheres process information differently — analytically on the left and holistically on the right.
Topic- 215: The Critical Period
The apparent specialization of the left hemisphere for language is usually described in terms of lateral dominance or lateralization (one-sidedness). Since the human child does not emerge from the womb as a fully articulate language-user, the lateralization process begins in early childhood and coincides with the period during which language acquisition takes place.
During childhood, there is a period when the human brain is most ready to receive input and learn a particular language. This is sometimes called the "sensitive period" for language acquisition, but is more generally known as the "critical period." Though some think it may start earlier, the general view is that the critical period for first language acquisition lasts from birth until puberty. If a child does not acquire language during this period, for any reason, then it is almost impossible for him/her to learn language later on.
🔑 Definition — Critical Period: The time from birth to puberty during which the human brain is most ready to receive input and learn a language; if language is not acquired during this period, it becomes almost impossible to learn later.
Many unfortunate well-documented cases provide insight about what happens when the critical period passes without adequate linguistic input.
⭐ Key Takeaways
The most critical concepts from this lecture are: (1) speech errors like malapropisms and spoonerisms reveal how the brain organizes linguistic knowledge phonologically, (2) aphasia represents language impairment from localized brain damage with three main types — Broca's (agrammatic, effortful speech with better comprehension), Wernicke's (fluent but meaningless speech with poor comprehension), and conduction (mispronunciation with good comprehension), (3) dichotic listening demonstrates left hemisphere dominance for language processing through the right ear advantage and shows the left brain handles analytic processing while the right brain handles holistic processing, (4) the critical period for language acquisition extends from birth to puberty, after which successful language learning becomes nearly impossible, and (5) language disorders almost always result from injury to the left hemisphere.
🧠 Quick Revision Questions
- What is the "tip of the tongue phenomenon" and what does it reveal about how words are stored in the brain?
- What are the three main types of aphasia and what distinguishes the speech patterns of each type?
- How does the dichotic listening test demonstrate left hemisphere dominance for language?
- What is the critical period for language acquisition and what happens if a child does not receive adequate linguistic input during this time?
- What is the difference between malapropisms and spoonerisms, and what do these speech errors suggest about brain processing?
📘 Lecture 38 — Sociolinguistics
📖 Overview: This lecture introduces sociolinguistics, the study of how language varies according to social and situational factors. It covers key concepts such as standard and vernacular languages, accents and dialects, pidgins and creoles, diglossia, and the relationship between language and culture. Understanding these topics is essential for recognizing how social identities and contexts shape linguistic choices.
🗂️ Topics Covered
The lecture begins with an introduction to sociolinguistics, defining it and outlining its social variables. It then discusses the standard language and vernacular language as varieties of a language. Next, it covers the concepts of accent and dialect within dialectology, followed by an explanation of pidgin and creole languages. The lecture proceeds to diglossia and polyglossia, and concludes with the relationship between language and culture.
📝 Lecture Summary
Topic- 216: Introduction
The way people talk depends on their personal and social backgrounds as well as the specifics of a speech situation. This study of variation in speech is called sociolinguistics, which is the descriptive study of the effects of different aspects of society on language use. Social variables vital to this discipline include ethnicity, religion, status, gender, level of education, and age. Sociolinguistics overlaps with pragmatics and is closely related to linguistic anthropology, but differs from the sociology of language, which focuses on language's effect on society. As language usage varies from place to place and among social classes, these variations, called sociolects, are studied in sociolinguistics.
Topic- 217: The Standard Language and Vernacular Language
Varieties of Language
A standard language is a variety used by governments, media, schools, and for international communication. Examples include British English, North American English, Australian English, and Indian English.
Standard Variety
It is an idealized variety with no specific region. It is associated with administrative, commercial, and educational centers and is used in print and mass media. It is more easily described in terms of written language (vocabulary, spelling, grammar) than spoken language.
Vernacular Language
A vernacular language is the native language or native dialect (usually colloquial) of a specific population, distinct from a literary, national, or standard variety, or a lingua franca. It is spoken by the ordinary people of a country or region.
Topic- 218: Accent and Dialect (Dialectology)
Whether we speak a standard variety or not, we all have certain accents. It is a myth that some speakers have accents while others do not.
🔑 Definition — Accent: A manner of pronunciation peculiar to a particular individual, location, or nation. It describes aspects of pronunciation that identify where a speaker is from, regionally or socially.
🔑 Definition — Dialect: Includes features of grammar and vocabulary as well as aspects of pronunciation. 📌 Example: The Scottish English sentence "Ye dinnae ken whit yer haverin’ aboot" has grammatical differences (dinnae for "don't"), vocabulary differences (ken for "know", haverin' for "talking"), and pronunciation differences (whit for "what", aboot for "about").
Differences in vocabulary are often easily recognized, but dialect variations in grammatical constructions are less frequently documented. One criterion in dialectology is distinguishing between two dialects of the same language and two different languages.
Topic- 219: Pidgin and Creole
A pidgin is a simplified speech used for communication between people with different languages, developed for a practical purpose like trading. It will be described as an 'English pidgin' if English is the lexifier language, the main source of words. No same pronunciation or meaning as in the source is used.
📌 Example: In Tok Pisin, the word gras originates from English 'grass' but means 'hair'. It appears in mausgras ('moustache') and gras bilong fes ('beard').
Pidgins are characterized by an absence of complex grammatical morphology and a limited vocabulary. Inflectional suffixes like -s and -'s are rare, and functional morphemes often take their place. 📌 Example: 'two books' becomes tu buk, 'the girl's place' becomes di gyal place, and 'your book' becomes buk bilong yu.
When a pidgin develops beyond a trade or contact language and becomes the first language of a social community, it is described as a creole. A creole initially develops as the first language of children growing up in a pidgin-using community and becomes more complex as it serves more communicative purposes. 📌 Example: Tok Pisin is now a creole. Hawaii Creole English is also a creole, though locally called 'Pidgin'. French creole is used in Haiti, and English creoles are used in Jamaica and Sierra Leone.
Topic- 220: Diglossia and Polyglossia
Diglossia is a situation in which two distinct varieties of a language are spoken within the same speech community. One is a 'high' or special variety learned in school and used for important matters, while the other is a 'low' variety used for everyday conversation.
📌 Example: In Arabic-speaking countries, Classical Arabic is the high variety, used in formal lectures and religious discussions, while local versions like Egyptian Arabic are the low variety.
Each variety has its own fixed functions. Using the wrong variety in the wrong situation would be socially inappropriate.
Polydiglossia refers to the coexistence of two or more languages or distinct varieties of the same language within a speech community. It also refers to a person's ability to communicate in more than two languages. 📌 Example: In the Singapore Chinese speaking community, Mandarin is used for work, while Cantonese and Hokkien are used for daily conversation among family.
Topic- 221: Language and Culture
The study of language and culture originates in the work of anthropologists. Culture is defined as 'shared beliefs, values and behaviours of a social group' (Byram, 2008). Language is 'socially acquired knowledge' and is used not just as a tool for information exchange but as a symbolic system with the power to create and shape symbolic realities (Kramsch, 2002).
Our first language is initially acquired without conscious awareness. The particular language we learn provides us with a ready-made system for categorising the world. With the words we acquire, we learn to recognise relevant category distinctions in our social world.
📌 Example: In native cultures of the Pacific, there were no horses, so no words for them. We must have a conceptual system that includes people, things, and ideas as distinct categories like 'dog or horse', 'rain or snow', 'father or uncle'.
According to Kramsch, language expresses, embodies, and symbolizes cultural reality.
⭐ Key Takeaways
Sociolinguistics studies how language varies based on social factors like status, gender, and ethnicity, distinguishing between standard languages used in official contexts and vernaculars used informally. Every speaker has an accent, and dialects encompass differences in pronunciation, vocabulary, and grammar, which are the focus of dialectology. Pidgins are simplified contact languages that can evolve into creoles when they become a community's first language, gaining complexity. Diglossia describes a community using two distinct varieties of the same language for different functions, while polyglossia involves more than two languages or varieties. Finally, language is deeply intertwined with culture, both expressing and shaping our shared values, identities, and conceptual systems.
🧠 Quick Revision Questions
- What are the key social variables studied in sociolinguistics?
- How does a dialect differ from an accent in linguistic terms?
- What is the fundamental difference between a pidgin and a creole language?
- Explain the concept of diglossia and give an example of a high variety and a low variety.
- According to the lecture, how does language relate to culture and our categorization of the world?
📘 Lecture 39 — First Language Acquisition I
📖 Overview: This lecture explores the remarkable process by which children acquire their first language, focusing on the developmental stages from cooing to telegraphic speech. It emphasizes that language acquisition occurs rapidly without overt instruction, driven by an innate human capacity, but also requires physical capability and social interaction opportunities. Understanding these stages is crucial for linguistics, education, and child development.
🗂️ Topics Covered
The lecture covers the stages of first language acquisition including cooing and babbling stages (with nasal sounds), the one-word stage (holophrastic speech), the two-word stage, telegraphic speech, and a summary discussion on social-class differences in vocabulary growth based on Hart and Risley's research. Each stage details the typical age range, phonological and lexical developments, and the increasing complexity of child utterances.
📝 Lecture Summary
Topic-222: Acquisition and Stages of Acquisition
The acquisition of first language is remarkable for its speed. A child becomes a sophisticated language user before starting school. Learning occurs without overt instruction, regardless of great differences in circumstances. There is an innate predisposition in the human infant to acquire language—a special capacity for language each newborn child is endowed with. The inborn language capacity alone is not enough; the child must be physically capable of sending and receiving sound signals, and crucially, must have the opportunity to interact with others via language.
Topic-223: Cooing and Babbling
The earliest use of speech-like sounds is described as cooing, which involves sequences of vowel-like sounds, particularly high vowels similar to [i] and [u]. By four months, the child brings the back of the tongue into contact with the back of the palate, allowing velar consonants [k] and [ɡ] to be produced. Speech perception studies show that by five months old, babies can already hear the difference between vowels [i] and [a] and discriminate between syllables like [ba] and [ɡa].
Between six and eight months, the child produces a number of different vowels and consonants, as well as combinations such as ba-ba-ba and ga-ga-ga. In the later babbling stage, around nine to ten months, recognizable intonation patterns appear, and variation in combinations such as ba-ba-da-da can be observed.
Common nasal sounds and syllable sequences such as ma-ma-ma and da-da-da are interpreted by parents as versions of “mama” and “dada” and repeated back to the child. This “paralanguage” use of sound provides the child with experience of the social role of speech, as adults react to babbling as if it is the child's contribution to social interaction.
Topic-224: The One-Word Stage
Between twelve and eighteen months, the child produces a variety of recognizable single-unit utterances. This stage is characterized by speech in which single terms are uttered for everyday objects like ‘Cookie’, ‘Cat’, ‘Cup’, ‘Spoon’ (usually pronounced [pun]). Other forms such as [ʌsæ] (a version of ‘What’s that’) show that the label ‘one-word’ may be misleading; the term ‘single-unit’ would be more accurate.
Holophrastic utterances occur during this stage, where a single form functions as a phrase or sentence. These utterances seem to be used to name objects but may also be produced in circumstances suggesting the child is already extending their use. For example, an empty bed may elicit the name of a sister who normally sleeps in the bed, even in the absence of the person named. The child can refer to "Karen" and "bed" but is not yet ready to put the forms together.
🔑 Definition — Holophrastic: A single form that functions as a phrase or sentence, describing an utterance that could be analyzed as a word, a phrase, or a sentence.
Topic-225: The Two-Word Stage
This stage begins around eighteen to twenty months, when the child's vocabulary moves beyond fifty words. By two years old, the child starts uttering a variety of combinations, similar to: "Baby chair", "mommy eat", "cat bad". The adult interpretation of such combinations is very much tied to the context of their utterance. For example, ‘Baby chair’ could express possession ("This is baby's chair"), a request ("Put baby in chair"), or a statement ("Baby is in the chair").
The significant functional consequence is that the adult behaves as if communication is taking place. The child not only produces speech but also receives feedback confirming the utterance worked as a contribution to interaction. By age two, the child may produce 200 or 300 distinct ‘words’ and understand five times as many.
Topic-226: Telegraphic Speech
Between two and two-and-a-half years old, the child starts a large number of utterances classified as “multiple-word” speech. The salient feature is the variation in word forms that begins to appear. This stage is characterized by strings of words (lexical morphemes) in phrases or sentences such as:
- This shoe all wet
- Cat drink milk
- Daddy go bye-bye
- Sentence building capacity
- Can get the word order correct
While this telegraphic speech is being produced, grammatical inflections begin to appear, along with word forms and simple prepositions (in, on). By age two-and-a-half, the child's vocabulary expands rapidly and the child initiates more talk. By three, vocabulary grows to hundreds of words and pronunciation becomes closer to adult language forms.
🔑 Definition — Telegraphic Speech: Strings of words (lexical morphemes) in phrases or sentences characterized by correct word order but lacking grammatical inflections and function words, similar to a telegram format.
Topic-227: Summary/Discussion
Betty Hart and Todd Risley's well-known studies suggest social-class differences in language acquisition. By age 3, children from privileged families have heard 30 million more words than children from underprivileged families. Longitudinal data on 42 families showed enormous differences in vocabulary growth rates. Children turned out to be like their parents in stature, activity level, vocabulary resources, and language interaction styles. However, other researchers note that 42 is not a very large sample, and many other questions remain. This work suggests concern about possible lasting effects of cultural differences in children's linguistic environment and socioeconomic status differences in language learning.
💡 Why this matters: The 30-million-word gap highlights how early linguistic environment can create significant disparities in vocabulary development, potentially affecting academic success and cognitive development across socioeconomic groups.
⭐ Key Takeaways
Students must remember the sequential stages of first language acquisition: cooing (vowel-like sounds, 4 months), babbling (consonant-vowel combinations, 6-10 months), one-word/holophrastic stage (12-18 months), two-word stage (18-20 months), and telegraphic speech (2-2.5 years). The innate language capacity alone is insufficient—physical capability to send/receive sound signals and crucially, social interaction opportunities are required. Key developmental milestones include the appearance of velar consonants at 4 months, the production of 200-300 words by age 2, and the rapid vocabulary expansion to hundreds of words by age 3. Hart and Risley's finding that children from privileged families hear 30 million more words by age 3 than underprivileged children is critical for understanding social-class differences in language acquisition.
🧠 Quick Revision Questions
- What are the five main stages of first language acquisition and their approximate age ranges?
- What is the difference between "cooing" and "babbling" in terms of sound production?
- What does "holophrastic" mean, and why is the term "single-unit" considered more accurate than "one-word"?
- How does adult interpretation and feedback function during the two-word stage?
- What is the "30-million-word gap" according to Hart and Risley, and what factors might it reflect?
📘 Lecture 40 — First Language Acquisition II
📖 Overview: This lecture continues exploring how children acquire their first language, focusing on the active construction process rather than passive imitation. It examines the developmental stages of morphology, syntax, questions, and negatives, along with semantic development and overextension patterns in children's speech.
🗂️ Topics Covered
The lecture covers six main topics: the acquisition process where children actively construct language rather than imitate; developing morphology including inflectional morphemes and overgeneralization; developing syntax with three identifiable stages; forming questions with Wh-forms and intonation strategies; forming negatives from simple "no/not" placement to complex auxiliary forms; and developing semantics including overextension and hyponymy acquisition patterns.
📝 Lecture Summary
Topic- 228: The Acquisition Process
Children actively construct language from what is said to them, rather than simply imitating adult speech. A child's linguistic production involves trying out constructions and testing whether they work. Adults do not produce many expressions that appear in children's speech, as shown by examples like "My teacher holded the baby rabbits" and "I'm going home so you won't Woodstock me." The actual use of sound and word combinations, either in interaction or wordplay, is crucial to the acquisition process.
Topic- 229: Developing Morphology
By two-and-a-half years old, children move beyond telegraphic speech and incorporate inflectional morphemes. First, the -ing form appears in expressions like "cat sitting" and "mommy reading book." Second, the -s form appears for plurals like "boys" and "cats."
The acquisition of the plural marker is accompanied by overgeneralization. Children use -s to form plurals and say "foots" and "mans." They also overgeneralize the pronunciation of the plural morpheme used in "houses" (ending in [-əz]), producing "boyses" or "footses." Alongside overgeneralization, irregular plurals like "men" appear, then children may produce "mens" or "two feetses."
🔑 Overgeneralization: The application of a regular grammatical rule to irregular forms, producing non-standard forms like "goed" instead of "went."
The possessive inflection -'s appears after the plural -s, in expressions like "girl's dog" and "Mummy's book." Different forms of the verb "to be" (are, was) begin to be used. The -ed inflection for regular past tense appears, after which irregular past-tense forms like "went" may disappear temporarily, replaced by "goed" and "comed." Oddities like "walked" and "wented" persist until after age four. The regular -s marker on third person singular present-tense verbs appears first with full verbs ("comes," "looks") then with auxiliaries ("does," "has").
Great variability is observed at this stage. Individual children may produce correct forms one day and odd forms the next. The child is working out how to use the linguistic system while focusing on communication and interaction rather than correctness.
Topic- 230: Developing Syntax
Evidence against imitation as the basis of syntactic development comes from studies where children, asked to repeat sentences, would produce their own grammatical forms. For example, hearing "The owl who eats candy runs fast," a child might say "Owl eat candy and he run fast."
The development of syntax in questions and negatives shows three identifiable stages with overlapping age ranges:
- Stage 1: between 18 and 26 months
- Stage 2: between 22 and 30 months
- Stage 3: between 24 and 40 months
The overlap reflects different rates of development among children.
Topic- 231: Forming Questions
Stage 1: Children use two procedures for forming questions — add a Wh-form (Where, Who) to the beginning, or utter the expression with a rising intonation. Examples: "Where kitty?", "Doggie?", "Where horse go?", "Sit chair?"
Stage 2: More complex expressions appear, but the rising intonation strategy continues. More Wh-forms come into use. Examples: "What book name?", "You want eat?", "Why you smiling?", "See my doggie?"
Stage 3: The required movement of the auxiliary in English questions appears (e.g., "I can have..." → "Can I have...?"). However, this does not automatically spread to all Wh-question types. Some children beginning school in their fifth or sixth year may still form Wh-questions without inversion, especially with negatives (e.g., "Why kitty can't...?" instead of "Why can't kitty...?"). Continuing trouble with verb morphology also appears (e.g., "Did I caught...?" instead of "Did I catch...?"). Examples of Stage 3 questions: "Can I have a piece?", "Will you help me?", "What did you do?"
📐 Auxiliary inversion in questions: The grammatical rule where the auxiliary verb moves before the subject, as in "Can I have..." from "I can have..."
Topic- 232: Forming Negatives
Stage 1: Children use a simple strategy of putting No or Not at the beginning of the expression. Examples: "no mitten," "not a teddy bear," "no fall," "no sit there."
Stage 2: Additional negative forms appear — don't and can't, along with no and not, increasingly used in front of the verb rather than at the beginning. Examples: "He no bite you," "I don't want it," "That not touch," "You can't dance."
Stage 3: Incorporation of other auxiliary forms like didn't and won't, while Stage 1 forms disappear. The negative form isn't is a very late acquisition, so Stage 2 forms with "not" instead of "isn't" continue. Examples: "I didn't caught it," "He not taking it," "She won't let go," "This not ice cream."
A famous example (McNeill, 1966) shows the futility of overt adult correction:
- CHILD: "Nobody don't like me"
- MOTHER: "No, say 'nobody likes me.'"
- CHILD: "Nobody don't like me." (Eight repetitions)
- CHILD: "Oh! Nobody don't likes me."
Topic- 233: Developing Semantics
During the holophrastic stage, children use limited vocabulary to refer to many unrelated objects. The process of overextension occurs when children extend a word's meaning based on similarities of shape, sound, size, movement, and texture.
🔑 Overextension: The process where a child extends the meaning of a word beyond its adult meaning to include objects that share some feature with the original referent.
Examples of overextension: "bow-wow" initially used for a dog, then extended to a fur piece with glass eyes, cufflinks, and a bath thermometer (meaning 'object with shiny bits'). "Ball" is extended to all round objects like lampshades, doorknobs, and the moon. "Tick tock" used for a watch, then extended to a bathroom scale with a round dial. "Fly" used for the insect, then for specks of dirt and crumbs. "Sizo" first used for scissors, then extended to all metal objects.
💡 Why this matters: Semantic development follows a pattern of overextension initially, then gradual narrowing as more words are learned. However, overextension in production doesn't necessarily occur in comprehension — a two-year-old might use "apple" for round objects but correctly pick out an apple from a set of round objects.
In terms of hyponymy, children almost always use the middle-level term (e.g., "dog") rather than the most general term ("animal") or most specific ("poodle"). Hyponymous relations are acquired fairly late (after age five). For example, kindergarten children pointed to the same heavily laden apple tree when asked which tree has more apples AND which has less apples, disregarding the difference between "more" and "less." Distinctions between "before/after" and "buy/sell" are also later acquisitions.
By age five, the child has completed the greater part of the basic language acquisition process. This position is considered favorable for starting second language learning, yet most people don't start until much later, raising the question: if first language acquisition was straightforward and automatic, why is second language learning so difficult?
⭐ Key Takeaways
Children actively construct language through trial and error, not passive imitation — this is proven by overgeneralization errors like "goed," "foots," and "nobody don't likes me" that adults never produce. Morphological development follows a predictable sequence: -ing first, then plural -s with overgeneralization, possessive -'s, past tense -ed with temporary loss of irregular forms, and third person -s. Syntax develops through three identifiable stages for both questions and negatives, with overlapping age ranges reflecting individual variation. Semantic development begins with overextension based on physical similarities, gradually narrowing through increased vocabulary, while hyponymous relations and subtle distinctions (more/less, before/after) are acquired after age five. By age five, basic first language acquisition is essentially complete, setting the stage for potential second language learning.
🧠 Quick Revision Questions
-
What evidence from children's speech demonstrates that language acquisition is not simply imitation of adult speech?
-
Describe the order in which inflectional morphemes appear in children's speech development, and explain the phenomenon of overgeneralization using examples.
-
What are the three stages of question formation in children, and what specific linguistic changes occur at each stage?
-
How do children form negatives across the three developmental stages, and what does the famous "Nobody don't like me" exchange reveal about adult correction?
-
What is overextension in semantic development, and what physical features typically trigger overextended word meanings? Why might overextension appear in production but not comprehension?
📘 Lecture 41 — Second Language Acquisition/Learning
📖 Overview: This lecture explores the distinction between second language acquisition and learning, examining why acquiring a second language later in life is more challenging than acquiring a first language. It covers barriers to acquisition, different teaching methods, learner-focused approaches, and the components of communicative competence, providing a comprehensive understanding of how individuals develop proficiency in a second language.
🗂️ Topics Covered
The lecture begins by defining second language learning and distinguishing it from first language acquisition, then examines acquisition barriers including the critical period hypothesis and affective factors. It surveys various teaching methods such as the Grammar-Translation Method, Audio-Lingual Method, and Communicative Approaches. The focus then shifts to the learner, discussing error analysis, transfer, interlanguage, and motivation. Finally, the lecture explores the components of communicative competence: grammatical, sociolinguistic, and strategic competence.
📝 Lecture Summary
Topic- 234: Second Language Acquisition and Learning
A distinction is made between second language learning in a 'foreign language' setting versus a 'second language' setting, including English as a Foreign Language (EFL) and English as a Second Language (ESL). The term second language learning is used generally to describe both situations.
The term acquisition refers to the gradual development of ability in a language by using it naturally in communicative situations, whereas learning is a more conscious process of accumulating knowledge of features like vocabulary and grammar, typically in an institutional setting. Individuals whose L2 exposure is primarily a learning type of experience tend not to develop the same kind of general proficiency as those who have had more of an acquisition type of experience.
🔑 Definition — Acquisition: the gradual development of ability in a language by using it naturally in communicative situations with others who know the language 🔑 Definition — Learning: a more conscious process of accumulating knowledge of the features, such as vocabulary and grammar, of a language, typically in an institutional setting 📌 Example: Mathematics is learned, not acquired.
Topic- 235: Acquisition Barriers
The experience with an L2 is fundamentally different from that of L1 experience. Learners usually encounter the L2 during their teenage or adult years in a few hours each week, rather than via constant interaction. Insufficient time, focus, and incentive undermine many L2 learning attempts. Sounding like a native speaker is difficult, and very few adults seem to reach native-like proficiency even in ideal acquisition situations. Some features of an L2, such as vocabulary and grammar, are easier to learn than others such as pronunciation.
This observation is taken as evidence that, after the critical period for language acquisition has passed (around puberty), it becomes very difficult to acquire another language fully. The optimum age for learning is ten to sixteen when the flexibility of our inherent capacity for language has not been completely lost.
🔑 Definition — Critical Period: the period after which it becomes very difficult to acquire another language fully, around the time of puberty 📌 Example: Joseph Conrad wrote many English novels but spoke English with his Polish accent.
Topic- 236: Affective Factors
Affective factors are emotional reactions that can create a barrier to acquisition. Teenagers are typically more self-conscious than younger children. If self-consciousness is accompanied by a lack of empathy with the other culture, it may strongly inhibit the learning process. Negative feelings caused by dull textbooks, unpleasant classroom surroundings, or an exhausting schedule can also create barriers. If the learner is stressed, uncomfortable, self-conscious, or unmotivated, they are unlikely to learn very much. Children seem to be less constrained by affective factors.
🔑 Definition — Affective Factors: emotional reactions such as self-consciousness, lack of empathy, stress, or discomfort that can create a barrier to acquisition 💡 Why this matters: Affective factors explain why motivation and emotional comfort are crucial for successful L2 learning, even when cognitive abilities are intact.
Topic- 237: Focus on Method
Despite barriers, various educational approaches have been developed. Caxton (1483) compiled the first exercise material for L2 learners in a phrase-book format.
The Grammar–Translation Method treats L2 learning like any academic subject, using vocabulary lists and grammar rules with emphasis on memorization and written language rather than spoken language. It has its roots in the traditional teaching of Latin.
The Audio-Lingual Method emphasizes the spoken language and became popular in the mid-twentieth century. It involves systematic presentation of structures from simple to complex, with drills for repetition. The basic belief was that fluent language use is essentially a set of "habits" that can be developed with practice.
Communicative Approaches are more recent revisions that partially reacted against the artificiality of pattern practice. They emphasize the functions of language rather than the forms, based on the belief that consciously learning grammar rules will not necessarily result in ability to use the language. These approaches have coincided with materials for specific purposes like 'English for medical personnel'.
🔑 Definition — Grammar–Translation Method: traditional approach treating L2 learning as an academic subject with vocabulary lists, grammar rules, and emphasis on written language and memorization 🔑 Definition — Audio-Lingual Method: method emphasizing spoken language with systematic presentation of structures from simple to complex and repetitive drills 🔑 Definition — Communicative Approaches: approaches emphasizing language functions rather than forms, focusing on creating communicative experiences for L2 learners
Topic- 238: Focus on the Learner
The most fundamental change in L2 learning is the focus on the learner, shifting from concern with teacher, textbook, and method to interest in the learner and the acquisition process. One radical feature is the toleration of "errors" produced by students. Traditionally viewed negatively, errors are now seen as normal indications of the natural L2 acquisition process in action. An "error" is not something that hinders progress but a clue to active learning progress.
Transfer (or 'Cross Linguistic Influence') means using sounds, expressions, or structures from the L1 when performing in the L2. Positive transfer occurs when L1 and L2 have similar features (e.g., marking plural on nouns), allowing learners to benefit from L1 knowledge. Negative transfer (or 'interference') occurs when transferring an L1 feature different from the L2 (e.g., putting adjective after the noun), which may make the L2 expression difficult to understand. Negative transfer is more common in early stages of L2 learning.
Interlanguage refers to the language produced by L2 learners containing 'errors' that seem to have no connection to the forms of either L1 or L2.
Motivation is important for successful L2 learning. Instrumental motivation means learning the L2 to achieve some other goal (e.g., completing a graduation requirement). Integrative motivation means learning the L2 for social purposes, to take part in the social life of a community and become an accepted member.
🔑 Definition — Transfer (Cross Linguistic Influence): using sounds, expressions, or structures from the L1 when performing in the L2 🔑 Definition — Positive Transfer: transfer that occurs when L1 and L2 have similar features, benefiting the learner 🔑 Definition — Negative Transfer (Interference): transfer that occurs when an L1 feature is different from the L2, making expression difficult to understand 🔑 Definition — Interlanguage: the language produced by L2 learners containing 'errors' with no connection to either L1 or L2 forms 🔑 Definition — Instrumental Motivation: motivation to learn the L2 to achieve some other goal 🔑 Definition — Integrative Motivation: motivation to learn the L2 for social purposes and to become an accepted member of the community 📌 Example of transfer: A Spanish speaker producing 'take it from the side inferior' — using the Spanish adjective inferior (=lower) and placing it after the noun. 📌 Example of interlanguage: 'She name is Maria' — containing an error not connected to L1 or L2. 📌 Example of overgeneralization: A Spanish L1 speaker producing 'in the room there are three womens' as an indication of natural acquisition.
Topic- 239: Communicative Competence
Communicative competence is the general ability to use language accurately, appropriately, and flexibly. It has three components. Grammatical competence involves the accurate use of words and structures. Sociolinguistic competence is the ability to use appropriate language according to the social context, requiring familiarity with the cultural context of the L2. Strategic competence is the ability to organize a message effectively and to compensate for any difficulties via strategies. In L2 use, learners inevitably experience gaps between communicative intent and ability to express that intent. Some may stop talking, while others use communication strategies. This flexibility in L2 use is a key element in communicative success.
🔑 Definition — Communicative Competence: the general ability to use language accurately, appropriately, and flexibly 🔑 Definition — Grammatical Competence: the accurate use of words and structures 🔑 Definition — Sociolinguistic Competence: the ability to use appropriate language according to the social context 🔑 Definition — Strategic Competence: the ability to organize a message effectively and compensate for difficulties via strategies 📌 Example of sociolinguistic competence: Knowing when to say 'Can I have some water?' versus 'Give me some water.' 📌 Example of strategic competence: A Dutch speaker saying 'the things that horses wear under their feet, the iron things' instead of the unknown English word 'horseshoe'.
⭐ Key Takeaways
The most critical distinction in this lecture is between acquisition (natural, gradual development through communicative use) and learning (conscious accumulation of knowledge about language), with acquisition leading to greater proficiency. The lecture emphasizes that age-related barriers exist due to the critical period hypothesis, with puberty marking a point after which full native-like proficiency becomes very difficult, though the optimum learning age is ten to sixteen. Affective factors such as self-consciousness, stress, and lack of motivation can create significant barriers to L2 acquisition regardless of cognitive abilities. The evolution of teaching methods from Grammar-Translation to Audio-Lingual to Communicative Approaches reflects a shift from grammar-focused to function-focused instruction. Finally, communicative competence comprises three essential components—grammatical, sociolinguistic, and strategic competence—all of which are necessary for successful L2 communication.
🧠 Quick Revision Questions
- What is the difference between acquisition and learning in the context of second language development?
- What is the critical period hypothesis, and what age range is considered optimum for L2 learning?
- What are affective factors, and how do they create barriers to second language acquisition?
- Compare the Grammar-Translation Method, Audio-Lingual Method, and Communicative Approaches in terms of their focus and underlying beliefs.
- What are the three components of communicative competence, and provide an example of each.
📘 Lecture 42 — Historical Linguistics
📖 Overview: This lecture introduces historical linguistics, the study of how languages change over time and how they are related to one another. It covers key models for understanding language relationships and change, including the family tree model and wave model, as well as specific sound change laws and various types of language change. Understanding these concepts is essential for tracing the evolution of languages and reconstructing their pre-histories.
🗂️ Topics Covered
The lecture covers an introduction to historical linguistics including its principal concerns, the family tree model and Proto-Indo-European, Grimm's Law as a systematic consonant correspondence, the comparative method for demonstrating genetic relatedness among languages, the wave model as an alternative to the tree model, and various types of language change including phonological, syntactic, and semantic changes from Middle to Modern English.
📝 Lecture Summary
Topic- 240: Introduction
Historical linguistics is the field of investigation of the features of older languages and the ways in which they developed into modern languages. It involves using the study of language and change, also known as philology and also called diachronic linguistics. In the nineteenth century, philology dominated the study of language and one result was the creation of "family trees" to show how languages were related.
Principal concerns of historical linguistics include:
- to describe and account for observed changes in particular languages
- to reconstruct the pre-history of languages and to determine their relatedness, grouping them into language families (comparative linguistics)
- to develop general theories about how and why language changes
- to describe the history of speech communities
- to study the history of words, i.e., etymology
The lecture opens with a text from Old English: "Fæder ure þu þe eart on heofonum, Si þin nama gehalgod. To becume þin rice. Gewurþe þin willa on eorðan swa swa on heofonum." (Lord's Prayer)
Topic- 241: The Family Tree Model
Jones (1786) made the following observation about Sanskrit, the ancient language of Indian law: a number of languages from very different geographical areas must have some common ancestor. The discovery brought forth Proto-Indo-European group of languages. Scholars set out to identify the branches of the Indo-European family tree, tracing the lineage of many modern languages.
Thirty such language families containing more than 6,000 different individual languages (actually 6,912 languages) were established. These languages are in danger of extinction while a few are expanding. In terms of number of speakers:
- Chinese (about 1 billion)
- English (about 350 million)
Topic- 242: Grimm's Law
Grimm (1822) gave the concept of a systematic correspondence holding between the consonants of Germanic languages, on the one hand, and of the other Indo-European on the other.
Example: Latin pedem → English foot → German Fuss (showing p → f correspondence)
Grimm's Law: These differences were first originally observed by Danish scholar, Rasmus Rask. However, Grimm's work was readily accessible to international scholars. Grimm's Law consists of three parts which form consecutive phases in the sense of a chain shift. The phases are usually constructed as follows:
- PIE *p → PGmc *f
- PIE *t → PGmc *þ
- PIE *k → PGmc *x/h
- PIE *b → PGmc *p
- PIE *d → PGmc *t
- PIE *g → PGmc *k
- PIE *bh → PGmc *b/β
- PIE *dh → PGmc *d/ð
- PIE *gh → PGmc *g/γ
The asterisks indicate the sounds in question are reconstructed rather than being directly attested. The PIE and PGmc are hypothetical constructs. The [p] of English in spit, spew corresponds to a [p] in other languages as in Latin spuo, etc., which is in apparent violation of Grimm's Law. Similarly Gmc [t] is same as Gk [t] and Skt [t]. Each sound occurs as second segment of the two-consonantal cluster. The preservation can be seen as a regular development in English spit, spew, stand etc.
Topic- 243: The Comparative Method
The standard way of demonstrating the genetic relatedness of languages is by means of the comparative method developed in the earlier period of historical linguistics (1820-1870). It is claimed that many of the related words across languages can be put into systematic correspondence in terms of their phonological and morphological structure. Words across languages can be put into systematic correspondences in terms of phonological and morphological structure.
Key points about the comparative method:
- The words in related tables relate not only in forms but also in meaning
- Words can change their meaning in the course of time
- Latin word caballus (more specific meaning of pack horse, also meant 'nag') became a general and neutral word in place of equus ('horse')
- The words do not cause problems semantically
- The words may not change meaning but fall into disuse and be replaced
Topic- 244: The Wave Model
During the 20th century the wave model has had little acceptance as a model for language change overall. It has recently gained more popularity among historical linguists due to the shortcomings of the Tree model. The wave model was originally presented by Johannes Schmidt.
In this model, the circles are to be regarded as diachronic; that is, they increase in diameter over time, like the concentric waves on a water surface struck by a stone. The circles are stable dialects; characters or bundles of characters that have been innovated and have become more stable over an originally small portion of the continuum for socio-political reasons. These circles spread from their small centers of maximum effectiveness like waves, becoming less effective than dissipating at maximum time and distance from the center. Languages are to be regarded as impermanent sets of speech habits that result from and prevail in the intersections of the circles.
💡 Why this matters: The wave model provides a more flexible account of how linguistic changes spread across populations, unlike the strictly branching relationships of the family tree model.
Topic- 245: Language Change
Language change is variation over time in a language's phonological, morphological, semantic, syntactic, and other features. It is studied by historical linguistics and evolutionary linguistics. Influences from the outside, such as the borrowed words from Norman French or Old Norse, are examples of external change in the language.
Phonological changes from Middle to Modern English include:
- [h] hlud → loud
- Hlaford → lord
Some words lost sound but kept the spelling in the 'silent letters' like [k], [g], e.g., knee, gnaw.
The sound change known as metathesis involves a reversal in position of two sounds in a word, e.g., acsian → ask. Examples:
- frist → first
- brinnan → beornan (burn)
- bridd → bird
- hros → horse
- wæps → wasp
Syntactic changes: Old English had Subject-Verb-Object order, but there were other different orders too that are not seen anymore now:
- Verb – subject as in 'ferde he' (he traveled)
- Object could be placed before the verb 'he hine geseah' (he saw him)
Semantic changes: Modern English differs in the number of borrowed words that have come to the language since Old English. Many words have ceased to be used:
- Foin 'the thrust of sword'
- Were for man is only in werewolf
There is also a broadening effect (widening of meaning):
- Holy day as a religious feast is now holiday for any day(s) off
Similarly, the narrowing of meaning is also found:
- Hound for any kind of dog (now only a specific breed)
- Wife for any woman (now only for married women)
⭐ Key Takeaways
Historical linguistics is the study of how languages change over time, using methods like comparative analysis and family trees to trace relationships. The family tree model shows how languages descend from common ancestors like Proto-Indo-European, while the wave model better explains how linguistic changes spread geographically. Grimm's Law demonstrates systematic consonant shifts between Indo-European and Germanic languages. Language change occurs at multiple levels including phonological (sound changes like metathesis), syntactic (word order changes), and semantic (broadening and narrowing of word meanings). The comparative method remains the standard tool for proving genetic relatedness between languages.
🧠 Quick Revision Questions
- What are the five principal concerns of historical linguistics?
- What was Jones's observation about Sanskrit in 1786, and what language group did it lead to?
- What does Grimm's Law describe, and give one example of a consonant correspondence it explains.
- What is the difference between the family tree model and the wave model of language relationships?
- Define metathesis and provide three examples of this type of sound change from the lecture.
📘 Lecture 43 — Computational Linguistics
📖 Overview: This lecture introduces Computational Linguistics as the interdisciplinary field that develops computational machinery for linguistic behavior. It explores the processes, methods, and applications of using computers to understand, analyze, and generate human language, covering morphology, syntax, semantics, and practical applications that impact modern society.
🗂️ Topics Covered
The lecture covers the definition and interdisciplinary nature of computational linguistics, its historical development and methods from the 1950s onward, morphological processing including tokenization and stemming algorithms, syntactic processing using context-free grammars and parsing techniques, semantic processing and word-sense disambiguation, and practical applications such as information extraction, speech recognition, machine translation, and search engines.
📝 Lecture Summary
Topic- 246: What is Computational Linguistics?
Computational linguistics seeks to develop the computational machinery needed for an agent to exhibit various forms of linguistic behaviour. Agent means human being and artificial agents such as computer program. Machinery means computer programs as well as linguistics knowledge that they contain. Computers have no intelligence — their linguistic capabilities derive from programs that are written for them. Computational understanding of language also provides insight into thinking and intelligence.
The connection between these two fields is hardly accidental. Language involves complex symbols system and computers are very fast mechanical symbol-processor. Computational linguistics draws upon the involvement of linguists, computer scientists, and experts in artificial intelligence, mathematicians, logicians, philosophers, cognitive scientists, cognitive psychologists, psycholinguists, anthropologists and neuroscientists, among others. 'Human knowledge is expressed in language. So, computational linguistics is very important.' (Mark Steedman)
Topic- 247: Processes and Methods of CL
The methods employed in theoretical and practical research in computational linguistics have often drawn upon theories and findings in theoretical linguistics, philosophical logic, cognitive science and of course computer science. Early work from the mid-1950s to around 1970 was theory-neutral. The primary concern has been the development of practical techniques for such applications as MT and simple QA.
In MT (Machine Translation), central issues were:
- lexical structure and content
- The characterization of 'sublanguages' for particular domains (for example, weather reports)
- Transduction from one language to another
In QA (Question Answering), the concern was:
- Characterizing the question patterns encountered in a specific domain
- The relationship of these question patterns to the forms in which answers might be stored
By the mid-1960s with the increasing power and availability of general-purpose computers, the dream of human-level artificial intelligence began to be fulfilled. Since the 1970s, the scientists have had the aim of encoding the bulk of linguistic and world knowledge in more understandable, modular, re-usable forms, with firmer theoretical foundations. With the emergence of comprehensive syntactico-semantic frameworks such as Generalized Phrase Structure Grammar, attention was given to the computational tractability of parsing, and the mapping from syntax to semantics. Language is a mirror of mind, a computational understanding of language also provides insight into thinking and intelligence.
Topic- 248: Morphological Processing
Computational morphology deals with the processing of words and word forms, in both their graphemic (written) form and their phonemic (spoken) form. The task of an automatic morphological analyzer is to take a word in a language and break it down into its stem form along with any affixes that it may have attached to that stem. In processing a sentence such as: "Hussain reads well", The analysis should be:
- Hussain as a proper name
- reads as the third person singular present form of the verb read (read+s)
- well as either an adverb or a singular noun
The morphological analyzer will not be able to identify the syntactic roles of words — that is the subsequent task of a syntactic parsing program.
Tokenization
Usually, the first step in morphological analysis is to identify separate words. This can be fairly simple in languages like English, where words are delimited by space and punctuation characters, and where sentences start with capital letters. But even in English ambiguous punctuation can cause tokenization problems: periods may be part of an abbreviation (e.g., UK). However, it is very challenging in synthetic languages.
Morphological analysis and synthesis
- incompatibilities
- in+con+patible+ity+s
- incompatibility + Noun Plural
Use of a Simple Stemming Algorithm
A simple stemming algorithm is used which strips off suffixes to arrive at the stem form. The most basic task in computational morphology is to take a string of characters or phonemes as input and deliver an analysis as output.
Topic- 249: Syntactic Processing
How can a computer characterize the grammatical structure of a sentence? A syntactic parser tries to find the best grammatical analysis of a sentence. However, there are ambiguous sentences with more than one possible grammatical structure, like: "I can fish."
Context-free grammars
- S → NP VP
- VP → Aux V
- VP → V NP
- VP → V
- VP → Aux V NP
- NP → D N
- NP → N
- NP → Pronoun
- V → can
- V → fish
- V → dance
- Aux → can
- D → the
- N → fish
- N → dance
- Pronoun → I
For this purpose we use a 'Toy grammar'. This toy grammar recognizes:
- Four different kinds of VPs: (Aux V, V NP, V, and Aux V NP)
- Three kinds of NPs (D N, N, and Pronoun)
- Terminal categories and non-terminal categories
The toy grammar covers only three different verbs, one auxiliary verb, one determiner, two nouns, and one pronoun, but even so it can describe quite a variety of sentences. Grammars written in this format are called context-free grammars.
Parsing
How can we get a computer to analyze the syntactic structure of a sentence? A parser takes an input sentence and produces one syntactic representation of it — but more than one representation if there is syntactic ambiguity as in "I can fish." One way to represent the hierarchical syntactic structure of a sentence is called a parse tree. There are several types of parsers. A top-down parser, as you might expect, builds the parse trees from the top down.
Topic- 250: Semantic Processing
How can a computer understand the meaning of an utterance? The parse tree shows that a given part-of-speech may have more than one meaning. For example, "Spot":
- We found a nice spot for lunch.
- Out, out, damned spot.
- Would you like a spot of tea? (British English)
Word-sense Disambiguator: It uses the context of neighboring words in the sentence as well as other words in the document to figure out which meaning of a given word is most likely. It uses rules that depend on context, and these rules can be derived by human intuition or by training a machine learning program. A word's syntactic and semantic properties are represented in the computer's digital lexicon.
For example, Cook (v): A verb's meaning includes:
- Syntactic sub-categorization (the syntactic elements, or "arguments," it combines with)
- Thematic roles (the semantic relations between a verb and its arguments) a. COOK (Theme NP) — Husain cooked meatloaf b. COOK (Recipient NP, Theme NP) — Husain cooked Mary a great dinner c. COOK (Theme NP, Recipient for-PP) — Husain cooked a great dinner for Mary
Computational semantics is largely concerned with representing these kinds of semantic functions, the rules for assembling the semantics of larger phrases from smaller ones.
Topic- 251: Application of CL
The impact of computational linguistics on society depends on the applications it makes possible. Computers have for many years been using more computational linguistics tools in applications such as:
- multilingual word processing
- spelling correction
- grammar checking
The increase in speed and storing vast amounts of information online have resulted in an exponential increase in the amount of information available to computers, with a lot of it being in natural languages.
Since computers can search through documents in different languages and find information much faster than humans can, Search engines that troll through web pages have become extremely useful. With the wide use of email and cellular phones, speech enabled applications have started to become a presence in flight information and hotel reservation systems. It does the following tasks as well:
- Information extraction
- Speech recognition
- Speech synthesis
- Machine translation
These and other technologies provide opportunities to embed and apply computational linguistic methods.
⭐ Key Takeaways
Computational linguistics is an interdisciplinary field that develops computer programs to process human language, drawing from linguistics, computer science, AI, and cognitive science. The core processing levels include morphological processing (breaking words into stems and affixes using stemming algorithms), syntactic processing (using context-free grammars and parse trees to analyze sentence structure, with parsers handling ambiguity), and semantic processing (using word-sense disambiguators and digital lexicons to determine meaning based on context and thematic roles). Practical applications have evolved from early machine translation and question answering to modern speech recognition, information extraction, search engines, and speech-enabled systems. A fundamental concept is that computers have no innate intelligence — all linguistic capabilities derive from written programs that encode linguistic knowledge.
🧠 Quick Revision Questions
- What is the difference between a morphological analyzer and a syntactic parser in terms of what each processes?
- Why is "I can fish" considered syntactically ambiguous, and how would a context-free grammar and parse tree represent the two possible interpretations?
- What is tokenization, and why is it more challenging in synthetic languages than in English?
- How does a word-sense disambiguator determine which meaning of a polysemous word like "spot" is correct in a given context?
- What were the primary concerns of early computational linguistics research in Machine Translation and Question Answering during the theory-neutral period (1950s-1970)?
📘 Lecture 44 — LEXICOGRAPHY
📖 Overview: This lecture explores the field of lexicography, the art and science of dictionary-making. It covers the definition and history of dictionaries, source materials for compiling them, the importance of understanding users and their needs, and the revolutionary impact of electronic dictionaries and linguistic corpora on modern dictionary compilation.
🗂️ Topics Covered
This lecture covers the definition and history of dictionaries, including prototypical dictionaries and major historical milestones from clay tablets to Samuel Johnson. It then discusses source materials and methods for vocabulary expansion, such as compounding and loanwords. The lecture examines dictionary users and their needs, differentiating between language learners and professional users. Finally, it details the role of linguistic corpora in lexicography and the developments in electronic dictionary design, including their advanced features and compilation methods.
📝 Lecture Summary
Topic- 252: The Dictionary: Definition and History
A prototypical dictionary is a reference book, either static (book) or dynamic (e-dictionary), with an inter-structure that establishes links between its various components. It is usually alphabetically structured and serves as a record of the lexicon of a language, providing quick access to information on spelling, form, meaning, and usage of words and fixed collocations. A broad distinction is made between general dictionaries, which cover a complete range of words, and specialized dictionaries, which include words in specialist fields.
The history of dictionaries dates back to 2600 BC, when the Akkadians in Babylon wrote on clay tablets to make the Sumerian language accessible. In medieval Europe, glossaries with equivalents for Latin words were used. The word ‘dictionary’ was coined by John of Garland in 1220. The first purely English alphabetical dictionary was A Table Alphabetical by Robert Cawdrey in 1604. A more reliable English dictionary was produced by Samuel Johnson in 1755.
Topic- 253: Source Materials for Dictionaries
The vocabulary of English contains words from more sources than any other language. The substratum is Anglo-Saxon, overlaid with Latinate vocabulary, with contributions from Germanic tribes and countless other languages. A language increases its vocabulary through two basic methods: using available material and importing words from another language. Common ways of forming new words include:
- Compounding: Seatbelt, bookshop
- Derivatives: Careful, shipment
- Acronyms: ATM, UNESCO
- Loanwords: Spaghetti (Italian), tycoon (Japanese)
The sources from which lexicographers draw information are categorized as:
- Primary sources: Archives, corpus
- Secondary sources: Fieldwork, other dictionaries, encyclopedia, www
Topic- 254: Uses and Users of Dictionaries
Since 1960, lexicologists have argued that dictionaries must be designed for special user groups in response to specific needs. A dictionary should be a tool for solving problems people face when using a language. Research through questionnaires has shown that dictionaries are most used for reading tasks, primarily to find the meaning of unknown words. They are used less for writing, especially for checking spellings, and grammatical, etymological, or phonetic information is only rarely looked up.
Varantola (2002:33) divides dictionary users into three broad categories: language learners, non-professional users, and professional users (those who use a dictionary to perform a paid task). Other user variables affecting behaviour include age, mother tongue, language proficiency, and educational level.
🔑 Definition — Varantola's User Categories: A framework dividing dictionary users into language learners, non-professional users, and professional users based on their specific needs and tasks.
Topic- 255: Corpora for Lexicography
A dictionary describes the vocabulary of a language. For each language, a set of texts can be assembled to provide evidence of language use. Such a set of texts is called a corpus, which is almost always in electronic form nowadays. The adequacy of a corpus depends on its size, its diversity, and the skill of those who assemble it. A corpus is central to a dictionary project, and the lexicographer must formulate a policy for its use.
🔑 Definition — Corpus: A set of texts, usually in electronic form, assembled to provide evidence of the choices and combinations of choices made by users of a language, used as a primary source for dictionary compilation.
Topic- 256: Developments in Electronic Dictionary Design
An electronic dictionary is a dictionary whose data exists in digital form and can be accessed through several media, including dedicated handheld devices, apps on smartphones and tablets, computer software, or as a function built into an E-reader. Early electronic dictionaries were identical to print dictionaries in content but offered more powerful search functions. Eventually, the opportunities offered by digital media were more fully exploited.
Electronic dictionary databases are often extensive, containing up to 500,000 headwords and definitions, verb conjugation tables, and grammar reference sections. Bilingual and monolingual electronic dictionaries often include an interactive verb conjugator and are capable of word stemming and lemmatization. Electronic dictionaries are available in many scripts, including Arabic, Chinese, Greek, Hebrew, Japanese, and Korean. Some developers offer API and SDK (Software Development Kit) tools for adding language-based functions to programs.
🔑 Definition — Electronic Dictionary: A dictionary whose data exists in digital form, accessible through various media, offering powerful search and interactive features like verb conjugation and lemmatization.
Topic- 257: Linguistic Corpora and the Compilation of Dictionaries
Advances in computer technology have made the corpus an indispensable resource for linguistics. Computers provide massive storage and processing power. Major English dictionaries compiled from electronic corpora are considered far more exhaustive, authentic, and reliable than printed dictionaries, which are compiled manually from secondary sources.
Electronic dictionaries contain information about meaning, usage, lexical information, contextual usage, and polysemous connotations directly obtained from corpora. They also include etymological, phonological, and morphological information found in standard printed dictionaries. Language corpora are used to develop multilingual, bilingual, machine-readable dictionaries and multilingual lexical resources.
💡 Why this matters: Introspective analysis of corpora has shown that many "hard words" in dictionaries are never used in actual vocabulary. This has led scholars to argue for their removal, highlighting the critical role of corpus-based evidence in creating practical, user-relevant dictionaries. Both historical (diachronic) and contemporary corpora are now available for significant contributions to historical semantics and lexicology.
⭐ Key Takeaways
A dictionary is a reference book, static or dynamic, that records a language's lexicon, and its design must consider user groups and their specific needs. Historically, dictionaries evolved from clay tablets to Samuel Johnson's work, and today they are increasingly electronic. Electronic dictionaries offer powerful features like lemmatization and interactive verb conjugators, and their content is far more exhaustive and reliable because it is derived directly from linguistic corpora. The use of corpora has revolutionized lexicography by providing authentic evidence of word usage, leading to more practical dictionaries that reflect actual language use.
🧠 Quick Revision Questions
- What are the main differences between a prototypical print dictionary and an electronic dictionary in terms of structure and search functions?
- Name three major historical milestones in the development of English dictionaries, including their creators and dates.
- According to Varantola (2002), what are the three broad categories of dictionary users?
- What is a linguistic corpus, and why has it become an indispensable resource for modern dictionary compilation?
- What are two key advantages of electronic dictionaries over printed dictionaries, according to the lecture?
📘 Lecture 45 — Latest Trends of Research in Linguistics
📖 Overview: This lecture surveys the latest research trends in linguistics, both globally and in specific countries like China, Japan, and India. It explores the evolution from Chomskyan competence to communicative competence, examines current research methodologies in applied linguistics, and highlights emerging interdisciplinary fields such as neurolinguistics and forensic linguistics.
🗂️ Topics Covered
The lecture begins by defining linguistic research and tracing its evolution from Chomsky’s linguistic competence to Hymes’ communicative competence. It then examines research trends in applied linguistics, including neurolinguistics and forensic linguistics. Current research methodology trends are analyzed through Lazarton’s study of journals. Comparative studies of research trends in China, Japan, and India are presented, followed by a discussion of recent progress in applied linguistics, including cognitive theory and social constructivist theory.
📝 Lecture Summary
Topic- 258: What is Linguistic Research or Research in Linguistics?
Linguistics became a regular university discipline in Europe in the 1960s (Crystal, 1985). Research is a key function of modern universities, encouraging studies in neglected areas. In Pakistan, there is no solid research to determine research trends in linguistics. A key strand of linguistic research evolved from Noam Chomsky (1965), who argued that linguistics should study underlying linguistic competence—the rules that inform grammatical sentence production. For Chomsky, the focus was the abstract system of language; actual utterances were considered disorderly and of no value.
A significant challenge came from Hymes (1972), who offered the term communicative competence in deliberate contrast to linguistic competence. As Hymes observed, a person with only linguistic competence would be a “social monster,” producing grammatical sentences disconnected from context. Later, a compromising attitude emerged, and latest research trends show an interdisciplinary approach towards socio- and psycholinguistics. Discourse analysis is also an emerging area.
🔑 Definition — Linguistic competence: The underlying rules that inform the production of grammatical sentences, as defined by Chomsky. 🔑 Definition — Communicative competence: The ability to produce grammatically correct sentences that are also appropriate to the context, as defined by Hymes.
Topic- 259: Research Trends in Applied Linguistics
In the past quarter century, SLA (Second Language Acquisition) research has grown enormously, with the main thrust being towards how language learners are similar and how processes of language learning are universal. Researchers have tried to identify universal sequences in development or common processes like transfer and cross-linguistic interference.
In psychology, two contrasting approaches exist: the experimental approach (focusing on similarities between individuals) and the differential approach (emphasizing differences between people). In applied linguistics, an era of research focusing on L2 learners’ variables began in the 1970s. Learners’ differences fall into three categories: personality, cognitive, and affective. A basic question is why all individuals successfully acquire their first language but meet different degrees of success in mastering a second language. 💡 Why this matters: The answer lies in the individual learner’s personality, cognitive, and affective construct.
Neurolinguistics is the study of neural mechanisms in the human brain that control language comprehension, production, and acquisition. It draws from neuroscience, linguistics, cognitive science, neurobiology, communication disorders, neuropsychology, and computer science.
Forensic linguistics applies linguistic knowledge to the forensic context of law, language, crime investigation, trial, and judicial procedure. According to Rastegar (2006), research using simple linear correlation models was more in quantity, while casual modelling (though less in quantity) was promising and of high calibre. The researcher concludes that casual modelling-pathway analysis is an effective tool of data analysis in applied linguistics.
🔑 Definition — Neurolinguistics: The interdisciplinary study of the neural mechanisms in the human brain that control language comprehension, production, and acquisition. 🔑 Definition — Forensic linguistics: The application of linguistic knowledge, methods, and insights to the forensic context of law, language, crime investigation, trial, and judicial procedure.
Topic- 260: Current Trends in Linguistic Research Methodology
Lazarton (2000) studied trends in research methodology and statistics use in Applied Linguistics. She analyzed and classified 332 articles published in four journals during 1991-1997. Articles were classified into qualitative and quantitative categories, sub-classified by research methodology, data analysis techniques, and research models. Classification was based on the claim of researchers without further evaluation.
📐 Key finding: Almost 88% of research articles were quantitative studies. 📐 Key finding: Almost 50% of authors applied ANOVA for data analysis in quantitative studies. 📐 Other methods used: Pearson Correlation, t-test, regressive analysis, chi-square test, MANOVA. 📐 Qualitative studies: Limited, following ethnography and oral/written analysis models.
The researcher finds it “troubling” that ANOVA is so common because it is not an easier test. She recommends future researchers combine both qualitative and quantitative research.
Topic- 261: Research Trends in Linguistics in China
Young, Lichun, and Jun (2001) analyzed four Chinese and four Western journals of Applied Linguistics to compare research trends. Articles were categorized into qualitative, quantitative, classroom interaction analysis, and non-empirical studies.
📐 Key findings for China:
- Utter dominance with gradual decrease of non-empirical studies
- Quantitative research adopted more than qualitative research
- A wider gap existed between qualitative and quantitative research
📐 Key findings for the West:
- Qualitative and empirical research was more liked
- Personal experiences and reviews were virtually absent
- Argument-based opinions existed but were not confused with research articles
- The gap between qualitative and quantitative research had been bridged
- Ethnography was a phenomenon of the 1980s
- Data analysis was always statistical and scientific
Chinese researchers’ favourite topics included language policy, language teaching, correlation between national ideology and language teaching, translation studies, and theories of language. The lack of inferential statistics and experimental designs was a vital deficiency in the first decade, but the next decade saw significant change. Subjective research was replaced by objective research, and memory-based reports were replaced by empirical studies.
Topic- 262: Research Trends in Linguistics in Japan
Izui (1962) studied research trends in Japanese linguistics. The article has four parts:
Part 1 - Vowels of Japanese: Gives history, origin, and development of the vocalic system. Most research efforts focused on ancient Japanese and Chinese scripts and distribution of vowel occurrence with other phonemes.
Part 2 - Origin of Japanese: Describes efforts to determine the origin of Japanese language in families like Altaic, Ural, Austronesian, or Korean.
Part 3 - Study of East and West Languages: Summarizes efforts for decipherment of ancient script, particularly the script and grammar of Sihia. The researcher notes the rarity of studies on Australian, American, and African languages and recommends Japanese researchers pay special attention to these languages.
Part 4 - Theories and Methodologies: Finds no significant difference in linguistic theories and methods prevalent in Japan and the world. Most research in Japan is under the influence of Saussure’s thought. A significant achievement is the activities of the Mathematical Society of Linguistics in Japan, which works for “mathematical management of linguistic facts.” Another prevalent theory is modern stylistics.
Topic- 263: Trends of Linguistics in India
Jha (2003) studied current trends in linguistics in India, surveying progress in information technology developed for linguistic purposes. India has over a thousand languages from five language families: Indo-Aryan, Dravidian, Austro-Asiatic, Tibeto-Burman, and Andamanese.
Considerable development in IT enabled India to use it for linguistic purposes by preserving data of dying languages. Indian organizations work for creation and analysis of corpora, integration of language technology into curricula, development of speech databases, speech engines, machine translation, and speech to speech translation. The researcher claims government funding is sufficient, but private sector funding is not enough.
Topic- 264: Recent Progress in Applied Linguistics
Applied linguistics has developed to the stage of cognitive theory and social constructivist theory.
Cognitive theory school plays an important role, advocating learners’ learning subjectivity and creativity, considering language study an active activity process. However, it neglects research on nonintellectual factors.
Social constructivist theory makes up for this shortcoming. It stresses equal importance of social environment and cultural knowledge, holding that knowledge acquisition results from learners’ contact and interactions in specific social environments. It has great enlightenment on linguistics teaching practice and provides a new opportunity for applied linguistics development. 💡 Why this matters: Social constructivist theory regards language as an important part of the social semantic system, making language learners important members of the social group.
⭐ Key Takeaways
The lecture demonstrates that linguistic research has evolved from a narrow focus on Chomskyan linguistic competence to a broader, interdisciplinary approach encompassing communicative competence, neurolinguistics, and forensic linguistics. Methodologically, quantitative studies (especially using ANOVA) dominated applied linguistics journals, but there is a growing call for mixed-methods research combining qualitative and quantitative approaches. Cross-cultural comparisons reveal that while China initially favored non-empirical and quantitative research, it later shifted toward empirical studies, whereas the West preferred qualitative and empirical research from the start. The most significant recent development is the shift from cognitive theory (focusing on individual cognition) to social constructivist theory (emphasizing social environment and interaction), which has profound implications for language teaching and learning.
🧠 Quick Revision Questions
- What is the difference between Chomsky's linguistic competence and Hymes' communicative competence?
- What are the three categories of learner differences that affect success in second language acquisition?
- According to Lazarton's study, what percentage of research articles in applied linguistics journals were quantitative, and what was the most commonly used statistical test?
- How did research trends in China differ between the first and second decade of the study period according to Young, Lichun, and Jun?
- What are the two major theoretical schools influencing recent progress in applied linguistics, and how does social constructivist theory address the shortcomings of cognitive theory?