@syllst/ja 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.
Files changed (37) hide show
  1. package/dist/index.d.ts +80 -0
  2. package/dist/index.js +23 -0
  3. package/dist/shared.js +26 -0
  4. package/dist/syllabi/hiragana/index.d.ts +7 -0
  5. package/dist/syllabi/hiragana/index.js +47 -0
  6. package/dist/syllabi/hiragana/lessons/lesson-01.mdx.js +171 -0
  7. package/dist/syllabi/hiragana/lessons/lesson-02.mdx.js +160 -0
  8. package/dist/syllabi/hiragana/lessons/lesson-03.mdx.js +151 -0
  9. package/dist/syllabi/hiragana/lessons/lesson-04.mdx.js +158 -0
  10. package/dist/syllabi/hiragana/lessons/lesson-05.mdx.js +169 -0
  11. package/dist/syllabi/hiragana/lessons/lesson-06.mdx.js +174 -0
  12. package/dist/syllabi/hiragana/lessons/lesson-07.mdx.js +173 -0
  13. package/dist/syllabi/hiragana/lessons/lesson-08.mdx.js +159 -0
  14. package/dist/syllabi/hiragana/lessons/lesson-09.mdx.js +176 -0
  15. package/dist/syllabi/hiragana/lessons/lesson-10.mdx.js +199 -0
  16. package/dist/syllabi/katakana/index.js +37 -0
  17. package/dist/syllabi/katakana/lessons/lesson-01.mdx.js +196 -0
  18. package/dist/syllabi/katakana/lessons/lesson-02.mdx.js +210 -0
  19. package/dist/syllabi/katakana/lessons/lesson-03.mdx.js +214 -0
  20. package/dist/syllabi/katakana/lessons/lesson-04.mdx.js +216 -0
  21. package/dist/syllabi/katakana/lessons/lesson-05.mdx.js +259 -0
  22. package/package.json +64 -0
  23. package/src/syllabi/hiragana/lessons/lesson-01.mdx +167 -0
  24. package/src/syllabi/hiragana/lessons/lesson-02.mdx +156 -0
  25. package/src/syllabi/hiragana/lessons/lesson-03.mdx +147 -0
  26. package/src/syllabi/hiragana/lessons/lesson-04.mdx +154 -0
  27. package/src/syllabi/hiragana/lessons/lesson-05.mdx +165 -0
  28. package/src/syllabi/hiragana/lessons/lesson-06.mdx +170 -0
  29. package/src/syllabi/hiragana/lessons/lesson-07.mdx +169 -0
  30. package/src/syllabi/hiragana/lessons/lesson-08.mdx +155 -0
  31. package/src/syllabi/hiragana/lessons/lesson-09.mdx +172 -0
  32. package/src/syllabi/hiragana/lessons/lesson-10.mdx +195 -0
  33. package/src/syllabi/katakana/lessons/lesson-01.mdx +192 -0
  34. package/src/syllabi/katakana/lessons/lesson-02.mdx +206 -0
  35. package/src/syllabi/katakana/lessons/lesson-03.mdx +210 -0
  36. package/src/syllabi/katakana/lessons/lesson-04.mdx +212 -0
  37. package/src/syllabi/katakana/lessons/lesson-05.mdx +255 -0
@@ -0,0 +1,172 @@
1
+ ---
2
+ type: lesson
3
+ id: japanese-hiragana-lesson-09
4
+ title: "Lesson 9 — Ra-row (らりるれろ)"
5
+ description: "Learn the ら-row: ra, ri, ru, re, ro — the unique Japanese R sound"
6
+ order: 9
7
+ parentId: japanese-hiragana
8
+ difficulty: beginner
9
+ cefrLevel: A1
10
+ categories:
11
+ - consonants
12
+ - basic-characters
13
+ metadata:
14
+ estimatedTime: 20
15
+ prerequisites: [japanese-hiragana-lesson-08]
16
+ learningObjectives:
17
+ - id: obj-recognize-ra-row
18
+ description: "Recognize the ra-row hiragana characters"
19
+ skill: character-recognition
20
+ references: [hiragana-ra, hiragana-ri, hiragana-ru, hiragana-re, hiragana-ro]
21
+ - id: obj-sounds-ra-row
22
+ description: "Map each ra-row character to its sound"
23
+ skill: character-sound-mapping
24
+ references: [hiragana-ra, hiragana-ri, hiragana-ru, hiragana-re, hiragana-ro]
25
+ - id: obj-japanese-r
26
+ description: "Understand the Japanese R sound as a lateral tap, distinct from English R and L"
27
+ skill: sound-change-recognition
28
+ references: [hiragana-ra, hiragana-ri, hiragana-ru, hiragana-re, hiragana-ro]
29
+ ---
30
+
31
+ # Lesson 9 — Ra-row (らりるれろ)
32
+
33
+ ## Introduction
34
+
35
+ In this lesson, you will learn the **ら-row** (ra-gyō), the ninth row of the hiragana chart. This row is notable because the Japanese "r" sound is unlike any consonant in English — it sits between English "r," "l," and even "d."
36
+
37
+ The pattern: **r + vowel = ra, ri, ru, re, ro**
38
+
39
+ ## Characters
40
+
41
+ :::character-set{id="hiragana-ra-row" title="Hiragana Ra-row (ら行)"}
42
+
43
+ ::character{id="hiragana-ra" canonicalRef="hiragana-ra" char="ら" name="ら (ra)" charType="hiragana" data:romaji="ra" data:row="ra"}
44
+
45
+ ::character{id="hiragana-ri" canonicalRef="hiragana-ri" char="り" name="り (ri)" charType="hiragana" data:romaji="ri" data:row="ra"}
46
+
47
+ ::character{id="hiragana-ru" canonicalRef="hiragana-ru" char="る" name="る (ru)" charType="hiragana" data:romaji="ru" data:row="ra"}
48
+
49
+ ::character{id="hiragana-re" canonicalRef="hiragana-re" char="れ" name="れ (re)" charType="hiragana" data:romaji="re" data:row="ra"}
50
+
51
+ ::character{id="hiragana-ro" canonicalRef="hiragana-ro" char="ろ" name="ろ (ro)" charType="hiragana" data:romaji="ro" data:row="ra"}
52
+
53
+ :::
54
+
55
+ ## Pronunciation Guide
56
+
57
+ | Character | Romaji | Sound | Notes |
58
+ |-----------|--------|-------|-------|
59
+ | ら | ra | /ɾa/ | Lateral tap — a quick tongue flap |
60
+ | り | ri | /ɾi/ | Quick flap before "ee" |
61
+ | る | ru | /ɾɯ/ | Quick flap before unrounded "oo" |
62
+ | れ | re | /ɾe/ | Quick flap before "eh" |
63
+ | ろ | ro | /ɾo/ | Quick flap before "oh" |
64
+
65
+ ## The Japanese R Sound
66
+
67
+ The Japanese "r" is a **lateral tap** or **flap** /ɾ/. To produce it:
68
+
69
+ 1. Touch the tip of your tongue very briefly to the ridge just behind your upper front teeth (the alveolar ridge).
70
+ 2. Release quickly — do not hold the tongue there.
71
+ 3. The result sounds somewhat like a quick "d" or "l" or Spanish "r" (as in "pero").
72
+
73
+ This is why Japanese speakers often have difficulty distinguishing English "r" from "l" — both sounds fall in the same phonological space as their single /ɾ/ sound.
74
+
75
+ Tip for learners: Try saying "butter" quickly as an American English speaker would. The middle "tt" in casual American English is often a tap /ɾ/ — that is very close to the Japanese r.
76
+
77
+ ## Writing Tips
78
+
79
+ - **ら**: Has two strokes. Similar in structure to ら — a vertical stroke with a curved hook at the bottom.
80
+ - **り**: Has two strokes. Two parallel strokes, the second one curved — very simple to write.
81
+ - **る**: Has one or two strokes depending on style. Loops back on itself — resembles a cursive "2" or "6".
82
+ - **れ**: Has two strokes. Similar to ら but with a longer extending curve at the bottom right.
83
+ - **ろ**: Has one stroke. Like る but without the extending tail — a simple loop.
84
+
85
+ ## Confusable Pairs
86
+
87
+ **る vs ろ**: Both involve a loop. る has a small extending curl at the bottom; ろ does not extend as far.
88
+
89
+ **ら vs れ**: Both have a vertical element followed by a curve. れ has a longer horizontal arm extending to the right.
90
+
91
+ ## Practice Words
92
+
93
+ | Hiragana | Romaji | Meaning |
94
+ |----------|--------|---------|
95
+ | らく | raku | easy / comfortable |
96
+ | りんご | ringo | apple |
97
+ | るす | rusu | absence from home |
98
+ | れきし | rekishi | history |
99
+ | ろく | roku | six |
100
+
101
+ ## Key Points
102
+
103
+ 1. **Japanese r = lateral tap /ɾ/**: Neither English "r" nor "l," but similar to both.
104
+ 2. **Produced at the alveolar ridge**: Tongue taps briefly — do not hold or roll.
105
+ 3. **る vs ろ**: Note the presence or absence of a tail curl.
106
+ 4. **Fully regular row**: No irregularities — just the /ɾ/ tap + each vowel.
107
+
108
+ ## Practice Recognition
109
+
110
+ :::exercise{id="ja-hiragana-09-recognition" type="matching" title="Match Ra-row Characters" skill="character-recognition" tests="hiragana-ra,hiragana-ri,hiragana-ru,hiragana-re,hiragana-ro" objectiveId="obj-recognize-ra-row"}
111
+
112
+ **Question:** Match each ra-row character to its romaji
113
+
114
+ - ら
115
+ - り
116
+ - る
117
+ - れ
118
+ - ろ
119
+
120
+ **Answer:**
121
+
122
+ - ら = ra
123
+ - り = ri
124
+ - る = ru
125
+ - れ = re
126
+ - ろ = ro
127
+
128
+ **Explanation:** The ra-row is regular in structure, with the lateral tap /ɾ/ combining with each Japanese vowel.
129
+
130
+ :::
131
+
132
+ :::exercise{id="ja-hiragana-09-sounds" type="fill-in-blank" title="Sound Mapping" skill="character-sound-mapping" tests="hiragana-ra,hiragana-ri,hiragana-ru,hiragana-re,hiragana-ro" objectiveId="obj-sounds-ra-row"}
133
+
134
+ **Question:** What sound does each character make?
135
+
136
+ - ら = ___
137
+ - り = ___
138
+ - る = ___
139
+ - れ = ___
140
+ - ろ = ___
141
+
142
+ **Answer:**
143
+
144
+ - ら = /ɾa/
145
+ - り = /ɾi/
146
+ - る = /ɾɯ/
147
+ - れ = /ɾe/
148
+ - ろ = /ɾo/
149
+
150
+ **Explanation:** All ra-row sounds use the lateral tap /ɾ/. This single consonant covers the phonological space occupied by both "r" and "l" in English.
151
+
152
+ :::
153
+
154
+ :::exercise{id="ja-hiragana-09-japanese-r" type="multiple-choice" title="The Japanese R Sound" skill="sound-change-recognition" tests="hiragana-ra,hiragana-ri,hiragana-ru,hiragana-re,hiragana-ro" objectiveId="obj-japanese-r"}
155
+
156
+ **Question:** The Japanese "r" sound /ɾ/ is best described as which of the following?
157
+
158
+ **Options:**
159
+ - The same as English "r" in "red"
160
+ - The same as English "l" in "let"
161
+ - A lateral tap similar to the quick "tt" in American English "butter"
162
+ - A rolled "r" as in Italian
163
+
164
+ **Answer:** 3
165
+
166
+ **Explanation:** The Japanese /ɾ/ is a lateral alveolar tap — the tongue tip briefly touches the alveolar ridge. In American English casual speech, the "t" in words like "butter" or "water" becomes a similar tap. This is why Japanese speakers may use "r" and "l" interchangeably when speaking English — their language only has one sound covering both.
167
+
168
+ :::
169
+
170
+ ## What's Next
171
+
172
+ In Lesson 10, you will learn the final characters of the basic hiragana chart: the **わ-row** (wa, wo) and the standalone nasal **ん (n)**. After that, you will have mastered all 46 basic hiragana!
@@ -0,0 +1,195 @@
1
+ ---
2
+ type: lesson
3
+ id: japanese-hiragana-lesson-10
4
+ title: "Lesson 10 — Wa-row and N (わをん)"
5
+ description: "Learn the final hiragana: wa (わ), wo (を), and the standalone nasal n (ん)"
6
+ order: 10
7
+ parentId: japanese-hiragana
8
+ difficulty: beginner
9
+ cefrLevel: A1
10
+ categories:
11
+ - consonants
12
+ - particles
13
+ - basic-characters
14
+ metadata:
15
+ estimatedTime: 20
16
+ prerequisites: [japanese-hiragana-lesson-09]
17
+ learningObjectives:
18
+ - id: obj-recognize-wa-n
19
+ description: "Recognize the wa-row characters and standalone n"
20
+ skill: character-recognition
21
+ references: [hiragana-wa, hiragana-wo, hiragana-n]
22
+ - id: obj-sounds-wa-n
23
+ description: "Map wa, wo, and n to their sounds"
24
+ skill: character-sound-mapping
25
+ references: [hiragana-wa, hiragana-wo, hiragana-n]
26
+ - id: obj-wo-particle
27
+ description: "Understand that を is almost exclusively used as the direct object particle"
28
+ skill: character-sound-mapping
29
+ references: [hiragana-wo]
30
+ - id: obj-n-syllabic
31
+ description: "Understand that ん is a syllabic nasal that changes based on context"
32
+ skill: syllable-analysis
33
+ references: [hiragana-n]
34
+ ---
35
+
36
+ # Lesson 10 — Wa-row and N (わをん)
37
+
38
+ ## Introduction
39
+
40
+ Congratulations — this is the final lesson of the basic hiragana chart! In this lesson, you will learn the **わ-row** (wa-gyō) and the standalone character **ん (n)**. Together with the characters from the previous nine lessons, these complete all 46 basic hiragana.
41
+
42
+ ## Characters
43
+
44
+ :::character-set{id="hiragana-wa-n" title="Hiragana Wa-row and N (わ行・ん)"}
45
+
46
+ ::character{id="hiragana-wa" canonicalRef="hiragana-wa" char="わ" name="わ (wa)" charType="hiragana" data:romaji="wa" data:row="wa"}
47
+
48
+ ::character{id="hiragana-wo" canonicalRef="hiragana-wo" char="を" name="を (wo)" charType="hiragana" data:romaji="wo" data:row="wa"}
49
+
50
+ ::character{id="hiragana-n" canonicalRef="hiragana-n" char="ん" name="ん (n)" charType="hiragana" data:romaji="n" data:row="n"}
51
+
52
+ :::
53
+
54
+ ## Pronunciation Guide
55
+
56
+ | Character | Romaji | Sound | Notes |
57
+ |-----------|--------|-------|-------|
58
+ | わ | wa | /wa/ | Like "wa" in "water" |
59
+ | を | wo | /o/ | Pronounced as "o" in modern Japanese |
60
+ | ん | n | /n/, /m/, /ŋ/, /N/ | A syllabic nasal — changes with context |
61
+
62
+ ## わ (wa)
63
+
64
+ **わ** is straightforward: the consonant "w" + the vowel "a." It is one of the most frequently used hiragana because は (lesson 6) is pronounced "wa" when used as a particle, but わ is also common in regular vocabulary.
65
+
66
+ - わたし (watashi) — I / me
67
+ - わかる (wakaru) — to understand
68
+
69
+ ## を (wo) — The Object Marker
70
+
71
+ **を** is the most specialized hiragana. In modern standard Japanese, it is pronounced simply as "o" (identical to お). However, it is almost **never used in regular words** — its sole practical purpose is as the **direct object particle** in grammar.
72
+
73
+ Example: りんごをたべる (ringo wo taberu) — "I eat an apple"
74
+
75
+ The を marks りんご (apple) as the thing being eaten. You will rarely see を in a dictionary word — when you see it, it is almost always this grammatical particle.
76
+
77
+ ## ん (n) — The Syllabic Nasal
78
+
79
+ **ん** is unique among all 46 hiragana: it is the only character that does not begin a syllable with a vowel or consonant+vowel combination. It is a **standalone nasal consonant** that forms its own mora (unit of timing).
80
+
81
+ ### Context-Dependent Pronunciation
82
+
83
+ ん changes its exact sound depending on the following sound:
84
+
85
+ | Before | Sound | Example |
86
+ |--------|-------|---------|
87
+ | b, p, m | /m/ (labial nasal) | さんぽ (sanpo) → "sampo" |
88
+ | k, g | /ŋ/ (velar nasal) | さんかく (sankaku) → "sankaku" with velar n |
89
+ | t, d, n | /n/ (alveolar nasal) | さんど (sando) |
90
+ | s, z, h, r | /N/ (uvular nasal) | あんさん (ansan) |
91
+ | vowel, y, w | /N/ with nasal glide | かんい (kan-i) |
92
+ | End of word | /N/ (nasalized) | にほん (nihon) |
93
+
94
+ Despite these variants, native speakers perceive it as the same sound /N/.
95
+
96
+ ### Important: ん Cannot Begin a Word
97
+
98
+ ん always appears in the **middle or end** of words — never at the beginning. This is how you can distinguish it from similar-looking characters.
99
+
100
+ ## Writing Tips
101
+
102
+ - **わ**: Has two strokes. The left stroke is a simple vertical line; the right stroke is a curved line forming the body of the character.
103
+ - **を**: Has three strokes. More complex than most — a horizontal stroke, a vertical stroke crossing it, and then a curved stroke below.
104
+ - **ん**: Has one stroke (or two depending on style). Looks somewhat like the hiragana り but with a different curve direction.
105
+
106
+ ## Confusable Characters
107
+
108
+ **ん vs り**: These are easily confused for beginners. り has two strokes that run parallel; ん has a distinctive curve that loops up and back.
109
+
110
+ **わ vs れ**: Both have a vertical element with a rightward curve. わ is more symmetric; れ has a longer rightward extension.
111
+
112
+ ## Complete Hiragana Chart
113
+
114
+ You have now learned all 46 basic hiragana characters:
115
+
116
+ | Row | Characters | Count |
117
+ |-----|------------|-------|
118
+ | Vowels (あ行) | あいうえお | 5 |
119
+ | Ka-row (か行) | かきくけこ | 5 |
120
+ | Sa-row (さ行) | さしすせそ | 5 |
121
+ | Ta-row (た行) | たちつてと | 5 |
122
+ | Na-row (な行) | なにぬねの | 5 |
123
+ | Ha-row (は行) | はひふへほ | 5 |
124
+ | Ma-row (ま行) | まみむめも | 5 |
125
+ | Ya-row (や行) | やゆよ | 3 |
126
+ | Ra-row (ら行) | らりるれろ | 5 |
127
+ | Wa-row + N | わをん | 3 |
128
+ | **Total** | | **46** |
129
+
130
+ ## What Comes Next
131
+
132
+ Now that you know all 46 basic hiragana, the next steps are:
133
+
134
+ 1. **Katakana** — the second phonetic script, with the same 46 sounds in different shapes, used for foreign loanwords and emphasis
135
+ 2. **Dakuten and handakuten** — the diacritic marks (゛ ゜) that create voiced and semi-voiced variants (ga, za, da, ba, pa rows)
136
+ 3. **Compound sounds (拗音)** — combinations using small ゃ ゅ ょ
137
+ 4. **Kanji** — the logographic characters that represent meaning
138
+
139
+ ## Practice Recognition
140
+
141
+ :::exercise{id="ja-hiragana-10-recognition" type="matching" title="Match Final Characters" skill="character-recognition" tests="hiragana-wa,hiragana-wo,hiragana-n" objectiveId="obj-recognize-wa-n"}
142
+
143
+ **Question:** Match each character to its romaji
144
+
145
+ - わ
146
+ - を
147
+ - ん
148
+
149
+ **Answer:**
150
+
151
+ - わ = wa
152
+ - を = wo (pronounced "o")
153
+ - ん = n (syllabic nasal)
154
+
155
+ **Explanation:** These three characters complete the basic hiragana chart. を is almost always the direct object particle; ん is a standalone syllabic nasal that never begins a word.
156
+
157
+ :::
158
+
159
+ :::exercise{id="ja-hiragana-10-wo-particle" type="multiple-choice" title="The Role of を" skill="character-sound-mapping" tests="hiragana-wo" objectiveId="obj-wo-particle"}
160
+
161
+ **Question:** What is the primary role of を in modern Japanese?
162
+
163
+ **Options:**
164
+ - It is used in many common vocabulary words
165
+ - It is used only as the direct object grammatical particle
166
+ - It is an archaic character no longer in use
167
+ - It is pronounced "wo" in all contexts
168
+
169
+ **Answer:** 2
170
+
171
+ **Explanation:** を is almost exclusively the direct object particle in modern Japanese. It marks the noun that receives the action of the verb. It is pronounced "o" (identical to お), not "wo." You will almost never find を inside a regular vocabulary word.
172
+
173
+ :::
174
+
175
+ :::exercise{id="ja-hiragana-10-n-nasal" type="fill-in-blank" title="The Syllabic N" skill="syllable-analysis" tests="hiragana-n" objectiveId="obj-n-syllabic"}
176
+
177
+ **Question:** Complete these facts about ん
178
+
179
+ - ん can appear at the ___ or ___ of a word, but never at the ___
180
+ - Before a "p" or "b" sound, ん is pronounced ___
181
+ - ん forms its own ___ (unit of timing in Japanese)
182
+
183
+ **Answer:**
184
+
185
+ - ん can appear in the middle or end of a word, but never at the beginning
186
+ - Before a "p" or "b" sound, ん is pronounced /m/ (labial nasal)
187
+ - ん forms its own mora (unit of timing in Japanese)
188
+
189
+ **Explanation:** Because ん never begins a word, it always follows another mora. Its nasal sound assimilates to the place of articulation of the following consonant — this is a natural phonological process called nasal assimilation.
190
+
191
+ :::
192
+
193
+ ## Congratulations!
194
+
195
+ You have completed the basic hiragana curriculum. You can now read and write all 46 fundamental hiragana characters. Continue to the Katakana lessons to learn the second Japanese phonetic script.
@@ -0,0 +1,192 @@
1
+ ---
2
+ type: lesson
3
+ id: japanese-katakana-lesson-01
4
+ title: "Lesson 1 — Katakana Vowels (アイウエオ)"
5
+ description: "Learn the 5 Japanese vowels in Katakana script"
6
+ order: 1
7
+ parentId: japanese-katakana
8
+ difficulty: beginner
9
+ cefrLevel: A1
10
+ categories:
11
+ - vowels
12
+ - basic-characters
13
+ metadata:
14
+ estimatedTime: 20
15
+ prerequisites: [japanese-hiragana-lesson-01]
16
+ learningObjectives:
17
+ - id: obj-recognize-katakana-vowels
18
+ description: "Recognize the five katakana vowels"
19
+ skill: character-recognition
20
+ references: [katakana-a, katakana-i, katakana-u, katakana-e, katakana-o]
21
+ - id: obj-katakana-vs-hiragana
22
+ description: "Understand the difference in use between katakana and hiragana"
23
+ skill: character-recognition
24
+ references: [katakana-a, katakana-i, katakana-u, katakana-e, katakana-o]
25
+ - id: obj-sounds-katakana-vowels
26
+ description: "Map each katakana vowel to its sound"
27
+ skill: character-sound-mapping
28
+ references: [katakana-a, katakana-i, katakana-u, katakana-e, katakana-o]
29
+ ---
30
+
31
+ # Lesson 1 — Katakana Vowels (アイウエオ)
32
+
33
+ ## Introduction
34
+
35
+ Welcome to Katakana — the second of Japan's two phonetic syllabaries. Like hiragana, katakana represents syllable sounds, and the two scripts share **identical sounds**. What differs is their shape and their use.
36
+
37
+ The five katakana vowels represent the same sounds as あいうえお in hiragana:
38
+
39
+ - **ア** = あ = /a/
40
+ - **イ** = い = /i/
41
+ - **ウ** = う = /ɯ/
42
+ - **エ** = え = /e/
43
+ - **オ** = お = /o/
44
+
45
+ ## When to Use Katakana
46
+
47
+ Katakana is used for:
48
+
49
+ 1. **Foreign loanwords** (外来語, gairaigo): テレビ (terebi, "TV"), コーヒー (kōhī, "coffee")
50
+ 2. **Foreign names**: アメリカ (Amerika, "America"), フランス (Furansu, "France")
51
+ 3. **Scientific names**: biological taxonomy, technical terms
52
+ 4. **Onomatopoeia and sound effects**: in manga and informal writing
53
+ 5. **Emphasis**: similar to italics in English
54
+
55
+ Knowing katakana unlocks an enormous amount of Japanese vocabulary because so many modern words are borrowed from English and other languages.
56
+
57
+ ## Characters
58
+
59
+ :::character-set{id="katakana-vowels" title="Katakana Vowels (ア行)"}
60
+
61
+ ::character{id="katakana-a" canonicalRef="katakana-a" char="ア" name="ア (a)" charType="katakana" data:romaji="a" data:row="a" data:hiragana="あ"}
62
+
63
+ ::character{id="katakana-i" canonicalRef="katakana-i" char="イ" name="イ (i)" charType="katakana" data:romaji="i" data:row="a" data:hiragana="い"}
64
+
65
+ ::character{id="katakana-u" canonicalRef="katakana-u" char="ウ" name="ウ (u)" charType="katakana" data:romaji="u" data:row="a" data:hiragana="う"}
66
+
67
+ ::character{id="katakana-e" canonicalRef="katakana-e" char="エ" name="エ (e)" charType="katakana" data:romaji="e" data:row="a" data:hiragana="え"}
68
+
69
+ ::character{id="katakana-o" canonicalRef="katakana-o" char="オ" name="オ (o)" charType="katakana" data:romaji="o" data:row="a" data:hiragana="お"}
70
+
71
+ :::
72
+
73
+ ## Katakana vs Hiragana Shapes
74
+
75
+ Katakana characters are generally **more angular and simpler** than hiragana. Hiragana evolved from cursive forms of Chinese characters, while katakana evolved from parts of Chinese characters. This gives katakana a sharper, more mechanical appearance.
76
+
77
+ | Hiragana | Katakana | Sound |
78
+ |----------|----------|-------|
79
+ | あ | ア | a |
80
+ | い | イ | i |
81
+ | う | ウ | u |
82
+ | え | エ | e |
83
+ | お | オ | o |
84
+
85
+ ## Pronunciation Guide
86
+
87
+ The vowel sounds are **identical** to hiragana:
88
+
89
+ | Character | Romaji | Sound | English Approximation |
90
+ |-----------|--------|-------|----------------------|
91
+ | ア | a | /a/ | "a" in "father" |
92
+ | イ | i | /i/ | "ee" in "see" |
93
+ | ウ | u | /ɯ/ | "oo" in "zoo" (unrounded) |
94
+ | エ | e | /e/ | "e" in "bed" |
95
+ | オ | o | /o/ | "o" in "go" |
96
+
97
+ ## Writing Tips
98
+
99
+ Katakana strokes are generally straighter and more angular than hiragana:
100
+
101
+ - **ア**: Two strokes — a diagonal stroke and an angled crossbar. More angular than あ.
102
+ - **イ**: Two strokes — a short diagonal and a longer vertical. Simpler than い.
103
+ - **ウ**: Two strokes — a top dash and a curved body below.
104
+ - **エ**: Three horizontal strokes connected by a vertical — resembles the letter "I" with serifs.
105
+ - **オ**: Three strokes — two horizontals and a vertical drop with a hook. Angular compared to お.
106
+
107
+ ## Loanword Examples Using Vowels
108
+
109
+ | Katakana | Romaji | Source Word | Meaning |
110
+ |----------|--------|-------------|---------|
111
+ | アイスクリーム | aisu kurīmu | ice cream | ice cream |
112
+ | エアコン | eakon | air conditioner | air conditioner |
113
+ | オレンジ | orenji | orange | orange (fruit/color) |
114
+
115
+ ## Key Points
116
+
117
+ 1. **Same sounds as hiragana**: Every katakana vowel has an identical hiragana counterpart.
118
+ 2. **Used for foreign words**: Katakana signals that a word is borrowed or foreign.
119
+ 3. **More angular shapes**: Katakana is generally sharper and more geometric than hiragana.
120
+ 4. **Same order**: The traditional a-i-u-e-o order (ア行) is identical to hiragana.
121
+
122
+ ## Practice Recognition
123
+
124
+ :::exercise{id="ja-katakana-01-recognition" type="matching" title="Match Katakana Vowels to Sounds" skill="character-recognition" tests="katakana-a,katakana-i,katakana-u,katakana-e,katakana-o" objectiveId="obj-recognize-katakana-vowels"}
125
+
126
+ **Question:** Match each katakana vowel to its romaji sound
127
+
128
+ - ア
129
+ - イ
130
+ - ウ
131
+ - エ
132
+ - オ
133
+
134
+ **Answer:**
135
+
136
+ - ア = a
137
+ - イ = i
138
+ - ウ = u
139
+ - エ = e
140
+ - オ = o
141
+
142
+ **Explanation:** The five katakana vowels represent the same sounds as the hiragana vowels あいうえお. The sounds are identical — only the shapes differ.
143
+
144
+ :::
145
+
146
+ :::exercise{id="ja-katakana-01-vs-hiragana" type="matching" title="Katakana vs Hiragana Pairs" skill="character-recognition" tests="katakana-a,katakana-i,katakana-u,katakana-e,katakana-o" objectiveId="obj-katakana-vs-hiragana"}
147
+
148
+ **Question:** Match each katakana character to its hiragana equivalent
149
+
150
+ - ア
151
+ - イ
152
+ - ウ
153
+ - エ
154
+ - オ
155
+
156
+ **Answer:**
157
+
158
+ - ア = あ
159
+ - イ = い
160
+ - ウ = う
161
+ - エ = え
162
+ - オ = お
163
+
164
+ **Explanation:** Katakana and hiragana are parallel syllabaries — each katakana has a corresponding hiragana with the same sound. Recognizing these pairs is essential for reading fluency.
165
+
166
+ :::
167
+
168
+ :::exercise{id="ja-katakana-01-sounds" type="fill-in-blank" title="Sound Mapping" skill="character-sound-mapping" tests="katakana-a,katakana-i,katakana-u,katakana-e,katakana-o" objectiveId="obj-sounds-katakana-vowels"}
169
+
170
+ **Question:** What sound does each katakana vowel make?
171
+
172
+ - ア sounds like ___
173
+ - イ sounds like ___
174
+ - ウ sounds like ___
175
+ - エ sounds like ___
176
+ - オ sounds like ___
177
+
178
+ **Answer:**
179
+
180
+ - ア = /a/ as in "father"
181
+ - イ = /i/ as in "see"
182
+ - ウ = /ɯ/ as in "zoo" (unrounded)
183
+ - エ = /e/ as in "bed"
184
+ - オ = /o/ as in "go"
185
+
186
+ **Explanation:** The sounds are identical to hiragana vowels. If you already know hiragana, you already know the sounds — now you just need to learn the new shapes.
187
+
188
+ :::
189
+
190
+ ## What's Next
191
+
192
+ In Lesson 2, you will learn the カ-row (ka, ki, ku, ke, ko) and the サ-row (sa, shi, su, se, so). Because katakana represents the same sounds as hiragana, we can move more quickly through the chart.