-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathipa.js
86 lines (86 loc) · 2.82 KB
/
ipa.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
ipa = {
"ɤ": "[oo] in f[oo]t",
"ɨ": "[i] in [i]ll",
"ju": "[u] in h[u]ge",
"ja": "[ya] in [ya]rn",
"jo": "[yo] in [yo]del",
"je": "[ye] in [ye]s",
"jev": "[yev] in wh[yev]er",
"tʰ": "[t] in [t]all, with a small release of air",
"tʃʰ": "[ch] in [ch]alk, with a small release of air",
"tsʰ": "[ts] in le[ts], with a small release of air",
"pʰ": "[p] in [p]lay, with a small release of air",
"kʰ": "[k] in [k]id, with a small release of air",
"vo": "[vo] in [vo]te",
"ʂ": "short [sh] in [sh]arp",
"ɕ": "long [sh] in [sh]eer",
"f": "[f] in [face]",
"ɑ": "[a] in [a]lso",
"b": "[b] in [b]ean",
"g": "[g] in [g]reat",
"d": "[d] in [d]ark",
"ɛ": "[e] in [e]very",
"v": "[v] in [v]alue",
"z": "[z] in [z]ipper",
"t": "[t] in [t]all",
"i": "[i] in sk[i]",
"k": "[k] in [k]id",
"l": "[l] in [l]emon",
"m": "[m] in [m]elon",
"n": "[n] in [n]obody",
"ɔ": "[ough] in [ough]t",
"o": "[ow] in l[ow]",
"p": "[p] in [p]lay",
"ʒ": "[z] in sei[z]ure",
"r": "[r] in [r]un, but rolled",
"s": "[s] in [s]alt",
"u": "[u] in d[u]de",
"ʁ": "like the French uvular [r]",
"ʃ": "[sh] in [sh]ell",
"ʃt": "[sht] in [sht]etl",
"tʃ": "[ch] in [ch]alk",
"ts": "[ts] in ne[ts]",
"dz": "[ds] in li[ds]",
"χ": "hard [ch] in Lo[ch]",
"dʒ": "[j] in [j]am",
"h": "[h] in [h]eart",
"k'": "like [k] in [k]id but with the throat closed",
"t'": "like [t] in [t]all with the throat closed",
"p'": "like [p] in [p]lay with the throat closed",
"q": "like [k] but farther back",
"q'": "like [k] but farther back, with the throat closed",
"ts'": "like [ts] in ne[ts] with the throat closed",
"tʃ'": "like [ch] in [ch]ild with the throat closed",
"w": "[w] in [w]ater",
"æ": "[a] in h[a]t",
"ə": "[a] in tun[a]",
"ʊ": "[u] in p[u]t",
"dˤ": "[d] in [d]ark, but more emphatic",
"ħ": "whispered [h]",
"rˤ": "rolled [r], but more emphatic",
"sˤ": "[s] in [s]alt, but more emphatic",
"tˤ": "[t] in [t]all, but more emphatic",
"zˤ": "[z] in [z]ipper, but more emphatic",
"ʕ": "uvular [r] as a vowel, no English equivalent",
"ɣ": "uvular [g]",
"j": "[y] in [y]arn",
"ɾ": "[r] in [r]ed",
"ev": "[ev] in [ev]ery",
"av": "[av]ocado",
"af": "[awf] in [awf]ul",
"ef": "[eff] in [eff]ort",
"ŋ": "[ng] in ri[ng]",
"mb": "[mb] in la[mb]",
"nd": "[nd] in e[nd]",
"ks": "[x] in e[x]tra",
"ð": "[th] in [th]is",
"θ": "[th] in [th]ing",
"ɟ": "[gy] in ma[gy]ar",
"c": "[cky] in ba[cky]ard",
"ʎ": "[lli] in mi[lli]on",
"ɲ": "[ñ] in jalape[ñ]o",
"ɖʐ": "like [j] in [j]am, but harder",
"ʐ": "like [z] in a[z]ure, but harder",
"tʂ": "soft [ch] sound",
"tɕ": "hard [ch] sound",
}