@polyglot-bundles/lo-minimal-pairs 0.3.6 → 0.4.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@polyglot-bundles/lo-minimal-pairs",
3
- "version": "0.3.6",
3
+ "version": "0.4.0",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -52,9 +52,9 @@
52
52
  "devDependencies": {
53
53
  "vite": "^8.0.8",
54
54
  "vite-plugin-dts": "^4.5.4",
55
- "@polyglot-bundles/lang-tooling": "0.0.0",
56
- "@polyglot-bundles/content-shared": "0.5.4",
57
- "@polyglot-bundles/lo-lang": "0.3.6"
55
+ "@polyglot-bundles/content-shared": "0.5.6",
56
+ "@polyglot-bundles/lo-lang": "0.4.0",
57
+ "@polyglot-bundles/lang-tooling": "0.0.0"
58
58
  },
59
59
  "publishConfig": {
60
60
  "access": "public"
@@ -1,3 +0,0 @@
1
- import { MinimalPairsMinimalPair } from '@polyglot-bundles/content-shared';
2
- export declare const level0Pairs: MinimalPairsMinimalPair[];
3
- //# sourceMappingURL=level-0.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"level-0.d.ts","sourceRoot":"","sources":["../../src/data/level-0.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,kCAAkC,CAAC;AAEhF,eAAO,MAAM,WAAW,EAAE,uBAAuB,EAoBhD,CAAC"}
@@ -1,3 +0,0 @@
1
- import { MinimalPairsMinimalPair } from '@polyglot-bundles/content-shared';
2
- export declare const level1Pairs: MinimalPairsMinimalPair[];
3
- //# sourceMappingURL=level-1.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"level-1.d.ts","sourceRoot":"","sources":["../../src/data/level-1.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,kCAAkC,CAAC;AAEhF,eAAO,MAAM,WAAW,EAAE,uBAAuB,EAuChD,CAAC"}
@@ -1,3 +0,0 @@
1
- import { MinimalPairsMinimalPair } from '@polyglot-bundles/content-shared';
2
- export declare const level2Pairs: MinimalPairsMinimalPair[];
3
- //# sourceMappingURL=level-2.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"level-2.d.ts","sourceRoot":"","sources":["../../src/data/level-2.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,kCAAkC,CAAC;AAEhF,eAAO,MAAM,WAAW,EAAE,uBAAuB,EA8BhD,CAAC"}
@@ -1,3 +0,0 @@
1
- import { MinimalPairsMinimalPair } from '@polyglot-bundles/content-shared';
2
- export declare const level3Pairs: MinimalPairsMinimalPair[];
3
- //# sourceMappingURL=level-3.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"level-3.d.ts","sourceRoot":"","sources":["../../src/data/level-3.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,kCAAkC,CAAC;AAEhF,eAAO,MAAM,WAAW,EAAE,uBAAuB,EA8BhD,CAAC"}
@@ -1,3 +0,0 @@
1
- import { MinimalPairsMinimalPair } from '@polyglot-bundles/content-shared';
2
- export declare const level4Pairs: MinimalPairsMinimalPair[];
3
- //# sourceMappingURL=level-4.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"level-4.d.ts","sourceRoot":"","sources":["../../src/data/level-4.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,kCAAkC,CAAC;AAEhF,eAAO,MAAM,WAAW,EAAE,uBAAuB,EA8BhD,CAAC"}
@@ -1,3 +0,0 @@
1
- import { MinimalPairsMinimalPair } from '@polyglot-bundles/content-shared';
2
- export declare const level5Pairs: MinimalPairsMinimalPair[];
3
- //# sourceMappingURL=level-5.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"level-5.d.ts","sourceRoot":"","sources":["../../src/data/level-5.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,kCAAkC,CAAC;AAEhF,eAAO,MAAM,WAAW,EAAE,uBAAuB,EAsBhD,CAAC"}
@@ -1,380 +0,0 @@
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 DELETED
@@ -1,4 +0,0 @@
1
- import { MinimalPairsLanguageData } from '@polyglot-bundles/content-shared';
2
- export declare const minimalPairsData: MinimalPairsLanguageData;
3
- export default minimalPairsData;
4
- //# sourceMappingURL=data.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"data.d.ts","sourceRoot":"","sources":["../src/data.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,kCAAkC,CAAC;AAmBjF,eAAO,MAAM,gBAAgB,EAAE,wBAI9B,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
package/dist/data.js DELETED
@@ -1,2 +0,0 @@
1
- import { t as e } from "./data-B4WSKxH-.js";
2
- export { e as default, e as minimalPairsData };
package/dist/index.d.ts DELETED
@@ -1,11 +0,0 @@
1
- export { minimalPairsData as default } from './data';
2
- export { levels } from './levels';
3
- export { pronunciationTips } from './pronunciationTips';
4
- export { level0Pairs } from './data/level-0';
5
- export { level1Pairs } from './data/level-1';
6
- export { level2Pairs } from './data/level-2';
7
- export { level3Pairs } from './data/level-3';
8
- export { level4Pairs } from './data/level-4';
9
- export { level5Pairs } from './data/level-5';
10
- export type { MinimalPairsLanguageData, MinimalPairsLevelInfo, MinimalPairsMinimalPair, MinimalPairsPronunciationTipsMap, MinimalPairsRubySegment, MinimalPairsWordInfo, } from '@polyglot-bundles/content-shared';
11
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,IAAI,OAAO,EAAE,MAAM,QAAQ,CAAC;AAGrD,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAGxD,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAG7C,YAAY,EACV,wBAAwB,EACxB,qBAAqB,EACrB,uBAAuB,EACvB,gCAAgC,EAChC,uBAAuB,EACvB,oBAAoB,GACrB,MAAM,kCAAkC,CAAC"}
package/dist/index.js DELETED
@@ -1,2 +0,0 @@
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 DELETED
@@ -1,3 +0,0 @@
1
- import { MinimalPairsLevelInfo } from '@polyglot-bundles/content-shared';
2
- export declare const levels: MinimalPairsLevelInfo[];
3
- //# sourceMappingURL=levels.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"levels.d.ts","sourceRoot":"","sources":["../src/levels.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,kCAAkC,CAAC;AAE9E,eAAO,MAAM,MAAM,EAAE,qBAAqB,EAOzC,CAAC"}
@@ -1,3 +0,0 @@
1
- import { MinimalPairsPronunciationTipsMap } from '@polyglot-bundles/content-shared';
2
- export declare const pronunciationTips: MinimalPairsPronunciationTipsMap;
3
- //# sourceMappingURL=pronunciationTips.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"pronunciationTips.d.ts","sourceRoot":"","sources":["../src/pronunciationTips.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gCAAgC,EAAE,MAAM,kCAAkC,CAAC;AAEzF,eAAO,MAAM,iBAAiB,EAAE,gCAS/B,CAAC"}