Skip to content

Commit 9bdd1a8

Browse files
committed
Add 04-phonology.md
1 parent 63c967d commit 9bdd1a8

4 files changed

Lines changed: 113 additions & 8 deletions

File tree

css/post.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ article#post-content .post-meta {
5454
.comment-time {
5555
font-size: 0.8rem;
5656
color: #888;
57-
float: right;
57+
display: flex;
58+
float: right;
5859
}
5960

6061
/* Comment Form – Updated to match style from shared.css / blog.css */

notes/courses/LING-UA-1/02-phonetics.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,10 @@ Three key features:
7676
**Describe: Voicing, place, manner**
7777

7878
## Natural Classes
79-
| | **Obstruent** | **Sonorant** | **Noncontinuant** | **Approximant** | **Sibilant** |
80-
| :----------: | :-----------: | :----------: | :---------------: | :-------------: | :----------: |
81-
| Stop | x | | x | | |
82-
| Affricate | x | | x | | x |
83-
| Fricative | x | | | | x |
84-
| Nasal | | x | x | | |
85-
| Approximant | | x | | x | |
79+
| | **Obstruent** | **Sonorant** | **Noncontinuant** | **Continuant** | **Sibilant** |
80+
| :----------: | :-----------: | :----------: | :---------------: | :------------: | :----------: |
81+
| Stop | x | | x | | |
82+
| Affricate | x | | x | | x |
83+
| Fricative | x | | | x | x |
84+
| Nasal | | x | x | | |
85+
| Approximant | | x | | x | |
Lines changed: 99 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,99 @@
1+
---
2+
title: 04 – Phonology
3+
date: 2025-05-22
4+
---
5+
6+
# Phonology
7+
## Phones, Phonemes, Allophones
8+
9+
Phones: basic unit of speech sound, concrete, what we hear.
10+
11+
Two languages may use the same tone, but used differently.
12+
- Difference between the **underlying sound** and how it is **phonetically realized**.
13+
14+
Checking for minimal pairs
15+
- determining whether two phones are different.
16+
17+
Word pair where everything is identical except for a sound is called a minimal pair.
18+
19+
### Type of distribution
20+
21+
#### Contrastive distribution
22+
There is a minimal pair
23+
24+
#### Complementary distribution
25+
If there are no minimal pairs, it is not contrastive. That they are is a complementary distribution, meaning:
26+
- they are used in different phonological contexts
27+
28+
#### Free Variation
29+
can occur in the same context, but do not result in a contrast in meaning.
30+
31+
### Introducing the phoneme
32+
33+
Two sounds are in complementary distribution
34+
They represent the same underlying sounds
35+
36+
i.e. smallest contrastive unit
37+
38+
#### Phonemes are not universal
39+
Different ways to pronounce the phonemes are called allophones.
40+
Phonemes and their allophones are language-specific.
41+
42+
one phone can be an allophone of more than one phoneme (Sounds like some type of polymorphism to me)
43+
44+
## Phonotactics
45+
- How languages differ in their phonemic inventory.
46+
- Differ how they use phonemes.
47+
48+
How phonemes can be sequenced.
49+
50+
### Syllables
51+
- Prosodic unit in most languages.
52+
53+
```
54+
syllable
55+
|--rime
56+
| |--coda
57+
| |--nucleus - Have to be there (usually vowels)
58+
|--onset
59+
```
60+
61+
#### Phonotactic constraints of English
62+
63+
### Sonority hierarchy
64+
Sounds are ranked based on how 'loud' phones are.
65+
66+
### Tests
67+
- Look for minimal pairs
68+
- Y: are phonemes
69+
- N: Allophones for the same phoneme
70+
- Environments the words occur
71+
- In complementary or not
72+
73+
## Phonological Rules
74+
75+
### Example
76+
77+
#### Flapping rule
78+
```
79+
/t/ -> [r] | 'V_V
80+
/t/ -> [t] | *elsewhere
81+
```
82+
83+
#### Aspiration
84+
```
85+
/t/ -> [t^h] | _.'
86+
/t/ -> [t] | elsewhere*
87+
```
88+
89+
`/p/`, `/t/`, `/d/` follows this pattern with aspiration in English.
90+
91+
### Natural classes
92+
Referring back to [the chart in 02](https://robinc.vercel.app).
93+
Groupd of phones that can be defined by some phonetic similarity.
94+
95+
#### Feature specifications (based on the manner of articulation)
96+
To determine the minimal distinguishing feature between two sounds.
97+
- Continuants vs. Noncontinuants
98+
- Obstruents vs. Sonorants
99+
- Sibilants.

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,10 @@
1313
"slug": "03-phonetics",
1414
"title": "03 – Phonetics",
1515
"date": "2025-05-21"
16+
},
17+
{
18+
"slug": "04-phonology",
19+
"title": "04 - Phonology",
20+
"date": "2025-05-22"
1621
}
1722
]

0 commit comments

Comments
 (0)