@syllst/ko 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +80 -0
- package/dist/index.js +30 -0
- package/dist/shared.js +26 -0
- package/dist/syllabi/alphabet/index.d.ts +7 -0
- package/dist/syllabi/alphabet/index.js +47 -0
- package/dist/syllabi/alphabet/lessons/lesson-01.mdx.js +154 -0
- package/dist/syllabi/alphabet/lessons/lesson-02.mdx.js +169 -0
- package/dist/syllabi/alphabet/lessons/lesson-03.mdx.js +164 -0
- package/dist/syllabi/alphabet/lessons/lesson-04.mdx.js +154 -0
- package/dist/syllabi/alphabet/lessons/lesson-05.mdx.js +147 -0
- package/dist/syllabi/alphabet/lessons/lesson-06.mdx.js +169 -0
- package/dist/syllabi/alphabet/lessons/lesson-07.mdx.js +147 -0
- package/dist/syllabi/alphabet/lessons/lesson-08.mdx.js +172 -0
- package/dist/syllabi/alphabet/lessons/lesson-09.mdx.js +159 -0
- package/dist/syllabi/alphabet/lessons/lesson-10.mdx.js +175 -0
- package/dist/syllabi/essentials/index.d.ts +7 -0
- package/dist/syllabi/essentials/index.js +39 -0
- package/dist/syllabi/essentials/lessons/lesson-01.mdx.js +187 -0
- package/dist/syllabi/essentials/lessons/lesson-02.mdx.js +206 -0
- package/dist/syllabi/essentials/lessons/lesson-03.mdx.js +221 -0
- package/dist/syllabi/essentials/lessons/lesson-04.mdx.js +190 -0
- package/dist/syllabi/essentials/lessons/lesson-05.mdx.js +211 -0
- package/dist/syllabi/essentials/lessons/lesson-06.mdx.js +224 -0
- package/dist/syllabi/numbers/index.d.ts +7 -0
- package/dist/syllabi/numbers/index.js +37 -0
- package/dist/syllabi/numbers/lessons/lesson-01.mdx.js +175 -0
- package/dist/syllabi/numbers/lessons/lesson-02.mdx.js +200 -0
- package/dist/syllabi/numbers/lessons/lesson-03.mdx.js +193 -0
- package/dist/syllabi/numbers/lessons/lesson-04.mdx.js +166 -0
- package/dist/syllabi/numbers/lessons/lesson-05.mdx.js +237 -0
- package/package.json +72 -0
- package/src/syllabi/alphabet/lessons/lesson-01.mdx +150 -0
- package/src/syllabi/alphabet/lessons/lesson-02.mdx +165 -0
- package/src/syllabi/alphabet/lessons/lesson-03.mdx +160 -0
- package/src/syllabi/alphabet/lessons/lesson-04.mdx +150 -0
- package/src/syllabi/alphabet/lessons/lesson-05.mdx +143 -0
- package/src/syllabi/alphabet/lessons/lesson-06.mdx +165 -0
- package/src/syllabi/alphabet/lessons/lesson-07.mdx +143 -0
- package/src/syllabi/alphabet/lessons/lesson-08.mdx +168 -0
- package/src/syllabi/alphabet/lessons/lesson-09.mdx +155 -0
- package/src/syllabi/alphabet/lessons/lesson-10.mdx +171 -0
- package/src/syllabi/essentials/lessons/lesson-01.mdx +183 -0
- package/src/syllabi/essentials/lessons/lesson-02.mdx +202 -0
- package/src/syllabi/essentials/lessons/lesson-03.mdx +217 -0
- package/src/syllabi/essentials/lessons/lesson-04.mdx +186 -0
- package/src/syllabi/essentials/lessons/lesson-05.mdx +207 -0
- package/src/syllabi/essentials/lessons/lesson-06.mdx +220 -0
- package/src/syllabi/numbers/lessons/lesson-01.mdx +171 -0
- package/src/syllabi/numbers/lessons/lesson-02.mdx +196 -0
- package/src/syllabi/numbers/lessons/lesson-03.mdx +189 -0
- package/src/syllabi/numbers/lessons/lesson-04.mdx +162 -0
- package/src/syllabi/numbers/lessons/lesson-05.mdx +233 -0
|
@@ -0,0 +1,165 @@
|
|
|
1
|
+
---
|
|
2
|
+
type: lesson
|
|
3
|
+
id: korean-hangul-lesson-06
|
|
4
|
+
title: "Lesson 6 — Basic Consonants III (ㅋ, ㅌ, ㅍ, ㅎ)"
|
|
5
|
+
description: "Complete the 14 basic consonants: kieuk, tieut, pieup, hieut"
|
|
6
|
+
order: 6
|
|
7
|
+
parentId: ko-alphabet
|
|
8
|
+
difficulty: beginner
|
|
9
|
+
cefrLevel: A1
|
|
10
|
+
categories:
|
|
11
|
+
- consonants
|
|
12
|
+
- basic-characters
|
|
13
|
+
metadata:
|
|
14
|
+
estimatedTime: 20
|
|
15
|
+
prerequisites: [korean-hangul-lesson-05]
|
|
16
|
+
learningObjectives:
|
|
17
|
+
- id: obj-ko-alph-06-recognize
|
|
18
|
+
description: "Recognize the consonants ㅋ, ㅌ, ㅍ, ㅎ"
|
|
19
|
+
skill: character-recognition
|
|
20
|
+
references: [kieuk, tieut, pieup, hieut]
|
|
21
|
+
- id: obj-ko-alph-06-sounds
|
|
22
|
+
description: "Distinguish aspirated consonants from their plain pairs"
|
|
23
|
+
skill: character-sound-mapping
|
|
24
|
+
references: [kieuk, tieut, pieup, hieut]
|
|
25
|
+
---
|
|
26
|
+
|
|
27
|
+
# Lesson 6 — Basic Consonants III (ㅋ, ㅌ, ㅍ, ㅎ)
|
|
28
|
+
|
|
29
|
+
## Introduction
|
|
30
|
+
|
|
31
|
+
You have learned 10 basic consonants. In this lesson, you will complete the set of 14. These last four consonants include three aspirated consonants (ㅋ, ㅌ, ㅍ) and the fricative ㅎ.
|
|
32
|
+
|
|
33
|
+
After this lesson, you will know all 14 basic consonants and can read most Korean text when combined with the 10 vowels.
|
|
34
|
+
|
|
35
|
+
## Characters
|
|
36
|
+
|
|
37
|
+
:::character-set{id="ko-consonants-3" title="Basic Consonants III"}
|
|
38
|
+
|
|
39
|
+
::character{id="kieuk" canonicalRef="kieuk" char="ㅋ" name="ㅋ 키읔 (kieuk)" charType="consonant" data:romanization="k" data:ipa="kʰ"}
|
|
40
|
+
|
|
41
|
+
::character{id="tieut" canonicalRef="tieut" char="ㅌ" name="ㅌ 티읕 (tieut)" charType="consonant" data:romanization="t" data:ipa="tʰ"}
|
|
42
|
+
|
|
43
|
+
::character{id="pieup" canonicalRef="pieup" char="ㅍ" name="ㅍ 피읖 (pieup)" charType="consonant" data:romanization="p" data:ipa="pʰ"}
|
|
44
|
+
|
|
45
|
+
::character{id="hieut" canonicalRef="hieut" char="ㅎ" name="ㅎ 히읗 (hieut)" charType="consonant" data:romanization="h" data:ipa="h"}
|
|
46
|
+
|
|
47
|
+
:::
|
|
48
|
+
|
|
49
|
+
## The Three Consonant Series
|
|
50
|
+
|
|
51
|
+
Korean consonants come in three series. You now know all of them:
|
|
52
|
+
|
|
53
|
+
| Plain | Aspirated | Tense (Double) |
|
|
54
|
+
|-------|----------|----------------|
|
|
55
|
+
| ㄱ (g) | ㅋ (k) | ㄲ (kk) |
|
|
56
|
+
| ㄷ (d) | ㅌ (t) | ㄸ (tt) |
|
|
57
|
+
| ㅂ (b) | ㅍ (p) | ㅃ (pp) |
|
|
58
|
+
| ㅈ (j) | ㅊ (ch) | ㅉ (jj) |
|
|
59
|
+
| ㅅ (s) | — | ㅆ (ss) |
|
|
60
|
+
|
|
61
|
+
**Plain** consonants: light, no strong breath
|
|
62
|
+
**Aspirated** consonants: strong puff of air (like English k, t, p)
|
|
63
|
+
**Tense** consonants: tightened throat, no breath (you will learn these in Lesson 7)
|
|
64
|
+
|
|
65
|
+
## Pronunciation Guide
|
|
66
|
+
|
|
67
|
+
| Character | Name | Sound | Like English |
|
|
68
|
+
|-----------|------|-------|-------------|
|
|
69
|
+
| ㅋ | 키읔 (kieuk) | k (aspirated) | "k" in "kite" — strong breath |
|
|
70
|
+
| ㅌ | 티읕 (tieut) | t (aspirated) | "t" in "top" — strong breath |
|
|
71
|
+
| ㅍ | 피읖 (pieup) | p (aspirated) | "p" in "pie" — strong breath |
|
|
72
|
+
| ㅎ | 히읗 (hieut) | h | "h" in "hello" |
|
|
73
|
+
|
|
74
|
+
**Testing aspiration:** Hold a piece of paper in front of your mouth. When saying ㅋ, ㅌ, ㅍ, the paper should move from the air flow. For plain ㄱ, ㄷ, ㅂ, it should barely move.
|
|
75
|
+
|
|
76
|
+
## Visual Patterns — Aspirated Consonants
|
|
77
|
+
|
|
78
|
+
The aspirated consonants look like their plain counterparts with an extra horizontal stroke:
|
|
79
|
+
|
|
80
|
+
| Plain | Aspirated | Visual change |
|
|
81
|
+
|-------|----------|---------------|
|
|
82
|
+
| ㄱ | ㅋ | Extra horizontal stroke on top |
|
|
83
|
+
| ㄷ | ㅌ | Extra horizontal stroke added |
|
|
84
|
+
| ㅂ | ㅍ | Extra stroke and wider shape |
|
|
85
|
+
| ㅈ | ㅊ | Extra stroke on top |
|
|
86
|
+
|
|
87
|
+
## Common Words
|
|
88
|
+
|
|
89
|
+
| Korean | Romanization | Meaning |
|
|
90
|
+
|--------|-------------|---------|
|
|
91
|
+
| 커피 | keo-pi | coffee |
|
|
92
|
+
| 토마토 | to-ma-to | tomato |
|
|
93
|
+
| 피자 | pi-ja | pizza |
|
|
94
|
+
| 한국 | han-guk | Korea |
|
|
95
|
+
| 하나 | ha-na | one (native Korean) |
|
|
96
|
+
|
|
97
|
+
## All 14 Basic Consonants — Complete Chart
|
|
98
|
+
|
|
99
|
+
| # | Consonant | Name | Initial Sound |
|
|
100
|
+
|---|-----------|------|---------------|
|
|
101
|
+
| 1 | ㄱ | 기역 | g |
|
|
102
|
+
| 2 | ㄴ | 니은 | n |
|
|
103
|
+
| 3 | ㄷ | 디귿 | d |
|
|
104
|
+
| 4 | ㄹ | 리을 | r |
|
|
105
|
+
| 5 | ㅁ | 미음 | m |
|
|
106
|
+
| 6 | ㅂ | 비읍 | b |
|
|
107
|
+
| 7 | ㅅ | 시옷 | s |
|
|
108
|
+
| 8 | ㅇ | 이응 | silent |
|
|
109
|
+
| 9 | ㅈ | 지읒 | j |
|
|
110
|
+
| 10 | ㅊ | 치읓 | ch |
|
|
111
|
+
| 11 | ㅋ | 키읔 | k |
|
|
112
|
+
| 12 | ㅌ | 티읕 | t |
|
|
113
|
+
| 13 | ㅍ | 피읖 | p |
|
|
114
|
+
| 14 | ㅎ | 히읗 | h |
|
|
115
|
+
|
|
116
|
+
## Key Points
|
|
117
|
+
|
|
118
|
+
1. **Aspirated = strong breath**: ㅋ, ㅌ, ㅍ, ㅊ all require a strong puff of air
|
|
119
|
+
2. **Visual rule**: Extra stroke on a plain consonant = aspirated version
|
|
120
|
+
3. **ㅎ is unique**: The only fricative in this group — always "h" like in "hello"
|
|
121
|
+
4. **14 basic consonants complete**: Combined with 10 vowels, you can now read the full basic Hangul chart
|
|
122
|
+
|
|
123
|
+
## Practice Recognition
|
|
124
|
+
|
|
125
|
+
:::exercise{id="ko-alph-06-recognition" type="matching" title="Match Aspirated Consonants" skill="character-recognition" tests="kieuk,tieut,pieup,hieut" objectiveId="obj-ko-alph-06-recognize"}
|
|
126
|
+
|
|
127
|
+
**Question:** Match each consonant to its English sound equivalent
|
|
128
|
+
|
|
129
|
+
- ㅋ
|
|
130
|
+
- ㅌ
|
|
131
|
+
- ㅍ
|
|
132
|
+
- ㅎ
|
|
133
|
+
|
|
134
|
+
**Answer:**
|
|
135
|
+
|
|
136
|
+
- ㅋ = k (aspirated, like "kite")
|
|
137
|
+
- ㅌ = t (aspirated, like "top")
|
|
138
|
+
- ㅍ = p (aspirated, like "pie")
|
|
139
|
+
- ㅎ = h (like "hello")
|
|
140
|
+
|
|
141
|
+
**Explanation:** ㅋ, ㅌ, ㅍ are the aspirated counterparts of ㄱ, ㄷ, ㅂ. They are produced with a noticeable burst of breath. ㅎ is independently a fricative — it has no plain/tense counterpart.
|
|
142
|
+
|
|
143
|
+
:::
|
|
144
|
+
|
|
145
|
+
:::exercise{id="ko-alph-06-series" type="matching" title="Plain vs Aspirated Pairs" skill="character-sound-mapping" tests="kieuk,tieut,pieup,hieut" objectiveId="obj-ko-alph-06-sounds"}
|
|
146
|
+
|
|
147
|
+
**Question:** Match each aspirated consonant with its plain counterpart
|
|
148
|
+
|
|
149
|
+
- ㅋ pairs with ___
|
|
150
|
+
- ㅌ pairs with ___
|
|
151
|
+
- ㅍ pairs with ___
|
|
152
|
+
|
|
153
|
+
**Answer:**
|
|
154
|
+
|
|
155
|
+
- ㅋ pairs with ㄱ
|
|
156
|
+
- ㅌ pairs with ㄷ
|
|
157
|
+
- ㅍ pairs with ㅂ
|
|
158
|
+
|
|
159
|
+
**Explanation:** Each aspirated consonant has an extra stroke compared to its plain counterpart. This visual relationship mirrors the phonetic relationship: more stroke = more air. The difference in aspiration is a key feature of Korean phonology.
|
|
160
|
+
|
|
161
|
+
:::
|
|
162
|
+
|
|
163
|
+
## What's Next
|
|
164
|
+
|
|
165
|
+
In Lesson 7, you will learn the 5 double (tense) consonants: ㄲ, ㄸ, ㅃ, ㅆ, ㅉ — the third series of the Korean consonant system.
|
|
@@ -0,0 +1,143 @@
|
|
|
1
|
+
---
|
|
2
|
+
type: lesson
|
|
3
|
+
id: korean-hangul-lesson-07
|
|
4
|
+
title: "Lesson 7 — Double Consonants (ㄲ, ㄸ, ㅃ, ㅆ, ㅉ)"
|
|
5
|
+
description: "Learn the 5 Korean tense (fortis) double consonants: ssang-giyeok, ssang-digeut, ssang-bieup, ssang-siot, ssang-jieut"
|
|
6
|
+
order: 7
|
|
7
|
+
parentId: ko-alphabet
|
|
8
|
+
difficulty: beginner
|
|
9
|
+
cefrLevel: A1
|
|
10
|
+
categories:
|
|
11
|
+
- consonants
|
|
12
|
+
- double-consonants
|
|
13
|
+
metadata:
|
|
14
|
+
estimatedTime: 25
|
|
15
|
+
prerequisites: [korean-hangul-lesson-06]
|
|
16
|
+
learningObjectives:
|
|
17
|
+
- id: obj-ko-alph-07-recognize
|
|
18
|
+
description: "Recognize the double consonants ㄲ, ㄸ, ㅃ, ㅆ, ㅉ"
|
|
19
|
+
skill: character-recognition
|
|
20
|
+
references: [ssang-giyeok, ssang-digeut, ssang-bieup, ssang-siot, ssang-jieut]
|
|
21
|
+
- id: obj-ko-alph-07-sounds
|
|
22
|
+
description: "Distinguish tense consonants from plain and aspirated counterparts"
|
|
23
|
+
skill: character-sound-mapping
|
|
24
|
+
references: [ssang-giyeok, ssang-digeut, ssang-bieup, ssang-siot, ssang-jieut]
|
|
25
|
+
---
|
|
26
|
+
|
|
27
|
+
# Lesson 7 — Double Consonants (ㄲ, ㄸ, ㅃ, ㅆ, ㅉ)
|
|
28
|
+
|
|
29
|
+
## Introduction
|
|
30
|
+
|
|
31
|
+
Korean has a three-way distinction among consonants: **plain**, **aspirated**, and **tense** (also called double or fortis). You have learned plain (ㄱ, ㄷ, ㅂ, ㅅ, ㅈ) and aspirated (ㅋ, ㅌ, ㅍ, ㅊ) consonants. Now you will learn the five tense consonants — written by doubling the plain consonant symbol.
|
|
32
|
+
|
|
33
|
+
The Korean word for double consonants is **쌍자음** (ssang-jaeum), meaning "twin consonants."
|
|
34
|
+
|
|
35
|
+
## Characters
|
|
36
|
+
|
|
37
|
+
:::character-set{id="ko-double-consonants" title="Double (Tense) Consonants — 쌍자음"}
|
|
38
|
+
|
|
39
|
+
::character{id="ssang-giyeok" canonicalRef="ssang-giyeok" char="ㄲ" name="ㄲ 쌍기역 (ssang-giyeok)" charType="consonant" data:romanization="kk" data:ipa="k͈"}
|
|
40
|
+
|
|
41
|
+
::character{id="ssang-digeut" canonicalRef="ssang-digeut" char="ㄸ" name="ㄸ 쌍디귿 (ssang-digeut)" charType="consonant" data:romanization="tt" data:ipa="t͈"}
|
|
42
|
+
|
|
43
|
+
::character{id="ssang-bieup" canonicalRef="ssang-bieup" char="ㅃ" name="ㅃ 쌍비읍 (ssang-bieup)" charType="consonant" data:romanization="pp" data:ipa="p͈"}
|
|
44
|
+
|
|
45
|
+
::character{id="ssang-siot" canonicalRef="ssang-siot" char="ㅆ" name="ㅆ 쌍시옷 (ssang-siot)" charType="consonant" data:romanization="ss" data:ipa="s͈"}
|
|
46
|
+
|
|
47
|
+
::character{id="ssang-jieut" canonicalRef="ssang-jieut" char="ㅉ" name="ㅉ 쌍지읒 (ssang-jieut)" charType="consonant" data:romanization="jj" data:ipa="t͈ɕ"}
|
|
48
|
+
|
|
49
|
+
:::
|
|
50
|
+
|
|
51
|
+
## How Tense Consonants Sound
|
|
52
|
+
|
|
53
|
+
Tense consonants are pronounced with a **tightened glottis** (throat) and **no aspiration** (no puff of air). They sound sharper and more "tense" than either plain or aspirated consonants.
|
|
54
|
+
|
|
55
|
+
The closest English approximation is the sound of consonants after "s": the "p" in "spy," the "t" in "stop," the "k" in "sky." These English consonants have no aspiration — and that is similar to tense Korean consonants, though Korean tense consonants have additional glottal tension.
|
|
56
|
+
|
|
57
|
+
## Pronunciation Comparison
|
|
58
|
+
|
|
59
|
+
| Plain | Aspirated | Tense | Comparison |
|
|
60
|
+
|-------|----------|-------|------------|
|
|
61
|
+
| ㄱ (g) | ㅋ (k) | ㄲ (kk) | g vs k (air) vs kk (tense) |
|
|
62
|
+
| ㄷ (d) | ㅌ (t) | ㄸ (tt) | d vs t (air) vs tt (tense) |
|
|
63
|
+
| ㅂ (b) | ㅍ (p) | ㅃ (pp) | b vs p (air) vs pp (tense) |
|
|
64
|
+
| ㅅ (s) | — | ㅆ (ss) | s vs ss (tense) |
|
|
65
|
+
| ㅈ (j) | ㅊ (ch) | ㅉ (jj) | j vs ch (air) vs jj (tense) |
|
|
66
|
+
|
|
67
|
+
**Note:** ㅅ has no aspirated counterpart — it jumps directly from plain to tense.
|
|
68
|
+
|
|
69
|
+
## Common Words with Double Consonants
|
|
70
|
+
|
|
71
|
+
| Korean | Romanization | Meaning |
|
|
72
|
+
|--------|-------------|---------|
|
|
73
|
+
| 까다 | kka-da | picky / difficult |
|
|
74
|
+
| 때 | ttae | time / moment |
|
|
75
|
+
| 빠르다 | ppa-reu-da | fast |
|
|
76
|
+
| 씨 | ssi | seed / Mr./Ms. (honorific) |
|
|
77
|
+
| 짜다 | jja-da | salty / to weave |
|
|
78
|
+
| 아까 | a-kka | a moment ago |
|
|
79
|
+
| 오빠 | o-ppa | older brother (from female perspective) |
|
|
80
|
+
|
|
81
|
+
## Key Insight — Meaning Distinctions
|
|
82
|
+
|
|
83
|
+
Tense vs plain consonants can completely change the meaning of a word:
|
|
84
|
+
|
|
85
|
+
| Word | Pronunciation | Meaning |
|
|
86
|
+
|------|---------------|---------|
|
|
87
|
+
| 달 | dal | moon |
|
|
88
|
+
| 딸 | ttal | daughter |
|
|
89
|
+
| 발 | bal | foot |
|
|
90
|
+
| 빨 | ppal | to suck |
|
|
91
|
+
| 살 | sal | flesh / age |
|
|
92
|
+
| 쌀 | ssal | rice (uncooked) |
|
|
93
|
+
|
|
94
|
+
## Key Points
|
|
95
|
+
|
|
96
|
+
1. **Doubled symbol = tense sound**: ㄲ is two ㄱ symbols — this visually represents the doubled effort
|
|
97
|
+
2. **No puff of air**: Tense consonants are unaspirated, unlike aspirated (ㅋ, ㅌ, ㅍ, ㅊ)
|
|
98
|
+
3. **Glottal tension**: The throat tightens, making the sound feel "pushed"
|
|
99
|
+
4. **Meaning changes**: Tense vs plain vs aspirated create distinct words (달/딸, 발/빨, 살/쌀)
|
|
100
|
+
|
|
101
|
+
## Practice Recognition
|
|
102
|
+
|
|
103
|
+
:::exercise{id="ko-alph-07-recognition" type="matching" title="Match Double Consonants" skill="character-recognition" tests="ssang-giyeok,ssang-digeut,ssang-bieup,ssang-siot,ssang-jieut" objectiveId="obj-ko-alph-07-recognize"}
|
|
104
|
+
|
|
105
|
+
**Question:** Match each double consonant to its romanization
|
|
106
|
+
|
|
107
|
+
- ㄲ
|
|
108
|
+
- ㄸ
|
|
109
|
+
- ㅃ
|
|
110
|
+
- ㅆ
|
|
111
|
+
- ㅉ
|
|
112
|
+
|
|
113
|
+
**Answer:**
|
|
114
|
+
|
|
115
|
+
- ㄲ = kk
|
|
116
|
+
- ㄸ = tt
|
|
117
|
+
- ㅃ = pp
|
|
118
|
+
- ㅆ = ss
|
|
119
|
+
- ㅉ = jj
|
|
120
|
+
|
|
121
|
+
**Explanation:** Each double consonant is romanized by doubling the letter of the plain counterpart. This helps show that the sound is "doubled" or intensified compared to the plain version.
|
|
122
|
+
|
|
123
|
+
:::
|
|
124
|
+
|
|
125
|
+
:::exercise{id="ko-alph-07-three-series" type="multiple-choice" title="Three-Way Distinction" skill="character-sound-mapping" tests="ssang-giyeok,ssang-digeut,ssang-bieup,ssang-siot,ssang-jieut" objectiveId="obj-ko-alph-07-sounds"}
|
|
126
|
+
|
|
127
|
+
**Question:** Which consonant series does ㄲ belong to?
|
|
128
|
+
|
|
129
|
+
**Options:**
|
|
130
|
+
- Plain (무기음)
|
|
131
|
+
- Aspirated (거센소리)
|
|
132
|
+
- Tense/Double (된소리)
|
|
133
|
+
- Fricative
|
|
134
|
+
|
|
135
|
+
**Answer:** 3
|
|
136
|
+
|
|
137
|
+
**Explanation:** ㄲ is a tense (double) consonant — 된소리 (doensori) in Korean. It is written by doubling ㄱ and pronounced with glottal tension and no aspiration. The three-way distinction (plain/aspirated/tense) is one of the key features that makes Korean phonology unique among world languages.
|
|
138
|
+
|
|
139
|
+
:::
|
|
140
|
+
|
|
141
|
+
## What's Next
|
|
142
|
+
|
|
143
|
+
In Lesson 8, you will learn the first five compound vowels: ㅐ, ㅒ, ㅔ, ㅖ, ㅘ — vowels formed by combining two basic vowels.
|
|
@@ -0,0 +1,168 @@
|
|
|
1
|
+
---
|
|
2
|
+
type: lesson
|
|
3
|
+
id: korean-hangul-lesson-08
|
|
4
|
+
title: "Lesson 8 — Double Consonants Review & Reading Practice"
|
|
5
|
+
description: "Consolidate the three-series consonant system and practice reading words with all consonant types"
|
|
6
|
+
order: 8
|
|
7
|
+
parentId: ko-alphabet
|
|
8
|
+
difficulty: beginner
|
|
9
|
+
cefrLevel: A1
|
|
10
|
+
categories:
|
|
11
|
+
- consonants
|
|
12
|
+
- reading-practice
|
|
13
|
+
metadata:
|
|
14
|
+
estimatedTime: 25
|
|
15
|
+
prerequisites: [korean-hangul-lesson-07]
|
|
16
|
+
learningObjectives:
|
|
17
|
+
- id: obj-ko-alph-08-distinguish
|
|
18
|
+
description: "Distinguish plain, aspirated, and tense consonant sounds in words"
|
|
19
|
+
skill: character-sound-mapping
|
|
20
|
+
references: [giyeok, kieuk, ssang-giyeok, bieup, pieup, ssang-bieup]
|
|
21
|
+
- id: obj-ko-alph-08-reading
|
|
22
|
+
description: "Read words containing all three consonant series"
|
|
23
|
+
skill: word-recognition
|
|
24
|
+
references: [giyeok, nieun, digeut, rieul, mieum, bieup, siot, ieung, jieut, chieut, kieuk, tieut, pieup, hieut, ssang-giyeok, ssang-digeut, ssang-bieup, ssang-siot, ssang-jieut]
|
|
25
|
+
---
|
|
26
|
+
|
|
27
|
+
# Lesson 8 — Double Consonants Review & Reading Practice
|
|
28
|
+
|
|
29
|
+
## Introduction
|
|
30
|
+
|
|
31
|
+
You now know all 19 Korean consonants (14 basic + 5 double). Before moving on to compound vowels, this lesson will consolidate your understanding of the three-consonant series system and give you practice reading words that use all consonant types.
|
|
32
|
+
|
|
33
|
+
## The Complete Korean Consonant Chart
|
|
34
|
+
|
|
35
|
+
### Basic Consonants (14)
|
|
36
|
+
|
|
37
|
+
| Consonant | Name | Sound |
|
|
38
|
+
|-----------|------|-------|
|
|
39
|
+
| ㄱ | 기역 | g/k |
|
|
40
|
+
| ㄴ | 니은 | n |
|
|
41
|
+
| ㄷ | 디귿 | d/t |
|
|
42
|
+
| ㄹ | 리을 | r/l |
|
|
43
|
+
| ㅁ | 미음 | m |
|
|
44
|
+
| ㅂ | 비읍 | b/p |
|
|
45
|
+
| ㅅ | 시옷 | s |
|
|
46
|
+
| ㅇ | 이응 | silent/ng |
|
|
47
|
+
| ㅈ | 지읒 | j |
|
|
48
|
+
| ㅊ | 치읓 | ch |
|
|
49
|
+
| ㅋ | 키읔 | k (asp.) |
|
|
50
|
+
| ㅌ | 티읕 | t (asp.) |
|
|
51
|
+
| ㅍ | 피읖 | p (asp.) |
|
|
52
|
+
| ㅎ | 히읗 | h |
|
|
53
|
+
|
|
54
|
+
### Double Consonants (5)
|
|
55
|
+
|
|
56
|
+
| Consonant | Name | Sound |
|
|
57
|
+
|-----------|------|-------|
|
|
58
|
+
| ㄲ | 쌍기역 | kk |
|
|
59
|
+
| ㄸ | 쌍디귿 | tt |
|
|
60
|
+
| ㅃ | 쌍비읍 | pp |
|
|
61
|
+
| ㅆ | 쌍시옷 | ss |
|
|
62
|
+
| ㅉ | 쌍지읒 | jj |
|
|
63
|
+
|
|
64
|
+
## Three-Series Minimal Pairs
|
|
65
|
+
|
|
66
|
+
Practice these minimal pairs to sharpen your hearing:
|
|
67
|
+
|
|
68
|
+
| Plain | Aspirated | Tense | Meaning changes |
|
|
69
|
+
|-------|----------|-------|-----------------|
|
|
70
|
+
| 가다 (ga-da) | 카드 (ka-deu) | 까다 (kka-da) | go / card / picky |
|
|
71
|
+
| 달 (dal) | 탈 (tal) | 딸 (ttal) | moon / mask / daughter |
|
|
72
|
+
| 발 (bal) | 팔 (pal) | 빨 (ppal) | foot / arm / to suck |
|
|
73
|
+
| 자다 (ja-da) | 차다 (cha-da) | 짜다 (jja-da) | to sleep / cold/kick / salty |
|
|
74
|
+
|
|
75
|
+
:::character-set{id="ko-consonants-review" title="Consonant Review — Key Contrasts"}
|
|
76
|
+
|
|
77
|
+
::character{id="giyeok" canonicalRef="giyeok" char="ㄱ" name="ㄱ 기역 (plain g)" charType="consonant" data:romanization="g" data:ipa="g"}
|
|
78
|
+
|
|
79
|
+
::character{id="kieuk" canonicalRef="kieuk" char="ㅋ" name="ㅋ 키읔 (aspirated k)" charType="consonant" data:romanization="k" data:ipa="kʰ"}
|
|
80
|
+
|
|
81
|
+
::character{id="ssang-giyeok" canonicalRef="ssang-giyeok" char="ㄲ" name="ㄲ 쌍기역 (tense kk)" charType="consonant" data:romanization="kk" data:ipa="k͈"}
|
|
82
|
+
|
|
83
|
+
::character{id="bieup" canonicalRef="bieup" char="ㅂ" name="ㅂ 비읍 (plain b)" charType="consonant" data:romanization="b" data:ipa="b"}
|
|
84
|
+
|
|
85
|
+
::character{id="pieup" canonicalRef="pieup" char="ㅍ" name="ㅍ 피읖 (aspirated p)" charType="consonant" data:romanization="p" data:ipa="pʰ"}
|
|
86
|
+
|
|
87
|
+
::character{id="ssang-bieup" canonicalRef="ssang-bieup" char="ㅃ" name="ㅃ 쌍비읍 (tense pp)" charType="consonant" data:romanization="pp" data:ipa="p͈"}
|
|
88
|
+
|
|
89
|
+
:::
|
|
90
|
+
|
|
91
|
+
## Reading Practice — Real Korean Words
|
|
92
|
+
|
|
93
|
+
Practice reading these words using your knowledge of all consonants:
|
|
94
|
+
|
|
95
|
+
### Food Words
|
|
96
|
+
|
|
97
|
+
| Korean | Romanization | Meaning |
|
|
98
|
+
|--------|-------------|---------|
|
|
99
|
+
| 김치 | gim-chi | kimchi |
|
|
100
|
+
| 된장 | doen-jang | fermented soybean paste |
|
|
101
|
+
| 삼겹살 | sam-gyeop-sal | pork belly |
|
|
102
|
+
| 비빔밥 | bi-bim-bap | mixed rice dish |
|
|
103
|
+
| 떡볶이 | tteok-bo-kki | spicy rice cakes |
|
|
104
|
+
|
|
105
|
+
### Common Verbs
|
|
106
|
+
|
|
107
|
+
| Korean | Romanization | Meaning |
|
|
108
|
+
|--------|-------------|---------|
|
|
109
|
+
| 가다 | ga-da | to go |
|
|
110
|
+
| 오다 | o-da | to come |
|
|
111
|
+
| 먹다 | meok-da | to eat |
|
|
112
|
+
| 자다 | ja-da | to sleep |
|
|
113
|
+
| 보다 | bo-da | to see/watch |
|
|
114
|
+
|
|
115
|
+
## Key Points
|
|
116
|
+
|
|
117
|
+
1. **19 consonants total**: 14 basic + 5 double
|
|
118
|
+
2. **Three series**: Plain (light) → Aspirated (breath) → Tense (tension)
|
|
119
|
+
3. **Minimal pairs matter**: ㄱ/ㅋ/ㄲ can completely change meaning
|
|
120
|
+
4. **Reading real words**: Use context to identify which consonant you are seeing
|
|
121
|
+
|
|
122
|
+
## Practice Exercises
|
|
123
|
+
|
|
124
|
+
:::exercise{id="ko-alph-08-distinguish" type="matching" title="Plain vs Aspirated vs Tense" skill="character-sound-mapping" tests="giyeok,kieuk,ssang-giyeok,bieup,pieup,ssang-bieup" objectiveId="obj-ko-alph-08-distinguish"}
|
|
125
|
+
|
|
126
|
+
**Question:** Classify each consonant as plain, aspirated, or tense
|
|
127
|
+
|
|
128
|
+
- ㄱ
|
|
129
|
+
- ㅋ
|
|
130
|
+
- ㄲ
|
|
131
|
+
- ㅂ
|
|
132
|
+
- ㅍ
|
|
133
|
+
- ㅃ
|
|
134
|
+
|
|
135
|
+
**Answer:**
|
|
136
|
+
|
|
137
|
+
- ㄱ = plain
|
|
138
|
+
- ㅋ = aspirated
|
|
139
|
+
- ㄲ = tense (double)
|
|
140
|
+
- ㅂ = plain
|
|
141
|
+
- ㅍ = aspirated
|
|
142
|
+
- ㅃ = tense (double)
|
|
143
|
+
|
|
144
|
+
**Explanation:** Visual pattern: single symbol = plain, extra stroke = aspirated, doubled symbol = tense. This three-way system is fundamental to Korean pronunciation.
|
|
145
|
+
|
|
146
|
+
:::
|
|
147
|
+
|
|
148
|
+
:::exercise{id="ko-alph-08-reading" type="fill-in-blank" title="Read Korean Food Words" skill="word-recognition" tests="giyeok,nieun,digeut,rieul,mieum,bieup,siot,ieung,jieut,chieut,kieuk,tieut,pieup,hieut,ssang-giyeok,ssang-digeut,ssang-bieup,ssang-siot,ssang-jieut" objectiveId="obj-ko-alph-08-reading"}
|
|
149
|
+
|
|
150
|
+
**Question:** Romanize these Korean food words:
|
|
151
|
+
|
|
152
|
+
- 김치 = ___
|
|
153
|
+
- 비빔밥 = ___
|
|
154
|
+
- 떡볶이 = ___
|
|
155
|
+
|
|
156
|
+
**Answer:**
|
|
157
|
+
|
|
158
|
+
- 김치 = gim-chi
|
|
159
|
+
- 비빔밥 = bi-bim-bap
|
|
160
|
+
- 떡볶이 = tteok-bo-kki
|
|
161
|
+
|
|
162
|
+
**Explanation:** 떡볶이 uses the double consonant ㄸ (tt) at the start of 떡 and ㄲ (kk) in 볶이. Recognizing these is key to correct pronunciation.
|
|
163
|
+
|
|
164
|
+
:::
|
|
165
|
+
|
|
166
|
+
## What's Next
|
|
167
|
+
|
|
168
|
+
In Lesson 9, you will learn the first group of compound vowels: ㅐ, ㅒ, ㅔ, ㅖ — the "ae/e" vowels that are formed by combining basic vowels.
|
|
@@ -0,0 +1,155 @@
|
|
|
1
|
+
---
|
|
2
|
+
type: lesson
|
|
3
|
+
id: korean-hangul-lesson-09
|
|
4
|
+
title: "Lesson 9 — Compound Vowels I (ㅐ, ㅒ, ㅔ, ㅖ, ㅘ, ㅙ)"
|
|
5
|
+
description: "Learn the first six compound vowels: ae, yae, e, ye, wa, wae"
|
|
6
|
+
order: 9
|
|
7
|
+
parentId: ko-alphabet
|
|
8
|
+
difficulty: beginner
|
|
9
|
+
cefrLevel: A1
|
|
10
|
+
categories:
|
|
11
|
+
- vowels
|
|
12
|
+
- compound-vowels
|
|
13
|
+
metadata:
|
|
14
|
+
estimatedTime: 25
|
|
15
|
+
prerequisites: [korean-hangul-lesson-08]
|
|
16
|
+
learningObjectives:
|
|
17
|
+
- id: obj-ko-alph-09-recognize
|
|
18
|
+
description: "Recognize the compound vowels ㅐ, ㅒ, ㅔ, ㅖ, ㅘ, ㅙ"
|
|
19
|
+
skill: character-recognition
|
|
20
|
+
references: [ae, yae, e, ye, wa, wae]
|
|
21
|
+
- id: obj-ko-alph-09-sounds
|
|
22
|
+
description: "Map each compound vowel to its sound"
|
|
23
|
+
skill: character-sound-mapping
|
|
24
|
+
references: [ae, yae, e, ye, wa, wae]
|
|
25
|
+
---
|
|
26
|
+
|
|
27
|
+
# Lesson 9 — Compound Vowels I (ㅐ, ㅒ, ㅔ, ㅖ, ㅘ, ㅙ)
|
|
28
|
+
|
|
29
|
+
## Introduction
|
|
30
|
+
|
|
31
|
+
Korean has 11 compound vowels (이중모음, ijeung-moeum) — vowels formed by combining two basic vowels. These vowels appear in many common Korean words and must be learned to read Korean fluently.
|
|
32
|
+
|
|
33
|
+
In modern spoken Korean, some of these distinctions have merged in pronunciation, but they remain distinct in spelling.
|
|
34
|
+
|
|
35
|
+
## Characters
|
|
36
|
+
|
|
37
|
+
:::character-set{id="ko-compound-vowels-1" title="Compound Vowels I"}
|
|
38
|
+
|
|
39
|
+
::character{id="ae" canonicalRef="ae" char="ㅐ" name="ㅐ 애 (ae)" charType="vowel" data:romanization="ae" data:ipa="ɛ"}
|
|
40
|
+
|
|
41
|
+
::character{id="yae" canonicalRef="yae" char="ㅒ" name="ㅒ 얘 (yae)" charType="vowel" data:romanization="yae" data:ipa="jɛ"}
|
|
42
|
+
|
|
43
|
+
::character{id="e" canonicalRef="e" char="ㅔ" name="ㅔ 에 (e)" charType="vowel" data:romanization="e" data:ipa="e"}
|
|
44
|
+
|
|
45
|
+
::character{id="ye" canonicalRef="ye" char="ㅖ" name="ㅖ 예 (ye)" charType="vowel" data:romanization="ye" data:ipa="je"}
|
|
46
|
+
|
|
47
|
+
::character{id="wa" canonicalRef="wa" char="ㅘ" name="ㅘ 와 (wa)" charType="vowel" data:romanization="wa" data:ipa="wa"}
|
|
48
|
+
|
|
49
|
+
::character{id="wae" canonicalRef="wae" char="ㅙ" name="ㅙ 왜 (wae)" charType="vowel" data:romanization="wae" data:ipa="wɛ"}
|
|
50
|
+
|
|
51
|
+
:::
|
|
52
|
+
|
|
53
|
+
## How Compound Vowels Are Formed
|
|
54
|
+
|
|
55
|
+
Each compound vowel combines two basic vowels:
|
|
56
|
+
|
|
57
|
+
| Compound | Components | Notes |
|
|
58
|
+
|----------|-----------|-------|
|
|
59
|
+
| ㅐ | ㅏ + ㅣ | Originally a diphthong, now often /ɛ/ |
|
|
60
|
+
| ㅒ | ㅑ + ㅣ | "y" + ㅐ |
|
|
61
|
+
| ㅔ | ㅓ + ㅣ | Historically eo+i, now /e/ |
|
|
62
|
+
| ㅖ | ㅕ + ㅣ | "y" + ㅔ |
|
|
63
|
+
| ㅘ | ㅗ + ㅏ | o+a = "wa" |
|
|
64
|
+
| ㅙ | ㅗ + ㅐ | o+ae = "wae" |
|
|
65
|
+
|
|
66
|
+
## Pronunciation Guide
|
|
67
|
+
|
|
68
|
+
| Vowel | Romanization | Sound | English Approximation |
|
|
69
|
+
|-------|-------------|-------|----------------------|
|
|
70
|
+
| ㅐ | ae | /ɛ/ | "e" in "bed" |
|
|
71
|
+
| ㅒ | yae | /jɛ/ | "ye" in "yes" + "bed" |
|
|
72
|
+
| ㅔ | e | /e/ | "e" in "bed" (often same as ㅐ in modern speech) |
|
|
73
|
+
| ㅖ | ye | /je/ | "ye" in "yes" |
|
|
74
|
+
| ㅘ | wa | /wa/ | "wa" in "water" |
|
|
75
|
+
| ㅙ | wae | /wɛ/ | "we" in "wet" |
|
|
76
|
+
|
|
77
|
+
**Important note:** In modern Korean, ㅐ and ㅔ are often pronounced identically (both /e/). Native speakers rely on spelling rather than sound to distinguish them. Similarly, ㅒ and ㅖ merge for many speakers.
|
|
78
|
+
|
|
79
|
+
## Syllable Examples
|
|
80
|
+
|
|
81
|
+
| Syllable | Pronunciation | Meaning |
|
|
82
|
+
|----------|---------------|---------|
|
|
83
|
+
| 애 | ae | baby / child |
|
|
84
|
+
| 에 | e | in / at (particle) |
|
|
85
|
+
| 왜 | wae | why |
|
|
86
|
+
| 와 | wa | wow / come (imperative) |
|
|
87
|
+
| 예 | ye | yes (formal) |
|
|
88
|
+
|
|
89
|
+
## Common Words
|
|
90
|
+
|
|
91
|
+
| Korean | Romanization | Meaning |
|
|
92
|
+
|--------|-------------|---------|
|
|
93
|
+
| 왜요? | wae-yo? | Why? |
|
|
94
|
+
| 와! | wa! | Wow! |
|
|
95
|
+
| 예쁘다 | ye-ppeu-da | pretty |
|
|
96
|
+
| 애기 | ae-gi | baby (informal) |
|
|
97
|
+
| 과일 | gwa-il | fruit |
|
|
98
|
+
| 외국 | oe-guk | foreign country |
|
|
99
|
+
|
|
100
|
+
## Key Points
|
|
101
|
+
|
|
102
|
+
1. **ㅐ and ㅔ often sound identical**: In modern Korean, both are usually /e/ — spelling matters more than sound
|
|
103
|
+
2. **ㅘ = o + a = wa**: The "w" sound comes from the ㅗ component
|
|
104
|
+
3. **ㅒ and ㅖ are rare**: You will encounter them, but less frequently than ㅐ and ㅔ
|
|
105
|
+
4. **"y" variants follow the pattern**: ㅒ, ㅖ add a "y" sound before ㅐ, ㅔ
|
|
106
|
+
|
|
107
|
+
## Practice Recognition
|
|
108
|
+
|
|
109
|
+
:::exercise{id="ko-alph-09-recognition" type="matching" title="Match Compound Vowels" skill="character-recognition" tests="ae,yae,e,ye,wa,wae" objectiveId="obj-ko-alph-09-recognize"}
|
|
110
|
+
|
|
111
|
+
**Question:** Match each compound vowel to its romanization
|
|
112
|
+
|
|
113
|
+
- ㅐ
|
|
114
|
+
- ㅒ
|
|
115
|
+
- ㅔ
|
|
116
|
+
- ㅖ
|
|
117
|
+
- ㅘ
|
|
118
|
+
- ㅙ
|
|
119
|
+
|
|
120
|
+
**Answer:**
|
|
121
|
+
|
|
122
|
+
- ㅐ = ae
|
|
123
|
+
- ㅒ = yae
|
|
124
|
+
- ㅔ = e
|
|
125
|
+
- ㅖ = ye
|
|
126
|
+
- ㅘ = wa
|
|
127
|
+
- ㅙ = wae
|
|
128
|
+
|
|
129
|
+
**Explanation:** The shape of each compound vowel visually combines the two basic vowels it represents. For example, ㅘ = ㅗ + ㅏ — you can see both shapes merged into one character.
|
|
130
|
+
|
|
131
|
+
:::
|
|
132
|
+
|
|
133
|
+
:::exercise{id="ko-alph-09-sounds" type="fill-in-blank" title="Compound Vowel Sounds" skill="character-sound-mapping" tests="ae,e,wa,wae" objectiveId="obj-ko-alph-09-sounds"}
|
|
134
|
+
|
|
135
|
+
**Question:** What sound does each vowel make?
|
|
136
|
+
|
|
137
|
+
- ㅐ sounds like ___
|
|
138
|
+
- ㅔ sounds like ___
|
|
139
|
+
- ㅘ sounds like ___
|
|
140
|
+
- ㅙ sounds like ___
|
|
141
|
+
|
|
142
|
+
**Answer:**
|
|
143
|
+
|
|
144
|
+
- ㅐ = /ɛ/ — "e" in "bed"
|
|
145
|
+
- ㅔ = /e/ — "e" in "bed" (often same as ㅐ today)
|
|
146
|
+
- ㅘ = /wa/ — "wa" in "water"
|
|
147
|
+
- ㅙ = /wɛ/ — "we" in "wet"
|
|
148
|
+
|
|
149
|
+
**Explanation:** The key practical point: ㅐ and ㅔ are spelled differently but sound nearly identical in modern Korean. When writing, you must remember which spelling a word uses.
|
|
150
|
+
|
|
151
|
+
:::
|
|
152
|
+
|
|
153
|
+
## What's Next
|
|
154
|
+
|
|
155
|
+
In Lesson 10, you will learn the remaining five compound vowels: ㅚ, ㅝ, ㅞ, ㅟ, ㅢ — and complete your mastery of the full Korean writing system.
|