Skip to content

Commit d067bec

Browse files
committed
New note
1 parent 8eb0a3f commit d067bec

3 files changed

Lines changed: 115 additions & 4 deletions

File tree

notes/courses/LING-UA-1/06-07-morphology.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,18 @@ Identify **recurring forms** with **recurring meanings**.
9696
- Features:
9797
- Binary-branching
9898
- Labelling each node with the grammatical category
99-
- **Each level must be a well-formed word**.
99+
- **Each level must be a well-formed word**.
100+
101+
### Compounding
102+
**Compounding** is the process of combining two already existing words into one.
103+
104+
### Zero Derivation
105+
**Zero-Derivation** when a word changes word class, with no new morphemes added.
106+
107+
### Acronyms and initialisms
108+
**Acronym**: Initials pronounced as a regular word.
109+
**Initialism**: Initials pronounced as letters.
110+
111+
### Clipping and blending
112+
**Clipping** refers to cutting off part of a word
113+
**Blends** (portmanteaux) are created by putting clippings together.
Lines changed: 88 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,88 @@
1+
---
2+
title: Syntax
3+
date: 2025-06-02/03/04
4+
---
5+
6+
# Syntax
7+
8+
## Defining Syntax
9+
10+
"Colorless green ideas sleep furiously." - Chomsky, 1957
11+
12+
### Knowledge of sentence structure
13+
14+
1. Difference between **grammatical** and **meaningful**.
15+
2. Cannot determine **grammaticality** by comparing new sentences and phrases to those we have seen before.
16+
17+
Some knowledge of rules that allow us to construct new sentences.
18+
**Syntax** is the study of those rules.
19+
20+
### What do syntaticians study?
21+
- How we combine words to form sentences
22+
- In other words, the **tacit knowledge** we have about how language is structured.
23+
24+
### Learning vs. Acquisition
25+
Children don't learn to speak languages the way they learn to tie their shoes or set the table.
26+
- Conscious Knowledge is learned
27+
- Unconscious knowledge is acquired.
28+
29+
Children must acquire certain individual properties of the language they are exposed to.
30+
31+
### Noam Chomsky and Universal Grammar
32+
- Language is an **instinct**.
33+
- While individual languages must be acquired, much of language is **innate**.
34+
- **Universal Grammar** (UG)
35+
36+
### Type of data Syntaticians use
37+
- Major source of data: **Grammaticality judgements**. Psychological experiment performed with a native speaker of the language you are studying.
38+
- Symbols
39+
40+
| Meaning | Symbol |
41+
| :--------------------------------: | :----------: |
42+
| Ungrammatical | * |
43+
| Variablity | % |
44+
| Grammatical, nonsense semantically | # |
45+
46+
### Generative grammar
47+
- sentences generated by rules
48+
49+
### Hypothesis
50+
- Competence vs. Performance
51+
- Focused on Competence in syntax.
52+
53+
54+
## From words to word classes
55+
### Grammatical categories
56+
Aim to make generalization about how words combine to form sentences.
57+
58+
### Identifying grammatical categories
59+
- Morphological tests
60+
- by affixes only attach to certain word classes
61+
- if passes, it must be a member of that category, but not vice versa.
62+
- Distributional evidence
63+
- By looking at the distributional evidence, we can therefore say something about the grammatical category.
64+
65+
### Two main groups
66+
- **Lexical** categories denote concepts like objects, attributes, actions, and ideas
67+
- **Functional** categories specify grammatical relations
68+
69+
## From words to phrases
70+
Hypothesis:
71+
1. A sentence is a collection of objects.
72+
2. A sentence is an *ordered* collection of words.
73+
74+
### Constituents
75+
- Some word form units (constituents), while others not.
76+
77+
#### Tests to identify constituents
78+
- Fragment/Stand alone test
79+
- Constituents can stand on their own in response to a question.
80+
- Replacement/substitution test
81+
- Some constituents can be replaced by other words, without radically changing the meaning.
82+
- Movement test
83+
- Some constituents can move as units.
84+
- Clefting/psuedo-clefting
85+
- Clefting: *It was ... that ...*
86+
- Psuedo-Clefting: *... is/are (what/where/who) ...*
87+
- Coordination
88+
- Two constituents of the same type can be coordinated using conjunction words like *and*, *or* and *but*.

notes/courses/LING-UA-1/index.json

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,29 @@
33
"slug": "01-intro",
44
"title": "01 - What is Language",
55
"date": "2025-05-19"
6-
},
6+
}
7+
,
78
{
89
"slug": "02-03-phonetics",
910
"title": "02/03 - Phonetics",
1011
"date": "2025-05-20/21"
11-
},
12+
}
13+
,
1214
{
1315
"slug": "04-05-phonology",
1416
"title": "04/05 - Phonology",
1517
"date": "2025-05-22/27"
16-
},
18+
}
19+
,
1720
{
1821
"slug": "06-07-morphology",
1922
"title": "06/07 - Morphology",
2023
"date": "2025-05-28/29"
2124
}
25+
,
26+
{
27+
"slug": "08-09-10-syntax",
28+
"title": "08/09/10 - Syntax",
29+
"date": "2025-06-02/03/04"
30+
}
2231
]

0 commit comments

Comments
 (0)