@polyglot-bundles/ta-minimal-pairs 0.7.0 → 0.7.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.
@@ -0,0 +1,3 @@
1
+ import { MinimalPairsMinimalPair } from '@polyglot-bundles/content-shared';
2
+ export declare const level0Pairs: MinimalPairsMinimalPair[];
3
+ //# sourceMappingURL=level-0.d.ts.map
@@ -0,0 +1 @@
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"}
@@ -0,0 +1,40 @@
1
+ //#region src/data/level-0.ts
2
+ var e = [{
3
+ pairId: "ta_l0_001",
4
+ level: 0,
5
+ tags: ["level_0"],
6
+ contrastFeature: "consonant",
7
+ contrastDescription: "/k/ vs /p/",
8
+ word1: {
9
+ script: "கல்",
10
+ romanization: "kal",
11
+ definition: "stone",
12
+ audioFile: null
13
+ },
14
+ word2: {
15
+ script: "பல்",
16
+ romanization: "pal",
17
+ definition: "tooth",
18
+ audioFile: null
19
+ }
20
+ }, {
21
+ pairId: "ta_l0_002",
22
+ level: 0,
23
+ tags: ["level_0"],
24
+ contrastFeature: "consonant",
25
+ contrastDescription: "/m/ vs /n/",
26
+ word1: {
27
+ script: "மண்",
28
+ romanization: "maṇ",
29
+ definition: "earth; soil",
30
+ audioFile: null
31
+ },
32
+ word2: {
33
+ script: "நண்",
34
+ romanization: "naṇ",
35
+ definition: "(shyness)",
36
+ audioFile: null
37
+ }
38
+ }];
39
+ //#endregion
40
+ export { e as level0Pairs };
@@ -0,0 +1,3 @@
1
+ import { MinimalPairsMinimalPair } from '@polyglot-bundles/content-shared';
2
+ export declare const level1Pairs: MinimalPairsMinimalPair[];
3
+ //# sourceMappingURL=level-1.d.ts.map
@@ -0,0 +1 @@
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"}
@@ -0,0 +1,82 @@
1
+ //#region src/data/level-1.ts
2
+ var e = [
3
+ {
4
+ pairId: "ta_l1_001",
5
+ level: 1,
6
+ tags: ["level_1", "vowel"],
7
+ contrastFeature: "vowel",
8
+ contrastDescription: "Short /a/ vs long /aː/",
9
+ pronunciationTipId: "vowel_length",
10
+ word1: {
11
+ script: "விடு",
12
+ romanization: "viṭu",
13
+ definition: "to leave; house",
14
+ audioFile: null
15
+ },
16
+ word2: {
17
+ script: "வீடு",
18
+ romanization: "vīṭu",
19
+ definition: "house",
20
+ audioFile: null
21
+ }
22
+ },
23
+ {
24
+ pairId: "ta_l1_002",
25
+ level: 1,
26
+ tags: ["level_1", "vowel"],
27
+ contrastFeature: "vowel",
28
+ contrastDescription: "Short /i/ vs long /iː/",
29
+ word1: {
30
+ script: "கலம்",
31
+ romanization: "kalam",
32
+ definition: "vessel; ship",
33
+ audioFile: null
34
+ },
35
+ word2: {
36
+ script: "காலம்",
37
+ romanization: "kālam",
38
+ definition: "time; period",
39
+ audioFile: null
40
+ }
41
+ },
42
+ {
43
+ pairId: "ta_l1_003",
44
+ level: 1,
45
+ tags: ["level_1", "vowel"],
46
+ contrastFeature: "vowel",
47
+ contrastDescription: "Short /u/ vs long /uː/",
48
+ word1: {
49
+ script: "பல்",
50
+ romanization: "pal",
51
+ definition: "tooth",
52
+ audioFile: null
53
+ },
54
+ word2: {
55
+ script: "பால்",
56
+ romanization: "pāl",
57
+ definition: "milk",
58
+ audioFile: null
59
+ }
60
+ },
61
+ {
62
+ pairId: "ta_l1_004",
63
+ level: 1,
64
+ tags: ["level_1", "vowel"],
65
+ contrastFeature: "vowel",
66
+ contrastDescription: "Short /e/ vs long /eː/",
67
+ word1: {
68
+ script: "எலி",
69
+ romanization: "eli",
70
+ definition: "mouse",
71
+ audioFile: null
72
+ },
73
+ word2: {
74
+ script: "ஏலி",
75
+ romanization: "ēli",
76
+ definition: "(interjection)",
77
+ audioFile: null
78
+ }
79
+ }
80
+ ];
81
+ //#endregion
82
+ export { e as level1Pairs };
@@ -0,0 +1,3 @@
1
+ import { MinimalPairsMinimalPair } from '@polyglot-bundles/content-shared';
2
+ export declare const level2Pairs: MinimalPairsMinimalPair[];
3
+ //# sourceMappingURL=level-2.d.ts.map
@@ -0,0 +1 @@
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,EAuChD,CAAC"}
@@ -0,0 +1,82 @@
1
+ //#region src/data/level-2.ts
2
+ var e = [
3
+ {
4
+ pairId: "ta_l2_001",
5
+ level: 2,
6
+ tags: ["level_2", "consonant"],
7
+ contrastFeature: "consonant",
8
+ contrastDescription: "Dental /t̪/ vs retroflex /ʈ/",
9
+ pronunciationTipId: "consonant_retroflex",
10
+ word1: {
11
+ script: "கத்து",
12
+ romanization: "kattu",
13
+ definition: "to shout",
14
+ audioFile: null
15
+ },
16
+ word2: {
17
+ script: "கட்டு",
18
+ romanization: "kaṭṭu",
19
+ definition: "bundle; to tie",
20
+ audioFile: null
21
+ }
22
+ },
23
+ {
24
+ pairId: "ta_l2_002",
25
+ level: 2,
26
+ tags: ["level_2", "consonant"],
27
+ contrastFeature: "consonant",
28
+ contrastDescription: "Dental /d̪/ vs retroflex /ɖ/",
29
+ word1: {
30
+ script: "நாது",
31
+ romanization: "nādu",
32
+ definition: "we planted",
33
+ audioFile: null
34
+ },
35
+ word2: {
36
+ script: "நாடு",
37
+ romanization: "nāṭu",
38
+ definition: "country",
39
+ audioFile: null
40
+ }
41
+ },
42
+ {
43
+ pairId: "ta_l2_003",
44
+ level: 2,
45
+ tags: ["level_2", "consonant"],
46
+ contrastFeature: "consonant",
47
+ contrastDescription: "Dental /n̪/ vs retroflex /ɳ/",
48
+ word1: {
49
+ script: "பத்து",
50
+ romanization: "pattu",
51
+ definition: "ten",
52
+ audioFile: null
53
+ },
54
+ word2: {
55
+ script: "பட்டு",
56
+ romanization: "paṭṭu",
57
+ definition: "silk",
58
+ audioFile: null
59
+ }
60
+ },
61
+ {
62
+ pairId: "ta_l2_004",
63
+ level: 2,
64
+ tags: ["level_2", "consonant"],
65
+ contrastFeature: "consonant",
66
+ contrastDescription: "Retroflex nasal /ɳ/ vs dental /n/",
67
+ word1: {
68
+ script: "கண்",
69
+ romanization: "kaṇ",
70
+ definition: "eye",
71
+ audioFile: null
72
+ },
73
+ word2: {
74
+ script: "கன்",
75
+ romanization: "kan",
76
+ definition: "calf (of leg)",
77
+ audioFile: null
78
+ }
79
+ }
80
+ ];
81
+ //#endregion
82
+ export { e as level2Pairs };
@@ -0,0 +1,3 @@
1
+ import { MinimalPairsMinimalPair } from '@polyglot-bundles/content-shared';
2
+ export declare const level3Pairs: MinimalPairsMinimalPair[];
3
+ //# sourceMappingURL=level-3.d.ts.map
@@ -0,0 +1 @@
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"}
@@ -0,0 +1,63 @@
1
+ //#region src/data/level-3.ts
2
+ var e = [
3
+ {
4
+ pairId: "ta_l3_001",
5
+ level: 3,
6
+ tags: ["level_3", "consonant"],
7
+ contrastFeature: "consonant",
8
+ contrastDescription: "Retroflex nasal /ɳ/ vs dental nasal /n/",
9
+ pronunciationTipId: "consonant_nasals",
10
+ word1: {
11
+ script: "பணம்",
12
+ romanization: "paṇam",
13
+ definition: "money",
14
+ audioFile: null
15
+ },
16
+ word2: {
17
+ script: "பனம்",
18
+ romanization: "panam",
19
+ definition: "palm tree",
20
+ audioFile: null
21
+ }
22
+ },
23
+ {
24
+ pairId: "ta_l3_002",
25
+ level: 3,
26
+ tags: ["level_3", "consonant"],
27
+ contrastFeature: "consonant",
28
+ contrastDescription: "Palatal nasal /ɲ/ vs dental /n/",
29
+ word1: {
30
+ script: "அஞ்சு",
31
+ romanization: "añcu",
32
+ definition: "five; to fear",
33
+ audioFile: null
34
+ },
35
+ word2: {
36
+ script: "அன்று",
37
+ romanization: "aṉṟu",
38
+ definition: "that day",
39
+ audioFile: null
40
+ }
41
+ },
42
+ {
43
+ pairId: "ta_l3_003",
44
+ level: 3,
45
+ tags: ["level_3", "consonant"],
46
+ contrastFeature: "consonant",
47
+ contrastDescription: "Velar nasal /ŋ/ vs retroflex /ɳ/",
48
+ word1: {
49
+ script: "அங்கு",
50
+ romanization: "aṅgu",
51
+ definition: "there",
52
+ audioFile: null
53
+ },
54
+ word2: {
55
+ script: "அண்",
56
+ romanization: "aṇ",
57
+ definition: "(nearness)",
58
+ audioFile: null
59
+ }
60
+ }
61
+ ];
62
+ //#endregion
63
+ export { e as level3Pairs };
@@ -0,0 +1,3 @@
1
+ import { MinimalPairsMinimalPair } from '@polyglot-bundles/content-shared';
2
+ export declare const level4Pairs: MinimalPairsMinimalPair[];
3
+ //# sourceMappingURL=level-4.d.ts.map
@@ -0,0 +1 @@
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,EAuChD,CAAC"}
@@ -0,0 +1,82 @@
1
+ //#region src/data/level-4.ts
2
+ var e = [
3
+ {
4
+ pairId: "ta_l4_001",
5
+ level: 4,
6
+ tags: ["level_4", "consonant"],
7
+ contrastFeature: "consonant",
8
+ contrastDescription: "Retroflex lateral /ɭ/ (ள) vs dental /l/ (ல)",
9
+ pronunciationTipId: "consonant_liquid",
10
+ word1: {
11
+ script: "வலி",
12
+ romanization: "vali",
13
+ definition: "pain",
14
+ audioFile: null
15
+ },
16
+ word2: {
17
+ script: "வளி",
18
+ romanization: "vaḻi",
19
+ definition: "air; path",
20
+ audioFile: null
21
+ }
22
+ },
23
+ {
24
+ pairId: "ta_l4_002",
25
+ level: 4,
26
+ tags: ["level_4", "consonant"],
27
+ contrastFeature: "consonant",
28
+ contrastDescription: "Retroflex lateral /ɭ/ vs alveolar /r/",
29
+ word1: {
30
+ script: "கலை",
31
+ romanization: "kalai",
32
+ definition: "art",
33
+ audioFile: null
34
+ },
35
+ word2: {
36
+ script: "களை",
37
+ romanization: "kaḷai",
38
+ definition: "weed; to remove",
39
+ audioFile: null
40
+ }
41
+ },
42
+ {
43
+ pairId: "ta_l4_003",
44
+ level: 4,
45
+ tags: ["level_4", "consonant"],
46
+ contrastFeature: "consonant",
47
+ contrastDescription: "Retroflex approximant /ɻ/ (ழ) vs /l/",
48
+ word1: {
49
+ script: "வரம்",
50
+ romanization: "varam",
51
+ definition: "boon",
52
+ audioFile: null
53
+ },
54
+ word2: {
55
+ script: "வழம்",
56
+ romanization: "vaḻam",
57
+ definition: "(custom)",
58
+ audioFile: null
59
+ }
60
+ },
61
+ {
62
+ pairId: "ta_l4_004",
63
+ level: 4,
64
+ tags: ["level_4", "consonant"],
65
+ contrastFeature: "consonant",
66
+ contrastDescription: "Retroflex approximant /ɻ/ (ழ) vs /r/",
67
+ word1: {
68
+ script: "அரை",
69
+ romanization: "arai",
70
+ definition: "half",
71
+ audioFile: null
72
+ },
73
+ word2: {
74
+ script: "அழை",
75
+ romanization: "aḻai",
76
+ definition: "call",
77
+ audioFile: null
78
+ }
79
+ }
80
+ ];
81
+ //#endregion
82
+ export { e as level4Pairs };
@@ -0,0 +1,3 @@
1
+ import { MinimalPairsMinimalPair } from '@polyglot-bundles/content-shared';
2
+ export declare const level5Pairs: MinimalPairsMinimalPair[];
3
+ //# sourceMappingURL=level-5.d.ts.map
@@ -0,0 +1 @@
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"}
@@ -0,0 +1,42 @@
1
+ //#region src/data/level-5.ts
2
+ var e = [{
3
+ pairId: "ta_l5_001",
4
+ level: 5,
5
+ tags: ["level_5", "consonant"],
6
+ contrastFeature: "consonant",
7
+ contrastDescription: "/ɻ/ (ழ) - the unique Tamil sound",
8
+ word1: {
9
+ script: "வாழை",
10
+ romanization: "vāḻai",
11
+ definition: "banana",
12
+ audioFile: null
13
+ },
14
+ word2: {
15
+ script: "வாலை",
16
+ romanization: "vālai",
17
+ definition: "(tail - dialectal)",
18
+ audioFile: null
19
+ },
20
+ notes: "The ழ (ḻa) is a retroflex approximant unique to Tamil. It's made with the tongue curled back but not touching."
21
+ }, {
22
+ pairId: "ta_l5_002",
23
+ level: 5,
24
+ tags: ["level_5", "vowel"],
25
+ contrastFeature: "vowel",
26
+ contrastDescription: "Vowel length in compound words",
27
+ word1: {
28
+ script: "பொன்",
29
+ romanization: "poṉ",
30
+ definition: "gold",
31
+ audioFile: null
32
+ },
33
+ word2: {
34
+ script: "பூ",
35
+ romanization: "pū",
36
+ definition: "flower",
37
+ audioFile: null
38
+ },
39
+ notes: "Tamil vowel length is phonemic and preserved in compounds."
40
+ }];
41
+ //#endregion
42
+ export { e as level5Pairs };
package/dist/data.d.ts ADDED
@@ -0,0 +1,4 @@
1
+ import { MinimalPairsLanguageData } from '@polyglot-bundles/content-shared';
2
+ export declare const minimalPairsData: MinimalPairsLanguageData;
3
+ export default minimalPairsData;
4
+ //# sourceMappingURL=data.d.ts.map
@@ -0,0 +1 @@
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 ADDED
@@ -0,0 +1,22 @@
1
+ import { levels as e } from "./levels.js";
2
+ import { pronunciationTips as t } from "./pronunciationTips.js";
3
+ import { level0Pairs as n } from "./data/level-0.js";
4
+ import { level1Pairs as r } from "./data/level-1.js";
5
+ import { level2Pairs as i } from "./data/level-2.js";
6
+ import { level3Pairs as a } from "./data/level-3.js";
7
+ import { level4Pairs as o } from "./data/level-4.js";
8
+ import { level5Pairs as s } from "./data/level-5.js";
9
+ var c = {
10
+ levels: e,
11
+ minimalPairs: [
12
+ ...n,
13
+ ...r,
14
+ ...i,
15
+ ...a,
16
+ ...o,
17
+ ...s
18
+ ],
19
+ pronunciationTips: t
20
+ };
21
+ //#endregion
22
+ export { c as default, c as minimalPairsData };
@@ -0,0 +1,11 @@
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
@@ -0,0 +1 @@
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 ADDED
@@ -0,0 +1,10 @@
1
+ import { levels as e } from "./levels.js";
2
+ import { pronunciationTips as t } from "./pronunciationTips.js";
3
+ import { level0Pairs as n } from "./data/level-0.js";
4
+ import { level1Pairs as r } from "./data/level-1.js";
5
+ import { level2Pairs as i } from "./data/level-2.js";
6
+ import { level3Pairs as a } from "./data/level-3.js";
7
+ import { level4Pairs as o } from "./data/level-4.js";
8
+ import { level5Pairs as s } from "./data/level-5.js";
9
+ import c from "./data.js";
10
+ export { c as default, n as level0Pairs, r as level1Pairs, i as level2Pairs, a as level3Pairs, o as level4Pairs, s as level5Pairs, e as levels, t as pronunciationTips };
@@ -0,0 +1,3 @@
1
+ import { MinimalPairsLevelInfo } from '@polyglot-bundles/content-shared';
2
+ export declare const levels: MinimalPairsLevelInfo[];
3
+ //# sourceMappingURL=levels.d.ts.map
@@ -0,0 +1 @@
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"}
package/dist/levels.js ADDED
@@ -0,0 +1,35 @@
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: "Vowel Length",
11
+ description: "Short vs long vowels"
12
+ },
13
+ {
14
+ level: 2,
15
+ title: "Retroflex vs Dental",
16
+ description: "Unique Tamil consonant contrasts"
17
+ },
18
+ {
19
+ level: 3,
20
+ title: "Nasal Contrasts",
21
+ description: "Nasal consonant distinctions"
22
+ },
23
+ {
24
+ level: 4,
25
+ title: "Liquid Consonants",
26
+ description: "The unique ழ (ḻa) and others"
27
+ },
28
+ {
29
+ level: 5,
30
+ title: "Expert Level",
31
+ description: "Subtle distinctions and sandhi"
32
+ }
33
+ ];
34
+ //#endregion
35
+ export { e as levels };
@@ -0,0 +1,3 @@
1
+ import { MinimalPairsPronunciationTipsMap } from '@polyglot-bundles/content-shared';
2
+ export declare const pronunciationTips: MinimalPairsPronunciationTipsMap;
3
+ //# sourceMappingURL=pronunciationTips.d.ts.map
@@ -0,0 +1 @@
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"}
@@ -0,0 +1,9 @@
1
+ //#region src/pronunciationTips.ts
2
+ var e = {
3
+ vowel_length: "Short vowels are brief, long vowels are held twice as long. Length changes meaning: விடு (leave) vs வீடு (house).",
4
+ consonant_retroflex: "Retroflex consonants (ட், ட், ண்) are made with tongue curled back against the roof. Dental (த், த், ந்) with tongue against upper teeth.",
5
+ consonant_nasals: "Tamil has 5 nasals: ங் (velar), ஞ் (palatal), ந் (dental), ண் (retroflex), ம் (bilabial). Each has its own place of articulation.",
6
+ consonant_liquid: "Tamil has unique liquids: ல் (dental lateral), ள் (retroflex lateral), ழ் (retroflex approximant), ர் (alveolar)."
7
+ };
8
+ //#endregion
9
+ export { e as pronunciationTips };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@polyglot-bundles/ta-minimal-pairs",
3
- "version": "0.7.0",
3
+ "version": "0.7.1",
4
4
  "description": "Tamil minimal pairs - phoneme contrast training data",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -61,8 +61,8 @@
61
61
  "vite": "^8.0.8",
62
62
  "vite-plugin-dts": "^4.5.4",
63
63
  "@polyglot-bundles/lang-tooling": "0.0.0",
64
- "@polyglot-bundles/content-shared": "0.7.0",
65
- "@polyglot-bundles/ta-lang": "0.7.0"
64
+ "@polyglot-bundles/content-shared": "0.7.1",
65
+ "@polyglot-bundles/ta-lang": "0.7.1"
66
66
  },
67
67
  "license": "MIT",
68
68
  "publishConfig": {