@polyglot-bundles/ja-minimal-pairs 0.1.1 → 0.2.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/data.d.ts.map +1 -1
- package/dist/data.js +153 -0
- package/package.json +2 -2
package/dist/data.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"data.d.ts","sourceRoot":"","sources":["../src/data.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,kCAAkC,CAAC;AAEjF,eAAO,MAAM,gBAAgB,EAAE,
|
|
1
|
+
{"version":3,"file":"data.d.ts","sourceRoot":"","sources":["../src/data.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,kCAAkC,CAAC;AAEjF,eAAO,MAAM,gBAAgB,EAAE,wBA4L9B,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
|
package/dist/data.js
CHANGED
|
@@ -134,6 +134,159 @@ const i = {
|
|
|
134
134
|
word1: { script: "はし", romanization: "hashi", definition: "bridge (LH)", audioFile: null },
|
|
135
135
|
word2: { script: "はし", romanization: "hashi", definition: "chopsticks (HL)", audioFile: null },
|
|
136
136
|
notes: "Same spelling, different pitch accent patterns"
|
|
137
|
+
},
|
|
138
|
+
// Additional Level 0 pairs
|
|
139
|
+
{
|
|
140
|
+
pairId: "ja_l0_002",
|
|
141
|
+
level: 0,
|
|
142
|
+
tags: ["level_0"],
|
|
143
|
+
contrastFeature: "consonant",
|
|
144
|
+
contrastDescription: "/t/ vs /n/",
|
|
145
|
+
word1: { script: "たこ", romanization: "tako", definition: "kite; octopus", audioFile: null },
|
|
146
|
+
word2: { script: "なご", romanization: "nago", definition: "(name)", audioFile: null }
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
pairId: "ja_l0_003",
|
|
150
|
+
level: 0,
|
|
151
|
+
tags: ["level_0"],
|
|
152
|
+
contrastFeature: "consonant",
|
|
153
|
+
contrastDescription: "/h/ vs /m/",
|
|
154
|
+
word1: { script: "はな", romanization: "hana", definition: "flower; nose", audioFile: null },
|
|
155
|
+
word2: { script: "まな", romanization: "mana", definition: "learning", audioFile: null }
|
|
156
|
+
},
|
|
157
|
+
// Additional Level 1: More vowel contrasts
|
|
158
|
+
{
|
|
159
|
+
pairId: "ja_l1_004",
|
|
160
|
+
level: 1,
|
|
161
|
+
tags: ["level_1", "vowel"],
|
|
162
|
+
contrastFeature: "vowel",
|
|
163
|
+
contrastDescription: "/a/ vs /u/",
|
|
164
|
+
word1: { script: "さか", romanization: "saka", definition: "slope", audioFile: null },
|
|
165
|
+
word2: { script: "すか", romanization: "suka", definition: "(skirt)", audioFile: null }
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
pairId: "ja_l1_005",
|
|
169
|
+
level: 1,
|
|
170
|
+
tags: ["level_1", "vowel"],
|
|
171
|
+
contrastFeature: "vowel",
|
|
172
|
+
contrastDescription: "/o/ vs /u/",
|
|
173
|
+
word1: { script: "とり", romanization: "tori", definition: "bird", audioFile: null },
|
|
174
|
+
word2: { script: "つり", romanization: "tsuri", definition: "fishing", audioFile: null }
|
|
175
|
+
},
|
|
176
|
+
// Additional Level 2: More long vowel contrasts
|
|
177
|
+
{
|
|
178
|
+
pairId: "ja_l2_004",
|
|
179
|
+
level: 2,
|
|
180
|
+
tags: ["level_2", "length"],
|
|
181
|
+
contrastFeature: "vowel",
|
|
182
|
+
contrastDescription: "Short /i/ vs Long /ii/",
|
|
183
|
+
word1: { script: "びる", romanization: "biru", definition: "building (loanword)", audioFile: null },
|
|
184
|
+
word2: { script: "びいる", romanization: "biiru", definition: "beer", audioFile: null }
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
pairId: "ja_l2_005",
|
|
188
|
+
level: 2,
|
|
189
|
+
tags: ["level_2", "length"],
|
|
190
|
+
contrastFeature: "vowel",
|
|
191
|
+
contrastDescription: "Short /a/ vs Long /aa/",
|
|
192
|
+
word1: { script: "おばさん", romanization: "obasan", definition: "aunt", audioFile: null },
|
|
193
|
+
word2: { script: "おばあさん", romanization: "obaasan", definition: "grandmother", audioFile: null }
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
pairId: "ja_l2_006",
|
|
197
|
+
level: 2,
|
|
198
|
+
tags: ["level_2", "length"],
|
|
199
|
+
contrastFeature: "vowel",
|
|
200
|
+
contrastDescription: "Short /e/ vs Long /ee/",
|
|
201
|
+
word1: { script: "えき", romanization: "eki", definition: "station", audioFile: null },
|
|
202
|
+
word2: { script: "ええき", romanization: "eeki", definition: "(good smell - dialectal)", audioFile: null }
|
|
203
|
+
},
|
|
204
|
+
// Additional Level 3: More voicing contrasts
|
|
205
|
+
{
|
|
206
|
+
pairId: "ja_l3_004",
|
|
207
|
+
level: 3,
|
|
208
|
+
tags: ["level_3", "voicing"],
|
|
209
|
+
contrastFeature: "consonant",
|
|
210
|
+
contrastDescription: "/s/ vs /z/",
|
|
211
|
+
word1: { script: "さか", romanization: "saka", definition: "slope", audioFile: null },
|
|
212
|
+
word2: { script: "ざか", romanization: "zaka", definition: "slope (alternative)", audioFile: null }
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
pairId: "ja_l3_005",
|
|
216
|
+
level: 3,
|
|
217
|
+
tags: ["level_3", "voicing"],
|
|
218
|
+
contrastFeature: "consonant",
|
|
219
|
+
contrastDescription: "/h/ vs /p/",
|
|
220
|
+
word1: { script: "はな", romanization: "hana", definition: "flower", audioFile: null },
|
|
221
|
+
word2: { script: "ぱな", romanization: "pana", definition: "(panel - loanword)", audioFile: null }
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
pairId: "ja_l3_006",
|
|
225
|
+
level: 3,
|
|
226
|
+
tags: ["level_3", "voicing"],
|
|
227
|
+
contrastFeature: "consonant",
|
|
228
|
+
contrastDescription: "/s/ vs /ʃ/ (sh)",
|
|
229
|
+
word1: { script: "さか", romanization: "saka", definition: "slope", audioFile: null },
|
|
230
|
+
word2: { script: "しゃか", romanization: "shaka", definition: "Shaka (name)", audioFile: null }
|
|
231
|
+
},
|
|
232
|
+
// Additional Level 4: More special sound contrasts
|
|
233
|
+
{
|
|
234
|
+
pairId: "ja_l4_003",
|
|
235
|
+
level: 4,
|
|
236
|
+
tags: ["level_4", "special"],
|
|
237
|
+
contrastFeature: "consonant",
|
|
238
|
+
contrastDescription: "Without vs with ん /n/ (syllabic nasal)",
|
|
239
|
+
word1: { script: "たい", romanization: "tai", definition: "sea bream", audioFile: null },
|
|
240
|
+
word2: { script: "たん", romanization: "tan", definition: "carbon", audioFile: null }
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
pairId: "ja_l4_004",
|
|
244
|
+
level: 4,
|
|
245
|
+
tags: ["level_4", "special"],
|
|
246
|
+
contrastFeature: "consonant",
|
|
247
|
+
contrastDescription: "Without vs with っ (geminate consonant)",
|
|
248
|
+
word1: { script: "さか", romanization: "saka", definition: "slope", audioFile: null },
|
|
249
|
+
word2: { script: "さっか", romanization: "sakka", definition: "author", audioFile: null }
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
pairId: "ja_l4_005",
|
|
253
|
+
level: 4,
|
|
254
|
+
tags: ["level_4", "special"],
|
|
255
|
+
contrastFeature: "consonant",
|
|
256
|
+
contrastDescription: "ん vs っ contrast",
|
|
257
|
+
word1: { script: "てんき", romanization: "tenki", definition: "weather", audioFile: null },
|
|
258
|
+
word2: { script: "てっき", romanization: "tekki", definition: "(iron key)", audioFile: null }
|
|
259
|
+
},
|
|
260
|
+
// Additional Level 5: More pitch accent pairs
|
|
261
|
+
{
|
|
262
|
+
pairId: "ja_l5_002",
|
|
263
|
+
level: 5,
|
|
264
|
+
tags: ["level_5", "pitch"],
|
|
265
|
+
contrastFeature: "pitch_accent",
|
|
266
|
+
contrastDescription: "Pitch accent: かみ (hair) vs かみ (god)",
|
|
267
|
+
word1: { script: "かみ", romanization: "kami", definition: "hair (accent on ka)", audioFile: null },
|
|
268
|
+
word2: { script: "かみ", romanization: "kami", definition: "god; paper (accent on mi)", audioFile: null },
|
|
269
|
+
notes: "Same spelling, different pitch accent. Hair: HI-lo, God/paper: lo-HI."
|
|
270
|
+
},
|
|
271
|
+
{
|
|
272
|
+
pairId: "ja_l5_003",
|
|
273
|
+
level: 5,
|
|
274
|
+
tags: ["level_5", "pitch"],
|
|
275
|
+
contrastFeature: "pitch_accent",
|
|
276
|
+
contrastDescription: "Pitch accent: あめ (rain) vs あめ (candy)",
|
|
277
|
+
word1: { script: "あめ", romanization: "ame", definition: "rain (accent on a)", audioFile: null },
|
|
278
|
+
word2: { script: "あめ", romanization: "ame", definition: "candy (accent on me or unaccented)", audioFile: null },
|
|
279
|
+
notes: "Rain: HI-lo, Candy: lo-HI or flat."
|
|
280
|
+
},
|
|
281
|
+
{
|
|
282
|
+
pairId: "ja_l5_004",
|
|
283
|
+
level: 5,
|
|
284
|
+
tags: ["level_5", "pitch", "length"],
|
|
285
|
+
contrastFeature: "pitch_accent",
|
|
286
|
+
contrastDescription: "Combined pitch and length contrast",
|
|
287
|
+
word1: { script: "おばさん", romanization: "obasan", definition: "aunt (middle-aged woman)", audioFile: null },
|
|
288
|
+
word2: { script: "おばあさん", romanization: "obaasan", definition: "grandmother", audioFile: null },
|
|
289
|
+
notes: "Both pitch and vowel length differ. The long vowel changes the meaning."
|
|
137
290
|
}
|
|
138
291
|
],
|
|
139
292
|
pronunciationTips: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@polyglot-bundles/ja-minimal-pairs",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"dist"
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@polyglot-bundles/content-shared": "0.
|
|
21
|
+
"@polyglot-bundles/content-shared": "0.3.0",
|
|
22
22
|
"@polyglot-bundles/ja-lang": "0.2.0"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|