-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtipa.js
67 lines (66 loc) · 1.16 KB
/
tipa.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
const dict_tipa = {
"a" : "a",
"b" : "b",
"ɓ" : "\\!b",
"c" : "c",
"d" : "d",
"ɖ" : "\\:d",
"e" : "e",
"f" : "f",
"ɡ" : "g",
"ɠ" : "\\!g",
"h" : "h",
"ɦ" : "H",
"i" : "i",
"j" : "j",
"ʝ" : "J",
"k" : "k",
"l" : "l",
"ɭ" : "\\:l",
"ɺ" : "\\textturnlonglegr ",
"m" : "m",
"n" : "n",
"ɳ" : "\\:n",
"o" : "o",
"p" : "p",
"ɸ" : "F",
"q" : "q",
"r" : "r",
"ɽ" : "\\:r",
"ɹ" : "\\*r",
"ɻ" : "\\:R",
"s" : "s",
"ʂ" : "\\:s",
"ɕ" : "C",
"t" : "t",
"ʈ" : "\:t",
"u" : "u",
"v" : "v",
"ʋ" : "V",
"w" : "w",
"x" : "x",
"ɧ" : "\\texththeng ",
"y" : "y",
"z" : "z",
"ʐ" : "\\:z",
"ʑ" : "\\textctz ",
"ə" : "@",
"ʃ" : "S",
"æ" : "\\ae ",
"ʒ" : "Z",
"θ" : "T",
"ð" : "D",
"ŋ" : "N",
"ɔ" : "O",
"ɐ" : "5",
"ɒ" : "6",
"ʊ" : "U",
"ː" : ":",
"ɪ" : "I",
"ɜ" : "3",
"ʌ" : "2",
"ɑ" : "A",
"ɛ" : "E",
"ˈ" : "\'",
"ɝ" : "\\textrhookrevepsilon "
}