@polyglot-bundles/lo-minimal-pairs 0.3.2 → 0.3.4
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/level-0.d.ts +1 -1
- package/dist/data/level-1.d.ts +1 -1
- package/dist/data/level-2.d.ts +1 -1
- package/dist/data/level-3.d.ts +1 -1
- package/dist/data/level-4.d.ts +1 -1
- package/dist/data/level-5.d.ts +1 -1
- package/dist/data-B4WSKxH-.js +380 -0
- package/dist/data.d.ts +1 -1
- package/dist/data.js +2 -207
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -12
- package/dist/levels.d.ts +1 -1
- package/dist/pronunciationTips.d.ts +1 -1
- package/package.json +8 -7
package/dist/data/level-0.d.ts
CHANGED
package/dist/data/level-1.d.ts
CHANGED
package/dist/data/level-2.d.ts
CHANGED
package/dist/data/level-3.d.ts
CHANGED
package/dist/data/level-4.d.ts
CHANGED
package/dist/data/level-5.d.ts
CHANGED
|
@@ -0,0 +1,380 @@
|
|
|
1
|
+
//#region src/levels.ts
|
|
2
|
+
var e = [
|
|
3
|
+
{
|
|
4
|
+
level: 0,
|
|
5
|
+
title: "Getting Started",
|
|
6
|
+
description: "Practice with clearly different sounds"
|
|
7
|
+
},
|
|
8
|
+
{
|
|
9
|
+
level: 1,
|
|
10
|
+
title: "Six Tones",
|
|
11
|
+
description: "The Lao tonal system"
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
level: 2,
|
|
15
|
+
title: "Vowel Length",
|
|
16
|
+
description: "Short vs long vowels"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
level: 3,
|
|
20
|
+
title: "Consonant Classes",
|
|
21
|
+
description: "High, mid, low class consonants"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
level: 4,
|
|
25
|
+
title: "Vowel Quality",
|
|
26
|
+
description: "Vowel quality contrasts"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
level: 5,
|
|
30
|
+
title: "Expert Level",
|
|
31
|
+
description: "Subtle distinctions and dialectal variation"
|
|
32
|
+
}
|
|
33
|
+
], t = {
|
|
34
|
+
tone_mid_low: "Lao has 6 tones in unchecked syllables. Mid level is steady, low level starts low and falls slightly.",
|
|
35
|
+
vowel_length: "Short vowels are brief, long vowels are held twice as long. Length is phonemic in Lao.",
|
|
36
|
+
consonant_class: "Lao consonants are divided into high, mid, and low classes. This affects tone realization.",
|
|
37
|
+
vowel_i_u: "/i/ is front close (like 'see'). /ɯ/ is back close unrounded (unique to Asian languages)."
|
|
38
|
+
}, n = [{
|
|
39
|
+
pairId: "lo_l0_001",
|
|
40
|
+
level: 0,
|
|
41
|
+
tags: ["level_0"],
|
|
42
|
+
contrastFeature: "consonant",
|
|
43
|
+
contrastDescription: "/k/ vs /t/",
|
|
44
|
+
word1: {
|
|
45
|
+
script: "ໄກ່",
|
|
46
|
+
romanization: "kai",
|
|
47
|
+
definition: "chicken",
|
|
48
|
+
audioFile: null
|
|
49
|
+
},
|
|
50
|
+
word2: {
|
|
51
|
+
script: "ໄຕ່",
|
|
52
|
+
romanization: "tai",
|
|
53
|
+
definition: "to climb",
|
|
54
|
+
audioFile: null
|
|
55
|
+
}
|
|
56
|
+
}, {
|
|
57
|
+
pairId: "lo_l0_002",
|
|
58
|
+
level: 0,
|
|
59
|
+
tags: ["level_0"],
|
|
60
|
+
contrastFeature: "consonant",
|
|
61
|
+
contrastDescription: "/m/ vs /n/",
|
|
62
|
+
word1: {
|
|
63
|
+
script: "ມາ",
|
|
64
|
+
romanization: "maa",
|
|
65
|
+
definition: "to come",
|
|
66
|
+
audioFile: null
|
|
67
|
+
},
|
|
68
|
+
word2: {
|
|
69
|
+
script: "ນາ",
|
|
70
|
+
romanization: "naa",
|
|
71
|
+
definition: "rice field",
|
|
72
|
+
audioFile: null
|
|
73
|
+
}
|
|
74
|
+
}], r = [
|
|
75
|
+
{
|
|
76
|
+
pairId: "lo_l1_001",
|
|
77
|
+
level: 1,
|
|
78
|
+
tags: ["level_1", "tone"],
|
|
79
|
+
contrastFeature: "tone",
|
|
80
|
+
contrastDescription: "Mid level vs low level",
|
|
81
|
+
pronunciationTipId: "tone_mid_low",
|
|
82
|
+
word1: {
|
|
83
|
+
script: "ກາ",
|
|
84
|
+
romanization: "kaa",
|
|
85
|
+
definition: "crow",
|
|
86
|
+
audioFile: null
|
|
87
|
+
},
|
|
88
|
+
word2: {
|
|
89
|
+
script: "ຂ່າ",
|
|
90
|
+
romanization: "khàa",
|
|
91
|
+
definition: "galangal",
|
|
92
|
+
audioFile: null
|
|
93
|
+
}
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
pairId: "lo_l1_002",
|
|
97
|
+
level: 1,
|
|
98
|
+
tags: ["level_1", "tone"],
|
|
99
|
+
contrastFeature: "tone",
|
|
100
|
+
contrastDescription: "Rising vs high level",
|
|
101
|
+
word1: {
|
|
102
|
+
script: "ຂ້າ",
|
|
103
|
+
romanization: "khâa",
|
|
104
|
+
definition: "to kill",
|
|
105
|
+
audioFile: null
|
|
106
|
+
},
|
|
107
|
+
word2: {
|
|
108
|
+
script: "ຂາ",
|
|
109
|
+
romanization: "khǎa",
|
|
110
|
+
definition: "leg",
|
|
111
|
+
audioFile: null
|
|
112
|
+
}
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
pairId: "lo_l1_003",
|
|
116
|
+
level: 1,
|
|
117
|
+
tags: ["level_1", "tone"],
|
|
118
|
+
contrastFeature: "tone",
|
|
119
|
+
contrastDescription: "High falling vs low falling",
|
|
120
|
+
word1: {
|
|
121
|
+
script: "ຂ້າ",
|
|
122
|
+
romanization: "khâa",
|
|
123
|
+
definition: "to kill",
|
|
124
|
+
audioFile: null
|
|
125
|
+
},
|
|
126
|
+
word2: {
|
|
127
|
+
script: "ຄ່າ",
|
|
128
|
+
romanization: "khàa",
|
|
129
|
+
definition: "value; price",
|
|
130
|
+
audioFile: null
|
|
131
|
+
}
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
pairId: "lo_l1_004",
|
|
135
|
+
level: 1,
|
|
136
|
+
tags: ["level_1", "tone"],
|
|
137
|
+
contrastFeature: "tone",
|
|
138
|
+
contrastDescription: "Tone contrast on /maa/",
|
|
139
|
+
word1: {
|
|
140
|
+
script: "ມາ",
|
|
141
|
+
romanization: "maa",
|
|
142
|
+
definition: "to come",
|
|
143
|
+
audioFile: null
|
|
144
|
+
},
|
|
145
|
+
word2: {
|
|
146
|
+
script: "ໝາ",
|
|
147
|
+
romanization: "mǎa",
|
|
148
|
+
definition: "dog",
|
|
149
|
+
audioFile: null
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
], i = [
|
|
153
|
+
{
|
|
154
|
+
pairId: "lo_l2_001",
|
|
155
|
+
level: 2,
|
|
156
|
+
tags: ["level_2", "vowel"],
|
|
157
|
+
contrastFeature: "vowel",
|
|
158
|
+
contrastDescription: "Short /a/ vs long /aː/",
|
|
159
|
+
pronunciationTipId: "vowel_length",
|
|
160
|
+
word1: {
|
|
161
|
+
script: "ຂແງ",
|
|
162
|
+
romanization: "khɛ̆ng",
|
|
163
|
+
definition: "strong",
|
|
164
|
+
audioFile: null
|
|
165
|
+
},
|
|
166
|
+
word2: {
|
|
167
|
+
script: "ແຂງ",
|
|
168
|
+
romanization: "khɛ̄ng",
|
|
169
|
+
definition: "trousers",
|
|
170
|
+
audioFile: null
|
|
171
|
+
}
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
pairId: "lo_l2_002",
|
|
175
|
+
level: 2,
|
|
176
|
+
tags: ["level_2", "vowel"],
|
|
177
|
+
contrastFeature: "vowel",
|
|
178
|
+
contrastDescription: "Short /ɯ/ vs long /ɯː/",
|
|
179
|
+
word1: {
|
|
180
|
+
script: "ກຶ",
|
|
181
|
+
romanization: "kɯ",
|
|
182
|
+
definition: "(to search)",
|
|
183
|
+
audioFile: null
|
|
184
|
+
},
|
|
185
|
+
word2: {
|
|
186
|
+
script: "ກື",
|
|
187
|
+
romanization: "kɯː",
|
|
188
|
+
definition: "(to forget)",
|
|
189
|
+
audioFile: null
|
|
190
|
+
}
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
pairId: "lo_l2_003",
|
|
194
|
+
level: 2,
|
|
195
|
+
tags: ["level_2", "vowel"],
|
|
196
|
+
contrastFeature: "vowel",
|
|
197
|
+
contrastDescription: "Short /ɤ/ vs long /ɤː/",
|
|
198
|
+
word1: {
|
|
199
|
+
script: "ເກິ",
|
|
200
|
+
romanization: "kɤ",
|
|
201
|
+
definition: "(dialectal)",
|
|
202
|
+
audioFile: null
|
|
203
|
+
},
|
|
204
|
+
word2: {
|
|
205
|
+
script: "ເກີ",
|
|
206
|
+
romanization: "kɤː",
|
|
207
|
+
definition: "to be born",
|
|
208
|
+
audioFile: null
|
|
209
|
+
}
|
|
210
|
+
}
|
|
211
|
+
], a = [
|
|
212
|
+
{
|
|
213
|
+
pairId: "lo_l3_001",
|
|
214
|
+
level: 3,
|
|
215
|
+
tags: ["level_3", "consonant"],
|
|
216
|
+
contrastFeature: "consonant",
|
|
217
|
+
contrastDescription: "High class vs low class consonant",
|
|
218
|
+
pronunciationTipId: "consonant_class",
|
|
219
|
+
word1: {
|
|
220
|
+
script: "ກາ",
|
|
221
|
+
romanization: "kaa",
|
|
222
|
+
definition: "crow",
|
|
223
|
+
audioFile: null
|
|
224
|
+
},
|
|
225
|
+
word2: {
|
|
226
|
+
script: "ຂາ",
|
|
227
|
+
romanization: "khǎa",
|
|
228
|
+
definition: "leg",
|
|
229
|
+
audioFile: null
|
|
230
|
+
}
|
|
231
|
+
},
|
|
232
|
+
{
|
|
233
|
+
pairId: "lo_l3_002",
|
|
234
|
+
level: 3,
|
|
235
|
+
tags: ["level_3", "consonant"],
|
|
236
|
+
contrastFeature: "consonant",
|
|
237
|
+
contrastDescription: "Unaspirated vs aspirated",
|
|
238
|
+
word1: {
|
|
239
|
+
script: "ປາ",
|
|
240
|
+
romanization: "paa",
|
|
241
|
+
definition: "fish",
|
|
242
|
+
audioFile: null
|
|
243
|
+
},
|
|
244
|
+
word2: {
|
|
245
|
+
script: "ຜາ",
|
|
246
|
+
romanization: "phǎa",
|
|
247
|
+
definition: "cliff",
|
|
248
|
+
audioFile: null
|
|
249
|
+
}
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
pairId: "lo_l3_003",
|
|
253
|
+
level: 3,
|
|
254
|
+
tags: ["level_3", "consonant"],
|
|
255
|
+
contrastFeature: "consonant",
|
|
256
|
+
contrastDescription: "Implosive /ɓ/ vs plain /b/",
|
|
257
|
+
word1: {
|
|
258
|
+
script: "ບາ",
|
|
259
|
+
romanization: "baa",
|
|
260
|
+
definition: "(to be crazy)",
|
|
261
|
+
audioFile: null
|
|
262
|
+
},
|
|
263
|
+
word2: {
|
|
264
|
+
script: "ຜາ",
|
|
265
|
+
romanization: "phaa",
|
|
266
|
+
definition: "cliff",
|
|
267
|
+
audioFile: null
|
|
268
|
+
}
|
|
269
|
+
}
|
|
270
|
+
], o = [
|
|
271
|
+
{
|
|
272
|
+
pairId: "lo_l4_001",
|
|
273
|
+
level: 4,
|
|
274
|
+
tags: ["level_4", "vowel"],
|
|
275
|
+
contrastFeature: "vowel",
|
|
276
|
+
contrastDescription: "/i/ vs /ɯ/",
|
|
277
|
+
pronunciationTipId: "vowel_i_u",
|
|
278
|
+
word1: {
|
|
279
|
+
script: "ປີ",
|
|
280
|
+
romanization: "pii",
|
|
281
|
+
definition: "year",
|
|
282
|
+
audioFile: null
|
|
283
|
+
},
|
|
284
|
+
word2: {
|
|
285
|
+
script: "ປື",
|
|
286
|
+
romanization: "pɯː",
|
|
287
|
+
definition: "(to shoot)",
|
|
288
|
+
audioFile: null
|
|
289
|
+
}
|
|
290
|
+
},
|
|
291
|
+
{
|
|
292
|
+
pairId: "lo_l4_002",
|
|
293
|
+
level: 4,
|
|
294
|
+
tags: ["level_4", "vowel"],
|
|
295
|
+
contrastFeature: "vowel",
|
|
296
|
+
contrastDescription: "/u/ vs /o/",
|
|
297
|
+
word1: {
|
|
298
|
+
script: "ຕູ",
|
|
299
|
+
romanization: "tuu",
|
|
300
|
+
definition: "(cupboard)",
|
|
301
|
+
audioFile: null
|
|
302
|
+
},
|
|
303
|
+
word2: {
|
|
304
|
+
script: "ໂຕ",
|
|
305
|
+
romanization: "too",
|
|
306
|
+
definition: "body; classifier",
|
|
307
|
+
audioFile: null
|
|
308
|
+
}
|
|
309
|
+
},
|
|
310
|
+
{
|
|
311
|
+
pairId: "lo_l4_003",
|
|
312
|
+
level: 4,
|
|
313
|
+
tags: ["level_4", "vowel"],
|
|
314
|
+
contrastFeature: "vowel",
|
|
315
|
+
contrastDescription: "/ɛ/ vs /a/",
|
|
316
|
+
word1: {
|
|
317
|
+
script: "ແຕ",
|
|
318
|
+
romanization: "tɛɛ",
|
|
319
|
+
definition: "but",
|
|
320
|
+
audioFile: null
|
|
321
|
+
},
|
|
322
|
+
word2: {
|
|
323
|
+
script: "ຕາ",
|
|
324
|
+
romanization: "taa",
|
|
325
|
+
definition: "eye",
|
|
326
|
+
audioFile: null
|
|
327
|
+
}
|
|
328
|
+
}
|
|
329
|
+
], s = [{
|
|
330
|
+
pairId: "lo_l5_001",
|
|
331
|
+
level: 5,
|
|
332
|
+
tags: ["level_5", "tone"],
|
|
333
|
+
contrastFeature: "tone",
|
|
334
|
+
contrastDescription: "Checked syllable tones",
|
|
335
|
+
word1: {
|
|
336
|
+
script: "ກັດ",
|
|
337
|
+
romanization: "kat",
|
|
338
|
+
definition: "to bite",
|
|
339
|
+
audioFile: null
|
|
340
|
+
},
|
|
341
|
+
word2: {
|
|
342
|
+
script: "ກາດ",
|
|
343
|
+
romanization: "kaat",
|
|
344
|
+
definition: "to cut",
|
|
345
|
+
audioFile: null
|
|
346
|
+
},
|
|
347
|
+
notes: "Checked syllables (ending in -p, -t, -k) have only 4 tones instead of 6."
|
|
348
|
+
}, {
|
|
349
|
+
pairId: "lo_l5_002",
|
|
350
|
+
level: 5,
|
|
351
|
+
tags: ["level_5", "consonant"],
|
|
352
|
+
contrastFeature: "consonant",
|
|
353
|
+
contrastDescription: "/l/ vs /n/ (dialectal variation)",
|
|
354
|
+
word1: {
|
|
355
|
+
script: "ລາ",
|
|
356
|
+
romanization: "laa",
|
|
357
|
+
definition: "to take leave",
|
|
358
|
+
audioFile: null
|
|
359
|
+
},
|
|
360
|
+
word2: {
|
|
361
|
+
script: "ນາ",
|
|
362
|
+
romanization: "naa",
|
|
363
|
+
definition: "rice field",
|
|
364
|
+
audioFile: null
|
|
365
|
+
},
|
|
366
|
+
notes: "Some dialects merge /l/ and /n/. Standard Lao maintains the distinction."
|
|
367
|
+
}], c = {
|
|
368
|
+
levels: e,
|
|
369
|
+
minimalPairs: [
|
|
370
|
+
...n,
|
|
371
|
+
...r,
|
|
372
|
+
...i,
|
|
373
|
+
...a,
|
|
374
|
+
...o,
|
|
375
|
+
...s
|
|
376
|
+
],
|
|
377
|
+
pronunciationTips: t
|
|
378
|
+
};
|
|
379
|
+
//#endregion
|
|
380
|
+
export { i as a, t as c, a as i, e as l, s as n, r as o, o as r, n as s, c as t };
|
package/dist/data.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { MinimalPairsLanguageData } from '
|
|
1
|
+
import { MinimalPairsLanguageData } from '@polyglot-bundles/content-shared';
|
|
2
2
|
export declare const minimalPairsData: MinimalPairsLanguageData;
|
|
3
3
|
export default minimalPairsData;
|
|
4
4
|
//# sourceMappingURL=data.d.ts.map
|
package/dist/data.js
CHANGED
|
@@ -1,207 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
{ level: 1, title: "Six Tones", description: "The Lao tonal system" },
|
|
4
|
-
{ level: 2, title: "Vowel Length", description: "Short vs long vowels" },
|
|
5
|
-
{ level: 3, title: "Consonant Classes", description: "High, mid, low class consonants" },
|
|
6
|
-
{ level: 4, title: "Vowel Quality", description: "Vowel quality contrasts" },
|
|
7
|
-
{ level: 5, title: "Expert Level", description: "Subtle distinctions and dialectal variation" }
|
|
8
|
-
], o = {
|
|
9
|
-
tone_mid_low: "Lao has 6 tones in unchecked syllables. Mid level is steady, low level starts low and falls slightly.",
|
|
10
|
-
vowel_length: "Short vowels are brief, long vowels are held twice as long. Length is phonemic in Lao.",
|
|
11
|
-
consonant_class: "Lao consonants are divided into high, mid, and low classes. This affects tone realization.",
|
|
12
|
-
vowel_i_u: "/i/ is front close (like 'see'). /ɯ/ is back close unrounded (unique to Asian languages)."
|
|
13
|
-
}, n = [
|
|
14
|
-
// Level 0: Clear contrasts
|
|
15
|
-
{
|
|
16
|
-
pairId: "lo_l0_001",
|
|
17
|
-
level: 0,
|
|
18
|
-
tags: ["level_0"],
|
|
19
|
-
contrastFeature: "consonant",
|
|
20
|
-
contrastDescription: "/k/ vs /t/",
|
|
21
|
-
word1: { script: "ໄກ່", romanization: "kai", definition: "chicken", audioFile: null },
|
|
22
|
-
word2: { script: "ໄຕ່", romanization: "tai", definition: "to climb", audioFile: null }
|
|
23
|
-
},
|
|
24
|
-
{
|
|
25
|
-
pairId: "lo_l0_002",
|
|
26
|
-
level: 0,
|
|
27
|
-
tags: ["level_0"],
|
|
28
|
-
contrastFeature: "consonant",
|
|
29
|
-
contrastDescription: "/m/ vs /n/",
|
|
30
|
-
word1: { script: "ມາ", romanization: "maa", definition: "to come", audioFile: null },
|
|
31
|
-
word2: { script: "ນາ", romanization: "naa", definition: "rice field", audioFile: null }
|
|
32
|
-
}
|
|
33
|
-
], t = [
|
|
34
|
-
// Level 1: Six tones of Lao
|
|
35
|
-
{
|
|
36
|
-
pairId: "lo_l1_001",
|
|
37
|
-
level: 1,
|
|
38
|
-
tags: ["level_1", "tone"],
|
|
39
|
-
contrastFeature: "tone",
|
|
40
|
-
contrastDescription: "Mid level vs low level",
|
|
41
|
-
pronunciationTipId: "tone_mid_low",
|
|
42
|
-
word1: { script: "ກາ", romanization: "kaa", definition: "crow", audioFile: null },
|
|
43
|
-
word2: { script: "ຂ່າ", romanization: "khàa", definition: "galangal", audioFile: null }
|
|
44
|
-
},
|
|
45
|
-
{
|
|
46
|
-
pairId: "lo_l1_002",
|
|
47
|
-
level: 1,
|
|
48
|
-
tags: ["level_1", "tone"],
|
|
49
|
-
contrastFeature: "tone",
|
|
50
|
-
contrastDescription: "Rising vs high level",
|
|
51
|
-
word1: { script: "ຂ້າ", romanization: "khâa", definition: "to kill", audioFile: null },
|
|
52
|
-
word2: { script: "ຂາ", romanization: "khǎa", definition: "leg", audioFile: null }
|
|
53
|
-
},
|
|
54
|
-
{
|
|
55
|
-
pairId: "lo_l1_003",
|
|
56
|
-
level: 1,
|
|
57
|
-
tags: ["level_1", "tone"],
|
|
58
|
-
contrastFeature: "tone",
|
|
59
|
-
contrastDescription: "High falling vs low falling",
|
|
60
|
-
word1: { script: "ຂ້າ", romanization: "khâa", definition: "to kill", audioFile: null },
|
|
61
|
-
word2: { script: "ຄ່າ", romanization: "khàa", definition: "value; price", audioFile: null }
|
|
62
|
-
},
|
|
63
|
-
{
|
|
64
|
-
pairId: "lo_l1_004",
|
|
65
|
-
level: 1,
|
|
66
|
-
tags: ["level_1", "tone"],
|
|
67
|
-
contrastFeature: "tone",
|
|
68
|
-
contrastDescription: "Tone contrast on /maa/",
|
|
69
|
-
word1: { script: "ມາ", romanization: "maa", definition: "to come", audioFile: null },
|
|
70
|
-
word2: { script: "ໝາ", romanization: "mǎa", definition: "dog", audioFile: null }
|
|
71
|
-
}
|
|
72
|
-
], e = [
|
|
73
|
-
// Level 2: Vowel length
|
|
74
|
-
{
|
|
75
|
-
pairId: "lo_l2_001",
|
|
76
|
-
level: 2,
|
|
77
|
-
tags: ["level_2", "vowel"],
|
|
78
|
-
contrastFeature: "vowel",
|
|
79
|
-
contrastDescription: "Short /a/ vs long /aː/",
|
|
80
|
-
pronunciationTipId: "vowel_length",
|
|
81
|
-
word1: { script: "ຂແງ", romanization: "khɛ̆ng", definition: "strong", audioFile: null },
|
|
82
|
-
word2: { script: "ແຂງ", romanization: "khɛ̄ng", definition: "trousers", audioFile: null }
|
|
83
|
-
},
|
|
84
|
-
{
|
|
85
|
-
pairId: "lo_l2_002",
|
|
86
|
-
level: 2,
|
|
87
|
-
tags: ["level_2", "vowel"],
|
|
88
|
-
contrastFeature: "vowel",
|
|
89
|
-
contrastDescription: "Short /ɯ/ vs long /ɯː/",
|
|
90
|
-
word1: { script: "ກຶ", romanization: "kɯ", definition: "(to search)", audioFile: null },
|
|
91
|
-
word2: { script: "ກື", romanization: "kɯː", definition: "(to forget)", audioFile: null }
|
|
92
|
-
},
|
|
93
|
-
{
|
|
94
|
-
pairId: "lo_l2_003",
|
|
95
|
-
level: 2,
|
|
96
|
-
tags: ["level_2", "vowel"],
|
|
97
|
-
contrastFeature: "vowel",
|
|
98
|
-
contrastDescription: "Short /ɤ/ vs long /ɤː/",
|
|
99
|
-
word1: { script: "ເກິ", romanization: "kɤ", definition: "(dialectal)", audioFile: null },
|
|
100
|
-
word2: { script: "ເກີ", romanization: "kɤː", definition: "to be born", audioFile: null }
|
|
101
|
-
}
|
|
102
|
-
], l = [
|
|
103
|
-
// Level 3: Consonant classes
|
|
104
|
-
{
|
|
105
|
-
pairId: "lo_l3_001",
|
|
106
|
-
level: 3,
|
|
107
|
-
tags: ["level_3", "consonant"],
|
|
108
|
-
contrastFeature: "consonant",
|
|
109
|
-
contrastDescription: "High class vs low class consonant",
|
|
110
|
-
pronunciationTipId: "consonant_class",
|
|
111
|
-
word1: { script: "ກາ", romanization: "kaa", definition: "crow", audioFile: null },
|
|
112
|
-
word2: { script: "ຂາ", romanization: "khǎa", definition: "leg", audioFile: null }
|
|
113
|
-
},
|
|
114
|
-
{
|
|
115
|
-
pairId: "lo_l3_002",
|
|
116
|
-
level: 3,
|
|
117
|
-
tags: ["level_3", "consonant"],
|
|
118
|
-
contrastFeature: "consonant",
|
|
119
|
-
contrastDescription: "Unaspirated vs aspirated",
|
|
120
|
-
word1: { script: "ປາ", romanization: "paa", definition: "fish", audioFile: null },
|
|
121
|
-
word2: { script: "ຜາ", romanization: "phǎa", definition: "cliff", audioFile: null }
|
|
122
|
-
},
|
|
123
|
-
{
|
|
124
|
-
pairId: "lo_l3_003",
|
|
125
|
-
level: 3,
|
|
126
|
-
tags: ["level_3", "consonant"],
|
|
127
|
-
contrastFeature: "consonant",
|
|
128
|
-
contrastDescription: "Implosive /ɓ/ vs plain /b/",
|
|
129
|
-
word1: { script: "ບາ", romanization: "baa", definition: "(to be crazy)", audioFile: null },
|
|
130
|
-
word2: { script: "ຜາ", romanization: "phaa", definition: "cliff", audioFile: null }
|
|
131
|
-
}
|
|
132
|
-
], a = [
|
|
133
|
-
// Level 4: Vowel quality
|
|
134
|
-
{
|
|
135
|
-
pairId: "lo_l4_001",
|
|
136
|
-
level: 4,
|
|
137
|
-
tags: ["level_4", "vowel"],
|
|
138
|
-
contrastFeature: "vowel",
|
|
139
|
-
contrastDescription: "/i/ vs /ɯ/",
|
|
140
|
-
pronunciationTipId: "vowel_i_u",
|
|
141
|
-
word1: { script: "ປີ", romanization: "pii", definition: "year", audioFile: null },
|
|
142
|
-
word2: { script: "ປື", romanization: "pɯː", definition: "(to shoot)", audioFile: null }
|
|
143
|
-
},
|
|
144
|
-
{
|
|
145
|
-
pairId: "lo_l4_002",
|
|
146
|
-
level: 4,
|
|
147
|
-
tags: ["level_4", "vowel"],
|
|
148
|
-
contrastFeature: "vowel",
|
|
149
|
-
contrastDescription: "/u/ vs /o/",
|
|
150
|
-
word1: { script: "ຕູ", romanization: "tuu", definition: "(cupboard)", audioFile: null },
|
|
151
|
-
word2: { script: "ໂຕ", romanization: "too", definition: "body; classifier", audioFile: null }
|
|
152
|
-
},
|
|
153
|
-
{
|
|
154
|
-
pairId: "lo_l4_003",
|
|
155
|
-
level: 4,
|
|
156
|
-
tags: ["level_4", "vowel"],
|
|
157
|
-
contrastFeature: "vowel",
|
|
158
|
-
contrastDescription: "/ɛ/ vs /a/",
|
|
159
|
-
word1: { script: "ແຕ", romanization: "tɛɛ", definition: "but", audioFile: null },
|
|
160
|
-
word2: { script: "ຕາ", romanization: "taa", definition: "eye", audioFile: null }
|
|
161
|
-
}
|
|
162
|
-
], r = [
|
|
163
|
-
// Level 5: Expert - subtle distinctions
|
|
164
|
-
{
|
|
165
|
-
pairId: "lo_l5_001",
|
|
166
|
-
level: 5,
|
|
167
|
-
tags: ["level_5", "tone"],
|
|
168
|
-
contrastFeature: "tone",
|
|
169
|
-
contrastDescription: "Checked syllable tones",
|
|
170
|
-
word1: { script: "ກັດ", romanization: "kat", definition: "to bite", audioFile: null },
|
|
171
|
-
word2: { script: "ກາດ", romanization: "kaat", definition: "to cut", audioFile: null },
|
|
172
|
-
notes: "Checked syllables (ending in -p, -t, -k) have only 4 tones instead of 6."
|
|
173
|
-
},
|
|
174
|
-
{
|
|
175
|
-
pairId: "lo_l5_002",
|
|
176
|
-
level: 5,
|
|
177
|
-
tags: ["level_5", "consonant"],
|
|
178
|
-
contrastFeature: "consonant",
|
|
179
|
-
contrastDescription: "/l/ vs /n/ (dialectal variation)",
|
|
180
|
-
word1: { script: "ລາ", romanization: "laa", definition: "to take leave", audioFile: null },
|
|
181
|
-
word2: { script: "ນາ", romanization: "naa", definition: "rice field", audioFile: null },
|
|
182
|
-
notes: "Some dialects merge /l/ and /n/. Standard Lao maintains the distinction."
|
|
183
|
-
}
|
|
184
|
-
], s = [
|
|
185
|
-
...n,
|
|
186
|
-
...t,
|
|
187
|
-
...e,
|
|
188
|
-
...l,
|
|
189
|
-
...a,
|
|
190
|
-
...r
|
|
191
|
-
], d = {
|
|
192
|
-
levels: i,
|
|
193
|
-
minimalPairs: s,
|
|
194
|
-
pronunciationTips: o
|
|
195
|
-
};
|
|
196
|
-
export {
|
|
197
|
-
t as a,
|
|
198
|
-
e as b,
|
|
199
|
-
l as c,
|
|
200
|
-
a as d,
|
|
201
|
-
d as default,
|
|
202
|
-
r as e,
|
|
203
|
-
i as f,
|
|
204
|
-
n as l,
|
|
205
|
-
d as minimalPairsData,
|
|
206
|
-
o as p
|
|
207
|
-
};
|
|
1
|
+
import { t as e } from "./data-B4WSKxH-.js";
|
|
2
|
+
export { e as default, e as minimalPairsData };
|
package/dist/index.d.ts
CHANGED
|
@@ -7,5 +7,5 @@ export { level2Pairs } from './data/level-2';
|
|
|
7
7
|
export { level3Pairs } from './data/level-3';
|
|
8
8
|
export { level4Pairs } from './data/level-4';
|
|
9
9
|
export { level5Pairs } from './data/level-5';
|
|
10
|
-
export type { MinimalPairsLanguageData, MinimalPairsLevelInfo, MinimalPairsMinimalPair, MinimalPairsPronunciationTipsMap, MinimalPairsRubySegment, MinimalPairsWordInfo, } from '
|
|
10
|
+
export type { MinimalPairsLanguageData, MinimalPairsLevelInfo, MinimalPairsMinimalPair, MinimalPairsPronunciationTipsMap, MinimalPairsRubySegment, MinimalPairsWordInfo, } from '@polyglot-bundles/content-shared';
|
|
11
11
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.js
CHANGED
|
@@ -1,12 +1,2 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export {
|
|
3
|
-
l as default,
|
|
4
|
-
s as level0Pairs,
|
|
5
|
-
i as level1Pairs,
|
|
6
|
-
r as level2Pairs,
|
|
7
|
-
v as level3Pairs,
|
|
8
|
-
P as level4Pairs,
|
|
9
|
-
o as level5Pairs,
|
|
10
|
-
p as levels,
|
|
11
|
-
f as pronunciationTips
|
|
12
|
-
};
|
|
1
|
+
import { a as e, c as t, i as n, l as r, n as i, o as a, r as o, s, t as c } from "./data-B4WSKxH-.js";
|
|
2
|
+
export { c as default, s as level0Pairs, a as level1Pairs, e as level2Pairs, n as level3Pairs, o as level4Pairs, i as level5Pairs, r as levels, t as pronunciationTips };
|
package/dist/levels.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { MinimalPairsPronunciationTipsMap } from '
|
|
1
|
+
import { MinimalPairsPronunciationTipsMap } from '@polyglot-bundles/content-shared';
|
|
2
2
|
export declare const pronunciationTips: MinimalPairsPronunciationTipsMap;
|
|
3
3
|
//# sourceMappingURL=pronunciationTips.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@polyglot-bundles/lo-minimal-pairs",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.4",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -50,12 +50,13 @@
|
|
|
50
50
|
"dist"
|
|
51
51
|
],
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@polyglot-bundles/
|
|
54
|
-
"@polyglot-bundles/
|
|
53
|
+
"@polyglot-bundles/content-shared": "0.5.1",
|
|
54
|
+
"@polyglot-bundles/lo-lang": "0.2.2"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
|
-
"vite": "^
|
|
58
|
-
"vite-plugin-dts": "^4.
|
|
57
|
+
"vite": "^8.0.8",
|
|
58
|
+
"vite-plugin-dts": "^4.5.4",
|
|
59
|
+
"@polyglot-bundles/lang-tooling": "0.0.0"
|
|
59
60
|
},
|
|
60
61
|
"publishConfig": {
|
|
61
62
|
"access": "public"
|
|
@@ -66,7 +67,7 @@
|
|
|
66
67
|
"directory": "packages/lo/minimal-pairs"
|
|
67
68
|
},
|
|
68
69
|
"scripts": {
|
|
69
|
-
"
|
|
70
|
-
"
|
|
70
|
+
"typecheck": "tsc --noEmit",
|
|
71
|
+
"build": "vite build"
|
|
71
72
|
}
|
|
72
73
|
}
|