Skip to content

Commit ec0bbf8

Browse files
committed
New notes.
1 parent 311e43f commit ec0bbf8

12 files changed

Lines changed: 1595 additions & 11 deletions

File tree

notes/courses/LING-UA-1/01-intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Overview of what will be covered in the course.
1717

1818
## How does language work?
1919
- Language as a mapping
20-
```
20+
```text
2121
form <-> function
2222
sound/sign <-> words <-> sentences <-> meaning
2323
```

notes/courses/LING-UA-1/04-05-phonology.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ How phonemes can be sequenced.
7575
### Syllables
7676
- Smallest prosodic unit in most languages.
7777

78-
```
78+
```text
7979
syllable
8080
|--rime
8181
| |--coda
@@ -163,15 +163,15 @@ A java style psuedocode for the process (this is added at Jun 14, after I felt t
163163
---
164164

165165
#### Flapping rule
166-
```
166+
```text
167167
/t/ -> [r] | 'V_V
168168
/t/ -> [t] | *elsewhere
169169
```
170170

171171
---
172172

173173
#### Aspiration
174-
```
174+
```text
175175
/t/ -> [t^h] | _.'
176176
/t/ -> [t] | elsewhere*
177177
```

notes/courses/LING-UA-1/08-09-10-syntax.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,6 @@ public String adjVsComp(Phrase phrase) {
330330
}
331331
}
332332
```
333-
```
334333

335334
Potential structural ambiguity, example:
336335
"We ate the food in the kitche."
Lines changed: 113 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,113 @@
1+
---
2+
title: Names & Settlement History
3+
date: 2025-10-21
4+
---
5+
6+
# Toponyms & Settlement History
7+
8+
**Key idea**
9+
Place names (**toponyms**) encode the linguistic and settlement history of a region. By analyzing their structure and spatial distribution, we can infer **who** settled there and **when**.
10+
11+
**Definitions**
12+
- **Toponym**: A place name (city, river, hill, region, etc.).
13+
- **Specifier**: The part that distinguishes this place from other places of the same type (e.g. *Copen-* in **Copenhagen**).
14+
- **Generic**: The general place-type (e.g. *-hagen* “harbor”, *-ton* “town”, *-ham* “home/village”).
15+
16+
**Themes**
17+
- European place names tend to be **descriptive**: physical environment or people living there.
18+
- The **language** of the generic/specifier (and how they cluster geographically) reveals earlier settlement layers.
19+
- Similar specifier+generic patterns show up **across languages** and **within countries**.
20+
21+
---
22+
23+
# Specifier + Generic Patterns
24+
25+
**Structure**
26+
- Many toponyms are of the form **[specifier + generic]**:
27+
- e.g. *Oxford* = *ox* (cattle) + *ford* (river crossing).
28+
- *Newcastle*, *Greenwich*, *Brighton*, etc.
29+
- The **generic** often comes from an older stratum of the language (Old English, Norse, Celtic).
30+
31+
**Cross-linguistic parallels**
32+
- Different languages use **parallel generics**:
33+
- English *-town*, German *-stadt*, Scandinavian *-by* (settlement), etc.
34+
- River-related elements, hill/mountain terms, woodland terms, etc.
35+
- Some specifier+generic combinations are so common that they recur across cultures with similar meanings.
36+
37+
**What to practice**
38+
- Identify **specifier** and **generic** in given English place names.
39+
- Guess what the generic means (river, hill, settlement, etc.) and what language it likely comes from.
40+
41+
---
42+
43+
# Layers of Settlement in Place Names (UK Example)
44+
45+
**Idea**
46+
In England, toponyms preserve **multiple settlement layers**:
47+
- Pre-Germanic (Celtic) elements.
48+
- Old English elements.
49+
- Norse/Viking elements.
50+
- Norman French additions.
51+
52+
**Mechanism**
53+
- Earlier names are often **not fully replaced**: older generics or specifiers may survive, sometimes only partially recognizable.
54+
- Clusters of certain generics (e.g. Norse-style endings) correlate with regions heavily settled by that group.
55+
56+
**What this shows**
57+
- Even when **languages shift**, **place-name elements** remain as “fossils”.
58+
- We can reconstruct **historical settlement maps** from modern toponyms.
59+
60+
---
61+
62+
# Multilingual Toponyms within a Single Country
63+
64+
**Pattern**
65+
- Within one country, different regions may show different **place-name languages**:
66+
- Example: coexisting Celtic, English, and Norse elements in Britain.
67+
- When certain generics cluster in one area, they point to the **prior inhabitants’ language**.
68+
69+
**Inference**
70+
- Spatial clustering of one language’s generics → region was once dominated by that language group.
71+
- Sudden changes/boundaries in place-name language can match **historical political or settlement boundaries**.
72+
73+
---
74+
75+
# NYC & US Examples
76+
77+
**NYC area**
78+
- Many NYC-area names are from **Native American** languages:
79+
- e.g. *Hackensack*, *Passaic*, *Manhattan*.
80+
- Others reflect **Dutch rule** (1624–1664):
81+
- e.g. *Brooklyn* (from Breukelen), *Harlem* (from Haarlem).
82+
- Others reflect **British rule** (1664–1783) and later **American** myth-making.
83+
84+
**US expansion westward**
85+
- European settlers moved west in **waves**, leaving traces in:
86+
- Place names (European cities replicated: *New London*, *New Berlin*).
87+
- County names, townships, and landmarks commemorating heroes, battles, presidents, etc.
88+
- Named maps can show **paths of settlement**, ethnic enclaves, and changing political priorities.
89+
90+
---
91+
92+
# Surnames as Parallel Evidence
93+
94+
**Last names and history**
95+
- The most common **surnames** in a region also encode:
96+
- Migration patterns (e.g. high concentration of a particular ethnic surname).
97+
- Past colonization or slavery.
98+
- Religious and linguistic history.
99+
100+
**Combined evidence**
101+
- **Toponyms + surnames** together provide a richer picture:
102+
- Toponyms = long-term geographic memory.
103+
- Surnames = more recent demographic patterns.
104+
105+
---
106+
107+
# Takeaways
108+
109+
- Place names are **linguistic fossils**: they preserve traces of past languages, peoples, and power.
110+
- The combination of **specifier + generic**, their **languages**, and their **geographic clustering** gives evidence for:
111+
- Who settled where.
112+
- In what sequence.
113+
- How later settlers layered new names on top of older ones.
Lines changed: 150 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,150 @@
1+
---
2+
title: Names Around the World
3+
date: 2025-10-23
4+
---
5+
6+
# Names Around the World
7+
8+
## Overview
9+
10+
- Two main questions:
11+
1. **Surnames** – How are they formed and assigned in different societies?
12+
2. **Given names** – Does the **state** ever regulate what you can be called?
13+
14+
- Broad surname types:
15+
- **Patronymic/matronymic**: formed from a parent’s given name.
16+
- **Hereditary surnames**: fixed across generations, not identical to the parent’s given name.
17+
- **Tribal / clan affiliations**: encode membership in a **lineage** or **clan**.
18+
19+
---
20+
21+
## Patronymic & Matronymic systems
22+
23+
### Iceland
24+
25+
- Canonical modern patronymic system:
26+
- Child’s “surname” = **parent’s given name + suffix**.
27+
- **Son**: *-son* (‘son of’), e.g. **Einar Jónsson** (“Einar, Jón’s son”).
28+
- **Daughter**: *-dóttir* (‘daughter of’), e.g. **Eva Jónsdóttir**.
29+
- 2019 Gender Autonomy Act:
30+
- Introduces **-bur** ‘child’ as a **gender-neutral** option when a parent is registered non-binary.
31+
- Some Icelandic last names come from other sources, but **most** follow the patronymic pattern.
32+
33+
### Ethiopia / Eritrea / Djibouti
34+
35+
- Similar logic but with **three names**:
36+
- **Given name** (person),
37+
- **Father’s given name**,
38+
- **Grandfather’s given name**.
39+
- People are addressed by **given name** with a title:
40+
- e.g. *ato Mohamed* (‘Mr. Mohamed’), *Professor Tsehay*.
41+
- Emphasis is on **lineage**, but usage in everyday address focuses on the **given name + title**.
42+
43+
### Russia
44+
45+
- **Hereditary surname** + **patronymic middle name**:
46+
- Patronymic is formed from the father’s given name:
47+
- Male: **-ovich / -evich**
48+
- Female: **-ovna / -evna**
49+
- Example:
50+
- *Rodion Romanovich Raskolnikov* (father = Roman).
51+
- Sister: *Avdotya Romanovna Raskolnikova*.
52+
- Patronymics are a core part of **formal address**:
53+
- Workplace, school, official contexts use **first name + patronymic**.
54+
- Formation rules depend on the **final letters** of the father’s name; multiple spelling rules govern the suffix choice.
55+
56+
---
57+
58+
## Hereditary surnames and their origins
59+
60+
Many hereditary surnames started out as **descriptive phrases**, then fossilized.
61+
62+
### Former patronymics
63+
64+
- Originally indicated **“X’s son/daughter”**, but now just **family names**:
65+
- Anglo: **Johnson, Robertson, Davidson**.
66+
- Scandinavian: **Nielsen, Rasmussen, Hansen, Olsen, Andersson, Johansson**.
67+
- Spanish: **-ez** suffix (from Latin “descendant of”):
68+
**Domínguez, López, Martínez, Pérez, Rodríguez, Sánchez**, etc.
69+
70+
### Geographic / toponymic surnames
71+
72+
- Refer to **places** or **landscape features**:
73+
74+
Specific locations:
75+
- Italian: **Di Napoli** (‘from Naples’), **Fiorentino** (‘from Florence’).
76+
- Polish: **Krakowski** (‘from Krakow’).
77+
78+
Geographic features:
79+
- Japanese: **Yamamoto** (‘mountain base’), **Tanaka** (‘rice field’), **Nakamura** (‘central village’), **Kimura** (‘tree village’).
80+
- Finnish: **Nieminen** (‘peninsula’), **Virtanen** (‘small stream’), **Mäkelä** (‘hill / farmstead’).
81+
82+
### Occupational surnames
83+
84+
- Encode **traditional professions**:
85+
86+
- English: **Smith, Miller, Baker**.
87+
- German: **Weber** (‘weaver’), **Zimmermann** (‘carpenter’), **Wagner** (‘wagon maker/driver’).
88+
- Arabic: **Al-Sayyad** (‘hunter/fisher’), **Al-Tabib** (‘doctor’).
89+
- Turkish: **Demir** (‘ironworker’), **Bardakci** (‘glassblower’), **Terzi** (‘tailor’).
90+
- French: **Meunier** (‘miller’), **Berger** (‘shepherd’), **Boucher** (‘butcher’).
91+
- Indian subcontinent: **Acharya** (‘teacher’), **Patel** (‘village head’), **Gandhi** (‘perfumer’).
92+
93+
### Traits and personal characteristics
94+
95+
- Some surnames derive from **qualities** or **physical traits**:
96+
97+
- Indian subcontinent (often Sanskrit-origin): **Sharma** (‘joy/shelter’), **Gupta** (‘protected/hidden’), **Iyer** (‘learned one’).
98+
- Persian: **Masoumi** (‘innocence’), **Behnam** (‘honorable’).
99+
- Polish: **Nowak** (‘newcomer’), **Wesoły** (‘cheerful’).
100+
- Spanish: **Delgado** (‘thin’), **Rubio** (‘blonde’), **Grande** (‘large’).
101+
102+
---
103+
104+
## Clan and tribal surnames
105+
106+
### Scottish clans
107+
108+
- Historically, clan surnames encoded **membership and allegiance**:
109+
- Not only blood relatives; anyone living on the **chief’s land** could adopt the name.
110+
- Surnames were **patrilineal**.
111+
- Examples:
112+
- **Campbell, Duncan, Robertson, MacDonald, MacKenzie**.
113+
- Morphology:
114+
- **Mac/Mc** = ‘son of’ (Gaelic).
115+
- **-son** and **-s** in English also serve as patronymic markers (e.g. **Robertson, Adams**).
116+
117+
### Korean clans
118+
119+
- Modern Korean surnames often reflect **historical clan affiliation**.
120+
- A clan is defined by:
121+
- The **surname**, and
122+
- The **bon-gwan**: ancestral place/region of origin.
123+
- Example:
124+
- **Kim** is shared across many clans; the **Gimhae Kim** clan traces legendary ancestry to Kim Suro.
125+
- People can share the same **surname** but belong to **different clans**, distinguished by bon-gwan.
126+
127+
---
128+
129+
## Given names and state regulation
130+
131+
- Some states **regulate given names** to:
132+
- Ensure they use the **official writing system**,
133+
- Protect children from **offensive or impractical names**, or
134+
- Preserve **cultural traditions**.
135+
- Mechanisms include:
136+
- **Approved name lists**,
137+
- Requiring names to be **spelled in a particular script**,
138+
- Allowing or restricting certain **morphological patterns** (e.g. gendered endings).
139+
140+
---
141+
142+
## Takeaways
143+
144+
- Surname systems encode:
145+
- **Family structure** (patronymic vs hereditary),
146+
- **History of professions, places, and traits**,
147+
- **Tribal or clan affiliation**.
148+
- Given-name systems show how **governments and societies**:
149+
- Shape personal identity through **law and policy**,
150+
- Balance **individual choice** with **linguistic and cultural norms**.

0 commit comments

Comments
 (0)