-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathabbr_matchings.json
68 lines (66 loc) · 1.08 KB
/
abbr_matchings.json
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
{
"^quod$": [["q","d_tall","apostrophe"]],
"^[uv]el$": [["u","l_stroke"],["u","l","apostrophe"]],
"^et$": ["tyronian_note"],
"^con": ["9"],
"^cum": ["9"],
"bus$": ["b_semicolon"],
"s$": ["s_tall", "s_mid", "s_low"],
"s\\.$": [["s_tall","dot"], ["s_mid","dot"], ["s_low","dot"]],
"rum": ["rum"],
"pos": [["p","curl"]],
"Pos": [["P","curl"]],
"per":["per"],
"pro":["pro"],
"prae":["prae"],
"qui":["qui"],
"que$":["que"],
"us": ["curl"],
"or": [["o","r_2"], ["o","r"]],
"Or": [["O","r_2"], ["O","r"]],
"\\.": ["dot"],
"a": ["a"],
"A": ["A"],
"b": ["b"],
"B": ["B"],
"c": ["c"],
"C": ["C"],
"d": ["d_mid","d_tall"],
"D": ["D"],
"e": ["e"],
"E": ["E"],
"f": ["f"],
"F": ["F"],
"g": ["g"],
"G": ["G"],
"h": ["h"],
"H": ["H"],
"[ij]": ["i"],
"[IJ]": ["I"],
"[kK]": ["k"],
"l": ["l"],
"L": ["L"],
"m": ["m"],
"M": ["M"],
"n": ["n"],
"N": ["N"],
"o": ["o"],
"O": ["O"],
"p": ["p"],
"P": ["P"],
"q": ["q"],
"Q": ["Q"],
"r": ["r"],
"R": ["R"],
"s(?=[a-zA-z]+)": ["s_tall"],
"S": ["S"],
"t": ["t"],
"T": ["T"],
"[uv]": ["u"],
"[UV]": ["U"],
"w": ["w"],
"W": ["W"],
"[xX]": ["x"],
"[yY]": ["y"],
"[zZ]": ["z"]
}