# Linguistics Linguistics is the scientific study of language—its structure, use, acquisition, and change over time. The field examines how sounds combine into words (phonology), how words are formed (morphology), how words combine into sentences (syntax), and how meaning is constructed (semantics and pragmatics). Modern linguistics was revolutionized by [[Noam Chomsky]]'s 1957 work proposing that humans have an innate capacity for language, transforming it into a [[Cognitive Science]]. Linguistics encompasses both theoretical inquiry (what is the nature of language?) and applied work (how can we teach languages, build translation systems, or help with language disorders?). The field intersects with psychology (psycholinguistics), computer science ([[Natural Language Processing (NLP)]]), neuroscience (neurolinguistics), anthropology, and philosophy. Understanding language structure has practical applications in AI, education, communication, and understanding human cognition. ## Subfields of Linguistics | Subfield | Focus | |----------|-------| | **Phonetics** | Physical sounds of speech | | **Phonology** | Sound systems and patterns | | **Morphology** | Word structure and formation | | **Syntax** | Sentence structure | | **Semantics** | Meaning of words and sentences | | **Pragmatics** | Meaning in context | | **Sociolinguistics** | Language and society | | **Psycholinguistics** | Language and mind | | **Historical linguistics** | Language change over time | | **Computational** | NLP, language technology | ## Language Structure ``` Levels of Linguistic Analysis: ┌─────────────────────────────────────────────────────────────┐ │ DISCOURSE "The cat sat. It was tired." │ │ ↓ │ │ PRAGMATICS Context, speaker intention │ │ ↓ │ │ SEMANTICS Meaning: [CAT] [SIT] [PAST] │ │ ↓ │ │ SYNTAX S → NP + VP: [The cat] [sat] │ │ ↓ │ │ MORPHOLOGY Words: "cat" + "s" (plural), "sat" (past) │ │ ↓ │ │ PHONOLOGY Sound patterns: /kæt/ /sæt/ │ │ ↓ │ │ PHONETICS Physical sounds: articulation, acoustics │ └─────────────────────────────────────────────────────────────┘ ``` ## Key Concepts | Concept | Description | |---------|-------------| | **Universal Grammar** | Innate language capacity (Chomsky) | | **Recursion** | Embedding structures within structures | | **Competence vs Performance** | Knowledge vs actual use | | **Descriptive vs Prescriptive** | How language is vs "should be" | | **Linguistic relativity** | Language influences thought (Sapir-Whorf) | | **Language acquisition** | How children learn language | ## Key Figures | Person | Contribution | |--------|--------------| | Ferdinand de Saussure | Modern structural linguistics | | [[Noam Chomsky]] | Generative grammar, universal grammar | | Leonard Bloomfield | American structuralism | | Edward Sapir | Sapir-Whorf hypothesis | | Steven Pinker | Language instinct, popularization | ## Chomsky Hierarchy | Type | Grammar | Language | |------|---------|----------| | 3 | Regular | Finite-state (simple patterns) | | 2 | Context-free | Most programming languages | | 1 | Context-sensitive | Natural language syntax | | 0 | Unrestricted | All computable languages | ## Language Families | Family | Languages | Speakers | |--------|-----------|----------| | **Indo-European** | English, Spanish, Hindi | ~3 billion | | **Sino-Tibetan** | Mandarin, Cantonese | ~1.5 billion | | **Afro-Asiatic** | Arabic, Hebrew | ~500 million | | **Niger-Congo** | Swahili, Yoruba | ~500 million | | **Austronesian** | Indonesian, Tagalog | ~400 million | ## Applications | Application | Field | |-------------|-------| | **NLP** | Machine translation, chatbots | | **Language teaching** | Second language acquisition | | **Speech therapy** | Language disorders | | **Forensic linguistics** | Legal language analysis | | **Documentation** | Preserving endangered languages | ## References - Chomsky, N. (1957). *Syntactic Structures* - https://en.wikipedia.org/wiki/Linguistics ## Related - [[Noam Chomsky]] - [[Natural Language Processing (NLP)]] - [[Cognitive Science]] - [[Cognitive Psychology]] - [[Language Acquisition]] - [[Syntax]] - [[Semantics]] - [[Universal Grammar]]